html{
	font-family: "Trebuchet MS", sans-serif;
	font-weight: 300;
	color: #FFF;
}

body{
	background: url(../images/bg.jpg) no-repeat center center fixed; 
	background-size: cover;
	text-align: center;
	padding: 0;
	margin: 0 0 80px 0;
}

a{
	color: #FFF;
}

p{
	margin: 5px;
	padding: 0;
}

.clear{
	clear:both;
	width: 100%;
	height: 1px;
}

header{
	background-color: rgba(0,0,0,0.6);
}

header #header{
	margin: 0 auto 0 auto;
	text-align: left;
	max-width: 1280px;
}

img#logo{
	margin: 10px 0 15px 30px;
	width: 230px;
	float: left;
}

header nav{
	margin: 0 0 0 50px;
	float: left;

}

header nav a{
	font-size: 1.5em;
	text-decoration: none;
	line-height: 80px;
	display: block;
	float: left;
	padding: 0 20px 0 20px;
}

header nav a.active{
	background-color: #000;
	color: #cc0403;
}

header nav a:hover{
	background-color: #000;
}


section{
	margin: 30px auto 0 auto;
	max-width: 1280px;
}

section .table{
	display: table;
	width: 100%;
	border-spacing: 15px;
	min-height: 400px;
}

section .table .box{
	display: table-cell;
	background-color: rgba(0,0,0,0.8);
	width: 33%;
	min-height: 400px;
	text-align: left;
	padding: 20px;
}

section .table .box h2{
	font-weight: 300;
	padding: 0px;
	margin: 0;
	font-size: 1.7em;
}

section .table .box .content{
	text-align: left;
	padding: 10px 0 0 0;
}

section .table .box .content h3{
	font-weight: 400;
	font-size: 1.2em;
	padding: 0;
	margin: 0;
	padding: 0 0 5px 0;
	color: #cc0403;
	clear: both;
}

section .table .box .content h3 a{
	color: #cc0403;
}


section .table .box .content small{
	font-size: 0.6em;
}

section .table .box .content p{
	padding: 0 0 10px 0;
	margin: 0;
	color: #CCC;
}

section .table .box .jobs p{
	border-bottom: 1px solid #555;
	margin-bottom: 10px;
}

section .table .box .content p img{
	max-width: 100px;
	margin: 0 10px 10px 0;
}

section .table .box .content .item{
	width: 100%;
	height: 200px;
	background-size: cover;
	position: relative;
    	min-height: 200px;
}

section .table .box .content .item a{
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	bottom: 0;
	padding: 10px;
	color: #FFF;
	background-color: rgba(210,36,40,0.7);
	width: 100%;
	box-sizing: border-box;
	font-weight: 400;
	font-size: 1.1em;
	text-decoration: none;
}

section .table .box .content .item a:hover{
	background-color: rgba(210,36,40,0.9);
}

section .table .box .articles p{
	padding: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

section .table .full{
	width: 100%;
}


footer{
	display: block;
	text-align: center;
	padding: 15px;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.6);
	min-width: 900px;
}

@media screen and (max-width: 1280px){
	header nav a{
		font-size: 1.3em;
	}

}

@media screen and (max-width: 960px){



	header nav{
		margin-left: 30px!important;
	}

	img#logo {
		margin-top: 15px!important;
		width: 200px;
	}

	section{
		margin: 40px auto 0 auto;
	}

	section .table{
		display: block!important;
	}

	section .table .box{
		display: block!important;
		width: auto!important;
		margin: 0 30px 0 30px!important;
	}
}

@media screen and (max-width: 480px){


	section .table .box{width: 100%}

	header nav{
		margin-left: 30px!important;
	}

	img#logo {
		margin-top: 15px!important;
		width: 200px;
	}

	section{
		margin: 40px auto 0 auto;
	}

	section .table{
		display: block!important;
	}

	section .table .box{
		display: block!important;
		width: auto!important;
		margin: 0 30px 0 30px!important;
	}
}

