

header{
	text-align: center;
	font-size: 200%;
	color: white;

}

div#content {
	width: 100%;
	margin: auto;
}


div.homediv {
	float:left;
	width:50%;
	font-size:200%;
	color: white;
	font-family: cursive;
	font-weight: bold;
}

div#map {
	min-width:600px;
}

footer {
	width: 100%;
	height:40px;
	color: white;
	
	
	position: fixed;
	bottom: 0px;
	text-align: center;
}

nav ul li{
	display:inline-block;
}

nav ul li {
	list-style:none;
}

nav ul li:after {
	content:' | ';
}

nav ul li:last-child:after {
	content:none;
}

nav ul li {
	font-size:100%
}

nav ul li {
	color: white;
}


 @media screen and (max-width: 1280px){
	 div.homediv {
		 text-align:center;
	float:none;
	width:100%;
	
	
}
	 
 }
 
header {
 font-family: "Lobster", serif;
 font-size:250%;

}

 @media screen and (max-width: 1280px){
	div.descript1 div.descript2 div.descript3	{
		 text-align:center;
	float:none;
	width:100%;
	
}
	 
 }
 



body {
 background-color: hsl(2, 57%, 40%);
background-image: repeating-linear-gradient(transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),
repeating-linear-gradient(270deg, transparent, transparent 50px, rgba(0,0,0,.4) 50px, rgba(0,0,0,.4) 53px, transparent 53px, transparent 63px, rgba(0,0,0,.4) 63px, rgba(0,0,0,.4) 66px, transparent 66px, transparent 116px, rgba(0,0,0,.5) 116px, rgba(0,0,0,.5) 166px, rgba(255,255,255,.2) 166px, rgba(255,255,255,.2) 169px, rgba(0,0,0,.5) 169px, rgba(0,0,0,.5) 179px, rgba(255,255,255,.2) 179px, rgba(255,255,255,.2) 182px, rgba(0,0,0,.5) 182px, rgba(0,0,0,.5) 232px, transparent 232px),
repeating-linear-gradient(125deg, transparent, transparent 2px, rgba(0,0,0,.2) 2px, rgba(0,0,0,.2) 3px, transparent 3px, transparent 5px, rgba(0,0,0,.2) 5px);
}
 
div.cap{
	color: white;
	font-family: "Lobster", serif;
	font-size: 300% ;
	text-align:center;
}
div.link{
  
    height: 50px;
    font-family: serif;
    color: black;
    padding: 20px;
}


div.gallery{
	font-family: cursive;
	color: white;
	text-align: center;
	font-size:200%;
 
}





/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

/* Set a style for all buttons */
button {
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

 

.container {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  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.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

div.loginh2{
font-family: cursive;
text-align: center;
font-size:20px;
color: white;
}



img {
  border-radius: 50%;
}


form{
	background: #eee;
	margin:auto;
	width:90%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	
	line-height: 1.8em;
	color:#09c;
	
	border-radius: 10px;
	padding: 10px;
	border: 1px solid #999;
	
}

div.h2{
	color: white;
	text-align: center;
}

legend{ 
	color: white;
}

label{
	color: white;
}

 