body {
    background-color: #FFFFFF;
    font-family: "rooney-web",sans-serif;
    font-style: normal;
font-weight: 400;
}
/** Set the backgrounds for the different sections **/
.header-area {
    background-color: #EC403D;
    min-height: 160px;
}
.navigation-area {
    background-color: #97A1AC;
    /*background-repeat: repeat-x;*/
}
.content-area {
    padding: 50px 0 70px 0;
    background-color: #FFFFFF;
}
.footer-area {
    background-color: #CA2129;
    color: #fff;
    min-height: 50px;
    padding: 20px 0 0 0;
}
.full-width {
    min-width:100%;
    position: relative;
}
h2 {
    color: #FFFFFF;
    font-weight: normal;
    /*margin-top: 50px;*/
}

/** Changes background color, height and margin of the Menu bar **/
.top-bar {
    background-color: #97A1AC;
    height: 58px;
    line-height: 58px;
    margin-bottom: 0;
}
/** Removes black background on menu bar **/
.top-bar-section ul {
    background: none;
    text-transform: uppercase;
}
/** Removes black background on menu item **/
.top-bar-section li a:not(.button) {
    background: #97A1AC;
    line-height: 58px;
    padding: 0 27px;
}

/** Changes the active menu item from default black to a gradient **/
.top-bar-section ul li.active > a {
    /*background:  rgb(0, 0, 0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 transparent;*/
    background-color: #516275;
}
/** Changes the hover state of non active menu items **/
.top-bar-section li:hover a {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.7) 100%) repeat scroll 0 0 transparent;
    color: #fff;
}
/** Changes non active menu items text color to black **/
.top-bar-section ul li > a {
    color: #FFFFFF;
}
/** Changes the hover state of dropdown menu items **/
.top-bar-section ul.dropdown li a:hover:not(.button) {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.9);
}
/** IMPORTANT fill for the ul dropdown container **/
.top-bar-section ul.dropdown {
    background: #333;
    color: #fff;
}
/** This fixes the position and the color of the dropdown arrow **/
.top-bar-section .has-dropdown > a:after {
    border-color: rgba(0, 0, 0, 1) transparent transparent;
    margin-top: 2.5px;
}




/*B&L Changes*/



#hero {
    background-color: #ECECEE;  
 }

#goals {
    background-color: #FFFFFF;
}

#upcoming {
    background-color: #ECECEE;
}

#past {
    background-color: #FFFFFF;
}

#meet {
    background-color: #ECECEE;
}

#donate {
    background-color: #FFFFFF;

}

#media {
    background-color: #ECECEE;
}




#hand-logo {
    margin: 0 .5em 0 0;
}

#star {
    width: 200%;
}

#logo {
/*    max-height: 8em;
    position: relative;
    top: 20%;*/

    padding: 25px 25px 25px 25px;
}

#site-name {
    margin: 65px 0 0 0;
    font-size: 3em;
     font-family: "ff-meta-serif-web-pro",serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1em;
}

h2 {
    color: #FFFFFF;
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

h3 {
    font-family: "brandon-grotesque",sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #4A4B4B;
}

.title {
    text-align: none;
    text-transform: uppercase;

}

#hero-button {
    width:200px;
}

#donate-button {
width: 25%;
height: 50px;
margin-left: 37%;
}

.section-header {
    color: #516275;
    text-align: center;
    margin: 0 0 30px 0;
    font-size: 120%;
    font-size: 1.6875em
}



/*End B&L Changes*/




@media only screen and (max-width: 942px) {
    /* Makes the responsive menu fit in the navigation container and change its background to black */
    .top-bar ul {
        background-color: rgba(0, 0, 0, 0.5);
        padding-bottom: 13px;
    }
    /* Change non active menu item color to black */
    .top-bar-section ul li > a {
        color: #fff;
    }
    /* Gives the dropdown ul a black fill */
    .top-bar-section ul {
        background: #000;
    }
    /* Give the BACK button after going in a submenu the appropriate filling */
    .top-bar-section .dropdown li.title h5 a {
        line-height: 57px;
    }
    /* This fixes the position and the color of the dropdown arrow */
    .top-bar-section .has-dropdown > a:after {
        border-color: rgba(255, 255, 255, 1) transparent transparent;
        margin-top: 2.5px;
    }
} /* end media query */