@media only screen and (max-width: 320px) {
    .header .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .header .intro-text p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    .call-to-action h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .call-to-action .btn-primary {
        padding: 15px;
        font-size: 13px;
    }
    .about-text p {
        margin-top: 20px;
    }
    .skill-shortcode {
        margin-bottom: 30px;
    }
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    .footer-social {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 321px) and (max-width: 480px) {
    .header .intro-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 25px;
    }
    .header .intro-text p {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    .call-to-action h1 {
        font-size: 30px;
        line-height: 40px;
    }
    .call-to-action .btn-primary {
        padding: 15px;
        font-size: 13px;
    }
    .about-text p {
        margin-top: 20px;
    }
    .skill-shortcode {
        margin-bottom: 30px;
    }
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    .footer-social {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 600px) {
    .header .intro-text h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .header .intro-text p {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    .call-to-action h1 {
        font-size: 35px;
        line-height: 45px;
    }
    .call-to-action .btn-primary {
        padding: 18px;
        font-size: 15px;
    }
    .about-text p {
        margin-top: 20px;
    }
    .skill-shortcode {
        margin-bottom: 30px;
    }
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    .footer-social {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 800px) {
    .header .intro-text h1 {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 25px;
    }
    .header .intro-text p {
        font-size: 22px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .header .intro-text .btn-primary {
        padding: 10px 15px;
        font-size: 13px;
    }
    .call-to-action h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .call-to-action .btn-primary {
        padding: 18px;
        font-size: 15px;
    }
    .about-text p {
        margin-top: 20px;
    }
    .skill-shortcode {
        margin-bottom: 30px;
    }
    .footer-link ul {
        float: left !important;
        margin-top: 30px;
    }
    .footer-social {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 801px) and (max-width: 991px) {
    .header .intro-text h1 {
        font-size: 45px;
        line-height: 50px;
        margin-bottom: 30px;
    }
    .header .intro-text p {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 30px;
    }
    .header .intro-text .btn-primary {
        padding: 15px 20px;
        font-size: 16px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
}

@media (min-width: 768px) {
    .navbar > .container,
    .navbar > .container-fluid {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        flex-wrap: nowrap !important;
        padding-left: 15px;
        padding-right: 15px;
    }
    .navbar-brand {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 10px;
        margin: 0;
    }
    .navbar-nav {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .navbar-nav > li {
        float: none !important;
    }
    .navbar-nav > li > a {
        white-space: nowrap;
        padding: 15px 10px;
        font-size: 14px;
    }
    .navbar-toggle {
        display: none !important;
    }
    .navbar-default {
        min-height: 70px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar > .container,
    .navbar > .container-fluid {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .navbar-brand {
        padding-left: 0;
        padding-right: 6px;
    }
    .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        padding-left: 6px !important;
        padding-right: 6px !important;
        font-size: 11px !important;
    }
    .navbar-default {
        min-height: 56px !important;
    }
    .navbar-brand .header-logo {
        height: 32px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar > .container,
    .navbar > .container-fluid {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .navbar-brand {
        padding-left: 0;
        padding-right: 10px;
    }
    .navbar-nav > li > a {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        padding-left: 8px !important;
        padding-right: 8px !important;
        font-size: 13px !important;
    }
    .navbar-default {
        min-height: 64px !important;
    }
    .navbar-brand .header-logo {
        height: 30px;
    }
}

@media (min-width: 900px) {
    .hero {
        padding-top: 0;
    }
    .hero__sticky {
        height: 0;
        position: sticky;
        top: 90px;
    }
    .hero__content {
        margin: 0;
        padding: 3rem;
        max-width: 600px;
        position: relative;
        left: 20vw;
        top: 20vh;
    }
}

@media (min-width: 1200px) {
    .hero__content {
        left: 47vw;
        top: 20vh;
    }
}

@media (max-width: 1700px) {
    .hero__content {
        left: 49vw;
        top: 12vh;
    }
}

@media (max-width: 1300px) {
    .hero__content {
        left: 47vw;
        top: 12vh;
        max-width: 500px;
    }
    .hero-title {
        font-size: 45px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    .hero__content {
        left: 47vw;
        top: 10vh;
        max-width: 500px;
    }
}

@media (max-width: 1100px) {
    .hero__content {
        left: 47vw;
        top: 7vh;
        max-width: 400px;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    .hero__content {
        left: 47vw;
        top: 7vh;
        max-width: 400px;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    .hero__sticky {
        position: relative;
        top: auto;
        height: auto;
    }
    .hero__content {
        left: 47vw;
        top: 7vh;
        max-width: 400px;
    }
    .hero-title {
        font-size: 30px;
    }
    .hero-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 900px) {
    .hero {
        position: relative;
        padding-top: 100px;
        padding-bottom: 40px;
        overflow: hidden;
        background: none !important;
    }
    .hero__sticky {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        height: auto !important;
        padding: 0 !important;
        z-index: 1;
    }
    .hero > img:not(.hero__foreground) {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        max-width: none !important;
        z-index: 1;
    }
    .hero__foreground {
        display: none !important;
    }
    .hero .hero_content,
    .hero .hero__content {
        display: block !important;
        position: relative !important;
        z-index: 3 !important;
        max-width: 90% !important;
        margin: 0 auto !important;
        padding: 30px 22px !important;
        background: rgba(27, 68, 0, 0.92) !important;
        box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
        border-radius: 3px;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        transform: none !important;
    }
    .hero-title {
        font-size: 28px !important;
        line-height: 1.2 !important;
        margin-bottom: 15px !important;
    }
    .hero-subtitle {
        font-size: 14px !important;
        line-height: 1.6 !important;
    }
}

@media (min-width: 315px) and (max-width: 615px) {
    #media .row.media-grid {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #media .row.media-grid > .col-sm-6.col-md-3 {
        float: none;
        width: 100%;
        max-width: 320px;
    }
}
