@font-face {
  font-family: "teko";
  src: url(../fonts/teko-regular.otf)
}
@font-face {
   font-family: teko;
   src: "../fonts/teko-bold.otf";
   font-weight: bold;
}
html {
   margin: 0px;
   height: 100%;
   width: 100%;
   font-family: "teko";
   color: rgb(33, 41, 61);
   font-size: 15px;
}
body {
   margin: 0px;
   min-height: 100%;
   width: 100%;
}
div {
}
#header {
	font-size:50px;
	text-align: center;
}
#footer {
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	border: 1px solid rgb(255, 120, 10);
	width: 100%;
	text-align:center;
}
#footermain {
	font-size: 15px;
	position: relative;
	bottom: 0px;
	border: 1px solid rgb(255, 120, 10);
	width: 100%;
	text-align:center;
}
.thumbnail {
   height: 250px;
   left: 50%;
   margin-top: -125px;
   margin-left: -125px;
   position: absolute;
   top: 50%;
   width: 250px;
   transition: transform .2s;
}
.thumbnail:hover {
	transform: scale(1.1);
}
#jobheader {
	font-weight: bold;
	font-size: 30px;
	margin: auto;
	width: 75%
}
#jobbody {
	font-size: 20px;
	right: 150px;
	left: 150px;
	margin: auto;
	width: 75%
}
#sectionheader {
	font-weight: bold;
	font-size: 40px;
	right: 150px;
	left: 150px;
	margin: auto;
	width: 75%
}
#topbanner {
   width: 75%;
   left: 12.5%;
   position: relative;
}

