body{
    margin: 0;
    padding: 0;
    width: 100%;
}
h1 {
    font-family:"Times New Roman", Times, serif;
    font-weight:normal;
    font-size: 55px;
    text-align: center;
    color: #f00;
    width: 100%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
h2 {
    font-family:"Arvo";
    font-weight: normal;
    font-size: 80px;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 100%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
h3 {
    font-family: "Oswald";
    font-weight: normal;
    font-size: 40px;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    position: relative;
    color: #FFF;
    width: 100%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
h4 {
    font-family: "Oswald";
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    margin: 5px 0;
    padding: 0;
    z-index: 1;
    position: relative;
    color: #FFF;
    width: 100%;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}
p {
    font-size: 20px;
    text-align: center;
    text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000;
}


.center { 
    margin: 0 auto; 
}
.content{ 
    margin: 0 auto; 
    width: 100%; 
    overflow-x:hidden;
}
.header-content{ 
    display: flex;
    justify-content: center; 
    width: 100%; 
}
.clear { 
    clear: both; 
}

.flex-container{
    display: flex;
    justify-content: center; 
    flex-direction: column;

}


#header {
    width: 100%;
    background:black;
    height: 80px;
    position: fixed;
    z-index: 3;
}
#nav { 
    width: 410px; 
    float: right; 
    margin-top: 20px; 
}
#logo a { 
    color: #fff; 
    text-decoration: none; 
    float: left; 
    font-size: 30px; 
    margin-top: 20px; 
    color: #fff;
    font-family: "Times New Roman", Times, serif; 
    font-weight: bold; 
}
#nav ul{
    list-style: none;
    display: block;
    margin: 0 auto;
    list-style: none;
}
#nav li{
    margin-top: 9px;
    float: left;
    padding-left: 21px;
}
#nav li a { 
    color: #fff; 
    opacity: 0.6; 
    font-size: 16px; 
    text-decoration: none; 
    font-family: "Times New Roman", Times, serif; 
}
#nav li a.active { 
    color: #fff; 
    opacity: 1; 
    border-bottom: 2px solid #fff; 
}
#nav li a:hover { 
    color: #fff; 
    opacity:1; 
}


.quotes {
    font-family: 'Goudy Bookletter 1911', serif;
    font-weight: normal;
    font-size: 30px;
    text-align: left;
    margin: 50px auto;
}

.author_name_white { 
    font-family:"Times New Roman", Times, serif; 
    margin: 70px 0 0 75px; 
    color: #fff; 
    font-size: 20px; 
} 
.author_name_gray { 
    font-family:"Times New Roman", Times, serif; 
    margin: 70px 0 0 75px; 
    color: #94a4a4; 
    font-size: 20px; 
} 
.quotes_container { 
    width: 100%; 
    margin: 0 auto; 
}
.google-sign-in { 
    width: 100%; 
    height: 100px; 
    margin: 0 auto; 
}

#slide1, #slide2{ 
    width: 100%; 
}
#slide1{
    background:url('../img/bagua.jpg') 50% 0 no-repeat fixed;
    color: #fff;
    height: 600px;
    margin: 0;
    width: 100%;
    padding: 200px 0 260px 0;
    background-size: cover;
}
#slide2{
    background-color: #000;
    color: #333333;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
    padding: 200px 0;
}
#slide3{
    background: url('../img/football_field_560724.jpg') 50% 0 no-repeat fixed;
    color: #fff;
    height: 600px;
    padding: 170px 0 0 0;
    background-size: cover;
}
#slide4{
    background-color: black;
    color: #333333;
    height: 300px;
    padding: 200px 0;
}
#slide5{
    background-color: black;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover;
}
#bender-water{
    background: url('../img/water.jpg') 50% 0 no-repeat fixed;
    color: #fff;
    height: 600px;
    padding: 170px 0 0 0;
    background-size: cover;
}
#bender-earth{
    background: url('../img/brycecanyon.jpg') 50% 0 no-repeat fixed;
    color: #333333;
    height: 300px;
    padding: 200px 0;
}
#bender-fire{
    background: url('../img/fire.jfif') 50% 0 no-repeat fixed;
    height: 200px;
    margin: 0 auto;
    padding: 250px 0;
    color: #fff;
    background-size: cover;
}
#bender-air{
    background: url('../img/Auburn-Lake-Cheek.jpg') 50% 0 no-repeat fixed;
    color: #333333;
    height: 300px;
    padding: 200px 0;
}