@charset "utf-8";

/* CSS Document */

@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%;
}

.commands-container {
    display: inline-block;
    font-size: 12px;
    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;
}

    .host-table,
    .manager-table,
    .bouncer-table,
    .bot-table, 
	 .vulpes-table, 
	 .producer-table {
    font-family: 'Ubuntu', sans-serif;
    text-align: center!important;
    margin: 0 auto;
    width: 45%;
        margin-left: 27.9%;
        margin-right: 20%;
}


    .host-table th,
    .manager-table th,
    .bouncer-table th,
    .bot-table th, 
	 .vulpes-table th, 
	 .producer-table th,
    .host-table td,
    .manager-table td,
    .bouncer-table td,
    .bot-table td, 
	 .vulpes-table td, 
	 .producer-table td
{
    text-align: center;
    font-size: 14px;
}


.command {
    width: 20%;
    padding: 1px 10px 1px 10px;
    text-align: center;
}


.bot,
.table-text {
    text-align: center;
}

::-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);
}

.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
}

.staff {
       height: 150px;
       width: 150px;
       -webkit-filter: grayscale(0);
       filter: grayscale(0);
       -webkit-transition: .3s ease-in-out;
       transition: .3s ease-in-out;
       -moz-border-radius: 100px;
       border-radius: 100px;
       box-shadow: 10px;
       
   }
   
   img.staff:hover {
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
   }

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;
}

a.rcs-link {
    color: #7F7F7F;
    font-weight: bold;
}

a.rcs-link:hover {
    color: #555353;
    text-decoration: none;
}

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

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

.maintxt {
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}

@media (max-width: 750px) {
    /*breakpoint*/
    .commands-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: 1200px) {
    .footer-table {
        width: 100%;
    }
    .host-table,
    .manager-table,
    .bouncer-table,
    .bot-table, 
	 .vulpes-table, 
	 .producer-table	{
        width: 75%;
        margin-left: 12%;
        margin-right: 10%;
    }
}

@media (max-width: 991px) {
    .footer-table {
        width: 100%;
    }
    .host-table,
    .manager-table,
    .bouncer-table,
    .bot-table, 
	 .vulpes-table, 
	 .producer-table {
        width: 75%;
        margin-left: 10%;
        margin-right: 10%;
    }
}

@media (max-width: 750px) {
    .host-table,
    .manager-table,
    .bouncer-table,
    .bot-table, 
	 .vulpes-table, 
	 .producer-table{
        width: 100%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media (max-width: 420px) {
    .host-table,
    .manager-table,
    .bouncer-table,
    .bot-table, 
	 .vulpes-table, 
	 .producer-table {
        width: 100%;
        margin-left: 2px;
        margin-right: 2px;
    }
    .argument {
        display: none;
    }
	.staff {
       height: 100px;
       width: 100px;
   }
}

@media (max-width: 375px) {
    .link-table {
        display: block;
        width: 100%
    }
    .social-icons {
        margin: auto;
        padding-top: 10px;
        padding-left: 20%;
    }
    .header-title p.title {
        font-size: 60px
    }
		.staff {
       height: 75px;
       width: 75px;
   }
}


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