body {
    width: 100%;
    background-color: #171717;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto 0;
    overflow-y: scroll;
    overflow-x: hidden;
    font-family: 'Roboto Black', arial;
}

footer {
    height: 10%;
    width: 100%;
    position:fixed;
    bottom: 0;
    color: white;
    text-align: center;
    padding-bottom: 10px;
}

.mobile-container {
    max-width: 100%;
    margin: auto;
    background-color: #262626;
    color: #171717;
    border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #262626;
    position: relative;
    padding: 5px 10px;
}

.topnav a {
    color: white;
    padding: 5px 10px;
    text-decoration: none;
    font-size: 17px;
    display: inline;
    border: 2px #666666 !important;

    background: transparent;
    background-size: 200%;
    transition: .3s ease-out;
}

.topnav a:hover {
    background: #666666;
}

#myLinks{
    margin-top: 5px;
    width: 80%;
    position: relative;
    float: left;
    display: inline-block;
}

.topnav a.icon {
    display: none;
}


.dindi-logo {
    border-radius: 50%;
    border: 0px solid #595959;
    width: 300px;
}

.divbox {
    height: 120px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("Images/indexfactsbg.png");
    background-size: cover;
    color: white;
    margin: 10% 20%;
    border-radius: 7px;
    font-size: 20px;
}

.divbox2 {
    height: 120px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("Images/indexfactsbg.png");
    background-size: cover;
    color: white;
    margin: 10% 60%;
    border-radius: 7px;
    font-size: 20px;
}

.divbox3 {
    height: 120px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("Images/indexfactsbg.png");
    background-size: cover;
    color: white;
    margin: 10% 20%;
    border-radius: 7px;
    font-size: 20px;
}

.divbox4 {
    height: 120px;
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("Images/indexfactsbg.png");
    background-size: cover;
    color: white;
    margin: 10% 60%;
    border-radius: 7px;
    font-size: 20px;
}

@media only screen and (max-width: 800px) {
    .divbox {
        height: 120px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("Images/indexfactsbg.png");
        background-size: cover;
        color: white;
        margin: 10% 10%;
        border-radius: 7px;
        font-size: 20px;
    }
    
    .divbox2 {
        height: 120px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("Images/indexfactsbg.png");
        background-size: cover;
        color: white;
        margin: 10% 10%;
        border-radius: 7px;
        font-size: 20px;
    }
    
    .divbox3 {
        height: 120px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("Images/indexfactsbg.png");
        background-size: cover;
        color: white;
        margin: 10% 10%;
        border-radius: 7px;
        font-size: 20px;
    }
    
    .divbox4 {
        height: 120px;
        width: 300px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url("Images/indexfactsbg.png");
        background-size: cover;
        color: white;
        margin: 10% 10%;
        border-radius: 7px;
        font-size: 20px;
    }

    .mobile-container {
        max-width: 100%;
        margin: auto;
        background-color: #262626;
        border-radius: 10px;
    }

    .topnav {
        overflow: hidden;
        background-color: #262626;
        position: relative;
    }

    .topnav #myLinks {
        display: none;
    }

    .topnav a {
        color: white;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 17px;
        display: block;
        transition: 0.5s;
        border-radius: 5px 5px;
    }

    .topnav a.icon {
        display: block;
        position: absolute;
        right: 10px;
        top: 3px;
        padding: 7px;
        transition: 0.5s;
    }

   .topnav a:hover {
        background-color: #666666;
   }

    #myLinks {
        display: none;
    }
        

    .dindi-logo {
        border-radius: 50%;
        border: 0px solid #595959;
        width: 150px;
    }
}


.active {
    background-color: #1a1a1a;
    color: white;
}

.container {
    color: white;
    width: 100%;
    height: 100vh;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px 10px;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-color: transparent;
}

.slide-container {
    position: relative;
    height: 40vh;
    width: 100%;
}
.slide-img{
    height: 40vh;
    width: 100%;
}
.slideimgfix{
    height: 40vh;
    width: 100%;
    object-fit: cover;
}
.midtextimg{
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: whitesmoke;
}
.imgbuttonfix{
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: whitesmoke;
    border-radius: 2px;
    border: solid #666666;
    border-width: 4px 4px;
    text-decoration: none;
    padding: 4px;
    transition: 0.3s;
}
.imgbuttonfix:hover{
    background: gray;
}
.effect{
    animation-name: effect;
    animation-duration: 2s;
    text-align: center;
    align-items: center;
}
@keyframes effect{
    from{opacity: 0;}
    to{opacity: 1;}
}


.logo-img {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 30px;
}

.social-media-icon {
    margin-top: 10px;
    font-size: 20pt;
}

.footer-left {
    width: 45%;
    padding-left: 10px;
    float: left;
    position: relative;
}

h4{
    margin-bottom: 0;
}

.fa-youtube-play {
    margin-left: 95%;
    color: white;
    transition: 0.4s;
}

.fa-youtube-play:hover {
    color: red;
}

.fa-twitter-square {
    color: white;
    transition: 0.4s;
    margin-right: 60%;
}

.fa-twitter-square:hover {
    color: deepskyblue;
}

#snow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 1000;
}

.whois {
    margin-top: 10px;
}

.shownothing{
    color: transparent;
}