body {
    background: rgb(53, 53, 53);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    margin: 0;
    padding: 0;
}
header {
    background: black;
    height: 350px;
    background-image: url("images/header.jpg");
    background-size: 100%;
    background-position:center;
}
header nav {
    background: rgba(0, 0, 0, 0.116);
    padding: 20px;
}
header li {
    margin: 20px;
    text-transform: lowercase;
    
}

a { 
    text-decoration: none; 
    color:rgb(255, 255, 255);
}
a:visited { 
    text-decoration: none; 
}
a:hover { 
    text-decoration: none;
    color: rgb(189, 189, 189) 
}
a:focus { 
    text-decoration: none; 
}
a:hover, a:active { 
    text-decoration: none;
    color: rgb(189, 189, 189) 
}

.header-title  {
    font-size: 50px;
    text-align: center;
    padding-top: 34px;
    filter: drop-shadow(0px 0px 10px #000000);
}
.header-subtitle {
    font-size: 20px;
    text-align: center;
    filter: drop-shadow(0px 0px 10px #000000);
    position:relative; left:0px; top: -40px;
}
section {
    background: white;
    color: rgb(0, 0, 0);
    padding: 20px;
    display: flex;
}

.feature-box {
    text-align: center;
}
.lower-box div {
    margin: auto;
    background: rgb(216, 176, 183);
    width: 50px;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
li {
    display: inline-block;
    margin-right: 20px;
}
footer {
    background: black;
    text-align: center;
    padding: 10px 20px;
}
footer li {
    display: inline-block;
    margin: 5px 20px;
}