.center {
    text-align: center;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    margin-bottom: 1rem;
}
p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 500;
}
.btn {
    font-weight: 500;
    font-size: 1rem;
    padding: .375rem 2rem;
}
.btn-primary {
    color: #fff;
    background-color: #1f93cf;
    border-color: #1f93cf;
}
.btn-primary:hover {
    background-color: transparent;
    border-color: #1f93cf;
}
header {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 2rem 0;
}
.navbar-brand img {
    max-width: 100%;
    width: 200px;
}
.banner {
    background: url(../images/banner_01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 650px;
    padding: 200px 0;
}
.banner h1 {
    font-weight: 600;
    color: #6dc5f3;
}
.banner h3 {
    margin-bottom: 0;
}
.banner-form h1, .banner h3 {
    color: #fff;
    font-weight: 400;
}
.banner-form h1 span {
    font-weight: 700;
    color: #83d5ff;
}
.banner p {
    font-weight: 500;
    color: #fff;
}
.banner a {
    margin: 2rem 0;
}
.banner-form {
    margin-top: -150px;
}
.banner-form input[type="text"], .banner-form textarea {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: 1rem;
    border: 0;
    font-size: 1rem;
    outline: none;
}
.banner-form input[type="submit"] {
    margin-top: .5rem;
    padding: .8rem 6rem;
    border-radius: 1rem;
    border: 0;
    font-size: 1.1rem;
    font-weight: 600;
    outline: none;
    color: #fff;
    background-color: #1f93cf;
    border: solid 1px #1f93cf;
}
.banner-form input[type="submit"]:hover {
    background-color: transparent;
    border: solid 1px #fff;
}
.recent-work {
    padding: 5rem 1rem;
}
.recent-work img {
    width: 100%;
}
.recent-work h1 {
    font-weight: 600;
    margin-top: 3rem;
    margin-bottom: 2rem;
}
.recent-work h2 {
    margin-top: 3rem;
    font-weight: 600;
}
.center p {
    margin-bottom: 5rem;
}
.testimonials {
    background: url(../images/testibanner_02.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5rem 0 3rem;
}
.testimonials h2 {
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 3rem;
}
.testimonials p {
    color: #fff;
}
.testimonials p span {
    font-weight: 700;
}
blockquote {
    font-size: 1.1rem;
    font-style: italic;
    color: #fff;
}
.client-name {
    position: absolute;
    bottom: 0;
}
footer {
    padding: 3rem 0 1rem;
    text-align: center;
}
footer p {
    margin: 3rem 0 1rem;
}
footer p a {
    color: #000;
    margin: 3rem 1rem 1rem;
}
footer p.copyright {
    margin-top: 1rem;
}
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .banner {
        height: auto;
        padding: 200px 0 100px;
    }
    .banner-form {
        margin-top: 0;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.1rem;
    }
    p {
        font-size: .8rem;
    }
    blockquote {
        font-size: .8rem;
        margin-top: 1rem;
    }
    .client-name {
        position: relative;
    }
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .banner {
        height: auto;
        padding: 200px 0 100px;
    }
    .banner-form {
        margin-top: 0;
    }
    h1 {
        font-size: 1.5rem;
    }
    h2 {
        font-size: 1.1rem;
    }
    p {
        font-size: .8rem;
    }
    blockquote {
        font-size: .8rem;
        margin-top: 1rem;
    }
    .client-name {
        position: relative;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .banner {
        background: url(../images/banner_01.png);
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: 650px;
        padding: 200px 0;
    }
    .banner-form {
        margin-top: -150px;
    }
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2rem;
    }
    p {
        font-size: 1.1rem;
    }
    blockquote {
        font-size: 1.1rem;
        margin-top: 0;
    }
    .client-name {
        position: relative;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .client-name {
        position: absolute;
    }
}

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