.mainContainer
{
	float:left;
	max-width: 45%;
	width: 45%;
	padding-right: 2%;
}

.tileContainer
{
	float:left;
	max-width: 53%;
	width: 53%;
}

.tile
{
	float:left;
}

.tile_img
{
	border-style:solid;
	border-width: 1px;
	border-color: black;
	width:180px;
	height:100px;
}

.tile_img_selected
{
	box-shadow: 10px 10px 30px #555;
	filter: brightness(125%);
}

.tile_link
{
	color: black;
}

.logo_img
{
	border-style:solid;
	border-width: 1px;
	border-color: black;
}

.social
{
	width: 30px;
	height: auto;
}

/*resize logo to fit width of div*/
img.resizable
{
	width:100%;
	height:auto;
}


/* secret picture */
/*
body.main
{
	background-position: left; 
	background-image: url('supremalazord.png');
	background-repeat: no-repeat;
	background-attachment: fixed
}
*/
.goat
{
	color: pink;
	text-align: right;
}

pre
{
    white-space: pre-wrap;
}
