﻿/* Base */
#wrapper { max-width: 1080px; margin: 0 auto; padding: 20px; }
html,body,p{ font-family: Lato,sans-serif; font-weight: 300; font-size: 18px; line-height: 1.5; text-align: center; }
#footer { height: 50px; margin: 40px 0;}
.spacer-200 { height: 200px; }

/* Divs */
.big {
	max-width: 750px;
	overflow: hidden;
	margin: 0 auto; }

.two-columns {
	width: calc(50% - 40px);
	float: left;
	margin: 20px;
	box-sizing: border-box;
}
.mini {
	height: 30px;
	overflow: hidden;
	margin: 0 auto;
}

.mini img {
	height: 100%;
	width: auto; 
	margin: 0 10px;
}

/* Links */
a { text-decoration: none; color: #000; }
a:hover {color: blue; filter: brightness(0.75); }

/* Fonts */
h1 { font-family: Lato,sans-serif; font-weight: 100; font-size: 50px; margin: 10px 0 15px 0; }
p { margin: 0 0 10px 0; }
.small { font-size: 14px; line-height: 1.2; }

.no-wrap {
  white-space: nowrap;
}

/* Images */
img { width: 100%; height: auto; }

/* Mobile */
@media only screen and (max-width: 782px) {
	.two-columns {
    float: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
}
	h1 { font-size: 50px; }
.spacer-200 { height: 100px; }
#footer { height: 25px; }
}