/*
++
++ Template Name: AR-Coder - Personal Portfolio & Resume
++ Version: 1.0
++
*/

/*Medium devices*/
@media (max-width: 991px) {
    .navbar {
        background-color: #fff !important;
        border-bottom: 1px solid #e9e9e9;
    }

    .navbar .navbar-brand img.one {
        display: none;
    }

    .navbar .navbar-brand img.two {
        display: block;
    }

    .navbar-light .navbar-toggler {
        border-color: transparent;
    }

    .navbar-light .navbar-toggler span {
        width: 25px;
        height: 3px;
        background-color: #ff3356;
        display: block;
    }

    .navbar-light .navbar-toggler span:nth-of-type(2) {
        margin: 5px 0;
    }

    .navbar .navbar-nav .nav-link {
        color: #444;
        margin-left: 0;
        display: inline-block;
    }

    .header .header-info .hello {
        font-size: 22px;
    }

    .header .header-info h1 {
        font-size: 67px;
    }

    .header .header-info p {
        font-size: 20px;
    }

    .about .about-text {
        margin-top: 50px;
    }
}

/*Small devices*/
@media (max-width: 768px) {
    .header .header-info .hello {
        font-size: 20px;
    }

    .header .header-info h1 {
        font-size: 59px;
    }

    .header .header-info p {
        font-size: 18px;
    }
}

/*Extra small devices*/
@media (max-width: 575px) {
    .section-title p {
        width: auto;
    }

    .header .header-info h1 {
        font-size: 51px;
    }

    .header .header-info p {
        margin-bottom: 30px;
    }

    .about .about-img .ar-img-img:before {
        height: 150px;
        width: 150px;
    }

    .about .about-text .box-info .info {
        display: block;
        width: auto;
        margin-right: 0;
    }
}