body{
	background-color: #000;
}

.container{
	max-width: 1366px;
	max-width: 1166px;
	margin: 0px auto;
	/*background-color: #eee;*/
}


header img{
	/*float: left;*/
	text-align: left;
	/*position: fixed;*/
	
}

nav{
	text-align: right;
	/*float: right;*/
}


header,nav a{	
	font-size: 12px;
	text-decoration: none;
	font-family: helvetica;
	color: #fff;
	padding: 10px;
	text-decoration: none;

}

header,nav a:hover{
	color: #ff4e00;
	text-decoration: none;
}


#next{
	font-size: 12px;
	text-decoration: none;
	font-family: helvetica;
	color: #fff;
	padding: 10px;
	text-decoration: none;
}

#next a{
	text-decoration: none;
	color: #78776b;
}

h1{
	font-family: helvetica;
}


p{
	font-family: helvetica;
	font-size: 13px;
	color: #fff;
}

footer{
	font-family: helvetica;
	text-align: center;
	/*color: #ff3300;*/
	color: #78776b;
	font-size: 9px;
}

.boxCenter{
	align-content: center;

}


::selection {
/*background-color: #ff4e00;*/
background-color: #ff3300;
 
}

/*.withMargin{
margin-bottom:100px;
}
*/


mark {
  background-color: #ff3300;
  color: #fff;
}

.imgSizer{
	max-width: 100%;
	height: auto;
	margin: 0px auto;
	display: block;
}


/*.nav{
	width: 100%;
	text-align: center;
	background-color: #CEE3F6; 
    clear:both; display:inline-block;
}

.logo{
	display:inline-block;
	float:left;
	padding: 20px;
}

#nav-list{
    margin-top:55px;
   list-style-type: none;
    float:right; 
    display:inline-block;
}

#nav-list li{
   display: inline;
   font-size: 18px;
   margin: 10px;
    
}*/

.row{
	display: flex;
	flex-wrap: wrap;
}

.col{
	/*background-color: #eeeeee;*/
	margin:10px 1%;
	padding: 10px .5%;
	flex-grow: 1;

}




/*.oneTwelve{
	flex-grow: 0;
	width: 5.333%;
}

.twoTwelve{
	flex-grow: 0;
	width: 13.667%;
}
.threeTwelve{
	flex-grow: 0;
	width: 22%;
}
.fourTwelve{
	flex-grow: 0;
	width: 30.333%;
}
.fiveTwelve{
	flex-grow: 0;
	width: 38.666%;
}
.sixTwelve{
	flex-grow: 0;
	width: 47%;
}
.sevenTwelve{
	flex-grow: 0;
	width: 55.333%;
}
.eightTwelve{
	flex-grow: 0;
	width: 63.666%;
}
.nineTwelve{
	flex-grow: 0;
	width: 72%;
}
.tenTwelve{
	flex-grow: 0;
	width: 80.333%;
}
.elevenTwelve{
	flex-grow: 0;
	width: 88.666%;
}

.twelveTwelve{
	flex-grow: 0;
	width: 97%;
}*/