/* .navbar {
  

}*/
p{text-align: justify;}
.navbar{
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.05);
}
.max-width {
  margin-left: auto;
   margin-right: auto;
  max-width: 1200px;

}
.toplogo{
  height:100px;
}
.hero{
    height: 450px;
    background-image: url('/images/home_desktop.jpg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
.message-box{
    
    background-color: #eeeeee;
    
    
}
.foot-box{
    
    background-color: #eeeeee;
    color: #00568e;
    
}
.foottitle{
  font-weight: 1000;
}
.message-box-container{
    padding: 30px 0;
}
.content-box{
    padding: 30px 0;
}
.htitle{
color: #00568e;
font-weight: 700;
font-size: 1.4rem;
}
.hcontent{
    margin-left: auto;
   margin-right: auto;
max-width: 800px;
margin-bottom: 30px;
}
.footer{
  padding: 20px;

    border-top-width: 1px;
    border-top-color: gray;
    border-top-style: solid;
}
.copyright {
  font-size:10px;
}
@media (min-width:576px) and (max-width:767px){
  .copyright {
    font-size:12px;
  }
}
@media (max-width:575px){
.hero{
    height: 500px;
    background-image: url('/images/home_mobile.jpg');
    background-size: cover;
}
.container-fluid{
  padding: 0;
}
.hcontent{
    margin-left: 10px;
   margin-right: 10px;

margin-bottom: 60px;
}
.toplogo{
  height:80px;
}
}