body{
    font-family: 'Sofia Sans Semi Condensed', sans-serif;
}

.nav-link{
    color: #f0f0f0;
}

.nav-link:hover{
    color: #00a6fb;
}

.fixed-top.scrolled{
    background-color: #051923;
}

#home a{
    background-color: #00A6FB;
    color: #ffffff;
    border: transparent 2px solid;
}

#home a:hover{
    border: #051923 2px solid;
    background-color: #006494;
}

.section-header{
    font-size: 2.4rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-shadow: 34px -19px 2px rgba(0,0,0,0.29);
}

.orange{
    color: #00a6fb;
}

#services{
    background: linear-gradient(142deg, #d6f1ff 0%, rgba(255,255,255,1) 100%);
}

#services .card {
    border: none;
    background: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

#services .card img{
    width: 40px;
}

#services p{
    display: inline-block;
    font-weight: 600;
    font-size: 1.1rem;
}

#gallery{
    background-color: #003554;
}

#gallery .section-header{
    color: #f0f0f0;
}

#gallery .ex{
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

#gallery .ex:hover{
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

#contact p{
    font-size: 1.1rem;
}

#contact a{
    color: #0582ca;
    font-weight: 700;
}

footer{
    background-color: #051923;
    color: #ffffff;
}

footer a, footer a:hover{
    color: #00a6fb;
}

@media (min-width: 576px){
    .navbar-brand{
        font-size: 1.3rem;
    }

    .nav-link{
        font-size: 1.1rem;
    }

    #home h1{
        font-size: 2.5rem;
    }

    #home h2{
        font-size: 1.4rem;
    }
}

@media (min-width: 768px){
    #home h1{
        font-size: 3rem;
    }

    #home h2{
        font-size: 1.6rem;
    }

    #contact p{
        font-size: 1.1rem;
    }

    .portfolio-img{
        width: 100%;
    }
}

@media (min-width: 992px){
    #home h1{
        font-size: 3.5rem;
    }

    #home h2{
        font-size: 1.8rem;
    }

    #about p, #contact p{
        font-size: 1.1rem;
    }
}