body,
html {
    width: 100%;
    height: 100%;
}
.backgroundParallax{
    background-size: cover;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	opacity: .3;
}
#templates{
  display: none;
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.blackFont{
	color: black;
}
.colorOverlay{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:.5;
}
.navbar {
	border-color: transparent;
	background-color: #f8f8f8;
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
	transition: 1s;
	-webkit-transition: background-color .5s;
	-o-transition: background-color .5s;
	-mos-transition: background-color .5s;
}
.navbar:hover{
	background-color: #f8f8f8;
	box-shadow: 0px 0px 10px rgba(0,0,0,.25);
}
.navbar.topOfPage{
	background-color: transparent;
	box-shadow: none;
}
.navbar.topOfPage * a{
	color: white !important;
}
.navbar.topOfPage * a:hover{
	opacity: .6;
}
.row-centered{
	text-align: center;
}
.headerContainer{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}

.col-centered{
    display: inline-block;
    float: left;
    text-align: left;
    margin-right: -4px;
	height: 300px;
}

@media(max-width: 760px){
	.col-centered{
		width: 50%;
	}
}
@media(max-width: 400px){
	.col-centered{
		width: 100%;
	}
}

.topnav {
    font-size: 14px;
}

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

.intro-header {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: #f8f8f8;
    background-color: #29506d;
    background-size: cover;
    height:85vh;
	background-position: center;
    background-image: url(../img/fallowField.jpg);
}

.intro-message {
    position: relative;
    padding-top: 20%;
    padding-bottom: 20%;
}

.intro-message > h1 {
    margin: 0;
    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);
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

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

.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 {
    margin-bottom: 5%;
	font-size: 4vh;
}

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

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.form-horizontal{
	background-color: #e7e7e7;
	padding: 30px;
	border-radius: 15px;
	color:black;
	margin-top: calc(50% - 150px);
	box-shadow:0px 0px 10px rgba(0,0,0,.25);
}
.contactCol{
	width: 50%;
	height: 100%;
	float: left;
}
@media(max-width:760px){
	.contactCol{
		width: 80%;
		margin-left: 50px;
	}
	.hideMobile{
		display:none;
	}
}

.importantText{
	font-size: 40px;
	transition: 1s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-mos-transition: .5s;
}
.importantText:hover{
	text-shadow: 0px 0px 10px rgba(43,126,126,.5);
}

.visionBanner{
    padding: 100px 0;
    color: black;
	min-height: 85vh;
	background-size: cover;
	position: relative;
}
#contact{
	background-color: #6b2683;
	background-size: cover;
	box-shadow: 0px 2px 10px rgba(0,0,0,.5);
}
#home{
	box-shadow: 0px 2px 10px rgba(0,0,0,.5);
}
.visionBanner h2 {
    margin: 0;
    font-size: 3em;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

    ul.banner-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons > li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 50px 0;
    background-color: #0b628a;
    color: #f8f8f8;
	position: relative;
	box-shadow: 0px -2px 10px rgba(0,0,0,.5);
}

footer a{
    color: #f8f8f8 ;
}

p.copyright {
    margin: 15px 0 0;
}
.title{
	font-size: 25px;
}
.row{
	margin: 25px 0;
}

i.fa {
    color: white;
    font-size: 25px;
    margin: 0px 25px 0 0;
}
i.fa:hover{
	opacity: .8;
}
.albumnContent{
	overflow: hidden;
    max-height: 0;
    transition: 1s;
}
.viewContent{
	cursor: pointer;
	text-align: left;
	font-size: 20px;
	margin-top: 15px;
}
.viewContent:hover{
	opacity: .8;
}
.profileImg {
    width: 20vh;
    height: 20vh;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    margin: 1vh;
}
.row.songRow {
    margin: 0;
}
.songRow div {
    width: 100%;
    border-top: 1px solid #aaa;
    margin: 0;
    padding: 10px 0;
}
