/* Elements */
html {
    scroll-behavior: smooth;
}

nav.navbar {
    padding-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
    font-size: 20px;
    transition: font-size ease .15s, height ease .3s;
}

nav.navbar.shrink {
    font-size: 18px;
}

nav.navbar.shrink .navbar-brand {
    font-size: 28px;
}

body {
    position: relative;
    font-size: 16px;
}

section p {
    color: #fff;
    font-size: 1.3em;
}

hr {
    max-width: 250px;
    border-top: solid 5px;
    margin: 25px auto 30px;
    color: #fff;
    opacity: 100%;
}

a {
    color: #0067F4;
}

a:hover {
    color: #0067F4;
}

p {
    font-weight: 400;
    font-size: 1.2em;
    margin-bottom: 0;
}

footer {
    color: #fff;
    padding-top: 15px;
    padding-bottom: 10px;
}

footer p {
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Classes */
.navbar-brand {
    font-size: 35px;
}

.navbar-dark .navbar-nav li .nav-link,
.navbar-brand {
    color: #fff;
    transition: all ease .3s;
}

.navbar-dark .navbar-nav .nav-link.active {
    background-color: #0067F4;
    transition: all ease .3s;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #0067F4;
    transition: all ease .3s;
}

.navbar-dark .navbar-nav .nav-link.active:hover {
    color: #fff;
    background-color: #0067F4;
}

.top-section {
    margin-top: 85px;
}

.section-heading {
    color: #fff;
}

.video {
    max-height: 641px;
    max-width: 1140px;
}

.card-video {
    background-color: #000;
}

.card {
    border: 0px;
    border-radius: 5px;
    box-shadow: none;
    -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.card-text {
    font-size: 1.2em;
    color: #000;
}

.card-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.image-placeholder{
    background: url("data:image/svg+xml;utf8, <svg class='bd-placeholder-img card-img-top img-fluid' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg' role='img' aria-label='Placeholder' preserveAspectRatio='xMidYMid slice' focusable='false'><title>Placeholder</title><rect width='100%' height='100%' fill='%23868e96'></rect></svg>") no-repeat;
    min-height: 250px;
    min-width: 100%
}

.btn-circle {
    height: 60px;
    width: 60px;
    border: 2px solid #0067F4;
    border-radius: 100%;
    color: #0067F4;
    text-align: center;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn-circle:hover {
    background-color: #0067F4;
    color: #fff;
}

.inspire-link {
    color: #fff;
    font-weight: 350;
    font-size: 1.4em;
}

@media screen and (min-width: 400px) {

    .card:hover,
    .button-special:hover {
        transform: translateY(-5px);
        -webkit-transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
        transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    }
}

.youtube:hover {
    cursor: pointer;
}

.youtube:hover>.play {
    background: red;
    opacity: 0.9;
}

.play {
    z-index: 1;
    font-size: 1.1em;
    /* change this to change size */
    transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: auto;
    background: #3b3636;
    opacity: 0.75;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    height: 3em;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
}

.play::before {
    background: inherit;
    border-radius: 5% / 50%;
    bottom: 9%;
    content: "";
    left: -5%;
    position: absolute;
    right: -5%;
    top: 9%;
}

.play::after {
    border-style: solid;
    border-width: 1em 0 1em 1.732em;
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
    content: ' ';
    font-size: 0.75em;
    height: 0;
    margin: -1em 0 0 -0.75em;
    top: 50%;
    position: absolute;
    width: 0;
}

/* IDs */
#icon-img {
    width: 50px;
    max-width: 50px;
}

#icon-img.shrink {
    width: 40px;
    max-width: 40px;
}

#top {
    background-color: transparent;
    scroll-margin-top: 100px;
}

#top .section-heading {
    padding-top: 0.8em;
    font-size: 4.8em;
    line-height: 4.6rem;
}

#top h3 {
    font-size: 1.78rem;
    color: #fff;
}

#profile-img {
    max-height: 240px;
}

#aboutme {
    background-color: transparent;
    scroll-margin-top: 40px;
}

#projects {
    scroll-margin-top: 40px;
}

#projects .section-heading {
    color: #fff;
}

#contact {
    background-color: transparent;
    scroll-margin-top: 100px;
}

#contact .col-lg-6 {
    padding-top: 0.63em;
    padding-bottom: 0.63em;
}

#contact h4 {
    color: #fff;
}

#contact a {
    font-size: 25px;
}

#contact p {
    font-size: 1.65em;
}

#btns a {
    margin-left: 0.63em;
}

@media screen and (max-width: 992px) {
    body {
        font-size: 14px;
    }

    #aboutme p {
        margin-bottom: 12px;
    }
}

/* Inspire page */
#inspire .section-heading {
    color: #fff;
}

#inspire .card {
    border-radius: 10px;
}

#inspire iframe {
    border-radius: 10px;
}

#inspire-heading {
    font-size: 1.4em;
    text-align: center !important;
    color: #fff;
}