body {
    margin: 0;
    padding: 0;
    font-family: Archivo Narrow;
}

h1, h2 {
    margin: 0;
    padding: 0;
    text-align: center;
}

section#top {
    width: 100%;
    height: 480px;
    background-image: url("../images/cover.jpg");
    background-repeat: no-repeat;
    background-position: 0% 68%;
    background-size: 100%;
}

#top h1 {
    padding-top: 155px;
    font-size: 80px;
    color: white;
}

#top h2 {
    padding-top: 2px;
    font-size: 30px;
    color: white;

}

section#two {
    background-color: #2d2d2d;
    height: 646px;
}

section.content {
    margin: auto;
    width: 959px;
}

#two h1 {
    padding-top: 42px;
    padding-bottom: 33px;
    font-size: 40px;
    color: white;
}

#two p {
    margin-top: 0px;
    margin-bottom: 16px;
    line-height: 1.2;
    font-size: 18px;
   color: white;
}

#two img {
    float: right;
    margin: 0px 0px 30px 40px;
}

section#three {
    background-color: rgb(183, 201, 132);
    height: 679px;
}

#three h1 {
    padding-top: 42px;
    padding-bottom: 32px;
    font-size: 40px;
    color: black;
}

section.right_column {
    display: inline-block;
    width: 419px;
}

section.left_column {
    display: inline-block;
    width: 419px;
    margin-right: 57px;
}

#three img {
    float: left;
    margin-right: 12px;
}

#three h2 {
    margin-top: 2px;
    text-align: left;
    display: inline-block;
    font-size: 21px;
    color: rgb(126, 11, 11);
}

.container {
    display: inline-block;
    margin-bottom: 24px;
}

#three p {
    margin-top: 7px;
    font-size: 18px;
    line-height: 1.2;
    color: white;
}

section#four {
    background-color: rgb(36, 19, 2);
    height: 412px;
}

#four h1 {
    padding-top: 42px;
    padding-bottom: 32.5px;
    font-size: 40px;
    color: white;
}

#four p {
    font-size: 27px;
    text-align: center;
    margin-top: 0px;
    line-height: 1.15;
    color: white;
}

#four .content {
    width: 712px;
}

#three img {
    height: 150px;
    width: 200px;
}

#two img {
    height: 300px;
    width: 400px;
}
section#footer {
    margin-top: 0px;
    background-color: rgb(56, 66, 0);
    height: 98px;
}

#footer div h1 {
    color: white;
    margin-top: 0px;
    padding-top: 41px;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    width: 200px;
}

#footer p {
    color: white;
    font-size: 31px;
    letter-spacing: .3rem;
    text-align: right;
    width: 100%;
    margin-top: -28px;
    margin-left: 5px;
}