@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
html {
    font: 13px/1.4 'Lato', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    table-layout: fixed;
}
.page-content-wrapper,
.page-footer-wrapper {
    box-sizing: border-box;
	display: block;
}
.page-content-wrapper { height: 100%; }
.page-content {
    margin: auto;
    max-width: 960px;
}
.page-footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    background: #4c4c4c;
    font-size: 12px;
    line-height: 24px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;

}
.page-footer a,
.page-footer a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6);
}
.page-footer .separator {
    width: 1px;
    display: inline-block;
    height: 12px;
    vertical-align: -2px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.6);
}
.logo img { height: 60px;}

.page-info {
    box-sizing: border-box;
    background: #fff;
	margin-top: 5%;
	margin-left: 5%;
	margin-right: 5%;
	}

.page-info p { 
	margin: 15px 0; 
	font-size: 14px;
}

.page-info-img {
        box-sizing: border-box;
		margin-top: 150px;
		margin-left: 5%;
		margin-right: 5%;
		height: 60px;
    }

.page-info-heading {
    margin: 0 0 15px;
    font-size: 26px;
}

@media (min-width: 768px) {
	
	.page-content-wrapper {
	display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
	}
    .page-footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    .page-info {
        box-sizing: border-box;
		color: #444;
		height: 250px;
		margin-top: 150px;
    }
	.logo {
	float: right;
	vertical-align: middle;
    }
}
