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

.logo-large {
	margin-top:-450px;
	text-align:center;
	padding-bottom:20px;
	
}
.buttons {
	text-align:center;
	margin:0 auto;
	padding-bottom:40px
}

.navbar-default { 
	background-color: rgba(255,255,255,0.5)!important;
	border-color: transparent!important;
	
}

.navbar-default .navbar-brand,
.navbar-default .navbar-nav>li>a {
	color:#232323!important;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-nav>li>a:hover {
	color: black!important;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent!important;
}
   .buttton {
	   
       border: solid;
       border-radius: 6px;
       color: white;
       padding: 10px 20px;
       text-align: center;
       text-decoration: none;
       display: inline-block;
       font-family: 'Josefin Sans', sans-serif;
       font-size: 30px;
       margin: 0 auto;
       transition: ease-in-out 0.4s;
       cursor: pointer;
   }
   
   .buttton {
       background-color: transparent;
       color: white;
       border: 2px solid white;
   }
   
   .buttton:hover {
       background-color: rgba(255,255,255,0.1);
   
   }

p.np {
	color: whitesmoke;
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    margin: 0 0 0 0;
    text-align:center;
	padding-top:10px;
}

.header {
    background-image:url("/images/FoxDenBackgroundBlur_ByFoxifly.png");
	background-size:cover;
	background-repeat:no-repeat;
    height: 100%;
    margin: 0 0 0 0;
    padding: 120px 0 450px 0;
}
.paragraphz {
	font-size:14px;
	color:black;
}
.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 0;
    margin: 0 0 0 0;
	text-align:center;
}

.header-body p.body {
    color: whitesmoke;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    margin: 0 0 0 0;
    text-align:center;
}

.rules-container {
    display: inline-block;
    font-size: 0;
    min-width: 100%;
    max-width: 100%;
    padding: 0 5% 40px 5%;
    float: left;
    margin: 0 auto;
    background-color: transparent!important;
    text-align: center;
	margin-top: -250px
}

.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: -250px;
}

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

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

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

.ind-image {
       
	float:left;
       -webkit-filter: grayscale(0);
       filter: grayscale(0);
       -webkit-transition: .3s ease-in-out;
       transition: .3s ease-in-out;
       padding:30px;
       box-shadow: 10px;       
   }

   
   img.ind-image:hover {
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
   }

.ind-image-two {
       
	float:right;
       
       -webkit-filter: grayscale(0);
       filter: grayscale(0);
       -webkit-transition: .3s ease-in-out;
       transition: .3s ease-in-out;
       padding:30px;
       box-shadow: 10px;       
   }

   
   img.ind-image-two:hover {
       -webkit-filter: grayscale(100%);
       filter: grayscale(100%);
   }


.community-container-two {
	display: inline-block;
    width: 100%;
    height: 100%;
    background-color: rgba(196, 199, 197, 0.40);
    padding: 2% 10% 2% 10%
}
.community-heading-three {
	 font-family: 'Josefin Sans', sans-serif;
    color: black;
    font-size: 24px;
	padding:50px;
	text-align:center;
}
.community-heading {
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    font-size: 24px;
	padding-top:50px;
}

.community-heading-two {
    font-family: 'Josefin Sans', sans-serif;
    color: black;
    font-size: 24px;
	padding-top:50px;
	text-align:right;
}

.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: 24px;
    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;
    }
		.rules-one, 
	.rules-two,
	.rules-container {
		display:none!important;
	}
	.logo-large-img {
		width:75%;
		height:auto;
	}
		.ind-image-two,
	.ind-image  {
		padding-bottom:0px;
	}
}

@media (max-width: 991px) {
    .footer-table {
        width: 100%;
    }
	.button-hide {
		display:none!important;
	}
	.logo-large-img {
		width:40%;
		height:auto;
	}
	.ind-image-two,
	.ind-image  {
		padding-bottom:0px;
	}
}

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