
#headerTop{

    padding-top: 25px;

    text-align: center;
}

nav{
    overflow: hidden;
    padding-right: 30px;
    display: inline;
}

nav div ul{
    padding-left: 0;
    
}


nav div ul li{
    display: inline-block;
    padding-bottom: 15px;
    
}

nav div ul li a{
    display: inline-block;
    color: black;
    /* GETS RID OF THE BLUE UNDERLINE IN "a" LINK */
    text-decoration: none;
    padding: 9px;
}

section{
    padding: 50px;
    border-bottom: solid;
}

.subhead{
    padding-top: 20px;
    list-style-type: none;
    font-weight: bold;

}

.discription{
    list-style-type: none;
    font-style: italic;
}

.date {
    text-align: right;
}


/* STYLING FOR CONTACT SECTION */

#contact{
    text-align: center; 
    padding: 50px 20% 50px 20%;

}

#contactForm {
    display: inline-block;
    text-align: left;

}

input[type=text]{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

label{
    font-weight: bold;
}

fieldset{
    border: none;
    
}

.homePage h3{
    margin: auto;
    width: 50%;

    text-align: none;
    font-size: 100%;
    padding-left: -10;

    font-weight: bolder;
}
.homePage p{
    margin: auto;
    padding-top: 10px;
    width: 80%;
    
    text-align: none;
    font-size: 100%;
    padding-left: -10;

    font-weight: bolder;
}



footer{
    
    left: 0;
    padding-top: 50px;
    width: 100%;
    text-align: center;
    background-color: black;
}



.contactHome{
    color: white;
    width: 60%;
}




#homeBody{ /* this is the id or class for the body tag */
    background: linear-gradient(
        30deg,
        black 50%,
        transparent 50%

    );
}

#homeText{
    color: white;
    margin-top: 10%;
    
}
#homeText h3{
    padding-top: 15%;
    margin-top: 25%;

}

.homeImg{
    padding-top: 10%;
    width: 50%;
    
    
}
