* {
	margin:0;
	padding:0;
}

html, body, form, fieldset, table, textarea {
	font: 100% Helvetica, Arial, sans-serif;
    letter-spacing: 0.3px;
}

body {
    background-color: #b5a289;
}

#skiptocontent a { 
    padding:6px;
	position: absolute;
	top:-40px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#08584c;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100; 
}

#skiptocontent a:hover, #skiptocontent a:focus { 
    position:absolute;
	left:5px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;    
}

.hidden {
	position:absolute; 
	left:0;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

header {    
    margin: 0;
    background-color: #b5a289;
    font-family: Arial, Helvetica, sans-serif;
}

#logo-title {
    padding: 15px;
    width: 400px;
    float:left;
}

header nav {
    margin-top: 7px;
    right: 0;
    float: right;
    position: absolute;
}

header nav ul {
	margin-right:1rem;
}

header nav ul li {
    padding: 1rem;
	display:inline;
    list-style: none;
}

header nav ul li a, header nav ul li a:visited  {
    padding: 5px;
    color: black;
    text-decoration-line: none;
    font-size: 1.5rem;
}

header nav ul li a:hover, header nav ul li a:focus {
    padding: 5px;
    border-radius: 5px;
    background-color: #19695A;
    color: white;
}

/* Main section */

.profile {
    margin: 10px;
    border-bottom: solid black 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.headshot {
    width: 200px;
    margin: 10px 15px 5px 15px;
    padding: 3px;
    border: black 1px solid;
    border-radius: 5px;
    float:left;
}

.multimedia {
    text-align: center;
}

figcaption {
    margin: 5px;
    border-bottom: #000000 1px solid;
    padding: 5px 0px 10px 0px;
    text-align: center;
    font-weight: bold;
}

#main-img {
    border-bottom: #000000 1px solid;
    width: 100%;
}

#main-body {
    margin-left: 12%;
    margin-top: 0px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: white;
    width: 70%;    
    font-size: 1.125em;
}

#main-text {
    padding: 20px;
    line-height: 1.3;
}

main {
    border-top: black 1px solid;
    padding-bottom: 10px;
    clear: both;    /* used to clear floats in header & nav sections */
    width: 100%;    
    box-shadow:inset 0px 5px 10px #000000;
    background: url(../images/green-textured-bg.png);
}

h1 {
    margin-left: 12%;
    margin-top: 25px;
    margin-bottom: 0px;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 0px 5px 0px;
    background-color: #b5a289;
    width: 350px;
    max-width: 70%; 
    text-align:center;
    font-weight: bold;
    font-size: 32px;
}

main h2 {
    margin-top: 15px;
}

main h3 {
    clear: both;
}

main p {
    margin: 7px;
    padding: 5px;
}

blockquote {
    margin: 20px;
    padding: 15px 20px 15px 20px;
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
    text-align: center;
    text-indent: 5px;
    font-size: 2rem;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: italic;
}

video {
    margin: 0 auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 8px 0 rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0 auto;
    text-align: center;
}