html,
body {
    width: 100%;
    height: 100%;
    background: #f0f0f0;
}

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

a {
    color: #272727;
    transition: all .35s;
}

a:hover, a:focus {
    color: #121212;
}

hr {
    max-width: 100px;
    margin: 25px auto 0;
    border-width: 1px;
    border-color: rgba(34, 34, 34, 0.1);
}

hr.light {
    border-color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section {
    padding: 100px 0;
}

section h2 {
    font-size: 36px;
}

@media (min-width: 768px) {
    section h2 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    section h2 {
        font-size: 48px;
    }
}

#mainNav {
    background-color: #121212;
    transition: all .35s;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 200;
    letter-spacing: 1px;
    z-index: 99;
}

#mainNav.nav-header-elevation {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

#mainNav .navbar-brand {
    color: white;
    font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
    font-weight: 300;
    letter-spacing: 1px;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
}

#mainNav .navbar-toggler {
    font-size: 12px;
    padding: 8px 10px;
    color: #dadada;
    border-color: #343434;
}

#mainNav .navbar-nav > li > a {
    font-size: 11px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dadada;
}

#mainNav .navbar-nav > li > a.active {
    color: white !important;
    font-weight: 900;
    background-color: transparent;
}

#mainNav .navbar-nav > li > a.active:hover {
    background-color: transparent;
}

#mainNav .navbar-nav > li > a,
#mainNav .navbar-nav > li > a:focus {
    color: #eaeaea;
}

#mainNav .navbar-nav > li > a:hover,
#mainNav .navbar-nav > li > a:focus:hover {
    color: #eaeaea;
    font-weight: bold;
}

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }

    #mainNav .navbar-brand {
        color: #EAEAEA;
    }

    #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
        color: white;
    }

    #mainNav .navbar-nav > li > a,
    #mainNav .navbar-nav > li > a:focus {
        color: rgba(255, 255, 255, 0.7);
    }

    #mainNav .navbar-nav > li > a:hover,
    #mainNav .navbar-nav > li > a:focus:hover {
        color: white;
    }

    #mainNav.navbar-shrink {
        border-color: rgba(34, 34, 34, 0.1);
        background-color: #121212;
    }

    #mainNav.navbar-shrink .navbar-brand {
        color: white;
    }

    #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
        color: white;
    }

    #mainNav.navbar-shrink .navbar-nav > li > a,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus {
        color: #dadada;
    }

    #mainNav.navbar-shrink .navbar-nav > li > a:hover,
    #mainNav.navbar-shrink .navbar-nav > li > a:focus:hover {
        color: #eaeaea;
        font-weight: bold;
    }
}

header.masthead {
    position: relative;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 100px;
    color: white;
    /*background: #051622;*/
    background: url("../images/bg-pattern.png"), linear-gradient(to left, #272727, #121212);
}

header.masthead .header-content {
    max-width: 500px;
    margin-bottom: 100px;
    text-align: center;
}

header.masthead .header-content h1 {
    font-size: 30px;
}

header.masthead .device-container {
    max-width: 325px;
    margin-right: auto;
    margin-left: auto;
}

header.masthead .device-container .screen img {
    border-radius: 3px;
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 775px;
        padding-top: 0;
        padding-bottom: 0;
    }

    header.masthead .header-content {
        margin-bottom: 0;
        text-align: left;
    }

    header.masthead .header-content h1 {
        font-size: 50px;
    }

    header.masthead .device-container {
        max-width: 325px;
    }
}

section.why-us {
    position: relative;
    padding: 100px 0;
}

section.why-us h2 {
    margin-top: 0;
}

.badges .badge-link {
    display: block;
    margin-bottom: 25px;
    font-size: 0;
}

.badges .badge-link:last-child {
    margin-bottom: 0;
}

.badges .badge-link img {
    height: 60px;
}

@media (min-width: 768px) {
    .badges .badge-link {
        display: inline-block;
        margin-right: 25px;
        margin-bottom: 25px;
    }

    .badges .badge-link:last-child {
        margin-right: 0;
    }
}

section.features .section-heading {
    margin-bottom: 100px;
}

