/* Colours:
Dark Green: #55A443;
Light Green: #D4F0C2;
Grey (Light) - Background: #EEEEEE;
Grey (Dark) - Text: #707070;
*/

.section.footer {
	background-color: #D4F0C2;
	padding: 50px;
}

img.footer-logo {
  	width: 128px;
  	height: auto; /*70px;*/
}

h3.footer-titles {
	color: #55A443;
	font-family: Montserrat, sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 5px;
}

.footer p, a {
	color: #55A443;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0;
}

.footer a:hover {
	color: #707070;
}

.footer i.fas.fa-phone, .footer i.fas.fa-envelope, footer i.fab.fa-facebook-f {
    color: #55A443;
    /*font-size: 20px;*/
    margin-right: 10px;
}

a:hover i.fab.fa-facebook-f, a:hover i.fab.fa-instagram {
	color: #707070;
}

/* Copyright */

.section.copyright {
	background-color: #55A443;
	padding: 10px;
}

p.copyright {
	color: #ffffff;
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	font-weight: 500;
}

a.walker {
	color: #ffffff;
	text-decoration: none;
}

a:hover.walker {
	color: #ffffff;
	text-decoration: underline;
}

table {
	width: 100%;
}

@media only screen and (min-width: 375px) and (max-width: 812px) {
	.footer p, a {
    	color: #55A443;
    	font-family: Montserrat, sans-serif;
    	font-size: 14px;
    	font-weight: 500;
    	margin-bottom: 0;
	}

	h3.footer-titles {
		color: #55A443;
		font-family: Montserrat, sans-serif;
		font-size: 16px;
		font-weight: 700;
		margin-bottom: 5px;
	}

	p.copyright {
    	color: #ffffff;
    	font-family: Montserrat, sans-serif;
    	font-size: 14px;
    	font-weight: 500;
	}

	td {
		width: 50%;
	}
}