@charset "utf-8";

#hero {
    position: relative;
    clear: left;
}

#hero article {
	width: 86%;
	padding-left: 10px;
	padding-right: 10px;
	position: absolute;
	top: 20px;
	right: 9px;
	background-color: #680507;
	color: #FFFFFF;
	border-radius: 15px;
	opacity: 0.9;
	background-image: -webkit-linear-gradient(342deg,rgba(192,5,5,1.00) 0%,rgba(85,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(342deg,rgba(192,5,5,1.00) 0%,rgba(85,0,0,1.00) 100%);
	background-image: -o-linear-gradient(342deg,rgba(192,5,5,1.00) 0%,rgba(85,0,0,1.00) 100%);
	background-image: linear-gradient(108deg,rgba(192,5,5,1.00) 0%,rgba(85,0,0,1.00) 100%);
}

#hero h2 {
	color: #F6BE39;
	text-transform: uppercase;
	margin-top: 5px;
	margin-bottom: -7px;
}


#hero img {
    max-width: 100%;
}

h1, h2 {
	color: #3399CC;
	font-style: normal;
	font-weight: 600;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	padding-left: 5px;
}

h1 {
    font-size: 72px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 0px;
}

#main {
	width: 58%;
	float: left;
}

figure {
    width: 420px;
}

figure img {
    padding: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 1px 1px 15px #999999;
    box-shadow: 1px 1px 15px #999999;
}

figcaption {
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}

article, aside, figure, footer, header, nav {
    display: block;
}

#meiosisIntro {
	width: 80%;
	float: left;
	border-radius: 30px;
	background-color: #82070D;
	opacity: 0.9;
	color: #F7C44D;
	margin-left: 2%;
	position: absolute;
	top: 282px;
	background-image: -webkit-linear-gradient(39deg,rgba(184,42,1,1.00) 0%,rgba(36,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(39deg,rgba(184,42,1,1.00) 0%,rgba(36,0,0,1.00) 100%);
	background-image: -o-linear-gradient(39deg,rgba(184,42,1,1.00) 0%,rgba(36,0,0,1.00) 100%);
	background-image: linear-gradient(51deg,rgba(184,42,1,1.00) 0%,rgba(36,0,0,1.00) 100%);
}

#meiosisIntro p {
	color: #FFFFFF;
	padding-right: 20px;
	padding-left: 20px;
	font-size: large;
}
#meiosisIntro a {
	color: #F1FCAB;
}
#hero article p {
	color: #FFFFFF;
	margin-top: 10px;
	font-size: large;
}
#wrapper #hero #dropHints {
	position: absolute;
	bottom: 0px;
	width: 100%;
}
