@charset "utf-8";
/* CSS Document */

/*Applies to all*/
*{

}

.container{
	background-color: white;	
	max-width: 80%;
	border-style: none;
	text-align: center;
	margin: auto;
}

h1{
	font-size: 18px;
}

h1, h2{
	font-family: 'open-sans', sans-serif;
}

p{
	font-family: 'Raleway', sans-serif;
	line-height: 1.7em; /*sets the letting, spacing between the lines*/
	text-align: left;
}

div{
	/*border-style: solid; /*black border*/
}

.banner{
	background-image: url(images/website/Snow_Caps_Banner.jpg);
	background-size: cover;
	width: 100%;
	height: 330px;
	background-position: bottom center;
	margin-top: 0;
}

.bannerText{
	color: white;
	letter-spacing: 2px;  
  	background: rgb(0, 0, 0); /* fallback color */
   	background: rgba(0, 0, 0, 0.3);
   	padding: 5px; 
	padding-bottom: 0px;
	position: relative;
	margin: auto; /*center text*/
	top: 20%; /*vertical alignment*/
	max-width: 60%;
}

.nav{
	position: relative;
}

/*Main*/
.mainArea{
	margin-top: 30px;
}

.mainImage{
	
}


/*footer area elements*/
.footer{
	position: relative;
	text-align: center;
	border-style: none;
	margin-top: 30px;
}

.footerLinks{
	position: absolute;
	text-align: left;
	left: 5%;
}

.footerArtist{
	position: absolute;
	text-align: left;
	left: 25%;
}

.footerContact{
	position: absolute;
	text-align: left;
	left: 55%;
}

.footerSocial{
	background-image: url(images/website/Social_Corner.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 175px;
	margin-top: 0;
	margin-right: 30px;
}

/*applies to all social icons*/
.footerSocialIcons{
	position: absolute;
	height: 32px;
}

.footerTopRow{
	top: 38px;
	right: 31px;
	
}

.footerSecondRow{
	top: 74px;
	right: 31px;
}









