﻿.home-bg {
    background: url('../img/bg/MegaDark.jpg') no-repeat;
    position: fixed;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

p {
    margin-bottom: 0.5rem !important;
}

.join-grp {
    margin-top: 1.2rem;
}

.exer-mini {
    width: 35px;
    height: 35px;
    margin-left: 11px;
}

.sponser-txt {
    margin-top: 3px;
}

.h-100v {
    min-height: 100vh;
}

.megatitle {
    font-size: 110px;
    font-family: 'Righteous', cursive;
}

.glow {
    text-shadow: #FFF 0px 0px 5px, #240831 0px 0px 10px, #FFF 0px 0px 15px, #82194d 0px 0px 20px, #82194d 0px 0px 30px, #82194d 0px 0px 40px, #FF2D95 0px 0px 50px, #FF2D95 0px 0px 75px, 2px 6px 3px rgba(206,89,55,0);
}


.container {
    padding-right: 15px;
    padding-left: 15px;
}

.logo-style {
    width: 338px;
    height: 338px;
}

.dl-buttons {
    margin: 0 auto;
    padding: 15px 0 0 0;
}

.badgesize {
    width: 224px;
}

.play-padding {
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.page-footer .footer-copyright {
    background-color: rgb(73, 73, 73);
    padding-top: 8px;
    padding-bottom: 8px;
}

.small-line-height {
    line-height: 25px;
}

.medium-line-height {
    line-height: 20px;
}

.header-txt-top {
    font-size: 21px;
}

.header-txt {
    font-size: 18px;
}

.text-green {
    color: rgb(126, 248, 183);
}

.text-orange {
    color: rgb(248, 191, 126);
}

.text-blue {
    color: rgb(92, 128, 228);
}

/* ------------------------------ */
/*         Media Querys            */
/* ------------------------------ */

/*Medium*/
@media screen and (max-width: 770px) {

    .megatitle {
        font-size: 70px;
    }

    .logo-style {
        width: 278px;
        height: 278px;
    }
}

/*Smol*/
@media screen and (max-width: 420px) {

    .megatitle {
        font-size: 45px;
    }

    .logo-style {
        width: 200px;
        height: 200px;
    }
}

/*Rlllly Smol*/
@media screen and (max-width: 305px) {

    .megatitle {
        font-size: 30px;
    }

    .logo-style {
        width: 160px;
        height: 160px;
    }
}
