@charset "utf-8";
/* 
font-family: ''Arvo', serif;
*/

/* Small devices (tablets, 768px and up) */
@media (max-width: 768px) { 
    body{font-size: 16px;}
	.career { height:744px;}
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 992px) { 
    body{font-size: 18px;}
	.career { height:744px;}
 }

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    body{font-size: 20px;}
	.career { height:744px;}
 }


html {
	overflow-x: hidden;
	height: 100% !important;
}
body {
	min-height: 100%;
	display: -ms-flexbox;
	display: flex;
	color: #000;
	background-color: #FBF9F2;
	height: 100%;
}
h1 {
	font-family: 'Arvo', serif;
	color: #FFFFFF;
	font-size: 3em;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}
p {
	font-family: 'Arvo', serif;
	color: #FFFFFF;
	font-size: 1em;
	text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

hr {
  	margin-top: 1rem;
  	margin-bottom: 1rem;
  	border: 0;
  	border-top: 2px dotted rgba(255, 255, 255, 1);
}
