@charset "UTF-8";

body {
	background-color: #ffffff;
	margin:0px auto;
	padding:0px;
	font-family: "Barlow", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:200;
	color:#222222;
	text-align:left;
	max-width:1140px;
}

.body-light {
	color:#7A7A7A;
}

strong {
	font-weight: 800;
}

@font-face {
	font-family: 'bebasregular';
	src: url('../fonts/BEBAS___-webfont.eot');
	src: url('../fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
	url('../fonts/BEBAS___-webfont.woff') format('woff'),
	url('../fonts/BEBAS___-webfont.ttf') format('truetype'),
	url('../fonts/BEBAS___-webfont.svg#bebasregular') format('svg');
	font-weight: 100;
}

h1, h2 {
	font-family: 'bebasregular', 'Arial Narrow', Arial;
	letter-spacing: -1px;
	word-spacing:5px;
}

h1 {
	font-size: 29px;
	font-weight: 400;
	color:#222222;
	text-transform:uppercase;
	margin-bottom:32px;
}

h2 {
	font-size:18px;
	margin-top:0;
	color:#222222;
	text-transform:uppercase;
}

h3 {
	color: #7A7A7A;
	text-transform:uppercase;
	word-spacing:5px;
	font-weight:400;
	font-size:14px;
}

a:link {
	color:#a80000;
	border-bottom:0px;
	text-decoration:none;
}

a:active {
	color:#222222;
	text-decoration:none;
}

a:hover {
	color:#222222;
	text-decoration:underline; 
	transition:0.3s;
}

a:visited {
	color:#a80000;
	text-decoration:none;
}

.heading {
	background-color: #ffffff;
	padding: 4px 32px 7px;
	display: flex; 
	justify-content: space-between;
	height: 58px;
	margin-top:21px;
}
	.logo {
		display: flex; 
		align-items: center;
		letter-spacing: -1px;
		font-size: 36px;
	}
		.logo h1 {
			margin-top: 40px;
			margin-bottom:25px;
			font-size: 36px;
		}
		.logo img {
			 width: 48px;
			 margin-right:16px;
		}
		.logo a:link {
			text-decoration:none;
		}

	.nav {
		display:inline;
		letter-spacing: 1px;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 500;
		line-height: 47px;
		margin-top:5px;
	}
		.nav a:link {
			color:#7A7A7A;
			border-bottom:0px;
			text-decoration:none;
		}

		.nav a:active {
			color:#7A7A7A;
			text-decoration:none;
		}

		.nav a:hover {
			color:#222222;
			text-decoration:none;
			transition:0.4s;
		}

		.nav a:visited {
			color:#7A7A7A;
			text-decoration:none;
		}

.job {
	background-color: #ffffff;
	left:0px;
	padding:32px;
	margin:0px;
}
	.job-about {
		padding-right:25%;
		color:#7A7A7A;
		border-bottom:solid 1px #dedede;
		padding-bottom:64px;
	}
		.job-about a:active {
			color:#7A7A7A;
			text-decoration:underline;
		}
		
		.job-about a:hover {
			color:#7A7A7A;
			text-decoration:underline;
			transition:0s;
		}
		

/*
.dots {
font-family:'Times New Roman', Times, serif;
font-size:40px;
*/

.seperator {
	background-color: #ffffff;
	width: auto;
	padding:0px 32px;
	margin:0px;
}
	.dots {
		background-image:url(../dot.svg);
		line-height:0;
		height:25px;
	}

.grid-sizer, .grid-item {
	width:280px;
	left:0px;
	margin-right:10px;
	margin-bottom:10px;
	padding:32px;
}

	.grid-item {
		background-color: #ffffff;
		float: left;
		border-bottom:solid 1px #dedede;
		font-size:14px;
	}

		.grid-item img {
		display: block;
		max-width: 100%;
		box-shadow: 0px 5px 10px #dedede;
		}

.footer {
	height:50px;
	bottom:0px;
	background-color: #ffffff;
	padding:32px 0px;
	margin-top:50px;
	border-top:solid 1px #dedede;
	display: flex; 
	justify-content: space-between;
}
	.footer .nav {
		padding-top:0px;
		padding-bottom:0px;
		line-height:auto;
	}
	.footer .thanks {
		padding-top:10px;
	}

.appear {
	display:none !important;
}

/******************************************************************************************
/* MOBILE              
/*******************************************************************************************/

@media only screen and (max-width:700px) {
body {
	font-size:16px;
	max-width: none;
}

h1 {
	margin-top:7px;
	margin-bottom:9px;
}

 .heading {
	padding: 27px 16px 0px;
	height: 16px;
}
/*	.logo {
		display: flex; 
		align-items: center;
		letter-spacing: -1px;
		font-size: 36px;
	} */
		.logo h1 {
			margin-top: 40px;
			margin-bottom:25px;
			font-size: 26px;
		}
		.logo img {
			 width: 33px;
			 margin-right:8px;
		}
		.logo a:link {
			text-decoration:none;
		}

	.nav {
		padding-top: 0px;
		margin-top:-13px;
	}

	.seperator {
		padding:16px 16px;
	}

	.job {
		padding:16px;
	}
		.job-about {
			padding-right:0px;
			padding-bottom:40px;
		}
			.job-about a:active {
				color:#7A7A7A;
				text-decoration:underline;
			}
			
			.job-about a:hover {
				color:#7A7A7A;
				text-decoration:underline;
				transition:0s;
			}

	.grid-sizer, .grid-item {
		padding:16px;
		width:360px;
	}

.footer {
	display:block;
	margin-top:-27px;
	height:73px;
	text-align: center;
	padding-top:24px;
}

/* .disappear {
	display:none !important;
	height:0px !important;
	max-height:0px !important;
	margin:0px !important;
	padding:0px !important;
}

.appear {
	display:block !important;
}
*/



	