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

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

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); 
body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: small;
	color: #000;
    display: flex;
    justify-content: center;
	background-attachment: fixed;
	background-color: #14120D;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../images/resume_background.JPEG);
	overflow: auto;
	height: 525px;	
}
	
#content {
	font-family: Tahoma, Geneva, sans-serif;
	text-align: left;
	white-space: normal;
	background-color: #FFFFF1;
	border: 10px groove #FFFFCC;
	margin: 1px;
	font-size: 14px;
	color: #0F346F;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
	overflow-y: scroll;
	height: 745px;
}

.list {
	list-style-type: none;
	padding: 10px;
	text-align: left;
	line-height: 130%;
}


.title {
	text-align: right;
	font-family: 'Tangerine', cursive;
	font-size: 40px;
}

#navigation {
	font-size: 14px;
	color: #FFFFF1;
	background-color: #005BC3;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #09F;
	border-top-style: solid;
	border-top-color: #09F;
	border-top-width: 2px;
}
h1 {
	font-family: 'Roboto', sans-serif;
	color: #0F346F;
	text-align: left;
	font-size: 40px;
	line-height: 10%;
	padding-top: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#footer {
	position: relative;
	clear: both;
	color: #000;
	margin: 10px;
	margin: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-top-color: #FC0;
	border-right-color: #FC0;
	border-bottom-color: #FC0;
	border-left-color: #FC0;
}


a:link {
	color: #006699;
	text-decoration: underline;
}

a:visited {
	color: #786136;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #ACB3DF;
}


#navigation a, #navigation a:visited {
	text-decoration: none;
	color: #FFFFF1;
	padding: 5px;
}
#navigation a:hover {
	color: #FEF2A9;
	background-color: #8D9EDC;
	font-size: 13px;
}

#container {
	height: 450px;
	width: 850px;
	position: fixed;
}


h2 {
	font-family: 'Tangerine', cursive;
	color: #0F346F;
	text-align: left;
	font-size: 33px;
	text-shadow: #CCC;
}

.categories {
	font-family: Georgia, serif; 
	font-size: 20px;  
}

#header {
	background-attachment: fixed;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	background-position: center;
	text-align: left;
	margin: 10px;
	height: 200px;
	width: 900px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

