* {
	box-sizing: border-box;
}
body {
    font-family: 'Helvetica', sans-serif;
	text-align: center;
}
img {
    object-fit: cover;
}
@media only screen and (max-width: 768px) {
    .col-3 {width: 0%;}
    .col-5 {width: 100%;}
    img {
    max-width: 90%;
    transform: translateX(0%);}  
}
@media only screen and (min-width: 768px) {
    .col-3 {width: 25%;}
    .col-5 {width: 41.66%;}
    img {
    max-width: 25%;
    transform: translateX(-2%);}
}
.row::after {
	content: "";
	clear: both;
	display: table;
}

.imgcont{
    margin-top: 2em;
}

.title {
    margin-top: 0.3em;
	font-size: 2.8em;
	font-weight: bold;
}
.description {
	margin-top: -0.7em;
	margin-bottom: 3em;
	font-size: 1.15em;
}
.links {
	font-size: 2em;
	line-height: 0.6em;
	font-weight: bold;
}
.subheading {
    margin-top: 0.8em;
	margin-bottom: 0.6em;
}
.spacer {
    padding-bottom: 2em;
}
.footer {
	bottom: 0%;
	position: fixed;
	left: 50%;
	transform: translate(-50%, -50%);
	padding-bottom: 0.3em;
	background-color: #ffffff;
}
.description a:active {
	color: #aee5f2;
}
.description a:link {
	color: #3ebad6;
	text-decoration: none;
}
.description a:visited {
	color: #e675d3;
}
.description a:hover {
	color: #77d1e6;
}
.links a:active {
	color: #aee5f2;
}
.links a:link {
	color: #000000;
	text-decoration: none;
}
.links a:visited {
	color: #000000;
}
.links a:hover {
	color: #e675d3;
}

