@font-face {
    font-family:'Montserrat-Regular';
    src: url("../font/Montserrat-Regular.eot");
    src: url("../font/Montserrat-Regular.eot?#iefix") format("eot"),
    url("../font/Montserrat-Regular.woff") format("opentype"),
    url("../font/Montserrat-Regular.ttf") format("truetype"),
    url("../font/Montserrat-Regular.svg") format("svg"),
    url("../font/Montserrat-Regular.otf") format("opentype");
    font-style: normal;
}

@font-face {
    font-family:'Montserrat-Black';
    src: url("../font/Montserrat-Bold.eot");
    src: url("../font/Montserrat-Bold.eot?#iefix") format("eot"),
    url("../font/Montserrat-Bold.woff") format("opentype"),
    url("../font/Montserrat-Bold.ttf") format("truetype"),
    url("../font/Montserrat-Bold.svg") format("svg"),
    url("../font/Montserrat-Bold.otf") format("opentype");
    font-style: normal;
}



@font-face {
    font-family:'Montserrat-Light';
    src: url("../font/Montserrat-Light.eot");
    src: url("../font/Montserrat-Light.eot?#iefix") format("eot"),
    url("../font/Montserrat-Light.woff") format("opentype"),
    url("../font/Montserrat-Light.ttf") format("truetype"),
    url("../font/Montserrat-Light.svg") format("svg"),
    url("../font/Montserrat-Light.otf") format("opentype");
    font-style: normal;
}





html, body{
    width:100%;
    color:#151d25;
    font-family:'Montserrat-Light';
    font-size:14px;
    background-color:#fff;
    overflow: hidden;
 

}

#landing-container{
    background-image:url(../img/background.jpg);
    width:100%;
    height:100vh;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#landing-container .content-container{
    height:100vh;
    flex-direction: column;
}

#landing-container .content-container .title{
    color:#64e8de;
    letter-spacing: 6px;
    font-size:20px;
}


#landing-container .content-container .logo{
    width:70%;
    height:auto;
    padding-top:20px;
    padding-bottom:50px;
}

#landing-container .content-container .logo img{
    width:100%;
}

#landing-container .content-container .info{
    color:#fff;
    font-size:15px;
    letter-spacing:2px;
    text-align:center;
}

#landing-container .content-container .info a{
    color:#fff;
    text-decoration: none;
    
}

