html, body {margin:0; padding:0; height:100%; }
body {
	background:url(../img/full-width-background.jpg) center center no-repeat #000;
	background-size:cover;
}

h1 {
	color:#fff;
	font-weight:bold;
}

h2 {
	color:#fff;
	margin-bottom:20px;
}

h2 span.min {
	font-size:1.5rem;
	font-style:italic;
}

.circlePhoto {
	border-radius:50%;
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.75);
}

.socialBlock ul, .socialBlock li {
	list-style:none;
	margin:0;
}

.socialBlock a {
	color:#fff;
	text-decoration:none;
}

.socialBlock .fa-linkedin, .socialBlock .fa-facebook-square, .socialBlock .fa-instagram-square {
	width:35px!important;
	height:35px!important;
	line-height:35px!important;
	font-size:35px!important;
	background:#fff!important;
	border-radius:5px;
}

.socialBlock .fa-linkedin {
	color:#0e76a8!important;
}

.socialBlock .fa-facebook-square {
	color:#3b5998!important;
}

.socialBlock .fa-instagram-square {
	color:#e1306C!important;
}

@media(max-width:1024px) {
	 h1 {
	 	font-size: 2rem;
	 }
}