/*!

 =========================================================
 * Coming Sssoon Page - v1.3.2
 =========================================================
 
 * Product Page: https://www.creative-tim.com/product/coming-sssoon-page
 * Copyright 2017 Creative Tim (http://www.creative-tim.com)
 * Licensed under MIT (https://github.com/creativetimofficial/coming-sssoon-page/blob/master/LICENSE.md)
 
 =========================================================
 
 * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
 */
 @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Benne&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,700&display=swap');

body{
    background-color: #f0f2f5;
}
.row{
    margin-left: 0px;
    margin-right: 0px;
}
.imglogo {
    justify-content: center;
    text-align: center;
}
.imglogo .motto{
    min-height: 140px;
    padding-top: 7em;
}
.imglogo .motto{
    font-size: 26px;
    font-weight: bolder;
    /* font-family: 'Roboto', sans-serif; */
    /* font-family: 'Benne', serif; */
    font-family: 'Nunito', sans-serif;
    color: #2b2a2a;;
    text-align: center;
    margin-top: 50px;
    
}
.bg{
    width: 100%;
    height: 700px;
}
.logo{
    padding-top: 3em;
}

@media (min-width:219px){        
  .bg{
    height: 400px; 
  }
  .imglogo .motto{
    padding-top: 0em;
}
  
}
@media (min-width:768px){        
    .bg{
        height: 400px; 
      }
      .imglogo .motto{
        padding-top: 0em;
    }
}
@media (min-width:991px){        
    .bg{
        width: 100%;
        height: 700px;
    }
    .imglogo .motto{
        min-height: 140px;
        padding-top: 7em;
    }
}
@media (min-width:1200px){        
    .bg{
        width: 100%;
        height: 700px;
        margin-top: 9px;
    }
    .imglogo .motto{
        min-height: 140px;
        padding-top: 7em;
        margin-top: 50px;
    }
}


