.nav-menu li:hover>a,
.nav-menu .menu-active>a {
    /* color: #054c7c; */
    color: #005395;
}

#topbar .contact-info i {
    /* color: #005395; */
    color: #25aae1;
    padding: 4px;
}

#topbar .contact-info a:hover {
    color: #e2e2e2;
}

#topbar .social-links a:hover {
    /* color: #005395; */
    color: #25aae1;
}

#intro .intro-content h3 span {
    color: #fefefe;
    text-decoration: underline;
}

#intro .intro-content h3 {
    color:  #6ad2ff;
    margin-bottom: 30px;
    font-size: 64px;
    font-weight: 700;
    text-shadow: 2px 2px #313131;
}

#intro .intro-content h3 {
    font-size: 50px;
}

#intro .intro-content .btn-get-started {
    background: #054c7c;
    border: 2px solid #054c7c;
}

#intro .intro-content .btn-projects {
    background: #25aae1;
    border: 2px solid #25aae1;
}

#intro .intro-content .btn-projects:hover {
    background: none;
    color: #25aae1;
}

#intro .intro-content .btn-get-started:hover {
    background: none;
    color: #054c7c;
}

#intro {
    height: 70vh;
}

#topbar {
    background: #054c7c;
    padding: 10px 0;
    border-bottom: 1px solid #054c7c;
    font-size: 14px;
}

#topbar .contact-info a {
    line-height: 1;
    color: #fff;
}

#topbar .social-links a {
    color: #fff;
}

@media (min-width: 1200px) {
    .container{
        max-width: 970px;
    }
}

#about .content h2 {
    color: #054c7c;
    font-weight: 700;
    font-size: 36px;
    font-family: "Raleway", sans-serif;
}

.section-header h2 {
    color: #054c7c;
}

.section-header h2::before {
    background: #25aae1;
}

#contact .form button[type="submit"]:hover {
    background: #054c7cc2;
}

#contact .form button[type="submit"] {
    background: #054c7c;
}

.back-to-top {
    background: #054c7c;
}

#contact .contact-info i {
    color: #25aae1;
}

#about .content i {
    font-size: 20px;
    padding-right: 4px;
    color: #25aae1;
}