@charset "utf-8";
/* CSS Document */
.abouthead {
	background-image: url("../images/about-images/20160511_080916.jpg");
	background-size: cover;
	background-position:bottom;
}
.aboutbottom {
	background-image: url("../images/about-images/landscape.jpg");
	background-size: cover;
	background-position: bottom;
}
.aboutmid {
	background-image: url("../images/about-images/landscape.jpg");
	background-size: cover;
	background-position: center;
}
.abouttop {
	background-image: url("../images/about-images/landscape.jpg");
	background-size: cover;
	background-position: top;
}
.resume {
	border-style: none;
	border-radius: 7px;
	background-color: #BF1E2E;
	color: white;
	font-style: oblique;
	font-size: 1.45rem;
	font-weight: 650;
}
#fb {
	max-width: 19rem;
}
#ig {
	max-width: 19rem;
}
#yt {
	max-width: 19rem;
}
.socialmedia {
	width: 100%;
	background-color: #BF1E2E;
	color: white;
	border-style: none;
	border-radius: 5px;
	font-style: oblique;
	font-weight: 750;
}
.values h3 {
	font-weight: 650;
	font-size: 1.5rem;
}
#career {
	text-decoration: none;
	color: white;
}

@media screen and (min-width: 500px){
	.values h3{
		font-size: 2.2rem;
	}
}
@media screen and (min-width:576px){
	.values h3{
		font-size: 2.4rem;
	}
}
@media screen and (min-width:768px){
	.values h3{
		font-size: 2rem;
	}
}
@media screen and (min-width: 992px){
	.values h3{
		font-size: 1.35rem;
	}
}
@media screen and (min-width: 1200px){
	.values h3{
		font-size: 1.7rem;
	}
}
