: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;
  width:60%;
  margin:auto;
}
#line1{
  background-color:black;
  height:3px;
  width:500px;
}
#line2{
  background-color:black;
  height:3px;
  width:1300px;
}
#line3{
  background-color:black;
  height:3px;
  width:1300px;
}
#logpar{
  color:var(--txtwhite);
  font-size:20px;
  text-align:center;
  padding-left:15%;
  width:70%;
}
#loglink{
  color:var(--txtwhite);
  font-size:20px;
  text-align:center;
}
#log{
  color:var(--txtwhite);
  font-size:30px;
  text-align:center;
}
#copyrightpar{
  color:var(--txtwhite);
  font-size:20px;
  text-align:center;
  padding-left:5%;
  width:90%;
}
#copyrightlink{
  color:var(--txtwhite);
  font-size:20px;
  text-align:center;
}
#copyright{
  color:var(--txtwhite);
  font-size:30px;
  text-align:center;
}
.other{
  color:var(--txtwhite);
  text-align:center;
}
#otherheading{
  font-size:30px;
}
#otherpar{
  font-size:20px;
  width: 50%;
  padding-left: 25%;
}
#bold{
  font-size:25px;
}
#logo{
  width: 150px;
  height:150px;
  padding-bottom:10px;
}
