body {
    font-family: 'Proxima Nova', sans-serif;
    color: #637078;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #fff;
}

.section-heading {
    color: #465158;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}

.section-description {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 65px;
    line-height: 30px;
    text-align: center;
}

section.section {
    padding: 80px 0;
}

section.section-blue {
    background-color: #0095f4;
}

section.section-blue,
section.section-blue h2.section-heading,
section.section-blue .section-description {
    color: #fff;
}

.color-light-blue {
    color: #7ce0fc;
}

.color-blue {
    color: #0095f4;
}

.form-control {
    color: #465158;
}

/* Extra small devices (phones, less than 576px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 576px and up) sm */
@media (min-width: 576px) {
h1 {
    font-size: 50px;
}

h2.section-heading {
    font-size: 44px;
}
}

/* Medium devices (tablets, 768px and up) md */
@media (min-width: 768px) {
h1 {
    font-size: 70px;
}
}

/* Large devices (desktops, 992px and up) md */
@media (min-width: 992px) {

}

/* Extra large devices (large desktops, 1200px and up) lg */
@media (min-width: 1200px) {

}
