.main-container h3{
    color:rgb(0,94,162)
}

.main-container p {
    max-width: 635px;
    display: flex;
}

.body-container {
    background-color: white;
}

#base-backer {
    position: absolute;
    /* background-color: white; */
    width: 800px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-self: center;
    margin-left: 0%;
    margin-top: 10%;
}
#base-name{
    color: white;
}

.body-container h2 {
    position: absolute;
    display: block;
    justify-content: center;
    align-items: center;
    margin: 32px;
    color: black;
    font-size: 4rem;
}

#cover-image {
    max-width: 100%;
    max-height: 500px;
    overflow: hidden;
}

.installation-header img {
    width: 100%;
    left: 30%;
}

.resources {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 5%;
 }
 
   .nav-selection {
     margin: 100px 16px 0px 65px;
   }
   
   .nav-selection ul {
     list-style-type: none;
   }
 
   #first-list {
     border-top: 1px solid #dfe1e2;
   }
 
   .nav-selection li{
     padding-left: 16px 8px;
     min-height: 40px;
     min-width: 216px;
     font-size: 1.06rem;
     border-bottom: 1px solid #dfe1e2;
     display: flex;
     align-items: center;
   }
 
   .nav-selection p {
     margin-left: 16px;
     text-decoration: none;
     color: #5c6065;
     cursor: pointer;
     font-family: Arial, Helvetica, sans-serif;
   }
 
   .header-container {
     font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     margin: 65px 16px 0px 65px;
     width: 100%;
     min-height: 850px;
     /* display: none; */
   }
 
   .header {
     font-size: 2rem;
     color: rgb(0,94,162);
     margin-bottom: 16px;
   }
 
   #getting-started-information {
     max-width: 80%;
     display: block;
   }
   
   #heat {
     max-width: 75%;
     /* display: block; */
     display: none;
   }
   
   #faq {
     max-width: 75%;
     /* display: block; */
     display: none;
   }
 
   #important-links {
     max-width: 75%;
     /* display: block; */
     display: none;
   }

   /* housing options */
   .housing-options-header {
    width: 100%;
    height: 45px;
    background-color: rgb(0,94,162);
    display: flex;
    justify-content: center;
    align-content: center;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
   }

   .housing-options-header {
    display: flex;
    align-items: center;
    
   }

   .contact-info {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
     margin: 100px 16px 0px 20px;
     width: 75%;
     padding-left: 10px;
   }
   
   .contact-info h2{
    color: rgb(0,94,162);
   }
   
   .contact-info td {
    vertical-align: top;
    padding-right: 5px;
    border: 1px solid;
   }
   
   .contact-info table{
    border-collapse: collapse;
   }
