@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500&display=swap');
/* Required for full background image */

html, body, header, #intro {
    height: 100%;
    font-family: 'Poppins', sans-serif;
}

@media (max-width: 740px) {
    html, body, header, #intro {
        height: 100vh;
    }
}

.top-nav-collapse, .page-footer {
    background-color: #006adc !important;
}

.navbar:not(.top-nav-collapse) {
    background: transparent !important;
}

@media (max-width: 991px) {
    .navbar:not(.top-nav-collapse) {
        background: #563e91 !important;
    }
}

.rgba-gradient {
    background: rgba(35, 7, 77, 0.6);
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, rgba(204, 83, 51, 0.6), rgba(35, 7, 77, 0.6));
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, rgba(204, 83, 51, 0.6), rgba(35, 7, 77, 0.6));
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.img-gradient:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(220, 66, 37, 0.5)), color-stop(100%, rgba(0, 47, 75, 0.5)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 47, 75, 0.5)), to(rgba(220, 66, 37, 0.5)));
    background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002f4b', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}

.rgba-gradient {
    background: url('../img/header-bg.png') no-repeat;
    background-size: cover;
}

.navbar:not(.top-nav-collapse) {
    background: #0a6396 !important;
}

a.nav-link {
    text-transform: uppercase;
    font-weight: 400;
}

a.navbar-brand {
    font-size: 22px;
}

a.about-me-btn {
    background: #0a6396 !important;
    border-radius: 22px;
}

a.about-me-btn:hover {
    background: #05527d !important;
}

section#about {
    padding-top: 59px !important;
}

.projects {
    margin-bottom: 55px;
}

.progress.col-lg-8 {
    padding: 0 !important;
    height: 30px;
    border-radius: 24px;
}

.skills p {
    text-align: right;
}

h1, h2 {
    text-transform: uppercase;
}

.empdate {
    display: block;
    font-size: 13px;
    color: #797979;
    font-style: italic;
}

h2 {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #0961bb;
}

.skills-images {
    margin-top: 64px;
    text-align: center;
}

img.skill-img {
    width: 100%;
    margin: 0 auto;
}

img.skill-fiddler {
    width: 63%;
}

img.skill-sel {
    width: 65%;
}
section#skills {
    background: #095179;
    color: #fff;
    padding-top: 62px !important;
}

section#skills h2 {
    color: #ffff;
}

#projects {
    background-color: #fff !important;
}

.projects {
    margin-bottom: 55px;
    border-bottom: 2px solid #563e91;
    padding-bottom: 62px;
}

.projects:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 31px;
}

.btn.btn-sm {
    font-size: 15px;
}

.header-perf {
    height: auto;
}

#projects {
    margin-top: 48px;
    padding-bottom: 37px !important;
}

#performance-proj section#projects .col-md-4 {
    margin-bottom: 26px;
}
#contact{
    background-color: #003f63 !important;
    color: #fff;
}
a.navbar-brand {
    display: none;
}
.navbar:not(.top-nav-collapse) {
    background: transparent !important;
    box-shadow: none;
}
#ecom-proj .navbar:not(.top-nav-collapse), #performance-proj .navbar:not(.top-nav-collapse){
    background: #0a6396 !important;
}
.card-deck {
    margin-bottom: 30px;
}
img {
    width: 100%;
}
.ecom-img{
    margin-bottom: 35px;
}
.img-fluid, .modal-dialog.cascading-modal.modal-avatar .modal-header, .video-fluid {
    height: 220px;
}
.proj-btn {
    margin-bottom: 30px;
}
.row.social-media{
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.row.social-media a {
    margin-right: 51px;
    font-size: 54px;
}