@import url('https://fonts.googleapis.com/css?family=Cabin:400,500,700|Montserrat:100,200,300,400,500,600,700,bold');

@font-face {
    font-family: jetset;
    src: url(../assets/JetSet.ttf);
}

body {
    font-family: Montserrat;
        background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    
    text-align: left !important;
}





.brand-logo-container{
    
    text-align:left;
    width: 100%;
    padding: 10px;
}





.lattelogo{
    width: 10%;
    max-width: 300px;
}



@media only screen and (max-width: 2000px) {  
    .center-logo{
        max-width: 550px;    
    }
}

@media only screen and (max-width: 1600px) {  
    .lattelogo{
        width: 12%;
    }
}

@media only screen and (max-width: 800px) {  
    .lattelogo{
        width: 25%;
    }
}

@media only screen and (max-width: 500px) {   

    .lattelogo{
        width: 35%;
    }
}

@media only screen and (max-width: 400px) {   

    .lattelogo{
        width: 40%;
    }
}



