@charset "UTF-8";

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
	html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;	
	padding: 0;	
	border: 0;	
	font-size: 100%;	
	font: inherit;	
	vertical-align: baseline;
	}
	
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;
	}
	
body {	
	line-height: 1.5;
	}
	
ol, ul {	
	list-style: none;
	}

blockquote, q {	
	quotes: none;
	}

blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	
	content: none;
	}
	
table {	
	border-collapse: collapse;	border-spacing: 0;
	}	
	
/* end reset*/



/*NAV BAR*/

#nav-bar {
	background-color: #005C6B;
	color: #ECAF00;
}

#nav-bar h1 {
	font-size: 1.5em;
	padding: 20px;
}

#hamburger {
	width: 35px;
	height: 30px;
	cursor: pointer;
	position: fixed;
	top: 30px;
	right: 30px;
	z-index: 300;
}

.line {
	height: 4px;
	width: 100%;
	background-color: #ECAF00;
	display: block;
	/*border-radius: 5px;*/
	transition: 0.2s ease;
}

#line1 {
	transform: translateY(-5px);
}

#line3 {
	transform: translateY(5px);
}

.change .line {
	background-color: #ECAF00;
}

.change #line1 {
	transform: translateY(3px) rotateZ(-45deg);
}

.change #line2 {
	opacity: 0;
}

.change #line3 {
	transform: translateY(-5px) rotate(45deg);
}

.nav li a {
	color: #ECAF00;
	text-decoration: none;
}

.nav li a:hover {
	border-bottom: 4px #ECAF00 solid;
}

.nav li {
	list-style: none;
	padding: 40px 0 0 0;
}

.selected {
	border-bottom: 4px #ECAF00 solid;
}

.nav {
	padding: 0px 50px;
	line-height: 1.3em;
	margin: 0;
	transition: 0.2s ease;
	display: none;
	width: 30%;
	height: 100vh;
	background-color: #005C6B;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
}

.change {
	display: block;
}




/*PAGE CONTENT*/



body {
	min-height: 100vh;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	color: #2F3030;
}

.italics {
	font-style: italic;
}

.wrapper {
	width: 100%;
	min-height: calc(100vh - 100px);
	height: 100%;
	padding-bottom: 100px;
	background-color: #F8FCF9;
}

.wrapper h2 {
	font-size: 2.3em;
	font-weight: bold;
	margin: 11% 10% 6% 10%;
	color: #D33535;
}

.content h3 {
	font-weight: bold;
	font-size: 1.3em;
	color: #6b2515;
}

.content {
 	border-left: solid #eb6d7f 4px;
 	padding-left: 4%;
 	margin: 0 10% 6% 10%;
}

.content1 {
	border-left: 0;
 	padding-left: 0% !important;
}

.content a {
	color: #0aaac4;
	text-decoration: none;
}

.content a:hover {
	border-bottom: 4px #0aaac4 solid;
}

.lastpar {
	margin-bottom: 15%;
}

iframe {
	width: 100%;
	height: 200px;
	padding-bottom: 2%;
}

.contentlist {
	list-style-type: circle;
	/*list-style-image: url('img/bulletpoint.png');*/
	padding: 2% 0 2% 5%;
}

ol {
	list-style-type: decimal;
	padding-left: 5%;
}

#aboutlist {
	padding-bottom: 0;
}

/*FLASHCARD STYLES*/

#vocabgrid1 {
	display: grid;
	text-align: center;
	grid-gap: 1.5em;
	padding-top: 5%;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
}

#vocabgrid2 {
	text-align: center;
	padding-top: 5%;
}

.grid2 {
	margin-bottom: 1.5em;
}

.vocab {
	width: 255px;
	height: 255px;
	padding: 20px;
	transition: 0.3s;
}

.sideone{
	display: table-cell;
	vertical-align: middle;
	background-color: #005c6b;
	color: #ecaf00;
}

