/*
Theme Name: Enrollment Resources Client
Theme URI: http://enrollmentresources.com
Author: Enrollment Resources
Author URI: http://enrollmentresources.com
Description: Description
Version: 1.0
Template: er-2015
Tags:
*/

/*
Place custom styles here
*/


/* START Header specific CSS for BAMA (not in Customizer) */

@media only screen and (min-width: 64.063em) {
    .full-width-header {
        z-index: 1000;
        position: relative;
    }
    .full-width-header .logo {
        z-index: 1010;
        position: relative;
    }

    .masthead-hero-button {
        padding-bottom: 60px;
    }
}

header.full-width-header aside.widget_text .fa  {
    margin-left: 0.5em;
}

header.full-width-header aside.widget_text p {
    margin: 0.5rem 0;
    font-size: 100%;
}

header.full-width-header .pre-header aside.widget_text p {
    font-size: 1.2em;
}

@media only screen and (min-width: 40.063em) {
    header aside.widget_text br {
        display: none;
    }
}

@media only screen and (max-width: 40em) {

    header.full-width-header .pre-header .left,
    header.full-width-header .pre-header .right {
        width: 100%;
    }

    header.full-width-header aside.widget_text {
        max-width: 100%;
        width: 100%;
    }

    header.full-width-header .pre-header aside.widget_text p {
        text-align: center;
        font-size: 1em;
    }
}

/* END Header specific CSS for BAMA (not in Customizer) */


/* START White Text */

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6,
.white-text li,
.white-text dt,
.white-text dd {
    color: #ffffff !important;
}

.white-text a {
    color: #ff9999 !important;
}

.white-text a:hover,
.white-text a:active {
    color: #ffcccc !important;
}

/* footer locations */
footer aside .campus-list {
    margin: 0;
}

/* Dark / Light shadow */

.text-dark-shadow {
    text-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.text-light-shadow {
    text-shadow: 2px 2px 2px rgba(255,255,255,0.75);
}

.box-dark-shadow {
    box-shadow: 2px 2px 2px rgba(0,0,0,0.75);
}

.box-light-shadow {
    box-shadow: 2px 2px 2px rgba(255,255,255,0.75);
}
