@charset "utf-8";
/* CSS Document */

.container {
    width: 900px;
    margin: 0 auto;
}
.section-one {
    text-align: center;
}
.section-one img {
    width: 300px;
    margin: 0 auto;
}
h2.sec-head {
    font-family: 'Roboto Slab', serif;
    font-size: 28px;
    color: #860c0c;
}
h3.sec-head,
h3.sub-head {
    font-family: 'Lato', sans-serif;
    font-weight: 700 !important;
}
.section-one {
    padding: 5em 0;
}
a.sec-bu {
    font-family: 'Lato', sans-serif;
    text-decoration: none;
    font-weight: 900;
    color: #bc2a15;
    border: 2px solid #c11e07;
    padding: 16px 33px;
    border-radius: 300px !important;
}
a.sec-bu:hover {
    background: #c11e07;
    color: #fff;
}
a.sec-bu img {
    width: 37px;
    margin-bottom: -11px;
}
a.sec-bu span {
    margin-left: 8px;
}
h3.sec-head {
    margin-bottom: 45px !important;
}