body {
	background-color: white;
}

.line {
  float: left;
  width: 100%;
}

.side {
	float: left;
	width: 20%;
}

.main {
	float: left;
	width: 80%;
}

.box50 {
	float: left;
	width: 47%;
}

.box100 {
	float: left;
	width: 100%;
}

article {
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: red;
	border-radius: 10px;
	background-color: white;
	margin: 10px;
	padding: 10px;
	font-family: sans-serif;
	font-size: 17px;
	color: #5e45ff;
	margin-left: 20px;
	background-color: #f5f7ff;
	width: 90%;
}

article img {
	border-width: 1px;
	border-color: black;
	border-style: solid;
	border-radius: 10px;
}

.typewritter {
		font-family: 'Special Elite', cursive;
		color: black;
}

h2 {
	float: left;
	width: 100%;
	color: red;
	font-family: sans-serif;
	font-family: 'Lobster', cursive;
	font-size: 40px;
	margin-top: 0px;
	text-align: center;
	font-style: italic;
	padding-bottom: 5px;
}

h3 {
	float: left;
	width: 100%;
	color: blue;
	font-family: sans-serif;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-align: center;
}


hr {
  color: red;
  background-color: red;
  height: 2px;
  border-color: red;
}

page {
  margin-top: 10px;
  float: left;
}

header {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-family: sans-serif;
  font-size: 30px;
  font-style: italic;
  background-color: #f5f7ff;
  padding-top: 60px;
}

header img {
	border-color: black;
	border-width: 1px;
	border-style: solid;
}

ben {
  float: left;
  width: 100%;
  background-color: lightblue;
  padding: 10px;  
}

.header {
  float: left;
  text-align: right;
  width: 100%;
  background-color: orange;
}

.body_wrapper {
  
}

nav {
    width: 100%;
    margin-top: 10px;
}

nav a {
    background-color: #f5f7ff;
    color: red;
    display: block;
    padding: 12px;
    text-decoration: none;
}

.vertical-menu_header {
    background-color: #101c9a;
    color: white;
    display: block;
    padding: 12px;
    text-decoration: none;
}

nav a:hover {
    background-color: #ccc;
}

nav a.active {
    background-color: #101c9a;
    color: white;
}




/* Top Menu  		*/
/* 				 	*/
/* Align right 		*/
/* Stays on top 	*/


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgba(72, 72, 72, 0.5);
    position: fixed;
    top: 0;
    width: 100%;
}

li {
    float: right;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: #acadff;
}

.active {
    background-color: #6d60ff;
}


.debug_red {
	border-style: dotted;
	border-width: 2px;
	border-color: red;	
}


.debug_blue {
	border-style: dotted;
	border-width: 2px;
	border-color: blue;	
}


.debug_green {
	border-style: dotted;
	border-width: 2px;
	border-color: green;	
}


.orange {
	background-color:#ff8d00;
}



article label {
	float: left;
	clear: both;
	font-family: sans-serif;
	font-size: 20px;
	width: 170px;
	margin-top: 10px;
}

article input {
	float: left;
	font-family: sans-serif;
	font-size: 20px;
	margin-top: 10px;
	width: 300px;
}

article input[type=checkbox]{
	float: left;
	font-family: sans-serif;
	font-size: 20px;
	margin-top: 10px;
}

article input[type=submit]  {
	float: left;
	font-family: sans-serif;
	font-size: 20px;
	margin-top: 10px;
    font-family: sans-serif;
	font-size: 21px;
	width: 220px;
	height: 32px;
	color: green;
	border-color: green;
	background-color:yellow;
	border-radius: 10px;
}


