body, html {
  height: 100%;
}

body { background-image: url(../../assets/media/bg.jpg); 
	height: 100%;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
}

.logo { 
	max-width: 100%;
}

a:link { 
text-decoration: none; 
color: #ffffff;
}

a:visited { 
text-decoration: none; 
color: #ffffff;
}

a:active { 
text-decoration: none; 
color: #ffffff;
}


body {
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	color: #ffffff;
}


h1, h2, h3 {
    font-family: Source Sans Pro, sans-serif;
    font-weight: 300;
	color: #ffffff;
}



h2 {
font-size: 26px;
}

h3 {
font-size: 22px;
}


a.black:hover, a.black:active, a.black:link, a.black:visited { 
text-decoration: none; 
color: #231e1a;
}