/*!
 * Start Bootstrap - Scrolling Nav (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    width: 100%;
    height: 100%;
    background-attachment: no-repeat center center fixed;
    font-weight: normal;

}

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;
    }

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


.intro-section {
    min-height: 100%;
    padding: 150px 0 50px 0;
    text-align: left;
    background: #fff;
    background: url(/IMG_1227.jpg) no-repeat center center fixed;
     -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    color: white;
    text-shadow: 1px 1px #000;
}

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

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

.lifestyle-section {
   height: 900px;
padding: 25px 0 25px 0;
    text-align: left;
    background: #fff;
}

.llamause-section {
   height: 500px;
padding: 25px 0 25px 0;
    text-align: left;
    background: #eee;
}

.llamasvsalpacas-section {
   min-height: 100%;
padding: 25px 0 25px 0;
    text-align: left;
    background: #fff;
}

.faq-section {
   min-height: 100%;
padding: 25px 0 25px 0;
    text-align: left;
    background: #eee;
}
.contact-section {
   min-height: 100%;
padding: 25px 0 25px 0;
    text-align: left;
    background: #fff;
}

.footer {
   height: 250px;
padding: 75px 0 50px 0;
    text-align: center;
    background: #000;
    color:white;
}