body {
  background-color: rgba(252, 126, 6, 0.65);
}

#header img {
  max-width: 95%;
  max-height: 10em;
}

#header {
  border-bottom: 3px solid #777;
  background-color: #FFFFFF;
  background-image: none;
}

#nav-links li {
  font-size: 2em;
  font-weight: 700;
}

#nav-links li:first-child {
  margin-left: 0px;
}

@media only screen and (min-width: 768px) {
  #nav-links {
    margin-left: 400px;
  }
  #nav-links li {
    margin-top: 80px;
  }
  body {
    padding-top: 145px;
    padding-bottom: 38px;
  }
}

@media only screen and (min-width: 992px) {
  #nav-links li {
    margin-left: 40px;
  }
}

#nav-links li>a {
  color: #000000;
}

#nav-links .active>a {
  background-color: #97A786;
  background-image: none;
}

.carousel-container {
  background-color: #FFFFFF;
}

.carousel-container > div {
  background-color: rgba(0, 0, 0, 0.65);
}

.carousel {
  height: 30em;
}

.carousel .item {
  background-color: #777;
}

.carousel-inner > .item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 30em;
}

#bodyText {
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.5em;
}

#bodyText p {
  margin-bottom: 10px;
}

#bodyText p.highlight {
  font-weight: 900;
}

.body-text-container {
  padding-top: 20px;
  padding-bottom: 20px;
}

#bodyText .body-text-col-left {
  padding-right: 15px;
}

#bodyText .body-text-col-right {
  padding-left: 15px;
}

#bodyText .body-text-bottom {
  padding-top: 20px;
  font-weight: 700;
}

#thumbnails img {
  max-width: 95%;
  max-height: 15em;
}

#thumbnails .legend {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 700;
}

.thumbnail-container {
  background-color: #97A786;
  padding-top: 20px;
  text-align: center;
}

#lightbox .modal-content {
  display: inline-block;
  text-align: center;   
}

#lightbox .close {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(25, 25, 25);
  padding: 5px 8px;
  border-radius: 30px;
  border: 2px solid rgb(255, 255, 255);
  position: absolute;
  top: -15px;
  right: -55px;
  z-index:1032;
}

#footer {
  font-size: 1.4em;
  font-weight: 500;
  color: black;
  min-height: 25px;
  text-align: center;
}

.form-group.required .mandatory-indicator { 
  color: #d00;
  font-weight: 900;
  font-size: 21px;
}

#success_message {
  display: none;
}

#error_message {
  display: none;
}

.zoom {      
  -webkit-transition: all 0.35s ease-in-out;    
  -moz-transition: all 0.35s ease-in-out;    
  transition: all 0.35s ease-in-out;     
  cursor: -webkit-zoom-in;      
  cursor: -moz-zoom-in;      
  cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
  -ms-transform: scale(2.5);    
  -moz-transform: scale(2.5);  
  -webkit-transform: scale(2.5);  
  -o-transform: scale(2.5);  
  transform: scale(2.5);    
  position:relative;      
  z-index:100;  
}

@media only screen and (max-width: 768px) {   

  .zoom:hover,  
  .zoom:active,   
  .zoom:focus {
    -ms-transform: scale(2.0);    
    -moz-transform: scale(2.0);  
    -webkit-transform: scale(2.0);  
    -o-transform: scale(2.0);  
    transform: scale(2.0);    
    position:relative;      
    z-index:100;  
  }

  .thumbnail-container {
    cursor: pointer;
  }
}

