html {
	background-color: #85b5c7;

}
body {
	background-color: #D3D3D3;
	margin: auto;
	width: 75%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
	padding: 0.5%;
}

h1 {
     font-size: 200%;
     text-align: center;
	 font-style: italic;
}
h2 {
    font-size: 175%;
    font-weight: normal;
    color: #004f42;
	text-align: center;
	font-style: italic;
}


p {
    text-align: justify;
    width: 90%;
}
 
a {
  text-decoration: none;
  color: blue;	
}

a:hover {
	color: #c48105;
}

iframe {
	width: 100%;
	height: 375px;
}

table {
	text-align: left;
	width: 100%;
	
}

td {
    border-style: solid;
    border-width: thin;
    border-color: black;      
}

th {
  text-align: left;
  padding: 3px;
}


img {
	width: 50%;
}

img.adobe {
	width: 100%;
}

table.skills {
	width: 75%;
	margin-left: auto;
    margin-right: auto;
}

td.noborder {
	border-style: none;
}

nav li {
	display: inline;
}

nav {
	background-color: #AB9797;
	font-size: 1.5em;
	color: black;
}

nav a {
  color: black;
  
}

nav a:hover {
  color: blue;
}

header {
	background-color: #0F0232;
	color: white;
}

#portfolio img {
	height: auto;
}

#portfolio {
  margin-top: 1em;
  text-align: center;
}

iframe.section {
  width: 100%;
  height: 500px;
}

.resize {
	height: 7%;
    width: 15%;
	margin-left: 150px;
}

.maxmize {
	height: 7%;
    width: 22%;
	margin-right: 150px;
}

footer {
	background-color: #02ADD8;
	text-align-last: justify;
}
