html, body {
  margin: 0;
  padding: 0;
}

a:visited { text-decoration: none; color:white; }
a:link {
    text-decoration: none;
    color: white;
    background-color: transparent;
}

body {
  font-family: sans-serif;
  font-weight: 100;
}

.container {
  margin: 0 auto;
  max-width: 940px; 
  padding: 0 10px;
}

.biggercontainer {
  margin: auto;
  max-width: 1200px; 
  padding: 0 10px;
}

.heading{
  background: url(https://cdn-images-1.medium.com/max/1600/1*CBJHCbhbDJylhoMKM8jhAA@2x.jpeg) no-repeat center center; 
  background-size: cover;
  height: 70px; 
  z-index: -1;
}

#title{
  position: absolute;
  text-shadow: 1px 1px white;
}

.nav {  /* Navigation background bar */
  background: #008000;
  height: 70px; 
  text-decoration: none; /* Makes no underline when hyperlinked */
}

.nav ul li {    /* Navigation option Text */
  color: #fff;
  display: inline-block; 
  height: 70px;
  line-height: 70px; 
  padding: 0 110px;   /*Distance between navigation bar items*/
  transition: background .5s; 
}

.btn:hover, .nav ul li:hover {
  background: #28a428;
  cursor: pointer; 
  transition: background .5s;
}

.main  {
    width: 100%;
    padding-top: 10px;
    position: relative;
}

#login {
	width:460px;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
	padding:20px 20px;
    transition: 0.3s;
	text-align:left;
}


input[type=text],input[type=password] {
	width:95%;
	padding:10px;
	margin-top:4px;
	border:1px solid #ccc;
	padding-left:5px;
	font-size:16px;
}

input[type=submit] {
	width:98%;
	background-color:#FFBC00;
	color:#fff;
	border:2px solid #FFCB00;
	padding:10px;
	font-size:20px;
	cursor:pointer;
	border-radius:5px;
	margin-bottom:15px
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    display:none;
}

/* ----- Gallery Stuff ------*/
* {
  box-sizing: border-box;
}

.container2 {
	margin: 0 auto;
	max-width: 940px; 
	padding: 0 10px;
	position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}


.formleft {
    padding: 10px;
    width: 560px;
    display: inline-block;
    text-align: justify;
}

.formright {
    padding: 10px;
    width:560px;
    display: inline-block;
    text-align: justify;
}

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.myDIV {
    display:none;
}

.openhours {
    width:30%;
}

.footer { 
  background: #39ac6b;
  height: 50px; /*hight of the footer bar*/
  padding-bottom: 20px; /*Add more bar below text*/
  position: fixed;
  bottom: 0;
  width: 100%;
}

.footer p { /*Footer text information*/
  color: #fff;
  font-size: 14px;  
  height: 80px; 
  line-height: 50px;
  margin: 0;  
}

.loginbtn {
	padding-left: 31%;
	font-size: 18px; 
}