﻿#certs-section,
#resume-section,
#skills-section,
#references-section {
    padding: 3em;
}

.ftco-navbar-light.scrolled .navbar-toggler {
    color: rgba(255, 255, 255, 0.5) !important;
}

/* https://colorlibsupport.com/t/problem-scrolling-on-mobile/24565 */
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: auto;
    touch-action: auto;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
}

@media (min-width: 600px) {
    #home-section {
        padding-top: 80px;
    }

    #home-section video {
        height: 800px;
        margin-left: 2em;
    }
}

@media (max-width: 600px) {
    #home-section video {
        width: 150%;
    }

    #about-section {
        padding-top: 0;
    }
}

.resume-logo {
    float: right;
}

.icon-at.resume-logo,
.icon-pencil.resume-logo {
    font-size: 2em;
}

.resume-wrap .location {
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: block;
    clear: both;
}

.tagcloud {
    text-align: center;
    color: white;
}

.tagcloud:hover {
    color: white;
}

.services-1:hover {
    color: black;
}

#skills-section .tagcloud {
    padding-left: 3em;
    padding-right: 3em;
}

.skills-title {
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 1em;
    padding-top: 1em;
}

#section-architecture-skills,
#section-soft-skills {
    padding-bottom: 1em;
}

.ftco-footer {
    padding-top: 1em;
    padding-bottom: 1em;
}