body {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

.container {
    display: flex;
}

#header {
    color: white;
    text-align: center;
    background-image: url("images/users/Banner.png");
    position: relative;
}

#footer {
    background-color: #111;
    padding: 33px 0;
    color: white;
    width: 100%;
    font-size: 16px;
}

.pagelayout {
    display: flex;
    justify-content: center;
}

.pagelayout > div:not(#body-container) {
    width: 70%;
}

.button {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.button > span {
    border-radius: 50px;
    background-color: #51B380;
    padding: 10.5px;

}

#background {
    background-color: #000030;
    opacity: 0.86;
    width: 100%;
    padding: 27px 0 124px 0;
}

#title h1{
    font-size: 46px;
}

#caption p{
    font-size: 16px;
    color: #ddd;
    max-width: 640px;
    margin: auto;
}

#body h1 {
    font-size: 42px;
    color: #000030;
}

.body1 {
    font-size: 18px;
    color: #222;
}

.body2 {
    font-size: 16px;
    font-style: italic;
    color: #222;
}

.imgholder {
    border-radius: 10px;
    background-color: #f6f6f6;
    width: 480px;
    height: 300px;
    display:table-cell; vertical-align:middle; text-align:center
}

.sector > div {
    padding: 10px;
    max-width: 490px;
}

.sector {
    flex-direction: row;
    justify-content: space-between;
    margin: 20px 0;
}

#body-container {
    padding: 60px 0;
}

#body .button > span{
    padding: 17px;
}
