html body{
    margin: 0;
    padding: 0;
    background-image: url(Images/Paint-splat.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: screen;
    font-size: 16px;
    font-weight: 300;
    font-family: sans-serif;
}
.nav-bar{
    height: 50px;
    width: 80%;
    padding: 10px;
    position: relative;
    left: 10%;
    box-shadow: 5px 5px lightslategray;
    border-radius: 5px;
    border: 1px solid lightslategray;
}
.nav-bar ul{
    position: relative;
}
.nav-bar ul li{
    list-style-type: none;
    display: inline-block;
    float: left;
    margin-left: 30px;
    position: relative;
    left: 20%;
}
.nav-bar li a{
    text-decoration: none;
    color: black;
    font-weight: 600;
    z-index: 1000;
    text-align: center;
    padding: 10px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.nav-bar li a:hover{
    background-color: lightsteelblue;
}
#FD-Head{
    position: relative;
    text-align: center;
    background: rgba(0,0,0,0.0);
    color: black;
    width: 100%;
    left: 0%;
    border-radius: 5px;
}
#FD-Head h3{
    position: relative;
    top: -30px;
    font-size: 30px;
    font-weight: 600;
}
#FD-Head h1{
    background: rgba(0,0,0,0.0);
    font-size: 30px;
    font-weight: 600;
}
#FD-Head img{
    position: relative;
    height: 30%;
    width: 40%;
    border-radius: 5px;
}
.about{
    position: relative;
    text-align: center;
    background: rgba(255,255,255,0.7);
    color: black;
    width: 50%;
    left: 25%;
    border-radius: 5px;
}
.foot{
    position: relative;
    width: 99.5%;
    clear: both;
    height: auto;
    bottom: 0;
    left: 0;
}
.foot-1{
    position: relative;
    width: 99.85%;
    background-color: lightsteelblue;
    color: black;
    padding: 5px;
    text-align: center;
    clear: left;
    float: left;
    z-index: 1000;
}
.foot-1 a{
    text-decoration: none;
    color: black;
}
.foot-1 a:hover{
    color: gainsboro;
}
.foot-2{
    position: relative;
    width: 99.2%;
    background-color: lightsteelblue;
    padding: 10px;
    color: black;
    text-align: center;
}
.foot-2 a{
    text-decoration: none;
    color: black;
    font-weight: 600;
}
.font-2 a:hover{
    color: gainsboro;
}