/*
Theme Name: Van bierbuik tot rijstbuik
Author: Wessel Huising
Author URI: http://wesselhuising.nl
Description: Template gemaakt speciaal voor Lieke
Version: 1.0
*/

/* Body */
body {
	font-family: 'Raleway', sans-serif;
}

/* ------- Header -------- */

.header {
	padding-top: 0px;
}

.logo {
	text-align: center;
	width: 30%;
}

.carousel-inner {
	height: 345px;
	width: 100%;
}

.carousel-inner > .item {
	height: 100%;
	width: 100%;
}

.carousel-inner > .item a{
	text-decoration: none;
	color: white;
}

/* ------- Navigation -------- */
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
  font-size: 1.5em;
}

.navbar-default {
	background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid black;
    text-transform: uppercase;
    font-family: 'Dosis', sans-serif;
    font-weight: 400;

}

.navbar-default .navbar-nav>li {
	padding: 0 10px;
}

.navbar-default .navbar-nav>li>a  {
    color: black;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #53c360;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #53c360;
    background-color: transparent;
}

/* ----- Body ------ */
.body {
	padding: 20px 40px;
	margin: 0 20px;
	border-bottom: 1px solid black;
}

.body-header {
	width: 100%;
	height: 345px;
}

.body-content {
	text-align: justify;
}

.body-content p {
	font-size: 1.2em;
}

.body h1 {
	text-align: center;
	font-family: 'Dosis', sans-serif;
    font-weight: 600;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 3em;
    color: #53c360;
}

.body h1:after {
	max-width: 250px;
	display: block;
	content: "";
    border-bottom: 3px solid black;
    margin: auto;
    margin-top: 10px;
}

.body h2 {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}

.body h2:after {
	max-width: 250px;
	display: block;
	content: "";
    border-bottom: 3px solid black;
    margin: auto;
    margin-top: 10px;
}

.body h2>a {
	color: inherit;
}

.body h2>a:hover {
	text-decoration: none;
	color: #53c360;
}

.body .grid {
	padding-top: 20px;
}

.body .grid-image {
	width: 100%;
	height: 150px;
	padding: 0 10px;
}

.body .grid p {
	font-size: 1.3em;
	padding: 10px 20px;
	text-align: justify;
}




/* ----- Footer ------ */
.footer {
	padding: 20px 40px;
	color: gray;
	font-family: 'Dosis', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}

.footer a {
	color: #53c360;
}

.disclaimer {
	text-align: center;
	font-style: italic;
	color: gray;
	text-transform: lowercase;
	font-size: 0.8em;
	background-color: white;
	padding: 0;
}

/* ------ Contact form ------ */
.btn-primary {
	background-color: #53c360;
	border-color: #53c360;
}

.btn-primary:hover {
	color: #53c360;
	background-color: transparent;
	border-color: #53c360;
}

img.alignright {
	float: right; margin: 0 0 1em 1em;
}

img.alignleft {
	float: left; margin: 0 1em 1em 0;
}

img.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.aligncenter {
	display: block; margin-left: auto; margin-right: auto;
}

a {
	text-decoration: none;
	color: #53c360;
}

a:hover {
	/*font-weight: bold;*/
	text-decoration: none;
	color: #53c360;
}

#ingredients {
	display: inline-block;
	float: right;
	width: 50%;
	padding: 0px 20px 10px 0px;
	font-size: 1.2em;
	text-align: justify;
}

#ingredients ul {
	list-style: none
}

#ingredients li::before {
	content: '✔';
	color: #53c360;
	display: inline-block;
	width: 1em;
  margin-left: -1em;
}

.strike {
	text-decoration: line-through;
}

/* Media on smartphones */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	.body {
	padding: 20px 0px;
	margin: 0 0px;
	border-bottom: 1px solid black;
	}

	.header {
		padding-top: 30px;
	}

	.body-header {
		width: 100%;
		height: 200px;
	}

	.logo {
		text-align: center;
		width: 100%;
	}

	.footer {
		text-align: center;
		padding: 20px 40px;
		color: gray;
		font-family: 'Dosis', sans-serif;
		font-weight: 300;
		text-transform: uppercase;
	}

	.carousel-inner {
		height: 200px;
		width: 100%;
	}

	.carousel-inner > .item {
		height: 100%;
		width: 100%;
	}
	
	
	#ingredients {
		display: inline-block;
		width: 100%;
		font-size: 1.2em;
		text-align: justify;
	}
}
