*{
    background: black; /*linear-gradient(to right, rgb(6,10,18), rgb(33,51,94));*/
    padding:0;
	margin:0;
	box-sizing: border-box;
}
nav{
    height:10vh;
    width:100%;
}
nav ul{
    float: right;
    margin-right: 5vw;
}
nav ul li{
    display:inline-block;
    line-height: 10vh;
    margin:0 5vw;
}
nav ul li a
{
    font-size: 1rem;
    text-decoration: none;
    list-style: none;
    font-family:'Open Sans', sans-serif;
    font-style: normal;
    color:#FFFFFF;
    padding: 0.2rem 0rem;
}
nav ul li a:hover{
    transition: 0.5s;
    border-bottom: 1.5px solid #FFFFFF;
}
#check{
    display: none;
}
#menu-icon{
    line-height: 10vh;
    font-size: 1.8rem;
    color: #FFFFFF;
    float:right;
    margin-right:5vw;
    display: none;
}
@media (max-width:950px){
    nav ul li a{
    font-size: 0.9rem;
    }
}
@media (max-width:820px){
    #menu-icon{
        display: block;
    }
    nav ul{
        position: fixed;
        width: 100%;
        height: 100vh;
        margin-top:10vh;
        left: -100%;
        text-align: center;
        transition: all .4s;
    }
    nav ul li{
        display:block;
    }
    nav ul li a{
        font-size: 0.9rem;
    }
    #check:checked~ul{
        left:0;
    }
}
.container{
    display: flex;
    height: 90vh;
    width:100%;
}
.content{
    padding-top:10vh;
    padding-left:1vw;
    height:90vh;
    width: 35vw;
}
.img{
    height: 90vh;
    width:65vw;
    float: right;
}
.title{
    color:#FFFFFF;
    font-size: 3.5rem;
}
.site{
    color: #FFFFFF;
    font-size:1.5rem;
    padding-top:2vh;
}
.quote{
    color: #FFFFFF;
    font-size: 1.5rem;
    padding-top:6vh;
}
.buttons
{
    padding-top:5vh;
}
.button{
    text-decoration: none;
}
.know{
    background: #FFFFFF;
    border-radius:2px;
    border:2px solid #FFFFFF;
    width:fit-content;
    height: fit-content;
    font-size: 18px;
    text-align: center;
    padding:0.5rem;
    color:black;
}
.button2{
    text-decoration: none;
    margin-left:1vw;
}
.later{
    border-radius: 2px;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    width: fit-content;
    height: fit-content;
    font-size: 18px;
    padding:0.5rem;
    text-align: center;
}

@media(max-width:1400px)
{
    .title{
        font-size: 3rem;
    }
    .img{
        width:60vw;
    }
    .content{
        width:40vw;
    }
}
@media(max-width:1320px)
{
    .title{
        font-size: 2.9rem;
    }
    .img{
        width: 60vw;
    }
    .content{
        width:40vw;
    }
}
@media(max-width:1100px) {
    .title{
        font-size:2.5rem;
    }
    .img{
        width: 60vw;
    }
    .content{
        width:40vw;
    }
}
@media(max-width:980px)
{   
    .container{
        height: auto;
        flex-wrap: wrap;
    }
    .content{
        padding-top:6vh;
        height:auto;
        width: 100vw;
        padding-left: 4vw;
        padding-bottom: 10vh;
    }
    .img{
        width:100vw;
    }
    .title{
        font-size: 3.2rem;
    }
    .site{
        font-size:1.3rem;
    }
    .quote{
        font-size: 1.3rem;
    }
}
.container-2{
    background-color: #FFFFFF;
    padding: 1.5% 5%;
    
}
.about{
    background-color: #FFFFFF;
    font-family:'Open Sans', sans-serif;
    font-size: 1.01rem;
}
.about-title{
    background-color: #FFFFFF;
    font-size: 2.5rem;
    padding: 0 42%;
    border-bottom: 5px double black;
    font-weight:400; /*#EADEDE*/
}
.row{
    display: flex;
    width:100%;
    margin-top:4vh;
    margin-bottom: 4vh;
}
.fa-brands{
    font-size:1.7em;
    margin-top:1vh;
    color: #FFFFFF;
    margin-right:1.2em;
}
.fa-brands:hover{
    color:cornflowerblue;
}
.line{
    color: #FFFFFF;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
    margin-left:11vw;
    padding-right:31vw;
}
