/*--------------------------------------------------------------
 * Theme Name: Rockstar Roleplay - HTML GTA 5 Roleplay Template
 * Author: GodexDesign;
 * Description: Grand Theft Auto 5 Roleplay Template
 * Version: 2.0
 * Bootstrap v4.4.1 (http://getbootstrap.com)
 * Copyright 2022
 -------------------------------------------------------------*/

/*------------------------------------------------------------
    CSS INDEX
    ==================
  
    1. General Styles
    2. Buttons
    3. Headings   
    4. Main Containers & Colums
    5. Top Bar
    6. Logo
    7. Menu
    8. Header
    9. Content
    10. Feed
    11. Darkside Content
	12. Stat Area
	13. Outro Content
	14. Event List Page
	15. Server Page
	16. Players Page
	16. Players Page
	18. VIP Page
	19. FAQ Page
	20. Login & Sign Up Page
	21. Terms Page
	22. Payments & CheckOuts
	23. 404 Page
	24. Footer Page


    
-------------------------------------------------------------*/

/*--------------------------------------
	Google Font 
----------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=K2D:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton|Bitter|Exo+2|Poppins|Roboto+Slab|Roboto:700|Slabo+27px|Source+Sans+Pro:700|Titillium+Web:700|Ubuntu|Work+Sans');
@import "font-awesome.css";
@font-face {
	font-family: BebasNeue;
	src: url(assets/fonts/BebasNeue.otf);
	font-weight: bold;
}
/*--------------------------------------
	1. General Styles
----------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

ol, ul {
	list-style: none
}
body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Helvetica, Arial, sans-serif;
	background: #fff;
	color: #565656;
	font-size: 13px;
}
html, body {
	margin: 0;
	padding: 0;
}
h5 {
	color: #969696;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 20px;
	padding: 12px 20px;
}
/*--------------------------------------
	2. Buttons
----------------------------------------*/

