/*
Theme Name: Swap Nederland
Theme URI: https://delanoboer.nl/
Author: Delano Boer
Author URI: https://delanoboer.nl/
Description: Thema voor Swap Nederland
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: swap-delanoboer
*/

body{
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	background: #e7fff9;
	color: #4C4646;
}

a{
	color: #4C4646;
	text-decoration: none;
}

.container{
	width: 1100px;
	max-width: calc(100% - 30px);
	margin-left: auto;
	margin-right: auto;
}

form{
	margin-bottom: 0px;
	float: left;
	width: 100%;
}
label {
	float: left;
	width: 100%;
	font-family: "Roboto", sans-serif;
	outline: 0;
	margin-bottom: 3px;
}
input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	float: left;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 3px;
}
select {
	font-family: "Roboto", sans-serif;
	outline: 0;
	float: left;
	background: #f2f2f2;
	width: 100%;
	max-width: 400px;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 3px;
}
textarea {
	font-family: "Roboto", sans-serif;
	outline: 0;
	float: left;
	background: #f2f2f2;
	width: 100% !important;
	max-width: 100%;
	min-height: 50px;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 3px;
	line-height: 1.45;
}
button {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #ffc8d3;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	border-radius: 3px;
}