:root
{
    --threedy-red: #FF5027;
    --threedy-green: #00FFAC;
    --threedy-blue: #5075F9;
    --threedy-dark-blue: #091227;
}

html, body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    
}

body
{
    font-family: 'Montserrat', sans-serif;
    background-image: url("../img/threedy-form.svg");
    background-color: var(--threedy-dark-blue);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: auto 70%;
    background-attachment: fixed;
}

@media (orientation: landscape) {
    body {
        background-size: auto 70%;
    }
}

@media (orientation: portrait) {
    body {
        background-size: 70% auto;
    }
}

a, a:active, a:visited
{
    color: white;
    text-decoration: none;
}

a:hover
{
    color: var(--threedy-green);
}

h2
{
    color: white;
    font-weight: 300;
    font-size: 28px;
    color: var(--threedy-green);
}

h2:before
{
    content: '\25B6';
    margin: 0 10px 0 0;
}

ul {
    list-style: none;
    padding: 0px;
}

ul li 
{
    color: white;
    margin: 8px;
    font-weight: 200;
}

ul li:before
{
    content: '\25B6';
    margin: 0 20px 0 30px;
}

.i3dh-key-value
{
    display: flex;
    color: white;
    margin: 16px 0;
}

.i3dh-key
{
    font-weight: 500;
    width: 100px;
}


.i3dh-value
{
    font-weight: 300;
}

.i3dh-main
{
    width: 100%;
    height: auto;
    padding: 32px;    
}

.i3dh-head
{
    width: 100%;
    height: 180px;
    background-image: url("../img/instant3Dhub-logo.svg");
    background-repeat: no-repeat;
    background-size: 450px auto;
}