@import url('https://fonts.googleapis.com/css?family=Open+Sans|Pacifico|Quicksand');
* {
  box-sizing: border-box;
}
body {
  background-image: url("https://1.bp.blogspot.com/-LChSw_pNvO8/WnUxKLN5RRI/AAAAAAAAAF4/ILJjIH-m0KYJA0O7ZNJ3XgoVjMj_bwuSwCLcBGAs/w945-h600-p-k-no-nu/ow.jpg");
  background-size: cover;
  background-color: white;
}

.topnav {
    background-color: whitesmoke;
    overflow: hidden;
    float: none;
    border-radius: 5px;
    padding-right: 20px;
}

.topnav a {
  float: left;
  color: #333;
  text-align: center;
  text-decoration: none;
  height: 70px;
}
 .topnav a.active {
  background-color: #333;
  color: white;
  padding-bottom: 31.2px;
  padding-left: 15px;
}
.hover:hover{
  background-color: #ddd;
  color: black;
  padding-bottom: 31.2px;
}
.hoversearch:hover{
  background-color: #ddd;
  color: black;
}
.logotop {
    width: 200px;
    height: 60px;
    padding: 7px 0px 0px 20px;
}

.topnav-right {
  float: right;
  margin-right: -20px;
}

.topnav-right a {
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
  padding: 20px 15px 0px 15px;

}
.dropdown {
  float: left;
  overflow: hidden;
  font-family: 'Quicksand', sans-serif;
  font-size: 21px;
}
.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #333;
  padding: 20px 16px 14px 16px;
  background-color: inherit;
  font: inherit; 
  margin: 0; 
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 0px 0px 5px 5px;
  width: 10%;
}
.dropdown-content a {
  float: none;
  height: 60px;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
  border-left: 4px solid #333;
}

.dropdown:hover .dropdown-content {
  display: block;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-family: 'Quicksand', sans-serif;
}
.mainback {
  background-color: whitesmoke;
  border-radius: 5px;
  width: 85%;
  margin: auto;
  overflow: auto;
  height: 550px;
  
}

#myInput {
  width: 90%; 
  font-size: 16px; 
  padding: 12px 40px 12px 12px; 
  border: 1px solid #ddd; 
  margin-bottom: 12px;
  margin-left: 5%;
  margin-right: 20px;
}

#myUL {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#myUL li a {
  border: 1px solid #ddd; 
  margin-top: -1px; 
  background-color: #f6f6f6; 
  padding: 12px; 
  text-decoration: none; 
  font-family: 'Quicksand', sans-serif;
  font-size: 18px; 
  color: black; 
  display: block; 
}

#myUL li a:hover:not(.header) {
  background-color: #eee; 
  border-left: 4px solid #333;
}
.invisible {
  padding-bottom: 50px;
}

footer {
  background-color: #333;
  width: 100%;
  margin: 0;
  left: 0;
  border-top: 5px solid #505050;
  position: absolute;
  height: auto;
}
.footer {
  display: block;
  font-family: 'Ooen sans', sans-serif;
margin-left: auto;
margin-right: auto;
}
.logofoot {
  width: 30%;
height: 30%;
display: block;
margin-left: auto;
margin-right: auto;
}
.topback {
  background-color: rgba(0, 0, 0, 0.5);
  width: 75%;
  margin: auto;
  border-radius: 5px;
  padding: 25px 25px 20px 25px;
  color: white;
}
.about {
 font-size: 20px;
 font-family: 'Open sans', sans-serif;
 text-align: center;
}
.topnav-right a.iactive {
  background-color: whitesmoke;
  color: #333;
  padding-bottom: 20px;
}
.elink {
  text-decoration: none;
  color: white;
}
.elink:hover {
  text-decoration: underline;
}
.dot {
  cursor: default;
}
.dot:hover {
  background-color: whitesmoke;
}
