/* Small tablets to big tablets from 768 to 1024px */
@media only screen and (max-width: 1023px) {
    body {
        font-size: 1em;
    }

    section {
        padding: 60px 0;
    }

    .portfolio-box h3 {
        margin-top: 70px;
        margin-bottom: 30px;
    }

    .header-logo {
        font-size: 1.2em;
    }

    .header-box {
        height: 55vh;
        padding-top: 10px;
    }

    .arrow-btn {
        display: none;
    }

    .inner-nav li {
        padding: 14px 7px;
    }
}


@media only screen and (max-width: 767px) {
    .header-box {
        height: 50vh;
        padding-top: 5px;
    }

    .header-slogan {
        font-size: 0.5em;
        margin-top: 1px;
    }
}


/* Small phones to small tablets from 481 to 767px */
@media only screen and (max-width: 666px) {
    .h2-headers {
        font-size: 240%;
    }

    h2::after {
        height: 2px;
}

    .h3-headers {
        font-size: 140%;
        width: 80%;
    }

    .h3-headers::after {
        width: 90%;
}

    h2::after {
    width: 90%;
}

    .row {
        padding: 0 10px;
    }

    .col {
        width: 100%;
        margin: 0;
    }

    .navbar {
        margin-bottom: -10px;
    }

    .header-logo {
        display: none;
    }

    .header-box {
        height: 65vh;
        padding-top: 30px;
    }

    .header-slogan {
        font-size: 0.7em;
        text-shadow: 0 2px 2px rgba(0, 52, 89, 0.4);
    }

    section {
        padding: 30px 0;
    }

    .section-about-me h2 {
        margin-bottom: 50px;
    }

    .about-img {
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .skills-box img {
        width: 50%;
        margin-top: -40px;
    }

    .skills-box img:first-child {
        margin-top: -10px;
    }

    .skills-box h3 {
        margin-top: -10px;
    }

    .skills-box p {
        margin-bottom: 20px;
    }

    .portfolio-intro {
        margin-bottom: 50px;
    }

    .about-desc {
        margin-bottom: 20px;
    }

    .portfolio-box h3 {
        margin-top: 50px;
    }

    .btn-container {
        margin-top: 15px;
    }

    .portfolio-box h4 {
        margin-top: 30px;
        color: #fff;
    }

    .portfolio-intro p {
        margin-top: 40px;
    }

    .thumbs-hover img {
        display: block;
        margin: 0 auto;
        width: 60%;
    }

    .item-box p {
        margin-bottom: 50px;
    }

    .section-contact p {
        margin: 50px 0 30px 0;

    }

    .contact-item:last-child {
        margin-bottom: 30px;
    }


    /*----------- Responsive Navbar -----------*/
    .mn-logo {
        display: inline-block;
        margin-top: 40px;
        cursor: pointer;
    }

    .sticky .mn-logo {
        display: inline-block;
        margin-top: 20px;
    }

    .sticky .mn-line {
        stroke: #00171F;
      }

      .header-box {
        height: 55vh;
    }

    .inner-nav a:link, 
    .inner-nav a:visited {
        font-weight: 400;
    }


    #web-icon,
    #design-icon,
    #photo-icon {
        width: 60%;
    }
}


/* Small phones from 0 to 480px */
@media only screen and (max-width: 374px) {
    .h2-headers {
        font-size: 200%;
    }

    .inner-nav a:link,
    .inner-nav a:visited {
        font-size: 75%;
    }

    .thumbs-hover img {
        width: 80%;
    }

    #web-icon,
    #design-icon,
    #photo-icon {
        width: 60%;
    }
}