@import url('https://fonts.googleapis.com/css?family=Caveat+Brush');
@font-face {
    font-family: 'SIE';
    src: local('SIE'), url('/fonts/SIE-T2.0.otf') format('truetype');
    font-display: swap;
}
p {
    color: #fff;
}

body {
    background-color: #000;
    height: 100%;
}

.body_div {
    background: url(../img/bg.jpg);
    z-index: -1;

    -webkit-animation: 120s scroll infinite linear;
    -moz-animation: 120s scroll infinite linear;
    -o-animation: 120s scroll infinite linear;
    -ms-animation: 120s scroll infinite linear;
    animation: 120s scroll infinite linear;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h3 {
    font-family: 'Caveat Brush', cursive;
    color: #fff;
    text-transform: uppercase;
}

@-webkit-keyframes scroll {
    100% {
        background-position: 0px 3000px;
    }
}

@-moz-keyframes scroll {
    100% {
        background-position: 0px 3000px;
    }
}

@-o-keyframes scroll {
    100% {
        background-position: 0px 3000px;
    }
}

@-ms-keyframes scroll {
    100% {
        background-position: 0px 3000px;
    }
}

@keyframes scroll {
    100% {
        background-position: 0px 3000px;
    }
}

.container-fluid {
    max-width: 1500px;
}

.col {
    align-items: center;
    text-align: center;
    position: relative;
}

.col .inner {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    z-index: 0;
    border: #000 solid 4px;
    animation-duration: 0.4s;
}

@media (max-width: 1500px) {
    .margintop {
        margin-top: 80px;
    }
}
.outline {
    position: relative;
    z-index: 10;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0.5;
    }

    to {
        opacity: 1;
    }
}

.links-div {
    margin-top: 40px;
    padding-bottom: 40px;
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

footer {
    background-color: #000;
    text-align: center;
    padding: 50px;
}
.logos {
    display: flex;
    flex-direction: row;
}
@media (max-width: 680px) {
    .logos {
        display: flex;
    flex-direction: column;
    }
}
.social .btn {
    width: 25%;
    max-width: 75px;
    color: #000;
    background-color: #fff;
    border-color: #000;
    border-style: solid;
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    font-size: 1.5rem;
}

.social .btn:hover {
    color: #fff;
    border-color: #fff;
    background-color: #000;
}

footer img {
    max-width: 360px;
    margin: 10px;
}

.company-logo {
    max-width: 150px;
    max-height: 45px;
    margin: 10px;
}

hr {
    border-top: 1px solid #fff;
}

h4 {
    font-size: 1.2em;
    text-align: right;
    font-family: 'Caveat Brush', cursive;
    color: #fff;
    padding: 24px;
    padding-right: 30px;
}
/* 
#prelude-on {
    left: -5px;
}

#prelude-off {
    left: -5px;
} */
