@charset "UTF-8";
/* CSS Document */


/* BEGIN BODY */

	
body {
		font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
		font-size: 1.0rem;
		font-weight: 400;
		line-height: 1.2rem;
		margin: 0px 0px;
		min-height: 100vh; /* Puts footer of bottom of screen */
		display:flex; 	/* Puts footer of bottom of screen */
  		flex-direction:column;	/* Puts footer of bottom of screen */
		background-attachment: fixed;
		background-image: url("../images/UNKNOWN.jpg");
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: cover;
}


/* LIGHT-MODE START */
body.Light-Mode {
  color: #1E1E1E;
  background: #AAAAAA;
}
.Light-Mode header{
  background: #434343;
}
.Light-Mode footer{
  background: #434343;
}
.Light-Mode .nav-menu{
	background: #434343;
}
/* LIGHT-MODE END */

/* DARK_MODE START */
body.Dark-Mode {
  color: #C7C7C7;
  background: #040404;
}
.Dark-Mode header{
  background: #040404;
}
.Dark-Mode footer{
  background: #040404;
}
.Dark-Mode .nav-menu{
	background: #040404;
}
/* DARK-MODE END */




header{
    border-bottom: 1px solid #5F9301;
	z-index: 10;
	margin: 0 auto;
	min-height: 80px;
	position: absolute;
}
main{
    z-index: 1;
	padding: 94px 5px 0px 5px;
    min-height: 300px;
}
footer{
	border-top: 1px solid #5F9301;
	z-index: 2;
	padding: 1px 20px 1px 20px;
	margin-top: auto; /* Puts footer on bottom of screen with stuff in body*/
}
li {
    	list-style: none;
}
a {
    color: #5F9301;
    text-decoration: none;
}
a:visited {
	color: #5F9301;
	text-decoration: none;
}
a:hover {
	color: #446A00;
	text-decoration: none;
}
a:active {
	color: #446A00;
	text-decoration: none;
}

.title1 {
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 2.1rem;
}

.title2 {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.0rem;
}

.title3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9rem;
}

.title4 {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.8rem;
}

.title5 {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.7rem;
}

.subtitle1 {
	font-size: 1.7rem;
	font-weight: 400;
	line-height: 2.1rem;
}

.subtitle2 {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2.0rem;
}

.subtitle3 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1.9rem;
}

.subtitle4 {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1.8rem;
}

.subtitle5 {
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 1.7rem;
}

.hero-image {
  	background-image: url(../images/frogburn.png);
  	background-color: transparent;
 	background-position: center top;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
	height: 86vw;
	max-height: 98vh;
	min-height: 300px;
}

.hero-text {
  	text-align: center;
  	position: absolute;
  	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);
}

.iframe_4k { 
	height: 38vw;
	max-height: 44vh;
	min-height: 120px;
    resize: both; 
} 

.iframe_4k_single { 
	height: 56vw;
	max-height: 88vh;
	min-height: 120px;
    resize: both; 
} 

.iframe { 
	height: 80vw;
	max-height: 100vh;
	min-height: 120px;
    resize: both; 
}


/* END BODY */
