body {
	margin: 0;
	padding: 0;
}

img{
	
	width: 100%;
}

h1, h2, h3, a, p {
	font-family: arial;
}

body a:link { color: #fff; text-decoration: none;}
body a:visited { color: #fff; text-decoration: none;}
body a:hover { color: #fff; text-decoration: none;}
body a:active { color: #fff; text-decoration: none;}

.sticky a:link { color: #fff; text-decoration: none;}
.sticky a:visited { color: #fff; text-decoration: none;}
.sticky a:hover { color: #fff; text-decoration: none;}
.sticky a:active { color: #fff; text-decoration: none;}

.main a:link { color: #000; text-decoration: none;}
.main a:visited { color: #282828; text-decoration: none;}
.main a:hover { color: #282828; text-decoration: none;}
.main a:active { color: #282828; text-decoration: none;}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: solid 3px #00468b;
	width: 100%;
	height: 40px;
	padding-left: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	
}

select::-ms-expand {
	display: none;
}

.main {
	max-width: 800px;
	margin: auto;
	padding-top: 5;
  	padding-right: 10px;
  	padding-bottom: 5px;
  	padding-left: 10px;
}

 /* The alert message box */
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin: 5px;
  position: sticky;
  top: 5px;
}

/* The success message box */
.success {
  padding: 20px;
  background-color: #32CD32; /* Green */
  color: white;
  margin: 5px;
  position: sticky;
  top: 5px;
}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: black;
} 

.sticky {
	position: -webkit-sticky; /* Safari */
	position: sticky;
	top: 0;
	background-color: #00468b;
	color: white;
	margin:0;
	padding-top: 5;
  	padding-right: 10px;
  	padding-bottom: 5px;
  	padding-left: 10px;
}

.mid {
	max-width: 850px;
	margin: auto;
}

.meme {
	border: 3px solid #00468b;
	box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.3);
	border-radius: 3px;
}

.wack {
	border: 3px solid #8ebfef;
}

.stickyform {
	position: sticky;
	top: 38;
}