/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */


body {
    width: 100%;
    height: 100%;
    background-color: #F9F5EA;
}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        background-color: rgba(0,0,0,0.9);
    }

    .top-nav-collapse {
        padding: 0;
    }
}

.container {
  width:100%;
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    color: #000;
}

h4 {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.1625em;
}


h2:before {
  content: "";
  display: block;
  border-top: solid 1px black;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  z-index: 1;

}

h2 span {
  background: #F9F5EA;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}

h2:before {
  left: 0;
}


h4 {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

h4 span {
  background: #F9F5EA;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}

h4:before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
    top: 50%;
  width: 100%;
}
h4:before {
  left: 0;
}

p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.428em;
}

p.reasons span {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.428em;
}


p.shadow span {
    text-shadow: 1px 1px #666666;
    font-family: 'Merriweather',serif;
    font-style: italic;
    line-height: 1.428em;
    font-size: 14px;
    letter-spacing: 0.1000em;

}

p.lead {
    font-family: 'Merriweather',serif;
    font-style: italic;
    color: #8D2040;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

li {
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.428em;
}

blockquote {
  background: #f1ede2;
  border-left: 10px solid #8D2040;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}

blockquote:before {
  color: #8D2040;
  content: open-quote;
  font-family: 'Merriweather',serif;
    font-style: italic;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
  font-family: 'Merriweather',serif;
    font-style: italic;
    color: #8D2040;
    font-size: 18px;
    font-weight: 600;
}

dt {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #8D2040;
  font-weight: 600;
}

.storage-section h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #8D2040;
  font-weight: 600;
  text-align: center;
}

.col-md-4 {
    margin-top: 30px;
}

.col-md-6 {
  margin-top: 50px;
}


.glyphicon-ok {
    color:#8D2040;
}
.navbar a {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666;
}

/* Hover effect
ul.nav a:hover { 
    color: #8D2040 !important; 
}
*/



/* BUTTON STYLES */

.btn {
    padding: 14px 24px;
    border: 0 none;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1625em;
    margin-top: 10px;
    margin-bottom: 30px;
    white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
}

.btn-lg {
  font-size: 16px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #8D2040;
  border-color: #285e8e;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}
 
.btn-primary {
    background: #8D2040;
    color: #ffffff;
}
 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: #A2264B;
}
 
.btn-primary:active, .btn-primary.active {
    background: #007299;
    box-shadow: none;
}

.btn.sharp {
  border-radius:0;
}

/* BUTTON STYLES END */

dt {
    margin-top: 20px;
}

ul {
  margin-top: 20px;
}

.img-responsive {
  display: inline-block;

}

/* JUMBOTRON */

.jumbotron {
    background-color: #F9F5EA;
    width: 100%;
    text-align: center;
    min-height: 100%;
    background-image: url(../images/wine-bottles9.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center; 
}


.jumbotron h1 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 31px;
    text-align: center;
    letter-spacing: 0.1625em;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 30px;
}

.jumbotron p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}

/* @media (min-width: 641px) {
  .jumbotron {
    background: url(../images/wine-bottles6.png);
    background-repeat:  no-repeat;
  }
}
@media (max-width: 640px) {
  .jumbotron {
    background: url(../images/wine-bottles6-mobile2.png);
    background-repeat: no-repeat;
  }
*/

/* JUMBOTRON ENDS */


.intro-section {
    min-height: 100%;
    padding: 50px 0 50px 0;
    text-align: center;
    background: #F9F5EA;
}

.about-section {
    min-height: 100%;
    padding: 100px 0 50px 0;
    text-align: left;
    background: #F9F5EA;
}

.services-section {
    min-height: 100%;
    padding: 100px 0 50px 0;
    text-align: center;
    background: #F9F5EA;
}

.contact-section {
    min-height: 100%;
    padding: 100px 0 50px 0;
    text-align: center;
    background: #F9F5EA;
}

.storage-section {
    min-height: 100%;
    padding: 100px 0 50px 0;
    text-align: left;
    background: #F9F5EA;
}

.om-section {
    min-height: 100%;
    padding: 100px 0 50px 0;
    text-align: left;
    background: #F9F5EA;
}

/* FOOTER */

footer {
  height:80px;
  background-color: #161616;
  margin-top: 117px;
  text-align:center;
}

footer nav ul li {
  display: inline;
  margin:0 10px 0 10px;
  font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #666;
    text-decoration: none;
}

footer h3 {
  color:#fff;
  font-size:28px;
  font-weight: bold;
  margin-top:60px;
}

footer p {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.428em;
    margin-top: 15px;
}

footer nav {
  margin-top:20px;
}

footer nav a {
  color:#666;
}

footer nav a:hover {
  color:#fff;
  text-decoration: none;
}

footer nav a:hover:active {
  color:#fff;
  text-decoration: none;
}
  
.on {
  color: #fff;
}