html {
    font: 400 16px/24px 'Source Sans Pro', sans-serif;
}

body {
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;

}

.section-title {
    text-transform: uppercase;
    font-weight: 300;
}

.section-title:after {
    content: "";
    display: block;
    margin: 30px auto;
    width: 100px;
    height: 10px;
    background: #e6007e;
}

.section-title-left:after {
    margin: 30px 0;
}

/* General */
.uk-button {
    text-transform: uppercase;
    color: #fff;
    background-color: #009fe3;
    height: 40px;
    line-height: 40px;
    transition: background-color 300ms ease-out;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
}

.uk-button:hover {
    background-color: #00b3ff;
    color: #fff;
    transition: background-color 300ms ease-in;
}

.uk-overlay-panel {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    top: auto;
    left: auto;
    right: auto;
    text-shadow: 0 0 3px #444;
    font-weight: 700;
}

.panel {
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 2px;
}

.panel-dark {
    background-color: #e1e1e1;
    min-height: 340px;
}

/* Layout */
.content-wrapper {
    padding-top: 160px;
    padding-bottom: 80px;
    background-color: #f1f1f1;
}

.screenshots-wrapper {
    background-color: #fff;
    padding: 120px 0;
}

/* Navigation */
.uk-navbar {
    background-color: #fff;
    padding: 30px 0;
    -webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 0 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
}

.uk-navbar-content {
    height: 50px;
    padding: 0 0 0 40px;
}

.uk-navbar-content .uk-button {
    padding: 0 20px;
    font-size: 14px;
}

.uk-navbar-nav > li > a {
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #444;
}

.uk-navbar-nav > li > a:hover {
    background: none;
    color: #009fe3;
}

.uk-navbar-nav > li.uk-active > a {
    background: none;
    color: #000;
    font-weight: 700;
}

.uk-nav-offcanvas > li > a {
    text-transform: uppercase;
}

/* Teaser */
#teaser {
    background-image: url("../img/background.jpg");
    background-position: bottom;
    height: 420px;
    margin-top: 90px;
}

#teaser h1 {
    color: #fff;
    text-shadow: 0px 0px 3px #444;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 20px;
}

#teaser p {
    font-size: 18px;
    color: #fff;
    text-shadow: 0px 0px 3px #444;
}

/* Work */
.visit-wrapper {
    background-color: #e1e1e1;
    padding: 40px 0;
}

/* Showcase */
#showcase-wrapper {
    padding: 80px 0;
    background-color: #fff;
}

#showcase .uk-button {
    width: 100%;
    line-height: 60px;
    height: 60px;
    font-size: 18px;
}

/* Services */
#services-wrapper {
    background-color: #e6007e;
    padding: 80px 0 160px 0;
}

#services {
    color: #ffffff;
}

#services .service {
    text-align: center;
}

#services h1 {
    color: #ffffff;
}

#services .services-h2 {
    text-transform: uppercase;
    color: #ffffff;
}

#logos-wrapper {
    padding: 50px 0;
    background-color: #fff;
}

/* Footer */
#footer-wrapper {
    padding: 80px 0;
    background-color: #444;
}

#footer .social {
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

#footer .footer-nav, #footer .footer-nav a {
    text-align: center;
    color: #f2f2f2;
}

#footer .footer-nav .uk-breadcrumb {
    margin-bottom: 0;
}

#footer .footer-nav-mobile {
    line-height: 36px;
}

.uk-breadcrumb > li, .uk-breadcrumb > li > a, .uk-breadcrumb > li > span {
    line-height: 50px;
    color: #f2f2f2;
}

/* Marketing */
#marketing-wrapper {
    padding: 80px 0;
    background-color: #e1e1e1;
}

#marketing .marketing-box {
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
}

#marketing .marketing-text {
    padding: 50px 30px;
}

#marketing .uk-button {
    width: 100%;
    background-color: #009fe3;
    color: #fff;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
}

#marketing .uk-button:hover {
    background-color: #00b3ff;
}

/* Switcher */
#switcher-container .uk-button {
    background-color: #e1e1e1;
    color: #444;
    width: 100%;
}

#switcher-container .uk-active .uk-button {
    background-color: #009fe3;
    color: #fff;
    margin-right: 10px;
}

/* Form */
#contact-wrapper {
    background-color: #666;
    padding: 120px 0;
}

#contact h1, #contact h2 {
    color: #fff;
    text-transform: uppercase;

}

#contact h1 {
    font-size: 24px;
}

#contact h2 {
    font-size: 18px;
}

#contact-form .uk-button {
    width: 100%;
    height: 60px;
    font-size: 18px;
    color: #fff;
    /*background-color: #95b900;*/
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0;
}

#contact-form .uk-form-icon {
    width: 100%;
}

#contact-form .uk-button:hover {
    /*background-color: #7ad311;*/
}

.uk-form input[type=text] {
    width: 100%;
    height: 60px;
    padding-left: 10px;
    border: none;
    border-radius: 2px;
}

.uk-form textarea {
    width: 100%;
    border: none;
    border-radius: 2px;
}

.invisible {
    display: inline;
    height: 1px;
    left: -1000px;
    overflow: hidden;
    position: absolute;
    top: -1000px;
    width: 1px;
}

/* Cookie Info Bar */
#cookieChoiceDismiss {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url("../img/close.png") no-repeat center center #ccc;
}

#cookieChoiceInfo span {
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin: 20px 65px 20px 20px;
    text-align: left;
}

/*---------------------------
    Media
-----------------------------*/
@media (min-width: 768px) {

    h1 {
        font-size: 48px;
    }

    #services .service {
        text-align: left;
    }

    #contact h1 {
        font-size: 36px;
    }

    #contact h2 {
        font-size: 24px;
    }

}

@media (min-width: 960px) {

    .uk-navbar-brand {
        padding: 0 20px 0 0;
        height: 50px;
    }

    #footer .footer-nav {
        text-align: left;
    }

    #footer-wrapper {

    }

    #footer .social {
        justify-content: flex-end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
    }

    .section-title-white:after {
        background: #fff;
    }

    #teaser {
        height: 520px;
    }

    #teaser h1 {
        font-size: 60px;
        margin-bottom: 24px;
    }

    #teaser p {
        font-size: 24px;
    }
}

@media (min-width: 1220px) {

    html {
        font: 400 18px/28px 'Source Sans Pro', sans-serif;
    }

    .content-wrapper {
        padding-top: 200px;
        padding-bottom: 120px;
    }

    .uk-icon-large {
        font-size: 200%;
    }

    .uk-navbar-brand {
        padding: 0 40px 0 0;
        height: 50px;
    }

    .uk-navbar-content .uk-button {
        padding: 0 40px;
        font-size: 16px;
    }

    .uk-navbar-nav > li > a {
        font-size: 16px;
    }

}