*{margin:0px;border:none;font-family:'Roboto Slab', sans-serif;font-size:x-large;}

img{
	border:none;
	margin:auto;
	padding:0px;
	max-width:100%;
}

h1{
	font-size:2.0em;
	text-align:center;
}

h2{
	font-size:1.3em;
	text-align:center;
}

footer{
	background-image:url('../img/wood.jpg');
	background-repeat:repeat;
	padding:50px 20px;
	z-index:-50;
}

.c{
	text-align:center;
}

.green{
	color:green;
}

.blue{
	color:blue;
}

.hand{
	font-family:'Bad Script', cursive;
	font-weight: 900;
}



.top{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:space-evenly;
	align-items:flex-start;
}

.top-left{
	display:flex;
	flex-direction:column;
	flex-basis:45%;

}

.top-right{
	display:flex;
	flex-direction:column;
	flex-basis:auto;
}

.tl-item{
	flex:1 1 auto;
	flex-wrap:wrap;
}

.tr-item{
	flex:1 1 auto;
	flex-wrap:wrap;
}