section.features .section-heading h2 {
    margin-top: 0;
}

section.features .section-heading p {
    margin-bottom: 0;
}

section.features .device-container,
section.features .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.features .device-container {
    margin-bottom: 100px;
}

section.screenshots {
    background: #eaeaea;
}

section.screenshots .section-heading {
    margin-bottom: 100px;
}

section.screenshots .section-heading h2 {
    margin-top: 0;
}

section.screenshots .section-heading p {
    margin-bottom: 0;
}

section.screenshots .device-container,
section.screenshots .feature-item {
    max-width: 325px;
    margin: 0 auto;
}

section.screenshots .device-container {
    margin-bottom: 40px;
}

section.screenshots .device-container img {
    border-radius: 15px;
    border: 1px solid #dadada;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

@media (min-width: 992px) {
    section.features .device-container {
        margin-bottom: 0;
    }
}

section.features .feature-item {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

section.features .feature-item h3 {
    font-size: 30px;
}

section.features .feature-item i {
    font-size: 70px;
    display: block;
    margin-bottom: 25px;
    background: linear-gradient(to left, #272727, #454545);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.articles .section-heading {
    margin-bottom: 100px;
}


section.contact {
    background: #121212;
    color: rgba(255, 255, 255, 0.67);
}

section.contact p {
    font-size: 16px;
}

.contact-email {
    font-weight: 600;
    line-height: 1.455;
    color: #cacaca;
}

.contact-email:hover, .contact-email:focus {
    color: white;
}

.app-footnote {
    margin-bottom: 70px;
}

section.contact a {
    text-decoration: none;
}

section.contact .navbar-brand {
    color: #eaeaea;
    margin-bottom: 15px;
}

section.contact .navbar-brand:hover, .navbar-brand:focus {
    color: white;
}

section.contact h4 {
    margin-top: 0;
    font-size: 19px;
    margin-bottom: 25px;
}

section.contact ul.list-social {
    margin-bottom: 0;
}

section.contact ul.list-social li a {
    font-size: 0;
    display: block;
    width: 50px;
    height: 50px;
    color: white;
    text-align: center;
    border-radius: 100%;
}

section.contact ul.list-social li a i {
    font-size: 25px;
    line-height: 50px;
}

section.contact ul.list-social li.social-facebook a {
    background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
    background-color: #344e86;
}

section.contact ul.list-social li.social-instagram a {
    background-color: #E1306C;
}

section.contact ul.list-social li.social-instagram a:hover {
    background-color: #C13584;
}

section.contact ul.list-social li.social-twitter a {
    background-color: #0093D5;
}

section.contact ul.list-social li.social-twitter a:hover {
    background-color: #0060A2;
}

footer {
    padding: 25px 0;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
    background-color: #121212;
}

footer p {
    font-size: 12px;
    margin: 0;
}

footer ul {
    margin-bottom: 0;
}

footer ul li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
    text-decoration: none;
    color: white
}

.bg-primary {
    background: white;
    background: linear-gradient(#ffffff, #fafafa);
}

.text-primary {
    color: #272727;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.btn-outline {
    color: white;
    border: 1px solid white;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #121212;
    border-color: #121212;
    background-color: #121212;
}

.btn {
    border-radius: 8px;
    font-family: 'Lato', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    text-transform: uppercase;
}

.btn-xl {
    font-size: 11px;
    padding: 15px 45px;
}


#screenshotTabs .nav-item > a {
    font-size: 14px;
    font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
    letter-spacing: 2px;
    border-top: transparent;
    border-left: transparent;
    border-right: transparent;
    color: #454545;
}

#screenshotTabs .nav-item > a.active {
    color: #121212 !important;
    font-weight: bold;
    background: transparent !important;
    border-bottom: 2px solid #121212 !important;
    border-radius: 0px !important;
}

#screenshotTabs .nav-item > a,
#screenshotTabs .nav-item > a:focus {
    color: #121212;
}

#screenshotTabs .nav-item > a:hover,
#screenshotTabs .nav-item > a:focus:hover {
    color: #121212 !important;
}