body {
    font-family: 'Helvetica', sans-serif;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

img {
    max-width: 100%;
}

.header {
    text-align: center;
    padding: 60px 0 25px 0;
}

.header .container {
    position: relative;
}

.header .nav-toggle {
    position: absolute;
    top: 27px;
    right: 0;
}

.header .nav-toggle button {
    box-shadow: none;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
}

.header .nav-toggle button:hover {
    opacity: 0.8;
    cursor: pointer;
}

.header .nav-toggle ul.navigation {
    position: absolute;
    right: 2px;
    list-style: none;
    padding: 0;
    margin: 2px 0 0;
    /* background: #4d4d4f; */
    text-align: right;
    display: none;
}

.header .nav-toggle ul.navigation.active {
    display: block;
}

.header .nav-toggle ul.navigation li {
    min-width: 115px;
}

.header .nav-toggle ul.navigation li a {
    padding: 5px 0 0;
    display: block;
    color: #4d4d4f;
    font-size: 18px;
    text-decoration: none;
}

.header .nav-toggle ul.navigation li a:hover {
    opacity: 0.8;
}

.header .header-brand a {
    padding: 0 45px;
    display: inline-block;
}

.header .email {
    margin: 25px 0 0 0;
}

.header .email a {
    padding: 7px 20px;
    display: inline-block;
    color: #4d4d4f;
    background: #d0d2d3;
    font-size: 20px;
    font-weight: 300;
}

.header .email a:hover {
    text-decoration: none;
    opacity: 0.8;
}

#home-carousel {
    z-index: 99;
}

.content {
    padding: 50px 0 30px;
    border-bottom: 2px dashed #404041;
}

.content p {
    font-size: 18px;
    line-height: 1.6;
}

.clients {
    padding: 20px 0;
    text-align: center;
}

.footer {
    background: #4d4d4f;
    color: #ffffff;
    text-align: center;
    padding: 30px 0;
    line-height: 1;
}

.footer .container {
    position: relative;
}

.footer p {
    margin-bottom: 12px;
    font-weight: 300;
    font-size: 18px;
}

.footer p.site-credit {
    margin-bottom: 0;
}

.footer .social {
    position: absolute;
    top: 0;
    right: 0;
}

.footer .social a {
    display: inline-block;
}

.footer .social a:hover {
    opacity: 0.8;
}

.back-to-top {
	background-image: url('img/back-top.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: block;
    width: 50px;
    height: 50px;
    z-index: 98;
}
