body {
    font: 400 15px/1.8 Lato, sans-serif;
    color: #777;
}

a:hover {
   text-decoration: none;
   color: #ccc;
}
h2{
    
    background-color: black;
    opacity: 0.7;
}
h3{
      margin: 10px 0 30px 0;
      letter-spacing: 10px;      
      font-size: 24px;
      color: #111;
}
h4 {
      margin: 10px 0 30px 0;
      letter-spacing: 4px;      
      font-size: 16px;
      color: #111;
    text-align: center;
}
h6{
    background-color: black;
    opacity: 0.7;
    font-size: 18px;
}
.container {
      padding: 80px 10px;
}

.carousel-inner img {   
      width: 100%; /* Set width to 100% */
      margin: auto;

}
.carousel-caption h3 {
      color: #fff !important;
}
@media (max-width: 600px) {
    .carousel-caption {
      display: none; /* Hide the carousel text when the screen is less than 600 pixels wide */
    }
}
.bg-1 {
      background-color: #007145;  
      color:  #d9d9d9;
}
.bg-1 h3 {color: #fff;}
.bg-1 p {font-style: italic;}

.bg-2 {
      background-color: #f3f3f3;  
      color: #777;
}
.bg-2 h3 {color: black;}
.bg-2 p {font-style: italic;}


.list-group-item:first-child {
      border-top-right-radius: 0;
      border-top-left-radius: 0;
}
.list-group-item:last-child {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
}
 
.btn {
      padding: 10px 20px;
      background-color: #333;
      color: #f1f1f1;
      border-radius: 0;
      transition: .2s;
}
.btn:hover, .btn:focus {
      border: 1px solid #333;
      background-color: #fff;
      color: #000;
}
.modal-header, .close {
      background-color: #333;
      color: #fff !important;
      text-align: center;
      font-size: 30px;
}
.modal-header, .modal-body {
      padding: 40px 50px;
}
.nav-tabs li a {
      color: #777;
}

.navbar {
      font-family: Montserrat, sans-serif;
      margin-bottom: 0;
      background-color: #007145;  
      border: 0;
      font-size: 11px !important;
      letter-spacing: 4px;
      opacity: 0.8;
}
.navbar li a, .navbar .navbar-brand { 
    color: #f3f3f3 !important; 
}
.navbar-nav li a:hover {
    color: #fff !important;
    background-color: #29292c !important;

}
.navbar-nav li.active a {
      color: #fff !important;
      background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
      border-color: transparent;
}

.navbar-brand{
    padding: 5px 25px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #f3f3f3;
}

footer {
      background-color: #f3f3f3;  
      color: #111;
      padding: 10px;
}
footer a {
      color: #111;
}
footer a:hover {
      color: #999;
      text-decoration: none;
}  
.form-control {
      border-radius: 0;
}
textarea {
      resize: none;
}

h5{
      margin: 10px 0 30px 0;
      letter-spacing: 3px;      
      font-size: 16px;
}


.help-block{
    color: #ff1a1a !important;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption { 
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: white !important;
    font-size: 48px;
    font-weight: bold;
    transition: 0.3s;
    background-color: rgba(0, 0, 0, 0.0) /* Green background with 30% opacity */

}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}



/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 32px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}


/* Container holding the image and the text */
.ImgContainer {
    position: relative;
    max-width: 300px;
    margin: 10px;
    display:inline-block;  
    background-color: black;
}


.offerImg {
    cursor: pointer;
    transition: 0.3s;
}

.offerImg:hover {opacity: 0.8;}


.ImgContainer .text-block {
  position: absolute; /* Position the background text */
  bottom: 0; /* At the bottom. Use top:0 to append it to the top */
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1; /* Grey text */
  width: 100%; /* Full width */
  padding: 8px; /* Some padding */
  text-align: center;
}

#offerContainer{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}

.logo{
    padding: 15px;
    width:100%;
    max-width:250px;
}

.antispam { display:none;}
















