.intro-text {
    margin-top: 150px;
    margin-bottom: 150px;
}

.text-shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-color:#18bc9c
}

.skill-li {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 15px;
}

.copyright {
    font-size: 80%;
    line-height: 1.7;
}

.emphasis {
    font-weight: bold;
    color: #bd5d38;
}

.portfolio-item a:hover img.img-fluid {
    opacity: 0.5;
}

.portfolio-item a:hover {
    text-decoration: none;
}

.portfolio-pane {
    text-align: center;
    margin-bottom: 30px;
    padding: 15px;
}

.portfolio-pane a {
    color: #222222;
}

.portfolio-h3 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding-top: 25px;
}

.portfolio-pane hr {
    max-width: 100px;
    margin: 5px auto;
    border-color: #18bc9c;
}

.portfolio-pane p.portfolio-text {
    font-size: 18px;
    line-height: 1.5;
}

@media(max-width:991px) {
    #mainNav .navbar-nav li.nav-item a.nav-link:hover {
        border-bottom: 2px solid #343a40;
        color: #18bc9c;
    }
}

@media(max-width:767px) {
    .navbar-submenu {
        border-top: 1px solid #ffffff;
    }

    p {
        font-size: 17px;
    }

    .intro-divider {
        width: 100%;
    }

    .section-title {
        font-size: 1.75em;
    }

    hr.star-light:after,hr.star-primary:after {
        font-size:1.5em;
    }

    hr.star-light,hr.star-primary {
        margin:25px auto 30px;
        border-top:solid 2px
    }

    .skill-li {
        font-size: 17px;
        line-height: 17px;
    }

    .floating-label-form-group {
        padding-bottom: 0;
    }

    .floating-label-form-group input, .floating-label-form-group textarea {
        font-size: 1.0em;
    }

    .btn-group-lg>.btn, .btn-lg {
        font-size: 1.0em;
    }
}

@media(max-width:480px) {
    p {
        font-size: 15px;
    }

    .skill-li {
        font-size: 15px;
        line-height: 15px;
        margin-bottom: 10px;
    }

    .btn-group-lg>.btn, .btn-lg {
        padding: .375rem .75rem;
    }
}
