@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700&display=swap');

html {
	font-size: 14px;
}

body {
	color: #231f20;
	font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0.6em 0;
	color: #231f20;
	font-weight: 500;
	line-height: 1.5;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.6em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1em;
}

* ~ h1,
* ~ h2,
* ~ h3,
* ~ h4,
* ~ h5,
* ~ h6 {
	margin-top: 1.3em;
}

* > h1:last-child,
* > h2:last-child,
* > h3:last-child,
* > h4:last-child,
* > h5:last-child,
* > h6:last-child {
	margin-bottom: 0;
}

h1 strong, h1 b,
h2 strong, h2 b,
h3 strong, h3 b,
h4 strong, h4 b,
h5 strong, h5 b,
h6 strong, h6 b {
	font-weight: 600;
}

p,
ul,
ol,
dl {
	margin: 0 0 0.9375rem 0;
	font-size: 1rem;
}

ul,
ol {
	padding-left: 2.5rem;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child,
* > dl:last-child {
	margin-bottom: 0;
}

p strong, p b,
ul strong, ul b,
ol strong, ol b {
	color: #231f20;
	font-weight: 600;
}

a {
	color: #68ba6a;
	transition: color 0.3s ease;
}

a:hover,
a:focus {
	color: #231f20;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
	outline: 0;
}

input, textarea, select, table, form {
	color: inherit;
    font-size: 1rem;
	font-weight: inherit;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.6;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: inherit;
	opacity: 0.6;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: inherit;
	opacity: 0.6;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: inherit;
	opacity: 0.6;
}

button:hover,
button:active,
button:focus {
	outline: 0;
}

img {
	max-width: 100%;
	height: auto;
}

figure {
	margin-bottom: 0;
}

hr {
	margin-top: 2rem;
	margin-bottom: 2rem;
	border: 0;
	border-top: 1px solid #e5e5e5;
}

/*::-moz-selection {
    color: #fff;
    background-color: #2b5c93;
}

::selection {
    color: #fff;
    background-color: #2b5c93;
}*/

.light {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.semi-bold {
	font-weight: 600;
}

.bold {
	font-weight: 700;
}

.text-italic {
	font-style: italic;
}

.title-1 {
	font-size: 2.2em;
	font-weight: 600;
	text-transform: uppercase;
}

.title-2 {
	font-size: 1.7em;
	font-weight: 500;
	text-transform: uppercase;
}

.text-1 {
	font-size: 1.625em;
}

.text-2 {
	font-size: 1.375em;
}

.text-3 {
	font-size: 1.125em;
}

@media (min-width: 576px) {
	body {
		font-size: 13px;
	}

	.container {
		max-width: none;
	}
}

@media (min-width: 768px) {
	html {
		font-size: 15px;
	}

	body {
		font-size: 14px;
	}

	.container {
		max-width: 740px;
	}
	
	.container.wide {
		max-width: 100%;
		padding-right: 2%;
		padding-left: 2%;
	}
}

@media (min-width: 992px) {
	body {
		font-size: 15px;
	}

	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	html {
		font-size: 16px;
	}

	body {
		font-size: 16px;
	}

	.container {
		max-width: 1170px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}

.logo {
	text-align: center;
}
	
	.logo img {
		width: 150px;
	}
	
.header-h img {
	width: 100%;
}
	
.home-1-2-col {
	border: 1px solid #68ba6a;
	padding: 2.5rem;
}

@media (min-width: 576px) {
	.home-1-2-col {
		height: 100%;
	}
}

.footer {
	padding: 1.25rem 0;
	background-color: #231f20;
	color: #ffffff;
	font-size: 0.75rem;
}

	.footer-1-col a:hover,
	.footer-1-col a:focus {
		color: #ffffff;
	}