body {
  font-family:Arial, Helvetica, sans-serif;
}

.nav-image {
  max-width: 45%;
}

.img-container {
  position: relative;
}

.overlay-img {
  position: absolute;
  top: 0;
  left: 0;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.mycolumn {
  float: left;
  width: 20%;
  padding: 5px;
}

/* .mycolumn img:hover{
  opacity: .5;
} */

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}


img {
  max-width: 100%;
  height: auto;
}

.myimgtop1 {
    max-width: 100%;
    height: auto;
    object-fit: fill;
    padding-top:85px;
    }

.myimgtop2 {
    max-width: 100%;
    height: auto;
    object-fit: fill;
    padding-top:85px;
    }

.myimgtop3 {
    max-width: 50%;
    height: auto;
    object-fit: fill;
    padding-top:65px;
    }

/*
.bottle1 {
  padding-top: 65px;
  max-width: 35%;
  height: auto;
  }

.bottle2 {
  padding-top: 0px;
  max-width: 35%;
  height: auto;
  }
*/

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    }

.dark-section {
    background-color:#000000;
    padding-top:50px;
    padding-bottom:50px;
    }

.dark-section-small {
    background-color:#000000;
    padding-top:5px;
    padding-bottom:25px;
    }


.light-section {
    background-color:#FFFFFF;
    padding-top:50px;
    padding-bottom:50px;
    }

.light-section-small {
    background-color:#FFFFFF;
    padding-top:5px;
    padding-bottom:25px;
    }



.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color:rgb(254,254,108);
    border-color:transparent;
    }

.site-section {
    text-align:center;
    padding-bottom:70px;
    }

.site-section h1 {
    font-weight:normal;
    margin-bottom:30px;
    margin-top:60px;
    }

#logo {
  max-height:42px;
  margin-right:10px;
  margin-top:-3px;
  display:inline-block;
}

#promo {
  text-align:center;
  padding:40px;
  background:url(../../assets/img/background.jpg) no-repeat;
  background-size:cover;
  margin-top:65px;
}

@media (max-width:991px) {
  #promo {
    padding:20px;
  }
}

#promo.jumbotron {
  border-radius:20px;
  padding:40px;
  background-color:rgba(255,255,255,0.75);
  max-width:800px;
  margin:0 auto;
}

@media (max-width:991px) {
  #promo.jumbotron {
    padding:20px;
  }
}


#welcome p {
  max-width:800px;
  font-size:20px;
  margin:0 auto;
  color:#666;
}

.why.item {
  padding-top:36px;
}

#why.item i {
  font-size:42px;
  color:rgb(255,43,115);
}

#why.item h2 {
  font-weight:normal;
  margin-top:13px;
  margin-bottom:20px;
  font-size:24px;
}

#why.item p {
  color:#687378;
}



/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}
