@charset "UTF-8";

.dropbtn {
	z-index:1;
	position: fixed;
    background-color: #000000;
	opacity: 0.8;
    color: white;
    padding: 1.5vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
	font-family: futura;
    font-size: 3.3vw;
    border: none;
	border-radius: 0;
}


.dropdown {
    position: absolute;
    display: block;
}


.dropdown-content {
    display: none;
    position: fixed;
    background-color: #f1f1f1;
    min-width: 200px;
    min-height: 100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}


.dropdown-content a {
    color: black;
	font-family: futura;
	font-size: 4vw;
	padding: 1vw 2vw;
    text-decoration: none;
    display: block;
}


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


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


.dropdown:hover .dropbtn {background-color: #FF0000;}

h1 {
	font-family: futura;
	color: #000000;
	text-align: center;
    font-size: 7vw
}



h2 {
	font-family: futura;
	color: #000000;
	text-align: center;
	font-size: 4vw ;
	min-height: 20;
}
	h3 {
	font-family: futura;
	color: #000000;
	text-align: center;
	font-size: 2vw;
	min-height: 15;
}
			
h4 {
	font-family: futura;
	color: #000000;
	text-align: center;
	font-size: 1vw;
 

}
	.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;

}

	.center2 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
		
	}
	
    .center2:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
   
}

.column {
  float: left;
  width: 32%;
  padding: 5px;
}

.column2 {
  float: left;
  width: 24%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

a:link {
    color: black; 
    background-color: transparent; 
    text-decoration: none;
}

a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

a:hover {
    color: #9E0002;
	opacity: 60%;
    background-color: transparent;
    text-decoration: underline;
}

a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}



.column:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
}

.column2:hover {
    opacity: 0.7;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 500px) {
  .column {
    width: 100%;
  }
@media screen and (max-width: 500px) {
  .column2 {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .dropbtn {
    min-width: 60px;
	min-width: 60px;
	  font-size: 6vw;
  }
	
@media screen and (max-width: 500px) {
  .dropdown-content a {
    font-size: 10vw;
	
}

