@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

body {
    font-family: "Open Sans", sans-serif;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    color: #5e5e5e;
    font-weight: 400;
    line-height: 1;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 48px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

p, a, li, blockquote, label, span {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    color: #999999;
    margin-bottom: 0;
}

p {
    line-height: 30px;
}

.app-badge ul li.list-inline-item:not(:last-child) {
    margin-right: 25px;
}

@media (max-width: 768px) {
    .app-badge ul li.list-inline-item:not(:last-child) {
        margin-bottom: 25px;
        margin-right: 0;
    }
}

.main-nav, .main-nav .navbar-brand {
    transition: .3s ease;
}

a.navbar-brand, a.navbar-brand:focus, a.navbar-brand:hover, a.navbar-brand:visited {
    color: #fff;
    font-size: 25px;
}

a:focus, a:hover {
    color: #3c3e48;
    text-decoration: none;
}

.bg-1 {
    background: url(../images/bg-copy-calendar-events.jpg) fixed no-repeat;
    background-size: cover;
}

.bg-2 {
    background: url(../images/bg-touch-controls.jpg) no-repeat;
    background-size: cover;
}

@media (max-width: 767px) {
    .bg-2 {
        background-position-x: -380px;
    }
}

.bg-3 {
    background: url(../images/bg-freetype.jpg) fixed no-repeat;
    background-size: cover;
}

.section {
    padding: 100px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 85px;
}

.section-title h2 {
    font-size: 48px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

.section-title p {
    width: 70%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 480px) {
    .section-title p {
        width: 100%;
    }
}

.left {
    overflow: hidden;
}

.left img {
    margin-left: -40px;
}

@media (max-width: 768px) {
    .left img {
        margin-left: 0;
        margin-bottom: 30px;
    }
}

.right {
    overflow: hidden;
}

.right img {
    margin-left: 40px;
}

@media (max-width: 768px) {
    .right img {
        margin-left: 0;
    }
}

.nav-up {
    top: -70px;
}

@media (max-width: 768px) {
    .mb-md-30 {
        margin-bottom: 30px;
    }
}

.btn {
    text-transform: uppercase;
}

.btn-download {
    padding: 20px 35px;
    font-size: 14px;
    background: #fff;
    color: #3c3e48;
}

.btn-download span {
    margin-left: 5px;
    font-size: 20px;
}

.btn-main {
    padding: 25px 45px;
    border-radius: 3px;
    background: #3c3e48;
    color: #fff;
    outline: none;
}

.btn-main:hover {
    color: #fff;
}

.btn-main:focus {
    color: #fff;
    box-shadow: none;
}

.btn-main-rounded {
    letter-spacing: .075em;
    background: #3c3e48;
    color: #fff !important;
    text-transform: uppercase;
    padding: 15px 40px;
    border-radius: 100px;
}

.btn-main-rounded:hover {
    color: #fff;
}

.btn-main-md {
    padding: 17px 38px;
    border-radius: 3px;
    background: #3c3e48;
    color: #fff;
    outline: none;
}

.btn-main-md:hover {
    color: #fff;
}

.btn-main-md:focus {
    color: #fff;
    box-shadow: none;
}

.btn-main-sm {
    padding: 15px 35px;
    border-radius: 3px;
    background: #3c3e48;
    color: #fff;
    outline: none;
    font-size: 14px;
}

.btn-main-sm:hover {
    color: #fff;
}

.btn-main-sm:focus {
    color: #fff;
    box-shadow: none;
}

.main-nav {
    background: #3c3e48;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}

.main-nav .navbar-brand {
    padding: 0;
}

.main-nav .navbar-nav {
    align-items: center;
}

.main-nav .navbar-nav .nav-item {
    position: relative;
}

.main-nav .navbar-nav .nav-divider {
    height: 30px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 50px;
}

@media (max-width: 992px) {
    .main-nav .navbar-nav .nav-divider {
        display: none;
    }
}

.main-nav .navbar-nav .nav-item .nav-logo {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    margin-top: -3px;
}

.main-nav .navbar-nav .nav-item .nav-link {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    outline: none;
}

.navbar-toggler span {
    color: white !important;
    font-size: 25px !important;
    cursor: pointer;
}

.footer-main {
    padding: 30px 0;
    background: #3c3e48;
}

@media (max-width: 768px) {
    .footer-main {
        text-align: center;
    }
}

.footer-main .footer-logo {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-main .copyright p {
    color: #fff;
}

.footer-main .copyright a {
    color: #fff;
    font-weight: 600;
    transition: all .2s ease;
}

.footer-main .copyright a:hover {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-main ul.social-icons {
        margin-top: 30px;
    }
}

.footer-main ul.footer-links {
    margin-top: 44px;
}

@media (max-width: 768px) {
    .footer-main ul.footer-links {
        margin-top: 20px;
    }
}

.footer-main ul.footer-links li a {
    color: #fff;
    padding: 0 10px;
    display: block;
}

.contact .content {
    margin-left: 25px;
}

@media (max-width: 768px) {
    .contact .content {
        text-align: center;
    }
}

.contact .content .title {
    margin-bottom: 25px;
}

.contact .content .title h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
}

.contact .content .description {
    margin-bottom: 40px;
}

.contact .content .subscription-tag {
    margin-top: 25px;
}

.contact .content .subscription-tag p {
    color: #3c3e48;
    letter-spacing: .1em;
}

.banner {
    padding: 170px 0 145px;
}

@media (max-width: 480px) {
    .banner {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.banner .content-block.ml-50 {
    margin-left: 50px;
}

@media (max-width: 768px) {
    .banner .content-block.ml-50 {
        margin-left: 30px;
    }
}

@media (max-width: 480px) {
    .banner .content-block.ml-50 {
        margin-left: 0;
    }
}

.banner .content-block h2, .banner .content-block p {
    color: #fff;
    filter: drop-shadow(1px 1px 1px #111);
}

.banner .content-block h2 {
    font-weight: 300;
    font-family: "Open Sans", sans-serif;
    align-self: center;
    line-height: 110%;
}

.banner .content-block p {
    line-height: 30px;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .banner .content-block {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .banner .image-block {
        margin-top: 30px;
        text-align: center;
    }
}

.app-header {
    display: flex;
    margin-bottom: 30px;
}

@media (max-width: 480px) {
    .app-header {
        flex-direction: column;
    }
}

.app-logo {
    width: 80px;
    height: 80px;
    margin-top: -5px;
    margin-right: 10px;
    float: left;
    align-self: center;
}

@media (max-width: 480px) {
    .app-logo {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.app-text {
    padding-left: 95px;
    font-size: 20px;
}

.app-badge {
    width: 240px;
    margin-left: 37px;
}

@media (max-width: 480px) {
    .app-badge {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .app-text {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .main-nav .navbar-nav .nav-item .nav-link {
        min-width: 220px;
        text-align: left;
    }
}

@media (max-width: 736px) {
    .cc-window.cc-floating {
        min-width: 100%;
    }
    .cc-bottom {
        bottom: 0 !important;
    }
}
