@font-face {
    font-family: 'NeueHaasGrotesk';
    src: url(NeueHaasGrotesk.otf);
    font-size: 5vw;
}  
a{
    text-decoration:none;
    color: #363795;
    font-family: 'NeueHaasGrotesk';
    font-weight: bold;
}
#flex-container{
    display: inline-flex;

 
}
#flex-container1{
    display: flex;
margin: 
 
}
.logo{
    width: 30%;
    display: flex;
}
.nav li a{
    display:inline-flex;
    list-style-type: none;
  }

p{
    text-decoration:none;
    color: #363795;
    font-family: 'NeueHaasGrotesk';
    
}
@media only screen and (max-width: 1080px)
    .logo{
       width: 50%;
    }

hr{
    color: #363795;
    margin-bottom: 2vw;
    margin-left: 0px;
}
#guide{
width: 25%;
height: 25%;
margin-left: 10vw;
margin-right: 5vw;
}
#video{
    width: 40%;
    margin-left: 4vw;
}

h2{
    font-family: 'NeueHaasGrotesk';
    text-decoration:none;
    color: #363795;
    margin-left: 5vw;
    font-size: xx-large;

}
footer{
    text-align: center;
    color: #363795;
    font-size: 1vw;
    margin-top: 10vw;
}
@media only screen and (max-width: 1080px){
    footer{
        font-size: 2.25vw;
        margin-bottom: 3vw;
    }
}