* {
	box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('https://allcorn.ca/img/bg_lightgrey.jpg');
    background-repeat: no-repeat;
}

h1 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-family: Courier;
}

h2 {
	margin-top: 15px;
	margin-bottom: 5px;
}

a{
	color: black;
	text-decoration: none;
}	

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.header {
    padding: 5px;
    text-align: center;
    font-size: 20px;
}

.column {
    float: left;
	text-align: center;
    width: 33.33%;
    padding: 10px;
	height: auto;
}

.quotes {
	padding: 10px 0 0 0;
	text-align: justify;
}

.quotes p {
	text-align: right;
	font-style: italic;
}

.polaroid a {
    background: white;
    display: inline;
    float: left;
    margin: 0 15px 30px;
    padding: 10px 10px 25px;
    text-align: center;

    box-shadow: 4px 4px 6px rgba(0,0,0,.3);
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
}

.polaroid a:after {
    color: #333;
    font-size: 20px;
	font-family: 'Permanent Marker', cursive;
    content: attr(title);
    position: relative;
    top:12px;
}

.inactivelink {
   pointer-events: none;
   cursor: default;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
	
li a {
    display: block;
    width: 100%;
	height: 28px;
	padding: 5px 10px;
}

li a:hover {
    background-color: #555;
    color: white;
	cursor: pointer;
}

.main:after {
    content: "";
    display: table;
    clear: both;
}

.footer { 
    padding: 5px;
    text-align: center;
	position: fixed;
    bottom: 0;
    width: 100%;
	font-size: 80%;
}

@media (max-width: 600px) {
    .column {
        width: 100%;
    }
	.footer {
		position: static;
	}
}
