@charset "UTF-8";
/* CSS Document */

body {
	margin:0 auto;
	font-family:sans-serif;
	font-size:16px;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 100vh;
}

.jumbotron-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

#pageTop {
	position:fixed;
	top:0;
	left:0;
/*	background-color: rgba(0,0,128,0.75); */
	background-image: url("../img/paback01.png");
	background-repeat: repeat-x;
	width:100%;
	height:90px;
	z-index:1;
}

#topWrapper {
	width:1000px;
	height:90px;
	margin:0px auto;
}

#topWrapper > #logo {
	float:left;
	margin:2px auto;
}

#topWrapper > #title {
	float:left;
	margin:14px;
}

#wrapper {
    position: relative;
	width:1000px;
	height:auto;
	margin:0 auto;
	margin-top:90px;
	margin-bottom:60px;
	background: white;
	border: 2px solid black;
	border-radius: 5px;
}

#wrapper table {
	width:100%;
	border-collapse:collapse;
}

#wrapper tr {
	vertical-align:top;
	padding-top:10px;
}

#wrapper td {
	text-align:center;
	vertical-align:top;
}

form #website{ display:none; }

.pagenotice {
	margin:0 auto;
	text-align:center;
	border:2px solid black;
	background: #EF9FA1;
	margin-top: 70px;
	width:75%;
	padding:15px;
	border-radius: 5px;
	box-shadow:10px 10px 5px #888888;
}

header {
	height:60px;
	margin:0 auto;
	padding:10px;
	margin-top:10px;
	border-bottom:5px double black;
    /* clear: both; */
}

section {
	padding-top:20px;
	margin-left: 10px;
    margin-right: 10px;
    clear: both;
}

aside {
	float: right;
    padding: 15px;
    text-align: center;
    clear: both;
}

#tablecontent {
    left: 15px;
    position: relative;
    width: 650px;
}

.nameimage {
    position: absolute;
    margin-left: 25%;
    top: 3px;
	height:50px;
}

.titleimage {
	position:relative;
	top:25px;
    margin-left:50%;    
}

.imageblock {
	float:right;
	text-align:center;
	width:300px;
	margin:0px auto;
	padding:10px;
	border:1px solid black;
}

h1 { 
	text-align:left;
	margin:0 auto;
	margin-top:10px;
	margin-left:10px;
	color: yellow;
	text-shadow:3px 3px black;
	}

h3 {
    font-size: 26px;
}

h4 {
	line-height:1;
	font-weight:bold;
	font-size:18px;
	margin:0px;
	margin-bottom:5px;
} 

h5 {
	line-height:1;
	font-style:italic;
	font-size:16px;
	margin:0px;
	margin-bottom:5px;
}

.firstcapital:first-letter {
    font-size: 24px;
    font-family: cursive;
}

 .firstcapital {
    font-family: sans-serif;
    line-height: 1.5;
}


pre
{
    font-family:sans-serif;
}

#pageBottom {
	position:fixed;
	bottom:0;
	background-color: rgba(0,0,128,0.75);
	width:100%;
	height:50px;
	margin:0 auto;
}

#resumeWrapper {
	margin-top:60px;
	padding: 10px;
	text-align:left;
}

#contactWrapper {
	margin-top:60px;
	padding: 10px;
	text-align:center;
}

input[type-submit] {
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: darkgrey;
}

#certWrapper {
	margin-top:60px;
	padding: 10px;
	text-align:center;
}

#blogWrapper {
	margin-top:60px;
	padding: 10px;
	text-align:center;
}

.blog {
		display:inline-block;
		margin:5px auto;
		text-align:center;
		font-size: 14px;
		padding:10px;
}

.cert {
	display:inline-block;
	margin:5px auto;
	text-align:center;
	font-size: 14px;
	padding:10px;
}

.formblock {
	clear:both;
	padding:15px;
	margin:5px;
	background:#bebebe;
	border:1px solid black;
}

.messagebox {
	background: #AEAEAE;
	position:relative;
	text-align:center;
	border:2px solid black;
	margin:0 auto;
	margin-top:90px;
	color:black;
	padding:10px;
	width:80%;
	overflow:auto;
}
.g-recaptcha { display: inline-block; }

textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-xizing: border-box;
	box-sizing: border-box;
}

