.animate-bottom {
    position: relative;
    animation: mymove 2s;
}

.bg-black {
    background: #000000;
}

.display-2 {
    font-size: 5em
}

@media (max-width:720px) {
    .display-2 {
        font-size: 3em
    }
}

.jumbotron {
    border-radius: 0%;
}

.no-decor {
    text-decoration: none;
    color: inherit;
}

.no-decor:hover {
    text-decoration: none;
    color: inherit;
}

.fa-youtube-play:hover {
    color: red;
}

.fa-facebook-square:hover {
    color: #0051ff;
}

#footer {
    margin-bottom: 0%;
    padding-bottom: 0%;
}

#footer i {
    color: black;
    background: #FFFFFF;
    padding: 10px;
    border-radius: 20%;
}

.top {
    padding-bottom: 0%;
    padding-right: 0%;
    padding-left: 0%;
}

.white {
    color: white;
}

@keyframes mymove {
    from {
        top: 100px;
    }
    to {
        top: 0px;
    }
}

body {
    overflow-x: hidden !important;
    padding: 0% !important;
    margin: 0% !important;
}


/* iframe {
    margin: 12%;
} */


/*slider*/