
div.maintitle {
    height: 1.5in;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../pics/banner.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main {
    position: absolute;
    top: -10%;
    right: 43%;
}

.logo {
    position: absolute;
    top: 20%;
}

div.drop {
    cursor: pointer;
    border: none;
    float: right;    
}

div.dropd {
    right: 0%;
    margin-top: 10px;
    display: block;
    float: right;
}

div.dropcontent {
    
    display: none;
    background-color: #1f1f1f;
    z-index: 1;
    float: right;
    right: 2%;
}

div.dropcontent a {
    text-decoration: none;
    display: block;
    color:#999999;
    
}

div.dropcontent a:hover {
    color: white;
}

.dropd:hover .dropcontent {
    display: block;
}

.dropd:hover .drop {
    display: none;
}

.footer1 {
    width: 100%;
    height: 150px;
    background-color: #006699;
    bottom: 0;
    padding: 25px;
}
.footer2 {
    width: 100%;
    height: 40px;
    background-color: #1f1f1f;
    bottom: 0;
}

.footer1table {
    color: white;
    width: 60%;
    margin-left: 20%;
}

.footer2table {
    color: white;
    width: 100%;
}

.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../pics/img_forest.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  
  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  