/* ############ BASIS ############ */

.body {
	background: url(../images/bodyBG.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #1a171b;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
}
a {
	color: #000000 !important;
	cursor: pointer !important;
}
a:hover {
	color: #ffffff !important;
	text-decoration: none !important;
	cursor: pointer !important;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -400px; /* the bottom margin is the negative value of the footer's height */
}

/* ------------ END BASIS ------------ */

/* ############ TOPBAR ############ */

.topBarNL {
	background: url(../images/topNLBG.png);
	height: 60px;
	background-repeat: repeat-x;
	width: 100%;
}
.cronBadge {
	background: url(../images/cronBadge.png);
	height: 60px;
	width: 60px;
	background-repeat: no-repeat;
}

/* ------------ END TOPBAR ------------ */

/* ############ HEADER - MENU - LOGO ############ */

.header {
	background: url(../images/topRip.png);
	background-repeat: repeat-x;
	background-position: top center;
	height: 250px;	
}

.logo {
	background-color: #1a171b;
	border-radius: 10px;
	padding: 15px;
	border: 2px solid #ffffff;
	float: left;
	margin-top: 50px;
}
.logo img {
	width: 300px;
	height: auto;
}

.menu {
	width: 100%;
	text-align: right;
	line-height: 175px;
	font-size: 20px;
	font-weight: 500;
	color: #000000;
}
.menu ul {
	list-style-type: none;
    margin: 0;
    padding: 0;
}
.menu ul li {
	display: inline;
	padding: 10px 15px;
}
.menu .active {
	padding: 10px 15px;
	background-color: #1a171b;
	color: #ffffff !important;
	border-radius: 8px;
	border: 2px solid #ffffff;
}
.menuMobile {
	display: none;
	text-align: center;
	font-size: 25px;
	margin-top: 10px;
}
.menuMobile i {
	padding-right: 5px;
}

/* ------------ END HEADER - MENU - LOGO ------------ */

/* ############ CONTENT STYLING ############ */

h1 {
	font-size: 40px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 0;
	margin-top: 0;
}
h2 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 0;
}
.tab-content h3 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 10px;
	margin-top: 20px;
}
strong {
	text-transform: uppercase;
	font-size: 16px;
}
p.subtitle {
	font-size: 20px;
	font-weight: 100;
	font-style: italic;
}
p {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 30px;
	letter-spacing: 0.5pt;
	line-height: 24px;
}
.nav-tabs>li.active>a {
	color: #ffffff !important;
	background-color: #1f1f1f;
	border: 2px solid #ffffff;
	border-bottom-color: transparent
}
.nav-tabs>li>a {
	border-radius: 6px 6px 0 0;
	color: #ffffff !important;
}
.nav-tabs>li.active>a:hover {
	color: #ffffff !important;
	background-color: #1f1f1f;
	border: 2px solid #ffffff;
	border-bottom-color: transparent
}
.nav-tabs>li>a:hover {
	color: #000000 !important;
}

/* ------------ END CONTENT STYLING ------------ */

/* ############ SIDEBAR ############ */

.sidebar img {
	width: 100%;
	height: auto;
}
.sidebar h2 {
	font-family: 'Nothing You Could Do', cursive;
	font-size: 25px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 0;
}
.sidebar .receptTitle {
	line-height:40px;
	text-align: center;
	text-transform: uppercase;
}
.sidebar .receptContainer {
	margin-bottom: 20px;
	border: 2px solid #ffffff;
	border-radius: 5px;
}
.sidebar a {
	color: #ffffff !important;
}
.sidebar a:hover {
	color: #bc935f !important;
}

/* ------------ END SIDEBAR ------------ */

/* ############ RECEPTEN PAGE ############ */

.receptImage img {
	width: 100%;
}
.receptContainer {
	margin-bottom: 20px;
	border: 2px solid #ffffff;
	border-radius: 5px;
}
.receptTitle {
	line-height:40px;
	text-align: center;
	text-transform: uppercase;
}
.col-md-3 a {
	color: #ffffff !important;
}
.col-md-3 a:hover {
	color: #bc935f !important;
}

/* ------------ END RECEPTEN PAGE ------------ */

/* ############ FOOTER ############ */

.footer, .push {
	height: 400px;
}
.footer {
	background: url(../images/footerBG.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
.footerContent {
	margin-top: 40px;
}
.footerSticker img {
	height: 150px;
	width: 150px;
	background-repeat: no-repeat;
}
.footerContent h3 {
	font-family: 'Nothing You Could Do', cursive;
	color: #000000;
	margin-top: 0;
}
.footerContent p {
	color: #000000;
	font-weight: 600;
    letter-spacing: 0.5pt;
}

/* ------------ END FOOTER ------------ */

#hideAll
{
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px;
   vertical-align: middle;
   display: table-cell;
   text-align: center;
   font-size: 30px;
   color: #ffffff;
   background-color: rgba(0, 0, 0, 0.9);
   z-index: 99; /* Higher than anything else in the document */
}

@media (max-width: 1200px){
	.footerRight {
		display: none;
	}
}

@media (max-width: 992px){
	.menu ul li {
		padding: 10px;
	}
	.logo img {
		width: 150px;
	}
	.logo {
		margin-top: 60px;
	}
	.menu {
		font-size: 16px;
	}
	.mobiel{
		text-align: center;
	}
	.mobiel img{
		max-width: 450px;
		text-align: center;
	}
}

@media (max-width: 768px){
	.logo {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	.logo img {
		width: 250px;
	}
	.menu {
		text-align: center;
		line-height: 85px;
	}
	.mobiel{
		text-align: center;
	}
	.mobiel img{
		max-width: 350px;
		text-align: center;
	}
}
@media (max-width: 550px){
	.menu {
		display: none;
	}
	.menuMobile {
		display: block;
	}
	.mobiel{
		text-align: center;
	}
	.mobiel img{
		max-width: 250px;
		text-align: center;
	}
	.footer, .push {
    height: 500px;
}
}

.btn, .btn-lg {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
}

.btn, .btn-lg a:hover {
    border: 2px solid #ffffff !important;
    background: #000000 !important;
    color: #ffffff !important;
}