html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    background-color: #fff !important;
    line-height: 1.42857143;
    color: #555;
    font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
    font-weight: 300;
    font-size: 18px;
}

header {
    background-image: url(../img/banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

header img {
    height: 120px;
    margin-bottom: 25px;
}

header .title {
    color: #183B4D;
    font-size: 28px;
    font-weight: 600;
}

main {
    padding: 20px 0 50px;
}

footer {
    background-color: #203C4D;
    color: #fff !important;
    font-size: 14px;
    padding: 20px 0;
}

footer img {
    height: 50px;
    margin-right: 10px;
}

h1,
h2,
h3 {
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", Arial, "Helvetica Neue", sans-serif;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 20px;
}

.entry-title {
    padding-bottom: 15px;
    color: #348DB5 !important;
    border-bottom: 1px dashed #d2d2d2 !important;
}