#footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: darkslateblue;
    color: white;
}

#my-footer {
    padding-top: 15px;
    padding-bottom: 5px;
    background-color: blueviolet;
    color: white;
}

#footer h4 {
    color: white;
}

#footer ul {
    color: white;
    list-style: none;
    margin: 0;
    padding: 0;
}
.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    visibility: visible;
}
#footer .footer-links a {
    color: white;
    list-style: none;
}

#footer .social-links a:hover {
    background: #0067d5;
    color: #fff;
}

#footer .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #007bff;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    #footer h4 {
        color: white;
        padding-top: 30px;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}
.video-container {
    overflow: hidden;
    position: relative;
    width: 75%;
    margin: auto;
}

    .video-container::after {
        padding-top: 56.25%;
        display: block;
        content: '';
    }

    .video-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.mjumbotron {
    color: #fff;
    padding: 100px 25px;
    background-repeat: no-repeat;
    background-image: none;
    background: url(/img/intro-bg.jpg) center bottom;
}
.njumbotron {
    color: #fff;
    background-image: linear-gradient(45deg,#33a533,#175417 );
    padding: 10px 25px;
    border-radius: 4rem;
    border-radius: 4rem;
}

.jumbGRE {
    background-image: linear-gradient(45deg,#33a533,#175417 );
}

.jumbPUR {
    background-image: linear-gradient(45deg,#a53368,#4b1754 );
}

.jumbBLU {
    background-image: linear-gradient(45deg,#412398,#320869 );
}

.myrounded {
    border-radius: 1rem !important;
}

.container-fluid {
    padding: 60px 50px;
}

#page-top #portfolio {
    background: #ecf5ff;
    -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.cookie {
    background-color: #fff;
    position: fixed;
    bottom: 8px;
    border-radius: 10px;
    right: 5%;
    padding: 10px 10px;
    z-index: 10;
}



.txt h {
    color: #1D2D35;
    font-size: 14px;
}
.cookie {
    background-color: #fff;
    position: fixed;
    bottom: 8px;
    border-radius: 10px;
    right: 5%;
    padding: 10px 10px;
    z-index: 10;
}



.txt h {
    color: #1D2D35;
    font-size: 14px;
}
.cookie .accept {
    background-color: #40CC79;
    color: #fff !important;
    border-radius: 32px;
    /* align-self: center; */
    font-size: 14px;
}

    .cookie .accept:hover {
        background-color: #30b867;
    }
