@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Tinos&display=swap');

body,H1,H2,H3,H4,H5,P,DIV{font-family: 'Roboto', sans-serif !important;}

.citonimage{background-size: cover;
    width: -webkit-fill-available;
    height: 500px;}
    
    .citonimage h1{
        
            position: relative;
    top: 100px;
    left: 50px;
    max-width: 460px;
    font-weight: 700;
    font-style: italic;
    }
    
    
    footer{
        background-color:#efefef;
    }
    
    footer p {
        
        font-weight:300;
    }
    
    
    .thelogo{
      
    }
    
    #mainNav{
        background-color: #fff;
          -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
    }
    #mainNav.is-fixed {
   
    top: -153px;
    }

    
    a.nav-link {
    color: #000!important;
}