/*!
 * 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%;
  
    font-weight: normal;
    font-family: 'Inter', serif;

}

@media only screen and (max-width: 600px) {
    img {
        max-width: 100%;
  height: auto;
    }
}

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 {
    height: auto;
padding: 25px 0 25px 0;
    text-align: left;
    background: #eee;
  
}

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

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

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

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

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

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


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

.breedings {
    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;
}

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

.container-white {
    margin-left:40px;
    background: white;
}

.container-intro {
   background-color: black;
   padding-top:  50px;
   padding-bottom: 30px;
   height:auto;

  
  
}
