body {
    background-color: #f7f7f7;
    font-family: 'Asap', sans-serif;
    font-size: 1em;
    color:#212529;
    margin: 0;
}

h2 {
    color:#542776;
    font-weight: 700;
}

.container0 {
    background-color: #f7f7f76;
}

.container1 {
    max-width: 1200px;
    height: 100vh;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0,0.2);
}

.container2 {
    margin: 0 auto;
    background-color: #ffffff;
	position: relative;
}

.container2 div {
	max-height: 358px;
}

.container2 img {
	max-width: 100%;
}

.logo img {
    margin: 15px;
}

.header {
	background-image: url(/img/make-up-workshop-visagieworkshops-nl-noord-brabant.jpg);
    background-repeat: no-repeat;
    background-position: center;
	position: relative;
}

.navbar .contactbutton {
    background-color: #58bdb9 !important;
}

/*.headerimg {
	margin: 0 -30px;
	max-height: 358px;
}*/

.padding1 {
    padding: 0 30px;
}

.article {
	max-width: 1000px;
	margin: 0 auto;
    text-align: center;
    padding: 30px;
}

.navbar {
    list-style: none;
    height: 60px;
    margin: 0;
/*    background-color: #ee2375;*/
	list-style: none;
	position: absolute;
	right: 20px;
	top: 20px;
}
}

.navbar a {
	float: left;
	padding: 15px 20px;
	color: #ffffff;
}

.navbar li {
	margin: 10px;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.7;
	border-radius: 4px;
	background-color: #ee2375;
}

.navbar li a {
	color: #ffffff;
	text-decoration: none;
}

.uspbalk {
	margin: 0 -30px;
	background-color: #ee2375;
}

.usp-item {
	width: 33.33%;
	color: #fff;
	text-align: center;
	margin: 0px -4px 0px 0px;
	display: inline-block;
	background-color: #ee2375;
	vertical-align: top;
}

.checkmark {
	font-size: 30px;
	color: #fff;
	vertical-align: sub;
	text-align: center;
}

a.btn {
	text-decoration: none;
	color: #fff;
	background-color: #ee2375;
	border-color: #ee2375;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	line-height: 1.7;
	border-radius: 4px;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

footer {
	padding: 5px 20px;
}

/* mobiel */

@media(max-width:768px)
{
    .logo {
    	top: 15px;
    	left: 15px;
    }
    
    .uspbalk {
    	margin: 30px -30px 0 -30px;
    }

	.usp-item {
		width: 100%;
		text-align: left;
		margin: 0px -4px 0px 0px;
		padding-left: 40px;
	}
	
	.header {
    	background-image: url(/img/make-up-workshop-visagieworkshops-nl-noord-brabant.jpg);
    	background-position: center top;
    	background-repeat: no-repeat;
    	background-size: auto;
    	background-attachment: scroll;
    	position: inherit;
    }
}