
* {
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box
}

a {
	transition-duration: .3s;
    transition-property: all;
}

a:hover {
	background: #008CBA;
	color: #f0f0f0;
}

body {
}

img.header {
	border-radius: 20px;
	margin-bottom: 2em;
}

section div.row {
	padding: 1em 0px;
	border-bottom: 1px solid #eee;
}

div.jobs {
	min-height: 400px;
	padding: 2em;
	background: #fafafa;
	transition-duration: .5s;
    transition-property: all;
}

div.jobs:hover {
	background: #f0f0f0;
}

div.jobs h3 {
	font-size: 1.5em;
}

footer {
	background: #333;
	color: #f0f0f0;
	padding: 1em 0px;
}

footer p {
	font-size: .8em;
	padding: .5em 0px;
}

footer a.mail {
	background: #008CBA;
	padding: .5em 2em;
	border-radius: 100px;
	color: #f0f0f0;		
}