/****** PLACE YOUR CUSTOM STYLES HERE ******/
body {
	font-size: 14px;
}

p {
	font-size: 14px;
}

span.logo {
	color: #ffffff;
	font-size: 24px;
	font-weight: bold;
}

@media all and (max-width: 767px) {
	div.home h2.large {
		font-weight: 100;
		font-size: 20px;
	}

	h1.large {
		letter-spacing: 8px;
	}
}

div.main-content {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 16px;
}

div.slogan {
	color: #ffffff;
	font-size: 16px;
	font-style: italic;
}

ul.menu li a.active {
	color: #ffffff;
	text-decoration: underline;
}

.btn:visited {
	color: #ffffff;
}

.color-primary {
	color: #000000!important;
}

button[type="submit"] {
	border: 2px solid #000000;
	background: #000000;
}

div#cookieModal .btn-primary {
	color: #ffffff;
	border: 2px solid #000000;
	background: #000000;
}

div#cookieModal .btn-secondary {
	color: silver;
	border: 2px solid silver;
	background: #ffffff;
}

div.thirds input,
div.thirds button {
  width: 32%;
  float: left;
  margin-left: 1%;
  margin-bottom: 16px;
}

div.halves input,
div.halves button {
  width: 46%;
  float: left;
  margin-left: 2.5%;
  margin-bottom: 16px;
}

div.halves p,
div.thirds p,
div.halves span,
div.thirds span {
  clear: both;
}

input.is-invalid {
	border: 1px solid red;
}
