/* General Styles */
body {
    font-family: "Ledger", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    margin: 0;
    padding: 0;
    color: #222;
}

header {
    color: #fff;
    padding: 24px 0;
    text-align: center;
    position: fixed;
    width: 98%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1%;
    z-index: 3;
}
.header-mobile {
    display: none;
}
nav {
    background-color: #00509e;
    padding: 12px 0;
    text-align: center;
}

nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 18px;
    font-weight: 500;
    transition: color 0.2s;
}

nav a:hover {
    color: #ffd700;
}


h1, h2, h3 {
    color: #003366;
}
h1 {
    font-size: 5vw;
    padding: 0;
    margin:0;
    margin-left: 10vw;
    text-align: left;
    width: 80%;
    text-transform: uppercase;
    line-height: 100%;
    font-weight: 900;
}
h2 {
    font-size: 1.4vw;
    padding: 0;
    margin:0;
    margin-left: 10vw;
    text-align: left;
    width: 25%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 120%;
    margin-top: 2em;
    color: #2f2f2f;
}
h3 {
    font-size: 190%;
    margin:0;
    text-align: left;
    width: 80%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 130%;
    padding-top: 2em;
    color: #5fa2ce;
    display: flex;
    flex-direction: column;
    justify-items: right;
    align-items: right;
    align-content: right;
    justify-content: right;
    font-family: "Ledger", serif;
}
p{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    width: 80%;
}
ul {
    font-size: .9em;
    margin: 0;
    padding-top: 5%;
}
li {
    line-height: 130%;
}
.intro{
    font-size: 1.3vw;
    text-align: left;
    width: 80%;
    margin: 0;
    margin-left: 10vw;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    line-height: 130%;color: #939393;
    margin-bottom:1em;
}

section {
    margin: 0;
}
.content{
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;   
    background-image: url('../img/bgr.webp');
    background-size: cover; 
    background-position: bottom;
    background-attachment: fixed;
}  
.ambition{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;  
    background-color: #00509e;
    color: #fff;
    gap: 5%;
    mix-blend-mode: multiply;
    font-size: 1.1vw;
}  
.subtitle{
    font-size: 280%;
    text-align: left;
    color: #5fa2ce;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 100%;
}
.intro-col{
    padding:0;
    width: 35%;
    margin: 0;
    padding-left: 10%;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 120%;
    line-height: 150%;
    color: #fff;
    margin-bottom:1em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 15vh;
}
.intro-list{
    font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 130%;
    width: 35%;
    padding-right: 15%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 20vh;
    margin-bottom: 15vh;
}

footer {
    color: #a2a2a2;
    text-align: center;
    padding: 16px 0;
    width: 100%;
    bottom: 0;
    left: 0;
    font-family: "Roboto", sans-serif;
    font-size: .8vw;
}
.header-buttons {
    display: flex;
    gap: 2px;
    flex-direction: row;
}
/* Buttons */
.button, button, input[type="submit"], .button-off {
    color: #2f2f2f;
    border: 1px solid #003366;
    background-color: transparent;
    padding: 12px 20px;
    border-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s;
    font-family: roboto, sans-serif;
    text-transform: uppercase;
}
.button-off{
    opacity: 0.5;
    pointer-events: none;
}
.button-white {
    color: #003366;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    padding: 12px 20px;
    border-radius: 0;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s;
    font-family: roboto, sans-serif;
    text-transform: uppercase;
    width: fit-content;
    margin-left:1vw;
}
.button:hover, button:hover, .button-white:hover, input[type="submit"]:hover {
    background-color: #000000;
    color: #fff;
    border: 1px solid #003366;
}



/*////////////////////////////////////////////////////////////// Responsive //////////////////////////////////////*/





@media only screen    
    and (max-device-width: 740px)   
    and (orientation: portrait) 	
    and (-webkit-min-device-pixel-ratio: 2) {

    h1 {
        font-size: 6vh;
    }
    .intro{
        font-size: 1.5vh;
        width: 90%;
    }
    h2 {
        font-size: 1.9vh;
        font-weight: 600;
        width: 60%;
        line-height: 130%;
    }
    h3 {
        font-size: 2.8vh;
        width: 100%;
        margin-bottom: 2vh;
    }
    header {
        color: #fff;
        padding: 24px 0;
        text-align: center;
        position: absolute;
        width: 96%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 2%;
        z-index: 3;
    }
    .header-buttons{
        display: none;
    }
    .header-mobile {
        display: flex;
        gap: 2px;
    }
    .content{
        width: 100%;
        height: 90vh;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;   
        background-image: url('../img/bgr.webp');
        background-size: cover; 
        background-position: center;
        background-attachment: scroll;
    }  
    .ambition{
        flex-direction: column;
        font-size: 1.1vh;
    }  
    .intro-col{
        padding:0;
        width: 90%;
        margin: 0;
        padding-left: 10%;
        font-weight: 400;
        font-size: 200%;
        margin-top: 10vh;
    }
    .intro-list{
        line-height: 130%;
        width: 75%;
        margin: 0;
        padding-left: 10%;
        margin-bottom: 10vh;
        font-size: 180%;
    }
    ul{
        margin: 0;
        padding-left: 5%;
    }
    .button, button, input[type="submit"], .button-off {
        padding: 7px 7px;
        font-size: 1.6vh;
    }
    .button-off{
        opacity: 0.5;
        pointer-events: none;
    }
    .button-white {
        padding: 12px 15px;
        font-size: 1rem;
    }
    .button:hover, button:hover, .button-white:hover, input[type="submit"]:hover {
        background-color: #000000;
        color: #fff;
        border: 1px solid #003366;
    }
    footer {
        font-size: 1.2vh;
    }
}