


.navbar {
  overflow: hidden;
  background-color: #333;
  font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
  float: left;
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  font-size: 20px;
  overflow: hidden;
}

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

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: grey;
}

.dropdown-content {
    font-size: 20px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content .header {
  background: grey;
  padding: 20px;
  color: black;
}

.dropdown:hover .dropdown-content {
background: transparent !important;
  display: block;
}


.column {
  float: left;
  width: 33.33%;
  padding: 5px;
  background-color: transparent;
  height: 250px;
}

.column a {
  float: none;
  color: black;
  padding: 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.column a:hover {
  background-color: tomato;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    height: auto;
  }
}


.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  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;
}

.dropdown-content a:hover {
    background-color: transparent 
    
}

.dropdown:hover .dropdown-content {
  display: block;
}

.label {
    margin-left: 1px;
    margin-top: 30px;
    width: 1000px;
    height: 100px;   
    font-size:100px;
    font-weight:700;
}		



.button1 {
  padding: 10px 20px;
  font-size: 24px;
  text-align: center;
	float:left;
  cursor: pointer;
  color: #fff;
  background-color: #04AA6D;
  
  border-radius: 10px;
  box-shadow: 0 9px #999;
	margin-top: 350px;
    width: 80px;
    height: 60px;   
    background:#EDF311;
    color:black;   
    font-size:14px;
    font-weight:0;
}

.button1:hover {
    background-size: 100% 100%;
    background-color: #3e8e41}

.button1:active {
  background-color: #3e8e41;
  box-shadow: 0 10px #666;
  transform: translateY(4px);
}

