/*!
 * springwell music home page
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.lead {
    font-size: 18px;
    font-weight: 400;
}

.text-lighter {
    font-weight: 400;
}

.intro-header {
    padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    color: #ede5d8;
    background: url(/img/sprwell_banner.jpg) no-repeat center center;
    background-size: cover;
}

.intro-message {
    position: relative;
    padding-top: 10px;
    padding-bottom: 100px;
    padding-left: 20px;
}

.intro-message > h1 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > h3 {
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 2em;
    padding-left: 30px
}

.intro-image {
    position: relative;
    padding-top: 10%;
    padding-bottom: 10%;
}

.intro-logo {
	margin: 0 auto;
}

.intro-icon {
    margin-right: 15px;
    border-radius: 12px;
    width: 76px;
	hight: 76px;
}

@media(max-width:991px) {
    .intro-divider {
        width: 100%;
    }
}

@media(max-width:767px) {
    .intro-message {
        padding-top: 0;
        padding-bottom: 25px;
    }

    .intro-divider {
        width: 100%;
    }

	.intro-message > h1 {
		font-size: 2.5em;
	}
	
	.intro-message > h3 {
	    font-size: 1em;
		margin-top: 10px;
	    padding-left: 15px;
	}

	.intro-image {
		padding-top: 20%;
	}
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 70px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 70px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}

.section-button {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media(max-width:767px) {
	.content-section-a {
		padding: 50px 0;
		background-color: #f8f8f8;
	}

	.content-section-b {
		padding: 50px 0;
		border-top: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
	}

	.section-heading-spacer {
	    margin-top: 10px;
	}
}

footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}

p.copyright {
    margin: 15px 0 0;
}

.navbar.transparent.navbar-default {
    background-color: rgba(248,248,248,0.96);
}