﻿h1 {text-align: center;
 style=font-size:4vw;
}

h3 {text-align: left;
   style=font-size:2vw;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	background-color:gray;
}
p {
	font-size:1vw;h1
}

.centered-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.grad {
  height: 20px;
  background-color: green; /* For browsers that do not support gradients */
  background-image: linear-gradient(to right, green , white);
}

.formlinks {
  float:right;
  display:inline-block;
  height:auto;
  padding:5px;
  border-radius: 8px;
  color:#fff;
  background-color:#4d7d5a;
  -o-box-shadow: 10px 10px 5px  rgba(0,0,0,0.6);
  border:0;
  cursor:pointer;
  margin:1em; 
   }

.formlinks a {
	text-decoration:none;
}

.formlinks:hover {
	text-color:black;
	background-color:green;
}

.red-header {
	color:red;
	text-align:center
}


.important {
	color: #FF0000;
}

td {
  padding-left:2%;
  padding-right:2%;
  }

.col-container {
  display: table; /* Make the container element behave like a table */
  width: 100%; /* Set full-width to expand the whole page */
}
  
.bar {
  position: fixed;
  top: 0;
  width: 100%;
  font-weight: lighter;
}


.topnav {
  overflow: hidden;
  background-color: #333;
  opacity: 0.8;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
}

.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color:#333;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 50%;
    text-align: left;
  }
}
.main {
   padding: 0px;
  margin-top: 53px;
  z-index:: -1;
  width:100%;
}

/* Centered text */
.centered {
  position: absolute;
  top: 1%;
  left: 2%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
 
}

.slider-container {
    position:relative;
	z-index:-999;
	background-color: #333;
}

.sideway {
 display:table-cell;
  padding-left: 1%;
  padding-right: 1%;
  top:0px;
  width: 20%;
  background-color:#e6e7e8;
}

.center {
  padding-left: 2%;
  padding-right:2%;
  top:0px;
  width: 40%;
display:table-cell;

}

.footer {
  color: white;
  text-align: center;
  background-color: #333;
  opacity: 0.8;
  clear:both;
   
}

.shadow {
  -webkit-box-shadow: 0 6px 4px -4px black;
  -moz-box-shadow: 0 6px 4px -4px black;
  box-shadow: 0 6px 4px -4px black;
}
