/*body styling*/

body {
	
}

/*header styling*/
.hero {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
}

header {
    position: absolute;
    width: 100%;
    background-color: #333333;
    text-align: center;
    z-index: 1;
}

img, #hero-image{
	height: 7em;
	padding-bottom: 2%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 1%;
}

#navbar {
	text-align: center;
	background-color: #9e9b9c;
	height: 3em;
	border-top: thick solid #fb3946;
}

nav ul li {
	list-style-type: none;
	display: inline;
	font-family: 'Lato', sans-serif;
	font-weight:bold;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 5%;
}

a{
	text-decoration: none;
	color: #333333;
}

a:hover {
	color: #FFFFFF;
	font-weight:bold;
}

/*content styling*/
.content {
	float:left;
	width: 80%;
	margin-left:10%;
	margin-right: 10%;
	margin-top: 13em;
}

h2{
	font-family: 'Lato', sans-serif;
	text-align:left;
	color: #333333;
	margin-left: 10%;
	margin-right: 10%;
}

h3{
	font-family: 'Lato', sans-serif;
	text-align:left;
	color: #333333;
	margin-left: 10%;
	margin-right: 10%;
}

/*pull quote styling*/
.pquote{ 
	font-family: 'Lato', sans-serif;
	color: #4D4D4D;
	font-size: 1.2em;
	border-left: 4px solid #fb3946;
	background: #F9CACA;
	float: right;
	width: 20%;
	font-weight:600;
	padding: 1%;
	margin: 1% 2% 1% 2%;
}

/*horisontal rule styling*/
hr{
	color: #9e9b9c;
	border-style:dashed;
}

/*text link styling*/
.txtlink {
	color:#6c3d91;
	font-weight: bold;
}

.txtlink:hover{
	color:#BFA6e3;
	font-weight: bold;
}

/*content images styling*/
.content-images{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: auto;
}

figcaption{ 
	font-family: 'Lato', sans-serif;
	font-size: 0.8em;
	color: #4d4d4d;
	margin-left: 25%
}

.headshotpic{
	margin-left: 5%;
	padding-right: 0.8em;
	float:left;
}

p {
	font-family: 'Lato', sans-serif;
	text-align: left;
	color: #333333;
	margin-left: 10%;
	margin-right: 10%;
}

/* button styling*/
.play-button {
    font-family: 'Lato', sans-serif;
    background-color: #fb3946;
    border: none;
    color: white;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    margin-left: 10%;
    border-radius: 0.3em;
}


.play-button:hover {
	color: #fc616b;
}

video {
	margin-left: 10%;
	width: 60%;
	height: auto;
}

.img-gallery {
    display: inline-block;
    width: 60%;
    height: auto;
    padding: 2%;
    margin-left: 10%;
}


/*footer styling*/
.footer {
	position:fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}

footer {
	background-color: #9e9b9c;
}

#footer-text {
	text-align: center;
}