
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;    
}

div.dropd {
    margin-top: 10px;
    display: block;
}

div.dropcontent {
    
    display: none;
    background-color: #1f1f1f;
}

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/gervert.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;
  }

  .index {
      border-collapse: separate;
      border-spacing: 20px;
  }

  .index td {
      width: 50%;
      background-color:rgb(68, 96, 156);     
  }

  .indextext {
      color:white;
      margin-left: 20px; 
  }

  .indextext2 {
    color: black;
    margin-left: 20px; 
}

.index td:hover {
    background-color: #999999;
    cursor: pointer;
}

.index td:hover .indextext {
    color: white;
    font-weight: bold;
}

.index td:hover .indextext2 {
    color: beige;
}
  
