@media screen and (max-width: 600px) {

	/* Force table to not be like tables anymore */
	table, thead, tbody, th, td, tr { 
        clear:both!important;
        display:block!important;
        width:100%!important;
        float:none!important;
        margin:0!important;
        padding:0!important;

	}

}	
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family: "Verdana";
}

/* Change the link color to #111 (black) on hover */
li a:hover, .dropdown:hover .dropbtn {
  background-color: #cc0000;
}

li.dropdown {
  display: inline-block;
}

.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;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}

.dropdown:hover .dropdown-content {
  display: block;
}

h1 {
  font-family: "Verdana";	
  font-size: 14vw;
}

h2 {
  font-family: "Verdana";	
  font-size: 16vw;
}

h3 {
  font-family: "Verdana";	
  font-size: 8vw;
}
h4 {
  font-family: "Verdana";	
  font-size: 2vw;
}

h5 {
  text-align: center;
  font-family: "Verdana";
  font-size: 14pt;
}

h6 {
  text-align: center;
  font-family: "Verdana";
  font-size: 90pt;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 268px;
}