.sideone:hover {
	cursor: pointer;
	background-color: #d8ac3d;
	color: #2A394F;
}

.sidetwo{
	text-align: left;
	background-color: #d8ac3d;
	color: #2A394F;
	display: none;
}

.sidetwo:hover {
	cursor: pointer;
	background-color: #005c6b;
	color: #ecaf00;
}

/*SLIDESHOW STYLES*/

#slideshow {
	display: grid;
	grid-gap: 1.5em;
	padding-top: 5%;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}

.slide img {
	width: 255px;
	height: 255px;
}

.slide img:hover {
	cursor: pointer;
	border: solid #ecaf00 4px;
}

#imgbox {
	display: none;
    z-index: 200;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    color: #ecaf00;
    background-color: #005c6b;
}

#picture {
	position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
	width: 85%;
}

#caption {
	width: 85%;
	position: absolute;
    top: 73%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.left {
	padding: 40px;
	font-size: 3.5em;
	position: absolute;
    top: 90%;
    left: 35%;
    color: #ecaf00;
    transform: translateX(-50%) translateY(-50%);
}

.left:hover {
	color: #eb6d7f;
	cursor: pointer;
}

.right {
	padding: 40px;
	font-size: 3.5em;
	cursor: pointer;
	position: absolute;
    top: 90%;
    left: 65%;
    color: #ecaf00;
    transform: translateX(-50%) translateY(-50%);
}

.right:hover {
	color: #eb6d7f;
	cursor: pointer;
}

#close {
	color: #eb6d7f;
	position: fixed;
	top: 0px;
	right: 25px;
	padding: 20px;
	font-size: 4em;
	z-index: 300;
}

#close:hover {
	cursor: pointer;
	color: #d33535;
}


/*QUIZ STYLES*/

#quizgrid {
	display: grid;
	grid-gap: 4em 1.5em;
	grid-template-columns: 1fr 6fr 1fr;
	margin: 0 10% 3% 10%;
}

.number {
	font-size: 3.5em;
	align-items: center;
	color: #eb6d7f;
}

.mark {
	text-align: center;
	align-items: center;
	font-size: 4em;
	visibility: hidden;
	color: #d33535;
}

.quizcontent {
	margin-bottom: 3%;
}

.quizbuttons {
	text-align: center;
	display: grid;
	grid-gap: 1.5em;
	grid-template-columns: 1fr 1fr 2fr;
}

.submit {
	background-color: #005c6b;
	color: #ecaf00;
	padding: 5px 10px;
	width: 60px;
	display: block;
	margin: 5% 10% 12% 10%;
}

.submit:hover {
	background-color: #d8ac3d;
	color: #005c6b;
	cursor: pointer;
}

input {
    cursor: pointer;
    visibility: hidden;
}

label {
    padding: 5px 40px;
	background-color: #005c6b;
	color: #ecaf00;
}

label:hover {
	background-color: #d8ac3d;
	color: #005c6b;
	cursor: pointer;
}

input:checked + label {
    background-color: #d8ac3d;
	color: #005c6b;
}

#quizscore {
	margin: 4% 10% 12% 10%;
	font-size: 3em;
	display: none;
}

.circlecontainer {
	width: 150px;
	background-color: #F8FCF9;
}

.circlecontent {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d8ac3d;
	border-radius: 50%;
}

.circletext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width:125px;
	height:125px;
	background-color: #F8FCF9;
	border-radius: 50%;
}

.citations {
	padding-left: 12%;
  	text-indent: -12%;
}

.button {
	padding: 5px 10px;
	text-decoration: none;
	background-color: #d33535;
	color: #F8FCF9;
	margin: 0 10% 3% 14%;
	font-size: 1.1em !important;
}

.button6 {
	margin-left: 10%;
}

.button:hover {
	cursor: pointer;
	color: #d33535;
	border: solid #d33535 4px;
	background-color: #F8FCF9;
}


