/* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}*/
body {
	font-size:15px;
	color:#fff;
	line-height:1.8em;
	font-weight:400;
	background:#000;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
	font-family: 'PT Sans', sans-serif;
	background:url(images/background.jpg) no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-size:cover;
}
img {
	max-width:100%;
	height:auto;
}
a {
	color:#fff;
	text-decoration:none;
}
.main-title {
    font-size: 34px;
    font-weight: bold;
    line-height: normal;
    margin-top: 30px;
    text-align: center;
    text-shadow: 4px 2px #000;
    text-transform: uppercase;
}

.thumbs {
    float: left;
    height: auto;
    margin: 0 20px;
    text-align: center;
	position:relative;
}
.mt-2 { 
	margin-top:20px;
}
.enter > img {
    margin-top: 10px;
    max-width: 70%;
}
.midWrapper {
    clear: both;
    float: left;
    width: 100%;
}
.weblink {
    width: 100%;
    margin-top: 10px;
}
span {
    bottom: 100px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    left: 28px;
    position: absolute;
    text-shadow: 2px 2px #000;
    text-transform: uppercase;
    z-index: 99999;
}
.bottom {
    clear: both;
    width: 100%;
	color: #182C35;
}
.bottom p {
	font-size: 15px;
    font-weight: bold;
    text-align: center;
}
.bottom a {
	color: #182C35;
	font-weight: bold;
	font-size: 15px;
}
.logo { 
	text-align:center;
}
.logo img { 
	max-width:300px;
	margin-top:20px;
}
.small-logo img {
    max-width: 230px;
    margin-bottom: 12px;
}
.bottom {
    clear: both;
    float: left;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 100%;
}
.thumbs {
	margin-bottom:10px;
}
@media screen and (max-width:640px) {
     .main-title {
         font-size: 30px;
      }
     .thumbs {
         margin-bottom:50px;
      }
      .bottom {
          font-size:15px;
      }
      .bottom p {
          margin-top:0;
      }
}