/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}
@media only screen and (min-width: 380px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 500px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 1px;
}

html {
  font-family: "Karla", sans-serif;
}

div.logo img{
	float:left;
	max-width:100%;
	height: auto;
}


div.headerimage img{
	position: relative; 
	height:auto;
	max-width:80%; 
	padding:0px 5px; 
	z-index: -1;
}

.header {
  padding: 5px;
}

.name {
	margin:auto;
	float:left;
	
}

.name h1 h2 {
	margin-top:5px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

.menu li {
  float: left;
}

.menu li a, .dropbtn {
  background-color: transparent;
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  border: 2px solid #FFF;
  border-radius: 10px;
  margin:auto;
  padding:15px;
  float:right;
  font-size: 14px;
}

.menu li a:hover, .dropdown:hover .dropbtn {
  background-color: white;
  color:black;
}

.dropdown {
	float:right;
	border: 2px solid #FFF;
	border-radius: 10px;
	padding:4px 2px 1px 2px;
}

.menu li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right:20px;
  background-color: rgba(0,0,0,0.8);
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 16px;
}

.dropdown-content a {
  color: white;
  padding: 14px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;
color:black;}

.dropdown:hover .dropdown-content {
  display: block;
}

/* For width 400px and larger: */
@media only screen and (min-width: 380px) {
  body {
  
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: #808080;
	background-image: url(images/backgroundsm.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-size: auto 100%;
  }
}

/* For width 400px and smaller: */
@media only screen and (max-width: 379px) {
  body {
   	margin: 0;
	padding: 0;
	font-size: 10px;
	background: #808080;
	background-position: center top;
	background-repeat:no-repeat;
  }
}

main {
	position:relative;
	background: rgba(0,0,0,.4);
	border: 1px solid black;
	border-radius: 50px;
	margin: 20px 20px 20px 20px;
	z-index:-1;
	padding:15px;
	
	
}

h1, h2, h3 {
	opacity: 1.0;
	color:white;
}
h1 {
	font-weight: normal;
}

footer {
	background-color: black;
	opacity: 0.5;
	border: 2px solid black;
	width:inherit;
	height:auto;
}


.button {
  background-color: transparent;
  border: none;
  border-radius: 10px;
  color: white;
  padding: 15px 32px;
  font:12px Verdana, sans-serif;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  transition-duration: 0.4s;
  cursor: pointer
}
.button1 {
  background-color: transparent; 
  color: white; 
  border: 2px solid #FFF;
  border-radius: 30px;
}
.button1:hover {
  background-color: #FFF;
  color: black;
}

#content p
{
	
}

html, body {
text-align: center;
}

p {text-align: center;}