/* Mia Styles */

footer#colophon {
    background: #24333E; /* Black */
}

footer#colophon .inner-container .col4 .footer-logo img {
	max-width: 200px;
}

span.heading {
	font-weight: 700;
}

footer#colophon .inner-container .col4>p {
	color: white;
	font-weight: 400;
}

footer#colophon .inner-container .col4>p a {
	color: white;
	font-weight: 400;
}

footer#colophon .inner-container .col4 ul li a {
	color: white;
	font-weight: 400;
}

.section.copyright {
	background:  #2793C3; /* Blue */
}

.copyright a {
	font-size:  1.4rem;
}

a.btn, span.btn, input[type=submit] {
	border-radius: 0;
	padding: 10px 30px;
	background: #2793C3; /* Blue */
	width: auto;
}

input, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
	border-radius: 0;
	padding: 10px 20px;
	border:  1px solid #2793C3; /* Blue */
}

.section-boxes ul li .content h2 {
	text-align: center;
}

.section-boxes ul li .content h2:after {
	content: '';
    width: 50px;
    display: block;
    border: 1px solid #2793C3; /* Blue */
    margin: auto;
}

.section-boxes ul a {
	color: #24333E; /* Black */
}