main {
 width: auto;
 height: 100%;
 margin-left: 10px;
 margin-right: 10px;
 text-align: center;
}

h1{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0;
	margin-bottom: 0;
}

ul li{
	display: inline-block;
}

body{
    height: 100%;
	margin: 0;
	background-image: url("../images/sampleBack1.jpg");
	background-size: cover;
}

a{
	margin: 60px 60px;
}

a > img{
        border: 0;
}

footer{
    width:100%;
	text-align: center;
	font-style: italic;
	font-size: 16px;
	position:fixed;
	bottom: 0px;
}

table{
	border-collapse: collapse;
	width: 100%;
}

td{
	vertical-align: center;
	text-align: center;
}

tr, td{
	padding-bottom: 200px;
}

ul{
	display: none;
}

@media (max-width: 1200px){
table{
	display: none;
}

ul{
	display: list-item;
	list-style: none;
}

li{
	padding: 10px 0;
}

}

