#MainLogo
{
    font-family: "EpicFont";
    font-size: 40px !important;
}

.disabled {
    cursor: not-allowed;
} 

.navbar .fas,.navbar .far
{
    margin-right: 2px;
}

#MainLogo
{
    max-width:100%;
    max-height: 100%;
    -webkit-filter: drop-shadow(10px 10px 10px #222);
    filter: drop-shadow(10px 10px 10px #222);
}

#MainSlogan
{
    width: 100%;
    font-size: 30px;
    text-align: center;
    text-shadow: 5px 5px 10px black;
    font-weight: bold;
}

.list-group.patches
{
    max-height: 250px;
    margin-bottom: 10px;
    overflow-y:auto;
    -webkit-overflow-scrolling: touch;
}

.list-group.patches .active
{
    background: gray;
    color: white;
    border: 0px;
}

.InfoBlock
{
    font-size: 18px;
    opacity: 0;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1);
}

.InfoBlock .fas
{
    font-size: 120px;
    padding: 10px;
    text-shadow: none;
}

.ServerExtraInfo
{
    display: inline-block;
    font-size: 11px; 
}

a
{
    text-decoration: none;
}

a:hover, a:visited, a:link, a:active
{
    text-decoration: none;
}

.card
{
    color: black;
    width: 100%;
}

#announcementsContainer i
{
    margin-top: 5px;
    font-size: 10px;
}

.announcement
{
    width: 100%;
    font-size: 15px;
    color: black;
}

#BTNSeeMoreAnnouncements
{
    text-align: center;
    margin: auto;
    padding: 5px;
}

#BTNSeeMoreAnnouncements:hover
{
    cursor: pointer;
}