body{
  font-family: sans-serif;
  font-weight: 300;
}
.logo{
  max-height: 60px;
}
.nav-link {
  color: #0976b2 !important;
}
.nav-link:hover {
  color: #68abd0 !important;
}
.my-color{
  color: #0976b2 !important;
}
.my-color-bg{
  background-color: #0976b2 !important;
}
.my-image-bg{
  /*background-image: url("../images/search-bg.jpg");*/
  background-color: #68abd0;
  background-position: center; 
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0px;
}
.search-input{
  line-height: 2em;
  border-color: #0976b2;
  border-right: none;
  background-color: #fff;
}
.search-btn{
  background-color: #fff;
  line-height: 2em;
  border-color: #0976b2;
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.search-btn-btm{

  background-color: #fff;
  line-height: 2em;
  border-color: #0976b2;
}
.search-output{
  background: #F0EEEE;
  box-shadow: 0 0 5px #ccc;
}
.form-wrapper{
  border-radius: 7px;
}
.form-wrapper label{
  font-weight: bold;
}
.errors li{
  list-style: none;
  width: 100%;
  text-align: center;
}
.errors ul{
  padding-left: 0;
  margin-bottom: 0;
}

@media (max-width: 768px){
    .my-image-bg{
      padding: 20px 0px;
    }
    .mob-size {
    font-size: 1rem;
}
  .form-wrapper .text-right{
    text-align: center !important;
  }

  .form-wrapper .btn-primary{
    display: block;
    margin: 0 auto;
  }
}

/** Hover Menu **/
.navbar .nav-item .dropdown-menu{ display: none; }
.navbar .nav-item:hover .nav-link{   }
.navbar .nav-item:hover .dropdown-menu{ display: block; }
.navbar .nav-item .dropdown-menu{ margin-top:0; }

#results { float:right; border:3px solid; background:#ccc; }
