body {
	font-family: "Roboto Mono", sans-serif;
	color: #262626;
	font-size: 100%;
}

h1{
    text-align: center;
}

h2{
	margin-top: 0;
}

h6 {
	color: #808080;
	font: inherit;
	font-size: 100%;
	display: inline;
}

.all {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	z-index: 1;
}

.heading {
	width: 100%;
    text-align: center;
}


.main-menu, .main-shifted {
	width: 100%;
    text-align: center;

}

.main-shifted {
    margin-left: -22.5px;	
}

.button-container {
	width: 100%;
}

.button {
	margin: 10px;
	border: 2px solid #ffffff;
	font-family: inherit;
	font-size: inherit;
	padding: 10px 10px;
	background-color: inherit;
	width: 200px;
}

.na {
	border: 2px solid #666666;
	color: #666666;
}

/*
##     ##  #######  ########     ###    ##       
###   ### ##     ## ##     ##   ## ##   ##       
#### #### ##     ## ##     ##  ##   ##  ##       
## ### ## ##     ## ##     ## ##     ## ##       
##     ## ##     ## ##     ## ######### ##       
##     ## ##     ## ##     ## ##     ## ##       
##     ##  #######  ########  ##     ## ######## */

.modal, .vidmodal, .openmodal {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
/*  If you want the whole background to be shadowed*/
	background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
    z-index: 99;
}


.modal-content {
	position: relative;
	width: 60%;
	padding: 30px;
	margin: 7% auto;
	background: #ffffff;
    border: 2px solid #262626;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.close {
    color: #262626;
    float: right;
    font-size: inherit;
    margin: -20px;
    width: 20px;
    height: 20px;
    line-height: 120%;
    text-align: center;
}

.close:hover {
    color: #ffffff;
    background-color: #262626;
    text-decoration: none;
}

.infobutton {
	margin: 10px;
	color: #ffffff;
	border: 2px solid #262626;
	background-color: #262626;
	font-family: inherit;
	font-size: inherit;
	border-radius: 50%;
	height: 35px;
	width: 35px;
}

.infobutton:hover {
	color: #262626;
	background-color: #ffffff;
}

.infospacer {
	display: inline-block;
	width: 45px;
}

/*
##     ## #### ########  ########  #######  
##     ##  ##  ##     ## ##       ##     ## 
##     ##  ##  ##     ## ##       ##     ## 
##     ##  ##  ##     ## ######   ##     ## 
 ##   ##   ##  ##     ## ##       ##     ## 
  ## ##    ##  ##     ## ##       ##     ## 
   ###    #### ########  ########  #######  */

.badges {
	width:15%;
	float:left;
	display:inline-block;
	text-align: center;
	margin-top: 0;
	margin-right: 3%;
	min-width: 150px;
	max-width: 175px;
}

.content {
	width:70%;
	float:left;
	display:inline-block;
	margin-top:5%;
}

.vid-container {
	position: relative;
	width: 100%;
	height: 360px;
	margin-right: auto;
	margin-left: auto;
	z-index: 5;
	overflow: hidden;
	text-align: center;
}

.vid {
    top: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

video {
    z-index: 1;
    height: auto;
    position: relative;
}

.choice-container {
	display: none;
	position: relative;
	z-index: 10;
	text-align: center;
	width: 640px;
	height: 229px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 100px;
	color: #ffffff;
	background: rgba(0, 0, 0, .8);
}

.vidbutton {
	color: #ffffff;
}

.vidbutton:hover {
	color: #262626;
	background-color: #ffffff;
}

.button-container {
	width: 640px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.menubutton, .modalbutton, .nextbutton {
	color: #262626;
	border: 2px solid #262626;
}

.menubutton:hover, .modalbutton:hover, .nextbutton:hover {
	color: #ffffff;
	background-color: #262626;
}

ul {
	font-style: italic;
}
