@font-face {
	font-family: 'Computer Modern Serif';
	src: url('/css/cmun-serif/cmunrm.eot');
	src: url('/css/cmun-serif/cmunrm.eot?#iefix') format('embedded-opentype'),
		 url('/css/cmun-serif/cmunrm.woff') format('woff'),
		 url('/css/cmun-serif/cmunrm.ttf') format('truetype'),
		 url('/css/cmun-serif/cmunrm.svg#cmunrm') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Computer Modern Serif';
	src: url('/css/cmun-serif/cmunbx.eot');
	src: url('/css/cmun-serif/cmunbx.eot?#iefix') format('embedded-opentype'),
		 url('/css/cmun-serif/cmunbx.woff') format('woff'),
		 url('/css/cmun-serif/cmunbx.ttf') format('truetype'),
		 url('/css/cmun-serif/cmunbx.svg#cmunbx') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: 'Computer Modern Serif';
	src: url('/css/cmun-serif/cmunti.eot');
	src: url('/css/cmun-serif/cmunti.eot?#iefix') format('embedded-opentype'),
		 url('/css/cmun-serif/cmunti.woff') format('woff'),
		 url('/css/cmun-serif/cmunti.ttf') format('truetype'),
		 url('/css/cmun-serif/cmunti.svg#cmunti') format('svg');
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: 'Computer Modern Serif';
	src: url('/css/cmun-serif/cmunbi.eot');
	src: url('/css/cmun-serif/cmunbi.eot?#iefix') format('embedded-opentype'),
		 url('/css/cmun-serif/cmunbi.woff') format('woff'),
		 url('/css/cmun-serif/cmunbi.ttf') format('truetype'),
		 url('/css/cmun-serif/cmunbi.svg#cmunbi') format('svg');
	font-weight: bold;
	font-style: italic;
}

html,body{
	color: white;
	text-align: center;
	height: 100%;
	background-size: 100%;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin:0;
    padding:0;
    margin-top: 0;
    width:100%;
	
}

.header {
    text-decoration: none;
    color: white;
    background-color: orange;
    padding: 0em 0.6em;
    width:100%;
    text-align:center;
    position:fixed;
    top:0px;
    left:0px;
    z-index:100;
}
.header a:link{
	color:white;
    background-color:orange;
    text-decoration:none;
    padding: 16px;
    padding-right:50px;
    padding-left:50px;
}
.header a:visited {
	color:white;
    text-decoration:none;
}
.header a:hover {
	color:white;
    background-color:#FFB84D;
}
#navlist li
{
display: inline;
list-style-type: none;
width: 100%;
margin: auto;
}

a.button-orange:link {
	color:white;
    background-color:orange;
    text-decoration:none;
    padding:10px;
    padding-right:45px;
    padding-left:45px;
	background-color: orange;
	border-radius: 4px;
}
a.button-orange:visited {
	text-decoration:none;
	color:white;
}
a.button-orange:hover {
    background-color:#FFB84D;
    color:white;
}
a.button-grey:link {
	color:white;
    background-color:orange;
    text-decoration:none;
    padding:10px;
    padding-right:55px;
    padding-left:55px;
	background-color: grey;
		border-radius: 4px;

}
a.button-grey:visited {
	text-decoration:none;
	color:white;
}
a.button-grey:hover {
    background-color:#A4A4A1;
    color:white;
}
.first{
	background: 
		url("background.jpg") no-repeat;
	background-attachment: fixed;
	z-index: 3;
	background-size: cover;	
	margin:auto;
	max-width: 2000px;
	height: 100%;
}
#welcome{
	top: 0px;
	left: 0;
	right: 0;	
}

#content {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	align-items:center;
	
}

#hello{
	font-family: "Courier New", Courier, monospace;
	font-size:300%;
	font-style: bold;
}
#description {
	font-size:135%;
}

#about {
	max-width:2000px;
	margin:auto;
	height: 1000px;
	font-size:120%;

}
.round{
	width: 200px;
	height: 210px;
	border-radius: 150px;
}

#icon{
	width: 100px;
	height: 100px;
	margin: 30px;

}

.justified{
	text-align: justify;
    text-justify: inter-word;
}
.second{
	background: 
		url("background2.jpg") no-repeat;
		z-index: 3;
	background-attachment: fixed;	
	background-size: cover;	
	margin:auto;
	padding:50px;
	max-width: 2000px;
	height:100%;
}
#contentResumePage{
	background-color: #F8F8F8;
	background-attachment: fixed;
	text-align: left;
	width:80%;
	margin:auto;
	display:inline-block;
	font-size:100%;
	color:black;
	border-style: solid;
	border-width: 1px;
	box-shadow: 5px 5px 5px 5px #888888;
}
.third{
	background-color: lightgrey;
	font-family: "Computer Modern Serif", cmu_serifroman, Palatino, Georgia, Garamond, "Times New Roman", Times, serif;
}
#about{
	color:black;
	height: 100%;
	width:80%;
}

#aboutMe{
	font-family: "Courier New", Courier, monospace;
	font-size:200%;
}

h2{
	border-bottom-style: solid;
	border-bottom-color: grey;
	border-bottom-width: 1px;
}
table{
	list-style-type: square;
}

#footer {
    bottom: 0;
    height: 20px;
    left: 0;
    width: 100%;
    background-color: grey;

}

.container{
	background-color: grey;
	text-align:center;
	height:100%;
}
.fourth{
	background: 
		url("background4.jpg") no-repeat;
	background-attachment: fixed;	
	background-size: cover;	
	margin:auto;
	padding:50px;
	height:100%;
	font-size:120%;
	color:black;

}
.contactIcon{
	border-radius: 15px;
}
.fourth img:hover {
	opacity: .5;
   } 
.content li{
	list-style-type: square;
}
#contentResume{
	text-align: left;
	width:80%;
	margin:auto;
}
#map-canvas {
        width: 400px;
        height: 250px;
        text-align: center;
        margin: auto;
}
table{
	width:100%;
}
.blankRow{
	height:10px;
}
