@charset "UTF-8";
/* CSS Document */
body {
	background: url('../images/square_bg.png');
	background-color: #2a3e51;
	color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.jumbotron h1, h1 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 35px;
}
.main-logo img {
	width: 35%;
	padding-top: 25px;
	padding-bottom: 50px;
}
.work-row {
	margin-top: 10px;
}
.work-row-too {
	margin-top: 30px;
}
.work-row-3 {
	margin-top: 35px;
	margin-bottom: 35px;
}
.jobtitle {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	color: #b7b8b8;
	font-size: 18px;
	font-weight: 300;
}
.jumbotron-head {
	background-color: #7f8c8d;
	background: url('../images/background.png') no-repeat center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	box-shadow: 0 3px 7px rgba(0,0,0,.15), 0 -3px 7px rgba(0,0,0,.15);
}
.jumbotron-about {
	background-color: #30485c;
	box-shadow: inset 0 3px 7px rgba(0,0,0,.2);
	margin-bottom: 0px;
}
.profile-img {
	margin-bottom: 25px;
	width: 250px;
	height: 250px;
	box-shadow: inset 3px 3px 3px 3px rgba(0,0,0,.2);
}
.jumbotron-contact {
	margin-top: 30px;
	margin-bottom: 0px;
}
.header-nav a {
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #fbaf3f;
}
.header-nav {
	margin-right: 50px;
	font-weight: 300;
}
.work-row img, .work-row-too img, .work-row-3 img {
	width: 350px;
}
.footer-text {
	padding-top: 45px;
	font-size: 15px;
}
.jumbotron-contact img {
	width: 75px;
	transition: all 0.2s ease-in-out;
	opacity: .5;
	color: #fff;
	padding: 5px;
	border-radius: 300px;
	border: 1px solid transparent;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
.jumbotron-contact img:hover {
	color: #fff;
	text-shadow: 0 0 10px rgba(255,255,255,.25);
	opacity: 1;
	border: 1px solid #eee;
	border-radius: 300px;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 992px) {

}

@media screen and (min-width: 769px) {

}

@media screen and (max-width: 768px) {
.main-logo img {
	width: 75%;

}
}

@media screen and (max-width: 580px) {
.main-logo img {
	width: 75%;

}
}
