* {
    font-family: 'Roboto', sans-serif;
}

html {
  position: relative;
  min-height: 100%;
}

nav .btn {
    list-style: none;
}

nav .btn a {
    color: inherit;
    text-decoration: none;
}

.nav-item.active>.nav-link {
    color: #fff !important;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #000; 
  font-size:12px; 
  
}

.footer .container ul {
    margin:0; padding:20px 0; color:white; list-style-type:none;
}

.footer .container ul li {
    display:inline-block; padding-right:25px;
}

.footer  a {
    color: #ffffff;
    text-decoration:underline;
}

/* Custom Changes */

.navbar{
  margin-bottom:0px;
}

#site-logo{
  height:30px;
  width:auto;
  padding-left: 80px;
}

.navbar-default {
    background-color: #617fa5;
    border-color: #617fa5;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
  background-color: #7495c0;
}

.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:hover{
  color:#fff;
}

.navbar-default .navbar-nav>li>a:hover{
  background-color: #7495c0;
}

.navbar-default .navbar-nav>.open>a{
  color:#fff;
  background-color: #7495c0;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
  color:#fff;
  background-color: #7495c0;
}


.navbar-nav>li>.dropdown-menu {
  background-color: #7495c0;
  
    }
  .navbar-nav>li>.dropdown-menu>li>a{
    color: #fff;
  }  
.navbar-nav>li>.dropdown-menu>li>a:hover{
  background-color: #7495c0;
}  

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{
  background-color: #7495c0;
}

.menu-image{
    float:none;
      width:100%;
      height:181px;
      background-repeat: no-repeat;
        background-size: 100% 100%;
      margin-top: 10px;
  }

 .home-news{
  padding-left: 50px;
  padding-top: 20px;
 } 

.home-news li{
  padding: 5px;
  font-size: 16px;
  font-weight: bold; 
}

.home-events{
  margin-top:10px;
   padding-left:20px; 
   width:300px;float:left;
  }
  
  .home-lastimg{
    margin-top:20px;
    padding-left:30px;
    float:left;
  }


.img-hbox{
  width: 100%;
  min-height: 100px;
  background: #fff;
}

.img-hbox .box{
  position: relative;
  width: 100%
  display: inline-block;
}

.img-hbox .box .imgbox{
  position: relative;
  overflow: hidden;
  width: 100%
}

.img-hbox .box .imgbox p{
  margin: 0px;
}

.img-hbox .box .imgbox img{
  max-width: 100%;
  transition: transform .2s;
   width: 100%
}

.img-hbox .box:hover .imgbox img{
  transform: translateY(-30px);
   width: 100%
}

.img-hbox .box .contentbox{
  position: absolute;
  /*top: 95px;*/
  top:195px;
  height: 75px;
  width: 100%;
  background-color: #617fa5; 
  /*transform: scaleY(0); */
  transition: transform .5s;
}

.img-hbox .box:hover .contentbox{
  /*transform: scaleY(1); */
}

.img-hbox .box .contentbox .content{
  position: absolute;
  /*
  top: 30%;
  transform: translateY(-30%);*/
  text-align: center;
 /* padding: 10px; */
  color: #fff;
  width:100%;
}

.img-hbox .box .contentbox .content p{
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.img-hbox .box .contentbox .content a{
  color: #fff; 
  text-decoration: none;

}




@media (min-width: 768px)
{
  #site-logo{
  height:80px;
  width:auto;
}
  .navbar{
    min-height:100px;
    border-radius:0px;
  }
  .navbar-nav>li>a {
    padding-top: 40px;
    padding-bottom: 40px;
}
.navbar-collapse{
  padding-left:0px;
  padding-right:0px;
}
  
  .menu-image{
    float:left;
      width:20%;
      height:181px;
  }
  
  .zoom {
  padding: 50px;
  background-color: green;
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.img-hbox{
  width: 100%;
  min-height: 100px;
  display: flex;
  flex-direction: row;
  background: #fff;
}

.img-hbox .box{
  position: relative;
  width: 500px;
  display: inline-block;
}

.img-hbox .box .imgbox{
  position: relative;
  overflow: hidden;
}

.img-hbox .box .imgbox img{
  max-width: 100%;
  transition: transform .2s;
}

.img-hbox .box:hover .imgbox img{
  transform: translateY(-30px);
}

.img-hbox .box .contentbox{
  position: absolute;
  top: 95px;
  height: 75px;
  width: 100%;
  background-color: #617fa5; 
  transform: scaleY(0);
  transition: transform .5s;
}

.img-hbox .box:hover .contentbox{
  transform: scaleY(1);
}

.img-hbox .box .contentbox .content{
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
  text-align: center;
  padding: 10px;
  color: #fff;
  width:100%;
}

.img-hbox .box .contentbox .content p{
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.img-hbox .box .contentbox .content a{
  color: #fff; 
  text-decoration: none;

}

 .home-news{
  padding-left: 150px;
  padding-top: 20px;
 }
  
 .home-events{
   margin-top:50px;padding-left:20px; width:300px;float:left;
  }
  
  .home-lastimg{
    margin-top:30px;padding-left:30px;float:left;
  }
  
}







