/* ##### GENERAL CLASS ##### */
*, *:after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body {
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	font-weight: normal;
	background-color: #f9f7f7;
}

body {
	color: #030303;
	line-height: 1em;
	font-size: 18px;
	font-family: 'Cormorant Garamond', serif;
	padding: 0px;
	margin: 0px;
}

.form-group {
	position: relative;
}

h2 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #030303;
	font-family: 'Acme', sans-serif;
	font-size: 	26px;
	line-height: 30px;
	font-weight: 600;
	margin: 0px;
	padding: 0px;
}


h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #468847;
	font-family: 'Acme', sans-serif;
	font-size: 	20px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
}

.form-group label {
	text-transform: uppercase;
	color: #030303;
	font-family: 'Acme', sans-serif;
	font-size: 20px;
	margin: 0px 0px 7px 0px;
	padding: 0px;
	letter-spacing: 1px;
	font-style: normal;
	font-weight: 400;
}

.form-group input {
	color: #030303;
    width: 100%;
    padding: 22px 10px 22px 10px;
	font-size: 18px;
	text-align: left !important;
	font-family: Arial;
}

.form-group select {
	color: #030303;
    width: 100%;
	font-size: 16px;
	font-family: 'Arial';
	-webkit-appearance: menulist-button;
 	height: 50px;
	text-align: left !important;
}

.form-group textarea {
	color: #030303;
	width: 100%;
	padding: 10px;
	font-size: 18px;
	text-align: left !important;
	font-family: Arial;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.alert-custom {
	text-align: center;
	background-color: #ffffff;
	color: #030303;
	font-family: 'Lato', sans-serif;
	padding: 15px;
	margin: 0px;
}

.alert-sent {
	text-align: center;
	background-color: #d4edda;
	color: #155724;
	font-family: 'Lato', sans-serif;
	padding: 18px;
	margin: 0px;
}

.alert-missing {
	text-align: center;
	background-color: #f8d7da;
	color: #721c24;
	font-size: 18px !important;
	font-family: 'Lato', sans-serif;
	padding: 18px;
	margin: 0px;
}

.button {
	width: 250px !important;
	background: #3b6042;
	color: #ffffff;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	text-transform: uppercase;
	outline: none;
	padding: 18px 18px 16px 18px;
	position: relative;
	text-align: center;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-transition: background-color 0.15s ease-in-out;
	-moz-transition: background-color 0.15s ease-in-out;
	-o-transition: background-color 0.15s ease-in-out;
	transition: background-color 0.15s ease-in-out;
	font-family: 'Acme', sans-serif;
	letter-spacing: 1px;
	margin: 0px;
	font-weight: normal;
	}

.button:focus {
	background-color: #3b6042;
	color: #fff;
	}

.button:hover {
	background-color: #030303;
	color: #ffffff;
}

	input[type=number] {
  width: 150px;
	text-align: center;
	margin: 0px auto;
	}

	.subtotal {
		text-transform: uppercase;
		font-family: 'Acme', sans-serif;
		letter-spacing: 1px;
		font-size: 18px;
		color: #030303;
	}

	.total {
		text-transform: uppercase;
		font-family: 'Acme', sans-serif;
		letter-spacing: 1px;
		font-size: 20px;
		color: #030303;
		line-height: 24px;
	}

	table.center {
		margin-left:auto;
		margin-right:auto;
	}

.mt-5 {
	margin-top: 5px !important;
}

.mb-5 {
	margin-bottom: 5px !important;
}

.mt-10 {
	margin-top: 10px !important;
}

.mb-10 {
	margin-bottom: 10px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mt-25 {
	margin-top: 25px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mt-50 {
	margin-top: 50px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mr-30 {
	margin-right: 30px !important;
}

hr {
	border-top: 1px solid #3b6042;
	margin: auto;
	padding: 0px;
}

.container p {
	color: #030303;
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	line-height: 30px !important;
}

@media (min-width: 0px) and (max-width: 991px) {

	html, body {
		background-color: #f9f7f7;
		overflow-x: hidden !important; }

	.button {
		width: auto;
		background: #3b6042;
		color: #ffffff;
		cursor: pointer;
		display: inline-block;
		text-transform: uppercase;
		outline: none;
		padding: 20px 20px 16px 20px;
		position: relative;
		text-align: center;
		text-decoration: none;
		border: none;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-transition: background-color 0.15s ease-in-out;
		-moz-transition: background-color 0.15s ease-in-out;
		-o-transition: background-color 0.15s ease-in-out;
		transition: background-color 0.15s ease-in-out;
		font-family: 'Acme', sans-serif;
		letter-spacing: 1px;
		margin: 0px;
		}

		p {
			font-size: 22px;
		}

}

@media (min-width: 0px) and (max-width: 768px) {
	
	.alert-sent {
		text-align: center;
		background-color: #dff0d8;
		color: #468847;
		font-family: 'Lato', sans-serif;
		padding: 15px;
		margin: 0px;
	}
	
	.alert-missing {
		text-align: center;
		background-color: #f2dede;
		color: #b94a48;
		font-size: 18px !important;
		font-family: 'Lato', sans-serif;
		padding: 15px;
		margin: 0px;
	}

	
	.alert-sent p {
		font-size: 18px !important;
		line-height: 20px !important;
	}
	
	.alert-missing p {
		font-size: 18px !important;
		line-height: 20px !important;
	}

}

