* {                /* global reset */
    margin: 0;
    padding: 0;
}

/* generic elements */

body  {
    color: black;
    font-size: 12px;
    font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5 {
    margin-bottom: 1em;
}

p {
    margin-bottom: 1em;
}

a {
    color: papayawhip;
}



.main-navigation {
    overflow: hidden;
    background-color: #A4BFBD;
}

.main-navigation a {
    float: left;
    color: black;
    background: #F2F2EB;
    text-decoration: none;
    padding: 12px 30px;
    border-right: 1px solid rgba(0,0,0,.5);
    transition: background 250ms ease-in-out; /* this animates the background color when the user hovers */
    font-size: 20px;
    font-family: 'Dosis', sans-serif;
}
      
.main-navigation a:hover, .main-navigation a:focus {
    background: #735661;
}


.graphic {
	margin: 2% auto;
	text-align: left;
	width: 1000px;
	font-family: 'Dosis', sans-serif;
}

.graphic img {
	float: right;
	clear: both;
	padding-left: 10px;
}

.graphic p {
	font-size: 20px;
	line-height: 1.5em;
	font-weight: bold;
}

.graphic h1 {
	font-size: 25px;
    color: #40212C;
    font-weight: bolder;
    border-bottom: 1px solid black;
    font-family: 'Urbanist', sans-serif;
    text-align: center;
}

 .clearfix {   /* place this after elements with float: left and float: right to "clear" layout issues */
    clear: both;
}

.video {
	text-align: center;
	max-width: 1000px;
	margin: 2% auto;
	background-color: white;
	font-family: 'Dosis', sans-serif;
}

.video h1 {
    color: #40212C;
    font-size: 25px;
    border-bottom: 1px solid black;
    font-family: 'Urbanist', sans-serif;
}

.video p {
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
	width: 500px;
	text-align: left;
}

.sites{
	width: 1000px;
	height: 500px;
	text-align: left;
	margin: 2% auto;
	background-color: white;
	font-family: 'Dosis', sans-serif;
	line-height: 2.5;
}
.sites h1 {
	text-align: center;
	border-bottom: 1px solid black;
	font-weight: bolder;
	font-size: 25px;
	font-family: 'Urbanist', sans-serif;
}
.sites a {
	font-size: 20px;
	color: #735661;
	padding: 15px;
}

footer {
    clear: both;
    font-size: 15px;
    color: #333;
    border-top: 1px solid black;
    font-family: 'Dosis', sans-serif;
    padding-top: 5px;
    background-color: #A4BFBD;
    width: 1000px;
    margin: 0 auto;
}

