@charset "utf-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:700|Fira+Sans+Extra+Condensed|Passion+One|Ubuntu');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Voltaire');

/*
font-family: 'Ubuntu', sans-serif;
font-family: 'Passion One', cursive;
font-family: 'Alegreya Sans SC', sans-serif;
font-family: 'Fira Sans Extra Condensed', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Voltaire', sans-serif;

TOP RIGHT BOTTOM LEFT
*/

body {
    cursor: default;
}

.header {
    background-color: #0B152D;
    height: 100%;
    margin: 0 0 0 0;
    padding: 50px 0 0 0;
}

.header-title {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.header-title p.title {
    color: white;
    font-family: 'Alegreya Sans SC', sans-serif;
    font-size: 5em;
    padding: 0 0 0 15%;
    margin: 0 0 0 0;
}

.header-body p.body {
    color: whitesmoke;
    font-family: 'Ubuntu', sans-serif;
    font-size: 1.1em;
    margin: 0 0 0 0;
    padding: 0 20% 40px 20%;
}

.rules-container {
    display: inline-block;
    font-size: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 0 5% 30px 5%;
    float: left;
    margin: 0 auto;
    background-color: rgba(196, 199, 197, 0.40);
    text-align: center;
}

.rules-container>div {
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
}

.rules-image {
    width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}

.rules-topic {
    font-weight: bold;
    font-size: 16px;
    font-family: 'Ubuntu', sans-serif;
    margin: 0;
}

.rules-content {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    text-align: justify;
    padding: 0 5% 0 5%;
    margin: 0 auto;
    width: 90%;
}

.rules-content-center {
    font-size: 14px;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    padding: 0 5% 0 5%;
    margin: 0 auto;
    width: 90%;
}

.community-container {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: black!important;
    padding: 2% 10% 2% 10%
}

.community-heading {
    font-family: 'Josefin Sans', sans-serif;
    color: white;
    font-size: 24px;
}

.community-content {
    color: white;
    font-size: 16px;
    font-family: 'Voltaire', sans-serif;
    padding: 0 40px 0 40px;
    text-align: justify
}

p.community-main {
    color: white;
    text-align: center;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
}

.footer {
    padding: 30px 0 30px 0;
    background-color: #F8F8F8;
}

.footer-table {
    margin: 0 auto;
    text-align: center;
    padding-left: 2%;
}

.footer-image {
    width: 60px;
    height: auto;
    margin: auto;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.social-icons {
    padding: 0 0 0 50px;
}

.social-images {
    padding: 25px 5px 0 0;
    margin: 0px;
    float: left;
}

.footer-copyright {
    text-align: right;
    padding-right: 50px;
    padding-top: 20px;
}

.footer-links {
    color: #7F7F7F;
    font-weight: bold;
}

.footer-links:hover {
    color: #555353;
    text-decoration: none;
}

.support {
    color: #7F7F7F;
    font-weight: bold;
}

.support:hover {
    color: #555353;
    text-decoration: none;
}

@media (max-width: 750px) {
    /*breakpoint*/
    .rules-container>div {
        display: block;
        width: 100%;
    }
    .community-container {
        display: inline-block;
        width: 100%;
        height: 100%;
        background-color: black!important;
        padding: 2% 5% 2% 5%
    }
    .header-body p.body {
        color: whitesmoke;
        font-family: 'Ubuntu', sans-serif;
        font-size: 1.1em;
        margin: 0 0 0 0;
        padding: 0 10% 40px 10%;
    }
    .header-title p.title {
        color: white;
        font-family: 'Alegreya Sans SC', sans-serif;
        font-size: 5em;
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        text-align: center;
    }
}

@media (max-width: 991px) {
    .footer-table {
        width: 100%;
    }
}

@media (max-width: 375px) {
    .link-table {
        display: block;
        width: 100%
    }
    .social-icons {
        margin: auto;
        padding-top: 10px;
        padding-left: 20%;
    }
}

::selection {
    background: #0C1E2F;
    color: white;
}

 ::-moz-selection {
    background: #0C1E2F;
    color: white;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.2);
}