/*
* Farmstore
* Copyright 2018, Niba Design
* www.farmstore.nl
*/

body {
	background-image: url("https://www.farmstore.nl/occasions/images/background-farmstore.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
}

.header {
	margin-top: 30px;
}

.header-logo {
	background: #fff;
	padding: 30px 20px 20px;
	display: flex;
	align-items: center;
}

.logo {
	width: 130px;
	height: auto;
}

.btn {
	padding: 9px 0px 11px;
	font-size: 18px;
	font-family: 'PT Sans', sans-serif;
	background: #007a4c;
	text-transform: none;
	color: #ffffff;
	border-radius: 1px;
	display: block;
	transition: all 0.2s ease 0s;
	text-align: center;
	width: 240px;
	float: right;
	text-decoration: none;
}

.btn:hover {
	color: #fff;
	background: #009900;
}

/* Larger than phablet (also point when grid becomes active) */
@media only screen and (max-width:550px){

.header-logo {
	display: block;
}

.logo {
	margin: 0px 0px 30px 0px;
}

.btn {
	display: block;
	width: 100%;
	margin: 0px;
}

}
