:root{
  --txtwhite:#422800;
}

.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 4px 15px 0px 4px;
  text-decoration: none;
  font-size: 30px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
body{
  background-color: #E4E4DC;
}
#title{
  color: var(--txtwhite);
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
  text-align: center;
  font-size: 60px;
}
.container1{
  display: flex;
  align-items: center;
  justify-content: center;
}
#al{
  max-width: 90%;
  max-height: 90%;
  float: left;
}
.desc1{
  font-size: 30px;
  padding-left: 100px;
  padding-bottom: 10%;
  float: left;
  width:500px;
  color: var(--txtwhite);
}
#line1{
  background-color:black;
  height:3px;
  width:1000px;
}
#line2{
  background-color:black;
  height:3px;
  width:300px;
}
.container2{
  display: flex;
  align-items:center;
  justify-content: center;
}
#map{
  width: 80%;
  height: 80%;
  float: right;
}
.desc2{
  font-size: 25px;
  padding-right: 5%;
  padding-bottom: 10%;
  padding-top: 10%;
  float: right;
  width:500px;
  color: var(--txtwhite);
  text-align:center;
}
#membership{
  font-size:40px;
  color:var(--txtwhite);
  text-align:center;
}
#par4{
  color:var(--txtwhite);
  text-align:center;
  font-size:20px;
}
#tier{
padding-left:30%;
  font-size:20px;
  color:var(--txtwhite);
}
#par3{
  padding-left: 30%;
  width:130%
}
#legowords{
  width:50%;
  height:50%;
  border: 10px solid #333;
}
.legowords{
  text-align: center;
}
#logo{
  width: 150px;
  height:150px;
  padding-bottom:10px;
}



