header, footer {
	width: ;
    border: 5px solid #b76e79;
    padding: 25px;
    margin: 10px;
	text-align: center;
	color: black;
	background: #ffb6c1;
}

nav{
	width: ;
    border: 5px solid #b76e79;
    padding: 10px;
    margin: 10px;
	text-align: center;
}

a:link {
    background-color: #ffb6c1;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:visited {
	background-color: #ffb6c1;
    color: purple;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

a:hover, a:active {
    background-color: #b76e79;
}

body {
	border: ;
	width: ;
    padding: ;
    margin: ;
	background: #fffff0;
	font-family: arial;
}

div {
	border: 5px solid #b76e79;
	width: ;
    padding: 25px;
    margin: 10px;
	background: #fffff0;
	font-family: arial;
}

#form {
	border: 5px solid #b76e79;
	width: ;
    padding: 25px;
    margin: 10px;
	background: #dddddd;
	font-family: arial;
}

#popup {
    display: none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
	background: #DBE4EB;
	color: black;
}

.popup_panel {
    display: none;
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 50px 2px #000;
	background: #DBE4EB;
	color: black;
	text-align: center;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.modal-content {
    margin: auto;
    display: block;
	height: auto;
    width: auto\9; /* ie8 */
	max-height: 85vh;
	max-width: 100%;
}

.close {
    position: absolute;
    top: 15px;
    right: 85px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover, .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

#popupLink {
	border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#popupLink:hover {
	opacity: .7;
}

ul {
  list-style-type: none;
}

.bulleted {
	list-style-type: initial;
}

.centered {
	text-align: center;
}

.sidebar {
 width: 210px;
 hight: 700px;
 max-width: 100%;
 max-height: 100%;
 position: -webkit-sticky;
 position: sticky;
 left: 100vw;
 top: 10vh;
 text-align: center;
 margin: 10px 20px 10px 10px;
 background-color: ;
 padding: 0px;
 border: 2px solid #b76e79; 
 border-radius: 10px;
 -webkit-box-shadow: 5px 5px 10px #666;
 box-shadow: 5px 5px 10px #666;
background: rgb(219,228,235); /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, rgba(219,228,235,1) 28%, rgba(5,171,224,1) 59%, rgba(5,171,224,1) 59%, rgba(5,171,224,1) 74%, rgba(5,171,224,1) 74%, rgba(219,228,235,1) 89%, rgba(219,228,235,1) 89%, rgba(219,228,235,1) 94%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(219,228,235,1) 28%,rgba(5,171,224,1) 59%,rgba(5,171,224,1) 59%,rgba(5,171,224,1) 74%,rgba(5,171,224,1) 74%,rgba(219,228,235,1) 89%,rgba(219,228,235,1) 89%,rgba(219,228,235,1) 94%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(219,228,235,1) 28%,rgba(5,171,224,1) 59%,rgba(5,171,224,1) 59%,rgba(5,171,224,1) 74%,rgba(5,171,224,1) 74%,rgba(219,228,235,1) 89%,rgba(219,228,235,1) 89%,rgba(219,228,235,1) 94%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbe4eb', endColorstr='#dbe4eb',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

p {
	text-indent: 2em;
}

.noIndent {
	text-indent: 0em;
}

.wrapper {
	margin-top: -240px;
	width: 100vw;
	height: 100vh;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
  min-height: 500px;
  height: 90%;
  boarder-style:none;
  align:"center";
}