body{
    background-color: #FFFFFF;
    margin: 0;
    font-family: "Lato";
    color: #3b3535;
}

h1{
    font-weight: 300;
    font-size: 42px;
    letter-spacing:8px;
    color: #A768A0;
    text-transform: uppercase;
    text-align: center;
}

h2{
    font-weight: 400;
    font-size: 36px;
    letter-spacing:10px;
    color: #3F3F3F;
    text-transform: uppercase;
}

h3{
    font-weight: 900;
    font-size: 25px;
    letter-spacing:10px;
    color: #EAEAE9;
    text-transform: uppercase;
    text-align: center;
}

h4{
    font-weight: 300;
    font-size: 20px;
    letter-spacing:3px;
    color: #3F3F3F;
    text-transform: uppercase;
    text-align: center;
}

nav li{
    font-weight: 300;
    font-size: 21px;
    color: #3F3F3F;
    text-transform: uppercase;
}

nav li:hover{
    color: #A768A0;
}

p{
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    color: #3F3F3F;
}

input{
    font-weight: 900;
    font-size: 18px;
    letter-spacing:3px;
    color: #EAEAE9;
    text-transform: uppercase;
    border: 2px solid #EAEAE9;
    margin: 0 15px;
    padding: 10px 15px;
    width: 400px;
}

textarea{
    font-weight: 900;
    font-size: 18px;
    letter-spacing:3px;
    color: #EAEAE9;
    text-transform: uppercase;
    border: 2px solid #EAEAE9;
    margin: 0 15px;
    padding: 10px 15px;
    width: 400px;
}

button{
    font-weight: 900;
    font-size: 18px;
    letter-spacing:3px;
    color: #FFFFFF;
    text-transform: uppercase;
    background-color: #7E4A7F;
    border: none;
    padding: 10px 15px;
    margin: 0 15px;
}

button:hover{
    background-color: #A768A0;
}

footer{
    font-weight: 700;
    font-size: 12px;
    color: #C4C4C4;
    padding: 21px 0;
}

#social_media{
    height: 40px;
    background-color: #3b3535;
}

#social_media i{
    float: right;
    color: #EAEAE9;
    font-size: 25px;
    margin: 7px;
}

#social_media i:hover{
    color: #A768A0;
}

ul{
    margin: 0;
}

nav{
    height: 80px;
}

nav li{
    float: right;
    list-style-type: none;
    margin: 25px 0 0 25px;
}

nav a{
    text-decoration: none;
}

nav img{
    float: left;
    width: 350px;
}

#header_img{
    background-image: url("../img/audience5.jpg");
    background-size: cover;
    height: 450px;
}

#newsletter{
    border-bottom: 2px solid #EAEAE9;
}

#form{
    height: 75px;
    margin-left: 5px;
}

#form input, #form button{
    float: left;
}

.wrapper{
    width: 90%;
    margin: 0 auto;
}

#main_content{
    height:355px;
}

#content{
    position: absolute;
}

#info, #slideshow{
    float: left;

}

#info{
    width: 650px;
    margin: 20px 50px 20px 10px;
    padding: 0 20px 0 20px;
}

#slideshow{
    width: 320px;
    text-align: center;
    padding-left: 25px;
    margin-top: 10px;
}

#sponsors{
    border-top: 1px solid #EAEAE9;
    height: 370px;
}

#sponsors_img img{
    float: left;
    width: 200px;
    margin: 25px 7.9%;
}

#sponsors h3{
    margin: 60px 0 40px;
}

#footer{
    height: 60px;
    background-color: #EAEAE9;
}

.active{
    color: #A768A0;
    font-weight: 900;
}

#about_content img{
    float: left;
    width: 450px;
    margin: 0 55px 0 60px;
}

#about{
    margin-right: 85px;
}

#about_content h1, #contact_content h1, #calendar_content h1, #media_content h1{
    margin: 40px 0 65px 0;
}

#about_content p{
    margin-bottom: 70px;
}


#contact_content{
    height: 610px;
    width: 90%;
    margin: 0 auto;
}

#contact_content h4{
    text-align: left;
}

#contact_info{
    float: left;
    width: 500px
}

#contact_form{
    float: left;
    width: 500px;
}

#contact_form input, #contact_form textarea{
    margin-bottom: 20px;
    width: 470px;
}

#contact_form form{
    margin-top: 25px;
}

#calendar_content{
    margin: 0 auto 70px;
    width: 90%;
}

#media_content{
    height: 1150px;
}


#video_content{
    float: right;
    width: 560px;
    padding-right: 40px;
}

#media_slideshow{
    float: left;
    width: 420px;
    text-align: center;
    padding-left: 40px;
}

#video_content iframe{
    margin-bottom: 10px;
}


div.cta{
    width: 330px;
    background-color: white;
    opacity: 0.8;
    padding: 10px 20px;
    position: absolute;
    top: 180px;
    left: 140px;
}

.cta p{
    font-size: 31px;
    line-height: 32px;
    margin: 0 0 10px;
    font-weight: 100;
}

.cta h1{
    font-size: 60px;
    margin: 10px 0;
    font-weight: 900;
}

