/* Logo
================================================== */
.logo {
	width: 100px;
	height: 100px;
	top: 100px;
	left: 10%;
}

.img_carousel{
	width: 700px;
	height: 500px;
	
}

.img_thumbnail {
	width: 150px;
	height: 200px;
}


.img_gallery {
	width: 400px;
	height: 225px;
}

.img_mayday_court {
  width: 450px;
  height: 300px;
}

/*.img_lightbox {
	width: 800px;
	height: 600px;
}*/

.card_links {
	text-decoration: none;
}

td {
	text-align: center;
}

 * { box-sizing: border-box; }
}
body {
margin: 0 auto;
overflow-x: hidden;}


/* Style the footer */
.footer{
	background-color: #F1F1F1;
	padding: 10px;
}