.btn {
	font-family: 'Titillium Web', sans-serif;
	text-transform: uppercase;
	padding: 9.5px 10px;
	font-weight: bold;
	-moz-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	transition: background 0.5s linear;
	margin-right: 7px;
}
.btn:hover {
	-moz-transition: background 0.5s linear;
	-webkit-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
.primary-green-big {
	background-color: transparent;
	color: #25d370;
	border-color: #25d370;
	padding: 20px 100px;
}
.primary-green-big:hover {
	color: #fff;
	border-color: #25d370;
	background-color: #25d370;
	border-color: none;
}
.primary-yellow-big {
	color: #fff;
	border-color: #ff0000;
	background-color: #ff0000;
	border-width: 2px;
	border-color: none;
	padding: 20px 100px;
	border-radius: 40px;
}
.primary-yellow-big:hover {
	background-color: transparent;
	color: #ffffff;
	border-color: #ff0000;
	border-width: 2px;
}
/*--------------------------------------
	3. Headings
----------------------------------------*/

h2 {
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

h2.title-big {
	font-size: 30px;
	color: #505050;
	padding: 60px 0 40px 0;
	font-weight: 400;
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
}

h2.title-big-2 {
	width: 100%;
	text-align: left;
	font-size: 30px;
	color: #505050;
	padding: 60px 0 20px 0;
	font-weight: 400;
	font-family: 'Titillium Web', sans-serif;
}

h3 {
	font-size: 15px;
	color: #969696;
	font-weight: bold;
	font-family: "Arial";
	text-transform: uppercase;
}

/*--------------------------------------
	4. Main Containers & Colums
----------------------------------------*/

.container {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
}
.header-container {
	background: url(assets/img/0017.jpg) no-repeat fixed;
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 800px;
	float: left;
	margin: 0 auto;
}


/*--------------------------------------
	5. Topbar (menu)
----------------------------------------*/

.header {
	position: fixed;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	height: 70px;
	z-index: 999;
}

.header .header__container {

}

.header .header__container.desktop-menu {


}

.header .header-container__logo {

}

.header .header-container__logo img {
	height: 70px;
	padding: 10px 0;
}

.header .header-container__menu {
	display: flex;
	justify-content: flex-end;
}

.header .header-container__men .desktop-menu ul {
	list-style: none;
}

.header .header-container__menu .desktop-menu  ul li {
	display: inline;
    line-height: 64px;
    padding: 27px 0;
    color: #fff;
	transition: 0.25s all;
	position: relative;
}

.header .header-container__menu .desktop-menu  ul li::after {
	background: none repeat scroll 0 0 transparent;
	bottom: 0;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	position: absolute;
	background: #ff0000;
	transition: width 0.3s ease 0s, left 0.3s ease 0s;
	width: 0;
}

.header .header-container__menu .desktop-menu ul li:hover::after {
	width: 100%; 
  	left: 0;
}

.header .header-container__menu .desktop-menu ul li a {
	font-family: 'Exo 2', sans-serif;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 26px 8px;
}

.header .header__container .mobile-menu {
	display: none;
}

@media(max-width: 768px) {
	.header .header__container .desktop-menu {
		display: none;
	}

	.header .header__container .mobile-menu {
		display: flex;
		height: 70px;
        align-items: center;
	}

	/* Basisstijl voor de hamburger */
	.hamburger__toggle {
		width: 40px;
		height: 30px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		cursor: pointer;
		position: relative;
		z-index: 1001;
	}

	.hamburger__toggle span {
		display: block;
		width: 100%;
		height: 4px;
		background: red;
		border-radius: 0px;
		transition: all 0.3s ease-in-out;
	}

	/* Wanneer het menu geopend is */
	.mobile-menu .hamburger__toggle.open span:nth-child(1) {
		transform: translateY(12px) rotate(45deg);
	}

	.mobile-menu .hamburger__toggle.open span:nth-child(2) {
		opacity: 0;
	}

	.mobile-menu .hamburger__toggle.open span:nth-child(3) {
		transform: translateY(-12px) rotate(-45deg);
	}

	/* Stijl en animatie voor het mobiele menu */
	.mobile-menu__menu {
		position: fixed;
		top: 70px;
		left: 900px;
		width: 100%;
		background-color: rgba(0, 0, 0, 0.8);
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 20px;
		opacity: 0;
		transition: .25s all;
		height: 100%;
	}

	.mobile-menu .mobile-menu__menu.open {
		display: flex;
		opacity: 1;
		left: 0;
		transition: 0.25s all;
	}

	/* Mobiel menu stijlen */
	.mobile-menu__menu ul {
		list-style: none;
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.mobile-menu__menu li {
		margin: 40px 0;
	}

	.mobile-menu__menu a {
		color: white;
		text-decoration: none;
		font-size: 18px;
	}

	.mobile-menu__menu a.doneren {
		margin-top: 0;
		padding-top:0;
	}

}

@media(max-width: 575px) {
	.header .header__container {
		padding: 0 20px;
	}
}


/*--------------------------------------
	6. Hero
----------------------------------------*/

.hero {
	background: url(assets/img/0017.jpg) no-repeat fixed;
	background-size: cover;
	background-position: top center;
	height: 800px;
	width: 100%;
	display: flex;
	align-items: center;
}

.hero__container {

}

.hero-container__block {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
}

.hero-container-block__title h1 {
	font-family: 'Ubuntu';
    text-transform: uppercase;
	font-size: 70px;
	text-align: right;
    line-height: 80px;
}

.hero-container-block__title h1 b {
	background: rgba(0, 0, 0, .7);
    padding: 1px 12px;
    color: #ff0000;
    font-weight: bold;
}

.hero-container-block__subtitle h2 {
	font-family: 'Ubuntu';
    text-transform: uppercase;
	font-size: 70px;
	text-align: right;
    line-height: 80px;
	color: white;
}

.hero-container-block__writing-text {
	height: 46px;
	display: flex;
	justify-content: flex-end;
}

.hero-container-block__writing-text .typed-cursor {
	display: inline;
    font-weight: 300;
    font-size: 28px;
    color: #fff;
}

.hero-container-block__writing-text .auto-writing {
	font-family: 'Ubuntu';
    display: inline;
    font-weight: bold;
    font-size: 20px;
    padding: 8px 4px;
    color: #fff;
    background: rgba(0, 0, 0, .8);
}

@media(max-width: 768px) {
	.hero-container-block__title h1 {
		font-size: 54px;
		line-height: 62px;
	}

	.hero-container-block__subtitle h2 {
		font-size: 46px;
		line-height: 54px;
	}
}


/*--------------------------------------
	7. text-image-block
----------------------------------------*/

.text-image-block {
	margin: 40px 0;
}

.text-image-block .image-right {
	display: flex;
	align-items: center;
}

.text-image-block .image-right img {
	width: calc(100% - 150px);
}

.text-image-block .image-left {
	display: flex;
	align-items: center;
}

.text-image-block .image-left img {
	width: calc(100% - 150px);
}

.text-image-block .image-center {
	display: flex;
	justify-content: center;
}

.text-image-block .image-background {
	content: "";
	background-image: url(assets/img/splash.png);
	background-size: contain;
	background-repeat: no-repeat;

}

.text-image-block h3 {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 20px;
	color: black;
}

.text-image-block p {
	font-size: 14px;
    font-family: 'Roboto Slab', serif;
	color: rgb(110, 110, 110);
	line-height: 24px;
}

.text-image-block ul {
	margin: 15px 0;
}

.text-image-block ul li {
	font-size: 14px;
    font-family: 'Roboto Slab', serif;
	font-size: 14px;
	color: rgb(110, 110, 110);
}

.text-image-block ul li::before {
	content: "\f00c";
    font-family: FontAwesome;
    color: #ff0000;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

@media(max-width: 991px) {
	.text-image-block .image-left img {
		width: calc(100% - 50px);
	}

	.text-image-block .image-right img {
		width: calc(100% - 50px);
	}
}

@media(max-width: 768px) {
	.text-image-block .image-left {
		flex-direction: column-reverse;
	}

	.text-image-block .image-right {

	}

	.text-image-block .image-center {
		margin-top: 30px;
	}

	.text-image-block .image-left img {
		width: calc(100% - 150px);
	}

	.text-image-block .image-right img {
		width: calc(100% - 150px);
	}
}

@media(max-width: 460px) {
	.text-image-block .image-left img {
		width: calc(100% - 60px);
	}

	.text-image-block .image-right img {
		width: calc(100% - 60px);
	}
}

/*--------------------------------------
	8. Parralax Discord
----------------------------------------*/

.parralax {

}

.parralax.discord-block {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(assets/img/test.jpg) fixed;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
    height: 800px;
	position: relative;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.parralax.discord-block .discord-block__title h3 {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
}

.parralax.discord-block::before {
	content: "";
	background: url(assets/img/bottom-line.png);
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 160px;
}

.parralax.discord-block::after {
	content: "";
	background: url(assets/img/bottom-line.png);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 160px;
	rotate: 180deg;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner {
	height: 300px;
	width: 100%;
	margin: 5px;
	border: 3px solid #ff0000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: none;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner::before {
	content: '';
    position: absolute;
	right: 0px;
    top: 0px;
    width: 30%;
    border-bottom: 3px solid #ff0000;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner::after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 30%;
    border-bottom: 3px solid #ff0000;
}

.parralax.discord-block .discord-block__title {
	margin-bottom: 60px;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner img {
	position: absolute;
	width: 100px;
	left: calc(50% - 50px);
	top: -50px;
	transition: .25s all;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner:hover img {
	width: 120px;
	left: calc(50% - 60px);
	top: -60px;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner h4 {
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 20px;
	color: white;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner .player-count {
	font-size: 24px;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
	font-weight: bold;
	margin-bottom: 20px;
	color: white;
}

.parralax.discord-block .discord-block-item .discord-block-item__inner a {
	background: #ff0000;
	text-transform: uppercase;
	font-family: 'Roboto Slab', serif;
    color: #fff;
    padding: 10px 40px;
	text-decoration: none;
}

@media(max-width: 991px) {
	.parralax.discord-block .discord-block-item .discord-block-item__inner img {
		width: 60px;
		left: calc(50% - 30px);
		top: -30px;
	}
	
	.parralax.discord-block .discord-block-item .discord-block-item__inner:hover img {
		width: 80px;
		left: calc(50% - 40px);
		top: -40px;
	}
}

@media(max-width: 768px) {
	.parralax.discord-block {
		height: auto;
		padding: 200px 0;
	}

	.parralax.discord-block .discord-block-item {
		margin-top: 60px;
		display: flex;
	}

	.parralax.discord-block .discord-block-item .discord-block-item__inner img {
		width: 100px;
		left: calc(50% - 50px);
		top: -50px;
	}
	
	.parralax.discord-block .discord-block-item .discord-block-item__inner:hover img {
		width: 120px;
		left: calc(50% - 60px);
		top: -60px;
	}
	
}


/*--------------------------------------
	9. Doneren
----------------------------------------*/

.doneren-block {
	margin: 20px 0 40px 0
}

.doneren-block .doneren-block__title h3 {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 20px;
    color: black;
}

.doneren-block .doneren-block__items {
	
}

.doneren-block .doneren-block-item__inner {
	background-color: #f4f4f4;
    border: 1px solid #dedede;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.doneren-block .doneren-block-item-inner__pricing {
    padding-top: 40px;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8ec;
	font-size: 40px;
	font-weight: bold;
}

.doneren-block .doneren-block-item-inner__features {

}

.doneren-block .doneren-block-item-inner__features ul {
	margin: 20px 20px;
}

.doneren-block .doneren-block-item-inner__features ul li {

}

.doneren-block .doneren-block-item-inner__features ul li::before {
	content: "\f00c";
    font-family: FontAwesome;
    color: #ff0000;
    font-size: 12px;
    display: inline-block;
    margin-right: 10px;
}

.doneren-block .doneren-block-item-inner__footer a {
	background: #ff0000;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    color: #fff;
    padding: 10px 40px;
    text-decoration: none;
	border-radius: 20px;
	margin: 20px 0;
	transition: .25s all;
}

.doneren-block .doneren-block-item-inner__footer a:hover {
	background: black;
}

.doneer-button a {
	background: #ffffff;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    color: #000000;
    padding: 10px 40px;
    text-decoration: none;
    border: 3px solid red;
    border-radius: 0px;
    margin: 20px 0;
    transition: .25s all;
}

.doneer-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.doneer-button  a:hover {
	background: red;
	color: white;
}

.doneren-block .doneren-block__warning {
	margin-top: 40px;
    padding: 0 150px;
}

.doneren-block .doneren-block__warning p {
	text-align: center;
	color: rgb(141, 141, 141);
}

@media(max-width: 991px) {
	.doneren-block .doneren-block__items {
		margin-bottom: 30px;
	}
}

@media(max-width: 768px) {
	.doneren-block .doneren-block__warning {
		margin-top: 20px;
		padding: 0 40px;
	}
}


/*--------------------------------------
	11. Footer
----------------------------------------*/

.footer {
	height: 60px;
    background-color: black;
    width: 100%;
    display: flex;
    align-items: center;
}

.footer .footer__container {
	align-items: center;
    width: 100%;
}

.footer .footer__container .footer__logo {
    height: 60px;
    display: flex;
    align-items: center;
}

.footer .footer__container .footer__logo img {
	height: 100%;
    padding: 10px 20px;
}

.footer .footer__container .footer__copyright p {
	color: white;
	font-weight: 400;
    font-family: 'Exo 2', sans-serif;
}

.footer .footer__container .footer__copyright {
	display: flex;
	justify-content: flex-end;
}

.footer .footer__container .footer__menu a {
	color: white;
	font-weight: 400;
    font-family: 'Exo 2', sans-serif;
	text-decoration: none;
	transition: .25s all;
}

.footer .footer__container .footer__menu a:hover {
	color: red;
}

@media(max-width: 768px) {
	.footer {
		height: auto;
	}

	.footer .footer__container .footer__logo {
		align-items: center;
		justify-content: center;
		flex-direction: column;
		margin-top: 30px;
	}

	.footer .footer__container .footer__logo img {
		padding: 0;
		margin: 10 20px;
	}

	.footer .footer__container .footer__copyright {
		align-items: center;
		justify-content: center;
		margin-top: 40px;
		margin-bottom: 20px;
	}
}

/*--------------------------------------
	12. Spelers
----------------------------------------*/

.players-block {
	background: url(assets/img/0014.jpg) fixed no-repeat;
	background-size: cover;
	min-height: calc(100vh - 60px);
	padding-top: 160px;
	padding-bottom: 100px;
}

.player-block__title h1 {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    margin-bottom: 20px;
	color: white;
}

.player-block__table {
	border-collapse: collapse;
    width: 100%;
    padding: 0;
}

.player-block__table table {
	border-collapse: collapse;
    margin-bottom: 3em;
    width: 100%;
    padding: 0;
    margin: 0;
}

.player-block__table thead {

}

.player-block__table th {
	background-color: #ff0000;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
	text-transform: uppercase;
    padding: 12px 30px;
    text-align: left;
    font-family: 'K2D', sans-serif;
    font-weight: 400;
    box-sizing: border-box;
}

.player-block__table tbody {

}

.player-block__table tr {
	background: rgba(0, 0, 0, 0.7);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.player-block__table tbody tr:hover {
	background-color: #ff0000;
}

.player-block__table td {
	font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-family: 'K2D', sans-serif;
    cursor: pointer;
	padding: 12px 30px;
    text-align: left;
    font-weight: 400;
}

.player-block__table td:nth-child(2) {
	word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto; /* Optioneel, werkt alleen als de taal dat ondersteunt */
    max-width: 100px; /* Pas dit aan naar wens */
	width: 100%;
}

/*--------------------------------------
	13. Doneer pagina
----------------------------------------*/

.doneren {
	padding-top: 100px;
}

.doneren .doneren-block__title p {
	font-size: 14px;
    font-family: 'Roboto Slab', serif;
	color: rgb(110, 110, 110);
	line-height: 24px;
}

.doneren .doneren-block__title {
	margin-bottom: 20px;
}

.doneren .doneren-block__subtitle h4 {
	font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: black;
}

.doneren .producten {
	margin-top: 15px;
	margin-bottom: 30px;
}

.doneren-block-item-inner__pricing .title {
	font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
    color: black;
	display: flex;
	height: 70px;
    margin-top: 20px;
	justify-content: center;
}

.doneren-block .gang .doneren-block-item-inner__pricing {
	padding-top: 0;
}

.inactive {
	color:#505050;
}

.doneren-block .gang .doneren-block-item-inner__features ul li.inactive::before {
	color: #505050;
}

@media(max-width: 768px) {
	.doneren .producten {
		margin-bottom: 0;
	}
}

/*--------------------------------------
	14. Regels
----------------------------------------*/

.regels {
	padding-top: 160px;
	padding-bottom: 100px;
	background: url(assets/img/0014.jpg) fixed no-repeat;
	min-height: 100vh;
	background-size: cover;
}

.regels .container {
	background-color: white;
	padding: 20px;
}

.regels .regels__header h1 {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
	color: black;
	margin-bottom: 20px;
}

.regels p {
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	color: rgb(110, 110, 110);
	line-height: 22px;
}

.regels .regels__content {

}

.regels .regels__content .accordion-item {
	margin-bottom: 10px;
}

.regels .regels__content .accordion-item .accordion-header {
	width: 100%;
	color: #615f56;
    background-color: #efefef;
	display: block;
    padding: 20px 20px;
	font-weight: bold;
    position: relative;
    font-weight: 500;
    font-size: 14px;
	font-family: 'Roboto Slab', serif;
	transition: .5s all;
}

.regels .regels__content .accordion-item .accordion-header:hover {
	background-color: black;
	color: white;
}

.regels .regels__content .accordion-item .accordion-header.active {
	background-color: red;
	color: white;
}

.regels .regels__content .accordion-item .accordion-content {
	padding: 20px;
	border: 1px solid #efefef;
    background-color: #ffffff;
    transition: none;
    margin: 0 auto;
	display: none;
	font-family: 'Roboto Slab', serif;
}

/*--------------------------------------
	15. Algemene voorwaarden
----------------------------------------*/

.algemene-voorwaarden {
	padding-top: 160px;
	padding-bottom: 100px;
	background: url(assets/img/0014.jpg) fixed no-repeat;
	min-height: 100vh;
	background-size: cover;
}

.algemene-voorwaarden .container {
	background-color: white;
	padding: 20px;
}

.algemene-voorwaarden__header h1 {
	font-size: 24px;
    text-transform: uppercase;
    font-family: 'Roboto Slab', serif;
    font-weight: bold;
	color: black;
	margin-bottom: 20px;
}

.algemene-voorwaarden__content ul {
	list-style: auto;
	margin-left: 15px;
}

.algemene-voorwaarden__content h2 {
	margin-top: 30px;
	font-size: 20px;
	font-family: 'Roboto Slab', serif;
	color: rgb(110, 110, 110);
	line-height: 22px;
}

.algemene-voorwaarden__content h2:first-of-type {
	margin-top: 0;
}

.algemene-voorwaarden__content p {
	font-size: 14px;
	font-family: 'Roboto Slab', serif;
	color: rgb(110, 110, 110);
	line-height: 22px;
}

/*--------------------------------------
	16. Players Page
----------------------------------------*/
            

/*--------------------------------------
	17. Contact Page
----------------------------------------*/


/*--------------------------------------
	Contact Team
----------------------------------------*/



/*--------------------------------------
	19. FAQ Page
----------------------------------------*/



/*--------------------------------------
	20. Login & Sign Up Page
----------------------------------------*/


/*--------------------------------------
	21. Terms Page
----------------------------------------*/


/*--------------------------------------
	22. Payments & CheckOuts
----------------------------------------*/


/*--------------------------------------
	23. 404 Page
----------------------------------------*/

.container-404 {
	background: url(assets/img/0001.png)fixed no-repeat;
	float: left;
	width: 100%; 
	height: 100%;
}

.page-404 {
	background-image: url(../img/home/bg-404.jpg);
	background-size: cover;
	color: #fff;
	text-align: center;
}

