.body {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.banner {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1500px;
    margin: auto;
    margin-top: 5%;
}

.section {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

a {
    text-decoration: none;
    color: black;
}

.title {
    font-family: cursive;
    font-size: 150px;
    text-align: center;
    color: #8a3720;
    margin-top: 10px;
    margin-bottom: 10px;
}

.introduction {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    margin-top: 20px;
    margin-bottom: 20px;
}

.intro_text {
    width: 30%;
}

.intro_text>* {
    margin-top: 10px;
    margin-bottom: 10px;
}

.intro_subheading {
    font-size: 30px;
    font-weight: 700;
    color: #8a3720;
}

.intro_subheading2 {
    font-size: 20px;
    color: #8a3720;
}

.intro_content {
    font-family: proxima-nova, sans-serif;
    font-size: 15px;
}

.intro_pic img {
    max-width: 500px;
    box-shadow: 10px 10px 5px #484848;

}

.horizontal_line {
    justify-self: center;
    width: 80%;
    border-bottom: 3px solid #8a3720;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
}

.tiles_area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}

.tiles img {
    max-width: 250px;
    height: 250px;
}

.tile_text {
    font-family: sans-serif;
    font-size: 25px;
    color:#e2d3ab;
    margin-bottom: 30px;
    width: 230px;
}

.tiles {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 500px;
    background-color: #8a3720;
    margin-left: 20px;
    margin-right: 20px;
    box-shadow: 10px 10px 5px #484848;
}

.learn_more {
    height: 25px;
    width: 100px;
    background-color: #e2d3ab;
    color: #8a3720;
    margin-top: 40px;
    font-family: sans-serif;
    font-size: 13px;
    text-align: center;
    align-items: center;
    line-height: 25px;
}

.calligraphy_uses {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    margin-top: 110px;
}

.uses_text {
    font-family: cursive;
    font-size: 12px;
    color:#8a3720;
}

.footer {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    height: 200px;
    background-color: #8a3720;
}

.credits_area {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.resources {
    height: 20px;
    width: 100px;
    text-align: center;
    line-height: 20px;
    background-color: #e2d3ab;
}

.credits {
    margin-top: 50px;
    margin-left: 12px;
    margin-right: 12px;
    color: #e2d3ab;
}