body
{
  background-color: #b3d9ff;
}

h1
{
  color: white;
  text-align: center;
  font-size: 43px;
}

h2
{
  color: black;
  text-align: center;
  font-size: 20px;
}

h3
{
  color: #ff812e;
  text-align: center;
  font-size: 40px;
}

p
{
  color: #cc5200;
  text-align:center;
  font-size:18px;
  margin: 10px;
  line-height: 35px;
}

td
{
  color: #cc5200;
  text-align:left;
  font-size:18px;
  line-height: 35px;
}

th
{
  text-align: left;
  font-size:20px;
  text-transform:uppercase;
}

.header
{
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  padding: 10px;
  text-align: center;
  width: 100%;
  background-image: url(images/header1.png);
  background-color:#b3d9ff;
  border: 5px;
  z-index: 5;
  background-repeat: no-repeat;
}

.headerhome
{
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0px;
  padding: 10px;
  text-align: center;
  width: 100%;
  background-image: url(images/header.gif);
  background-color:#b3d9ff;
  border: 5px;
  z-index: 5;
  background-repeat: no-repeat;
}

.disabled
{
 pointer-events: none;
 cursor: default;
 color: black;
}

a:link, a:visited
{
  text-align:center;
  width:200px;
  font-weight:bold;
  background-color:#b3d9ff;
  padding:1px;
  text-decoration:none;
  text-transform: capitalize;
  font-size: 18px;
}

a:hover,a:active
{
  background-color:white;
  padding:1px;
}

.dropdown-content a:hover, .dropdown-content a:active
{
  background-color: white;
}

.dropdown-contentroute a:hover, .dropdown-contentroute a:active
{
  background-color: white;
}


#dropdown
{
  display: block;
  background-color: #37B73B;
  width: 20%;
}

#dropdownroute
{
  display: block;
  background-color: #37B73B;
  width: 500px;
  padding: 5px;
}

#navbar
{
  position: relative;
  display: block;
}

.map
{
 float: right;
 vertical-align: middle;
 width: 1000px;
}

@media only screen and (max-width: 1700px)
{
 .map
 {
  width: 900px;
 }
}

@media only screen and (max-width: 1600px)
{
 .map
 {
  width: 800px;
 }
}

@media only screen and (max-width: 1450px)
{
 .map
 {
  width: 700px;
 }
}

@media only screen and (max-width: 1350px)
{
 .map
 {
  width: 600px;
 }
}

@media only screen and (max-width: 1200px)
{
 .map
 {
  width: 500px;
 }
}

@media only screen and (max-width: 1040px)
{
 .map
 {
  display: none;
 }
}

@media only screen and (max-width: 1100px)
{
 #navbar
 {
  display: none;
 }
 #dropdown
 {
  display: block;
 }
}

@media only screen and (min-width: 1100px)
{
 #navbar
 {
  display: block;
 }
 #dropdown
 {
  display: none;
 }
}

.dropdown-content a
{
  padding: 5px;
  text-decoration: none;
  display: block;
  background-color:#b3d9ff;
}

.dropdown-contentroute a
{
  background-color:#b3d9ff;
}

.dropdown-content
{
  display: none;
  position: absolute;
  background-color: #f9f9f9;
}

.dropdown-contentroute
{
  display: none;
  background-color: #f9f9f9;
  width: 75%;
}

.dropdown:hover .dropdown-content
{
  display: block;
  background-color: #b3d9ff;
}

.dropdownroute:hover .dropdown-contentroute
{
  display: block;
  position: absolute;
  background-color: #b3d9ff;
}

.dropdown
{
  background-color: #37B73B;
  font-weight:bold;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  width: 150px;
  z-index: 99;
  border-radius: 10px;
}

.dropdownroute
{
  background-color: #37B73B;
  font-weight:bold;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  width: 90%;
  text-decoration: none;
  border-radius: 10px;
}

button a:link
{
  background-color: #37B73B;
}

button a:hover
{
  background-color: #0A910C;
}

.dropbtn
{
  font-weight:bold;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  width: 100%;
  z-index: 99;
}

.dropbtn a
{
  background-color: #37B73B;
  text-transform: uppercase;
  font-weight:bold;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  border-radius: 10px;
}

.dropbtn a:hover
{
  background-color: #0A910C;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

.black
{
  color: black;
}

*
{
  box-sizing: border-box;
}

#myInput, #myInputtwo, #myInputthree, #myInputfour, #myInputfive, #myInputsix, #myInputseven
{
  background-position: 10px 10px;
  background-repeat: no-repeat;
  font-size: 14px;
  padding: 8px;
  border: 1px solid #ddd;
  margin-bottom: 4px;
}

#myTable
{
  border-collapse: collapse;
  width: 100%;
  border: 2px solid #ddd;
  font-size: 16px;
}

#myTableb
{
  border-collapse: collapse;
  border: 2px solid #ddd;
  font-size: 16px;
}

#myTableb th, #myTableb td, #myTableb tr
{
  text-align: left;
  border: 2px solid #7C7C7C;
  width: 600px;
  height: 40px;
}

#myTable th, #myTable td
{
  text-align: left;
  padding: 8px;
  border: 2px solid #7C7C7C;
}

#myTable tr
{
  border-bottom: 1px solid #7C7C7C;
}

#myBtn:hover
{
  background-color: #7C7676;
}

#myBtn
{
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #37B73B;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  width: 200px;
  font-size: 18px;
  text-transform: capitalize;
}