:root{
    --color-root:#FFCC00;
    --color-discord:#5662F6;
}
html,body{
    overflow:hidden;
}
.logo{
    top:0;
    left:0;
    position:fixed;
}
.btn-primary{
    border-color:var(--color-root);
    background-color:var(--color-root);
}
.btn-secondary{
    border-color:var(--color-discord);
    background-color:var(--color-discord);
}
.modal-content{
    border-color:#343a40;
    background-color:#212529;
}
.modal-body,
.modal-header,
.modal-footer{
    border-radius:0;
    color:#f8f9fa;
    background-color:#7A8BF2;
}
.modal-title{
    color:var(--color-root)
}
.sm-link{
    color:var(--color-root);
}
#divDiscordConnect{
    display:none
}
#btnPay{
    width:100%
}
.westside{
    background-color:#F2C700;
}
.eastcoast{
    background-color:#7A8BF2;
}
.img-profile{
    width:72px;
    border-radius:50%;
    margin-right:0.5rem;
    border:1px #1C1C1C solid;
}
h1{
    color:#FFF;
    font-weight:bold;
}
.btn{
    color:#FFF;
    border-radius:0;
    position:relative;
    display:inline-block; 
    text-transform:uppercase;
}
.btn::after{
    left:.2em;
    content:"";
    width:100%;
    height:.2em;
    bottom:-.2em;
    position:absolute;
    transform:skewX(45deg);
    background-color:#212529;
    transform-origin:bottom left;
}
.btn::before{
    top:0;
    content:"";
    width:.2em;
    right:-.2em;
    position:absolute;
    height:calc(100% + .2em);
    background-color:#212529;
    transform-origin:top right;
    clip-path:polygon(0 0,100% 10%,100% 100%,0% 100%);
}
.eastcoast h1{
    font-size:3em
}
.eastcoast .btn{
    padding:1em;
    font-size:6em;
    line-height:90px;
    margin-left:15px;
    margin-right:30px;
}
.westcoast .btn{
    font-size:3em;
    font-weight:900;
}
footer{
    left:0;
    bottom:0;
    position:fixed;
    background:transparent;
}
footer p{
    margin-top:3px;
    margin-bottom:3px;
}
@media(max-width:992px){
    html,body{
        overflow-y:auto;
        overflow-x:hidden;
    }
    footer{
        padding:12px;
        font-size:.7em;
        text-align:center;
        padding-left:24px;
    }
}
@media(min-width:993px){
    html,body{
        overflow-y:auto;
        overflow-x:hidden;
    }
    .eastcoast .btn{
        font-size:3em
    }
}
@media(min-width:1371px){
    .eastcoast .btn{
        font-size:6em
    }
}