html {
    margin: auto;
    background-color: #03100A;
    font-family:sans-serif;
    color: white;
    width: 80%;
}

header {
    background-color: #2D383A;
    text-align: center;
}

h1 {
    font-size: 45px;
    padding: 1em;
    padding-top: 2em;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

h2 {
    Font-size: 25px;
    font-family: "Oswald", sans-serif;
    padding-bottom: 2em;
}

nav {
    background-color: #a0a094;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: black;
    background-color: #a0a094;
    display: block;
    width: 33.333%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    float: left;
}

nav a:hover {
    background-color: #f3f5f1;
    
}

.homebg {
    background-image: url(../images/man.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100%;
}

section {
    color: white;
    text-align: center;
}

h3 {
    font-size: 22px;
    padding-top: 6em;
    text-transform: uppercase;
    padding-left: 3rem;
    padding-right: 3rem;
    text-shadow: 1px 3px 2px black;
    line-height: 1.5em;
}

.homepg {
    font-size: 18px;
    margin-top: 27em;
    text-shadow: 1px 5px 2px black;
}

footer {
    background-color: #2D383A;
    text-align: center;
    padding: 1em;
    clear: both;
}

.clear {
    clear: both;
    padding: 3rem;
}
/* Color Palette */

.graybg {
    background-color: #5a5f5f;
}

h4 {
    font-size: 18px;
    font-family: sans-serif;
    text-transform: uppercase;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: left;
}

.colors {
    clear: both;
}

.colors div {
    margin: 0;
    width: 150px;
    height: 120px;
    border: solid white 4px;
    text-align: center;
    float: left;
    margin-bottom: 2rem;
}

.c1 {
    background-color: #F3F5F1;
    color: black;
}

.c2 {
    background-color: #A0A094;
}

.c3 {
    background-color: #5A5F5F;
}

.c4 {
    background-color: #37464D;
}

.c5 {
    background-color: #2D383A;
}

.d1 {
    background-color: #05070D;
}

.d2 {
    background-color: #012611;
}

.d3 {
    background-color: #8ABF8D;
}

.d4 {
    background-color: #65735C;
}

.d5 {
    background-color: #3D4034;
}

/* Images */

.images img{
    max-width: 600px;
    padding-top: 2em;
}

.images {
}

/*Typography*/

.typoheading {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 32px;
}

.typopg {
        font-family: "Bebas Neue", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 25px;
        text-align: left;
    line-height: 1.3em;
}

.typoheadingtwo {        
        font-size: 25px;
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-style: normal;
}

.typopgtwo {
        font-size: 22px;
        font-family: "Oswald", sans-serif;
        font-weight: 300;
        font-style: normal;
        text-align: left;
    line-height: 1.5em;
}

.fonts {
    padding-top: 4em;
    padding-bottom: 4em;
}

