body {
    background-color: ;
}

/* make image fit into div */
img {
    width: 100%;
}

.clear {
    clear: both;
}

/* container */
.container {
    max-width: 960px;
    margin: 0 auto;
}

.col2 {
    width: 440px;
    padding: 20px;
    float: left;
}

.col3 {
    width: 280px;
    padding: 20px;
    float: left;
}

.wrapper {
    max-width: 960px;
}

.section {
    max-width: 960px;
    height: 600px;
    background-color: #213344;
}


h1 {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    font-weight: 700;
    color: #000;
    text-align: left;
}
h3 {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
    color: #fff;
}

h4 {
    font-family: 'Cinzel', serif;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: #213344;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #000;
}

p2 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    color: #fff;
}

p3 {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    color: #213344;
}

li {
    font-family: 'Cinzel', serif;
    color: #e7dbc0;
    font-size: 18px;
    margin-top: 20px;
    float: center
}


/* this is footer */
footer {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
