

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  border-radius: 5px;
  border-color: #EEEEEE;
  padding: 0;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-default {
  border-color: #ddd;
}

.glyphicon-plus:before {
  content: "\002b";
  font-size: 22px;
  font-weight:bold;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel-default > .panel-heading {
  color: #fff;
  background-color: #346767;
  border-color: #EEEEEE;
}
.panel-title > a{
  color: #fff;
  
}


.main-text {
    color: #fff;
    position: absolute;
    top: 70%;
    width: 96.6667%;

    
}

.main-content {
    color: #343a40;
    padding-left: 3rem!important;
    padding-right: 3rem!important;
    background-color: #fff;
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
    
}

.navbar-top {
    position: absolute;
    width: 100%;
    z-index:999;    
}


.carousel-item {
    height: 80vh;
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .Map
  {
    width: 85vw;
    height: 480px;
  }

  .short-full {
    float: right;
    color: #fff;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay{
    margin-top:-10%;
    z-index:9999;
    height: 100vh;
    min-height: 350px;
    background-color: rgba(255, 102, 0, 0.3);
  }

  .sm-menu-bg{
    background-color: rgba(255, 102, 0, 0)!important;
  }

  .banner-logo
  {
    text-align: center;
  }
    
@media (max-width:768px ) {
    .navbar-top {
        top: 0px;
        z-index:9999;
        width:50px;
   
    }
    .sm-menu-bg{
        background-color: rgba(2, 117, 216, 0.6)!important;
      }
      .banner-logo
      {
        text-align: center;
        padding-left: 10%;
      }


      .Map
      {
        width: 90vw;
        height: 480px;
      }

      .main-text{

        top: 50%;
      }

}

@media (min-width:768px ) {

    .banner-logo
    {
        text-align: left;
       
      }


}


