.titlebar {
	background-color: #0077be;
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
        padding: 0;
        margin:0;
	/*max-width: 1024px;*/
	width: 100%;
	/*overflow: hidden;*/
	top: 0px;
	left: 0px;
	right: 0px;
	height: 100px;
	padding-top: 0px;
	padding-left: 0px;
}

.titlebar p {
	display: inline-block;
}

.navbar {
	background-color: black; /*#0074be;*/
	position: fixed;
	margin-top: 0px;
	margin-left: 0px;
        padding-top: 0px;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
        height: 100px;
	overflow: hidden;
}

.navbar a {
	float: left;
	display: inline;
	color: rgb(255,255,255);
	text-align: center;
	padding: 10px 2.5%;
	text-decoration: none;
        font-family:"Arial";
	font-size: 30px;
        line-height:80px;
        opacity: 1.0;
}

.navbar a:hover {
	background: #ddd;
	color: black;
        opacity: 1.0;
        box-shadow: 10px 10px 5px #000000;
        -moz-box-shadow: 10px 10px 5px #000000;
        -webkit-box-shadow: 10px 10px 5px #000000;
        transition: opacity 5s ease-in-out;
        -moz-transition: opacity 5s ease-in-out;
        -webkit-transition: opacity 5s ease-in-out;

}

.navbar a span {
        color: #ffe135;
}
.navbar a:hover span{
	background: #ddd;
	color: black;
}

body {
	background-color: rgb(255,255,255);
	/*border-width: 50px;
	border-color: lightgray;
	border-right-style: solid;
	border-left-style: solid;*/
	overflow: scroll;
	position: absolute;
	margin: 0px;
	top: 100px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
}

#intro{
	margin: 60px;
	width: 88%;
}

footer {
	background-color: rgb(0, 0, 0);
	/*position: fixed;*/
	margin-left: 0px;
	margin-bottom: 0px;
	left: 0px;
	right: 0px;
	bottom: 0;
	width: 100%;
	height: 200px;
	overflow: hidden;
	border-style: none;
	box-sizing: border-box;
}


div.jobform {
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 40px;
}

div.pad {
	height: 50px;
}

.container {width:100%; margin:0 auto; text-align:center}
.container span {width:50%; margin:0 1%;padding:5%;}
