/*
Theme Name: Foodt
Theme URI: https://www.foodt.nl
Description: Foodt door OneStep Media
Author: OneStep Media
Author URI: https://www.onestepmedia.nl
*/
@import url('bootstrap/css/bootstrap.css'); 
@import url('bootstrap/css/bootstrap-theme.css'); html{	scroll-behavior: smooth;}html, body {
    max-width: 100%;
    overflow-x: hidden;
}

@media (min-width: 1200px) {
    .container {
        width: 1250px;
    }
}
body{
	font-family: "raleway", Sans-serif;
}
a{
	color:#a5905a;
}
.header {
	background:#54595f;
	padding:20px 0px;
}
.logo{
	max-width:300px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.page{
	margin:75px 0px;
}
.page p{
	font-size: 16px;
    font-weight: 400;
    color: #000000;
}
.page h2{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.footer {
	background:#54595f;
	padding:20px 0px;
}
.footer img{
	max-height:100px;
	max-width:150px;
	margin-left:auto;
	margin-right:auto;
	display:block;
}
.footer .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}