h1, h2, h3, h4 {
    font-family: 'DotGothic16', sans-serif;
    text-shadow: 1px 1px 4px black;
}

.navbar {
    font-family: 'DotGothic16', sans-serif;
    color: #477A1E;
    text-shadow: 1px 1px 4px black;

}

body {
    font-family: 'Montserrat', sans-serif;
}

#header {
    background-color:#477A1E;
    color: white;
}

#body-text {
    text-align:center;
    padding-left: 50px;
    padding-right: 50px;
}

#info {
    background-color: #854F2B;
}
#about {
    color: white;
}

#process {
    text-align: center;
    color: white;
}

#commission {
    color: white;
}


