/*general container styling*/

html {
    padding: 0px;
    margin: 0px;
    background-color: white;
}
body {
    padding: 0px;
    margin: 0px;
    font-family: sans-serif;
    background-color: white;
}

/*video looped at top */

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%; 
    min-height: 100%;
}

/*video text overlay, welcome to American Prairie */

#vidhead {
    position: absolute;
    margin-top: 17px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    width: 100%;
    padding: 40px;
}

/*gen wrapper */

.wrapper {
    display: none;
    background-color: white;
}

/* navbar logo */

#logo {
    width: 75px;
    margin-top: -5px;
}

/*nav links*/

#navlinks {
    margin-right: 20px;
}

.link {
    font-size: 1.7em;
    color: #FEBC92;
    font-weight: bold;
    text-shadow: 2px 2px black;
}

a.link:hover {
    color: white;
    background-color: transparent !important;
}

#gap {
    height: 125px;
}

#gap2 {
    height: 50px;
}

/*first section of landing page */

#whatis {
   font-size: 1.7em;
   font-weight: bold;
   font-style: italic;
   line-height: 50px;
}

#mission {
    background-color: white;
    text-align: center;
}

/* Main videos top and bottom, reel and recent episode */

#mainvid {
    background: url("http://www.americanprairie.tv/img/top.png");
    background-size: cover;
    height: 550px;
}

#botvid {
    background: url("http://www.americanprairie.tv/img/bottom.png");
    background-size: cover;
    height: 550px;
}

#vid {
    margin-top: 40px;
    }

/*who we are header */

#whoweareheader {
    background-color: #d6d9ce;
    padding: 25px;
    border-radius: 10px;
    border: 2px solid grey;
}

#whoweareheader h2{
    font-size: 4.0em;
    font-weight: bold; 
}

/* Scott Section */

#scott {
    background-color: #74d3ae;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid grey;
    border-bottom: 2px solid grey;
}
#scottinfo {
    padding: 25px;
    text-align: center;
}

#scottinfo h3 {
    font-size: 2.3em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

#scottinfo p {
    font-size: 1.3em;
    text-align: left;
    line-height: 40px;
}

#scottimg {
    height: 300px;
    max-width: 90%;
}

/* Other Team Members Section */

#empsectwrap {
    border: 2px solid grey;
}

#empsect {
    padding-top: 30px;
    padding-bottom: 30px;
}

.emppics {
    height: 225px;
    margin-top: 10px;
    border-radius: 500px;
    border: 2px solid grey;
}

.emphead {
    text-align: center;
    font-size: 2.0em;
    font-weight: bold;
    padding: 10px;
}

.lead.empara {
    text-align: left;
    font-size: 1.3em;
    line-height: 40px;
}

/* FOOTER */

#footer {
    height: 300px auto;
    background-color: red;
  }
  
.col-md-4.footersect {
    padding: 30px;
}

.lead.foothead {
    color: white;
    padding-top: 75px;
    font-weight: bold;
}

.lead.foottext {
    font-size: 1.1em;
    color: #ffebe8;
}

.bottomlinks {
    font-size: 1.5em;
    color: white;
    padding: 20px;
}

#apfooter {
    text-align: right;
    padding-right: 40px;
}

#email {
    list-style:none;
}

#amprairemail {
    color: #ffebe8;
    padding-right: 20px;
    font-weight: bold;
    list-style: none;
}

#footerlinks {
    display: inline;
    list-style: none;
    list-style-type: none;
    padding: 0px;
    margin-right: 5%;
}

#footerlinks li {
    display: inline;
    padding: 10px;
}

#footerlinks a {
    display: inline;
    style: none;
    color: white;
    font-weight: 3.0em;
    
}

#footerlinks a:hover{
    color: blue;
}