#section1 footer {
    font-size: 2rem;
    font-family: 'Inconsolata', monospace;
    color: white;
}

#section1 {
    background: linear-gradient(-65deg, #85E3FF, #ACE7FF, #FFCCF9, #FFB5E8);
    background-size: 400% 400%;
    animation: gradient 8s ease infinite;
}

#about {
    background-color: #080800;
    color: white;
}

#about .card {
    border-radius: 25px;

}

#contact {
    background: linear-gradient(180deg, #000, #21409e);
    color: white;
}

.bg-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.splash-container {
    height: 100vh;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.section-constrained {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
	height: 100vh;
    overflow: hidden;
}

#section1 {
    display: block;
}

.blend-diff {
    mix-blend-mode: difference;
}

.circle {
    position: absolute;
    border-radius: 50%;
    background-color: black;
    animation: ripple 8s infinite;
    
}

#circle1 {
    width: 400px;
    height: 400px;
    top: calc(50% - 200px);
    left: calc(50% - 200px);
    background-color: black;
}

#circle2 {
    width: 800px;
    height: 800px;
    top: calc(50% - 400px);
    left: calc(50% - 400px);
    background-color: white;
}

.response-center {
    width: 100vw;
    max-width: 1200px;
    overflow: hidden;
}

@media only screen and (max-width: 1200px) {
    .response-center {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    #about, #work {
        height: initial;
    }
}

.work-content {
    display: flex;
    flex-direction: row;
    justify-content: left;
    height: 100%;
}

#work-back {
    height: 100%;
}

.reverse-text {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.ul-body {
    list-style-type: none;
    font-size: 1.5rem;
    padding-left: 0;
    margin-bottom: 0;
}

.ul-body:last-child {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-bottom: none;
}

.padding-16 {
    padding-top: 16px;
    padding-bottom: 16px;
    margin-top: 0;
    margin-bottom: 0;
}

.padding-32 {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 0;
    margin-bottom: 0;
}

.border-bottom {
    border-bottom: 1px solid black;
}

.sliding-bg {
    animation: slide 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-60deg, #2B2D42 50%, #8d99ae 50%, #ef233c 50%, #d80032 50%);
    bottom: 0;
    left: -50%;
    opacity: .5;
    position: fixed;
    right: -50%;
    top: 0;
    z-index: -1;
}

#bg2 {
    animation-direction: alternate-reverse;
    animation-duration: 4s;
}

#bg3 {
    animation-duration: 5s;
}

.accordion > .card:first-of-type {
    border-radius: 25px 25px 0px 0px;
}

.accordion > .card:last-of-type {
    border-radius: 0px 0px 25px 25px;
}

#work .card-header {
    background-color: #dc3545;
}

#work .btn-danger {
    border-color: #dc3545;
    box-shadow: none;
}

#work .card-body {
    background-color: #8d99ae;
}

.work-banner {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.work-banner:hover {
    transform: scale(1.05);
}

.view1,
.view2 {
    flex: none;
    width: 100vw;
    max-width: 1200px;
}

.slider-left {
    -webkit-transform: translate(max(-1200px, calc((100vw - 30px) * -1)), 0);
    -moz-transform: translate(max(-1200px, calc((100vw - 30px) * -1)), 0);
    -ms-transform: translate(max(-1200px, calc((100vw - 30px) * -1)), 0);
    transform: translate(max(-1200px, calc((100vw - 30px) * -1)), 0);
}

.header-pad {
    padding-top: 91px; /*End result of header height*/
}

.splash-text {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: white;
    pointer-events: none;
}

.splash-text > h1{
    background-color: rgba(0, 0, 0, 0.5);
}

.highlight-overlay {
    background-color: rgba(3, 28, 252, 0.45);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.scrolling-background {
    background-size: 768px 540px;
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    width: 4096px;
    height: 540px;
}

#land {
    background-image: url('Midnight/Land 1.png');
    background-position: left bottom;
    bottom: 0;
    animation: scrollleft 8s linear infinite;
}

#trees {
    background-image: url('Midnight/Trees.png');
    background-position: left bottom;
    bottom: 0;
    animation: scrollleft 10s linear infinite;
}

#stars {
    background-image: url('Midnight/Stars.png');
    background-position: left top;
    top: 0;
    animation: scrollleft 60s linear infinite;
}

.navbar-toggler {
    color: white;
}


h1 {
    font-size: 6rem;
}

h2 {
    font-size: 3rem;
}

#contact-info {
    z-index: 99;
    position: relative;
}

@media only screen and (max-width: 768px) {
    .splash-silhouette {
        height: 100%;
        width: auto;
    }

    .splash-text > h1 {
        font-size: 5rem;
    }
}

.hover-bounce {
    animation: hover-bounce 2s ease-in-out infinite;
}

@keyframes hover-bounce {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    50% {
        transform: translateY(5px);
        -webkit-transform: translateY(5px);
        -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes slide {
    0% {
        transform: translateX(-25%);
    }

    100% {
        transform: translateX(25%);
    }
}

@keyframes colorloop {
    0% {
        color: #85E3FF;
    }

    17% {
        color: #ACE7FF;
    }

    33% {
        color: #FFCCF9;
    }

    50% {
        color: #FFB5E8;
    }

    66% {
        color: #FFCCF9;
    }

    84% {
        color: #ACE7FF;
    }

    100% {
        color: #85E3FF;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes scrollleft {
    0% {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-768px);
        -moz-transform: translateX(-768px);
        -ms-transform: translateX(-768x);
        transform: translateX(-768px);
    }
}