.topnav {
  overflow: hidden;
  background-color: transparent;
}

.topnav a {
  float: left;
  display: block;
  color: #8a1517;
  text-align: center;
  padding: 6px 6px;
  text-decoration: none;
  font-size: 16px;
}

.active {
  background-color: transparent;
  color: white;
 
}

.topnav .icon {
  display: none;
}

.dropdown {
  background-color: transparent;
  float: left;
  overflow: hidden;
  
}

.dropdown .dropbtn {
  font-size: 16px;    
  border: none;
  outline: none;
  color: #8a1517;
  padding: 6px 6px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: transparent;
  min-width: 10%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 12px;
}

.dropdown-content a {
  float: none;
  color: #8a1517;
  padding: 10px 10px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: transparente;
  color: white;
   border-radius: 12px;
}

.dropdown-content a:hover {
  background-color: transparent;
  color: #ffffff;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    width: 100%;
    height: 20vh;
	
    background-image: url(img/header.jpg);  
}

.logo {
	top: 25vh;
    font-family: Forte Normal;
    color: 	#DFFF00;
    font-weight: 500px;
    font-size: 50px; 
align-items: center;	
}

.mensagem{
    font-family: "Verdana";
	font-size: 60px;
    color: #FF0000;
    font-weight: 200px;  	
}
.navbar {
    width: 100%;
    line-height: 20px;
    background-color: transparent; 
}

ul.menu {
    text-align: right;
    color: "000000";
}

ul.menu li {
    display: inline-block;
    margin: 5px;
}

ul.menu a {
    display: inline-block;
    margin: 5px;
} 

.column {
    float: left;
    width: 45%;
    margin: 0px;
}