/* TABLET STYLES */
@media only screen and (min-width: 550px) and (max-width: 1045px) {

.nav li {
	padding: 35px 0 0 0;
}

.nav {	
	padding: 0px 70px;
	font-size: 1.1em;
	line-height: 1.6em;	
}

.wrapper h2 {
	font-size: 2.6em;
	font-weight: bold;
	margin: 8% 15% 3% 15%;
}

.content h3 {
	font-size: 1.3em;
}

.content {
	margin: 0 15% 4% 15%;
	padding-left: 3%;
}

.lastpar {
	margin-bottom: 10%;
}

iframe {
	height: 300px;
}

#vocabgrid1 {
	grid-gap: 1.5em;
	padding-top: 4%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr 1fr;
}

#vocabgrid2 {
	display: grid;
	text-align: center;
	grid-gap: 1.5em;
	padding-top: 4%;
	grid-template-columns: 1fr 1fr 0fr;
	grid-template-rows: 1fr 1fr;
}

.grid2 {
	margin-bottom: 0;
}

#slideshow {
	padding-top: 4%;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
}

#picture {
    top: 44%;
	width: 70%;
}

#caption {
	width: 70%;
    top: 87%;
}

.left {
    left: 10%;
    top: 50%;
}

.right {
    left: 90%;
    top: 50%;
}

#quizgrid {
	grid-template-columns: 1fr 6fr 1fr;
	margin: 0 15% 3% 15%;
}

.submit {
	margin: 3% 15% 8% 15%;
}

#quizscore {
	margin: 2% 15% 8% 15%;
}

ol {
	padding-left: 3%;
}

.citations {
	padding-left: 8%;
  	text-indent: -8%;
}

.button {
	margin: 0 15% 3% 18%;
}

.button6 {
	margin-left: 15%;
}


} /*ends tablet styles*/




/* DESKTOP STYLES */
@media only screen and (min-width: 1046px) {

#hamburger {
	top: 40px;
	right: 40px;
}

#nav-bar h1 {
	font-size: 2em;
}

.nav li {
	padding: 20px 0;
}

.nav {	
	padding: 0px 80px;
	font-size: 1.2em;
	line-height: 1.8em;
}

.wrapper h2 {
	font-size: 3em;
	margin: 5% 20% 3% 20%;
}

.content h3 {
	font-size: 1.5em;
}

.content {
	padding-left: 2%;
	margin: 0 20% 3% 20%;
}

.lastpar {
	margin-bottom: 5%;
}

iframe {
	width: 75%;
	height: 400px;
}

.vocabgrid {
	grid-gap: 1.5em;
	padding-top: 3%;
}

#vocabgrid1 {
	margin-right: 4%;
	grid-gap: 1.5em;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	padding-top: 3%;
}

#vocabgrid2 {
	margin-right: 4%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	display: grid;
	text-align: center;
	grid-gap: 1.5em;
	padding-top: 3%;
}

.grid2 {
	margin-bottom: 0;
}

#slideshow {
	margin-right: 8%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 1fr;
	padding-top: 3%;
}

#picture {
    top: 43%;
	width: 50%;
}

#caption {
	width: 50%;
    top: 89%;
}

.left {
    left: 20%;
    top: 50%;
}

.right {
    left: 80%;
    top: 50%;
}

#quizgrid {
	grid-template-columns: 1fr 6fr 1fr;
	margin: 0 20% 3% 20%;
}

.submit {
	margin: 0 20% 4% 20%;
}

#quizscore {
	margin: -1% 20% 4% 20%;
}

ol {
	padding-left: 2%;
}

.citations {
	padding-left: 4%;
  	text-indent: -4%;
}

.button {
	padding: 5px 10px;
	font-size: 1em;
	margin: 0 10% 3% 22%;
}

.button6 {
	margin-left: 20%;
}


} /*ends desktop styles*/