html {
	height: 100vh;
}
body {
	height: 100vh;
	margin: 0;
	padding: 0;
	background-image: url(../images/bg-pattern.png);
}
a {
	text-decoration: none;
}
.singlepic {
	position: relative;
	width: 90%;
	height: 99%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid;
	-moz-border-image: url(../images/border.png) 20 repeat;
	-webkit-border-image: url(../images/border.png) 20 repeat; /* Safari 3.1-5 */
	-o-border-image: url(../images/border.png) 20 repeat; /* Opera 11-12.1 */
	border-image: url(../images/border.png) 20 repeat;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	/* background-repeat: no-repeat; */
	/* background-size: 100% 100%; */
	background-size: cover;
}
@media (min-width: 1025px) {
	.pic {
		-webkit-transition: all .2s linear;
    		transition: all .2s linear;
	}
	.pic-hover {
		width: 100%;
	}
	/*
	.pic-hover > div.overlay {
		background: none !important;
	}
	*/
	.pic-no-hover {
		width: 70%;
	}
	.pic > div.overlay {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.container {
		height: 80%;
	}
}
.singlepic1 {
	background-image: url(../images/lg-1.jpg);
	border-width: 10px 0px 10px 10px;
}
.singlepic > div.overlay > div {
	text-align: center;
	color: white;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 5px;
}
.singlepic > div.overlay > div > p {
	font-family: 'Roboto', sans-serif;
	margin: 0 !important;
	font-weight: 500;
	font-size: 45px;
	text-shadow: 3px 3px #403535;
	
}
.singlepic > div.overlay > div >  p:first-of-type {
	font-size: 55px;
        font-weight: 900;
	text-shadow: 4px 4px #403535;
	margin-bottom: 0px;
}
.singlepic > div.overlay > div > p:last-of-type {
	margin-top: 0px;
	line-height: 0.8;
    	font-size: 45px;
	font-weight: 100;
	text-shadow: 2px 2px #403535;
	line-height:1.1;
}
.pic {
	position: relative;
	width: 33.33%;
	height: 99%;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: solid;
	-moz-border-image: url(../images/border.png) 20 repeat;
	-webkit-border-image: url(../images/border.png) 20 repeat; /* Safari 3.1-5 */
	-o-border-image: url(../images/border.png) 20 repeat; /* Opera 11-12.1 */
	border-image: url(../images/border.png) 20 repeat;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	/* background-repeat: no-repeat; */
	/* background-size: 100% 100%; */
	background-size: cover;
}
@media (min-width: 1025px) {
	.pic {
		-webkit-transition: all .2s linear;
    		transition: all .2s linear;
	}
	.pic-hover {
		width: 50%;
	}
	/*
	.pic-hover > div.overlay {
		background: none !important;
	}
	*/
	.pic-no-hover {
		width: 25%;
	}
	.pic > div.overlay {
		background-color: rgba(0, 0, 0, 0.5);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.container {
		height: 80%;
	}
}
.pic1 {
	background-image: url(../images/lg-1.jpg);
	border-width: 10px 0px 10px 10px;
}
.pic2 {
	background-image: url(../images/lg-2.jpg);
	border-width: 10px 10px 10px 10px;
}
.pic3 {
	background-image: url(../images/lg-3.jpg);
	border-width: 10px 10px 10px 0px;
}
.pic4 {
	background-image: url(../images/lg-4.jpg);
	border-width: 10px 10px 10px 0px;
}
.pic > div.overlay > div {
	text-align: center;
	color: white;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 50px;
}
.pic > div.overlay > div > p {
	font-family: 'Roboto', sans-serif;
	margin: 0 !important;
	font-weight: 500;
	font-size: 45px;
	text-shadow: 3px 3px #403535;
	
}
.pic > div.overlay > div >  p:first-of-type {
	font-size: 55px;
        font-weight: 900;
	text-shadow: 4px 4px #403535;
	margin-bottom: 0px;
}
.pic > div.overlay > div > p:last-of-type {
	margin-top: 0px;
	line-height: 0.8;
    	font-size: 45px;
	font-weight: 100;
	text-shadow: 2px 2px #403535;
	line-height:1.1;
}
.dates {
	white-space: nowrap;
}
.pic-text-under {
	display: none;
}

.header {
	width: 100%;
	height: 20%;
	text-align:center;
}
.header .logo {
	position: relative;
	height: 100%;
}
.header .social-media {
	margin-left: 20px;
}
.header .social-media .youtube {
	margin-left: 10px;
}
.header a > img {
	height: 90%;
	margin-top: 10px;
}

.header .logo, .header .social-media {
	display: inline-block;
}

.enter-btn {
	padding: 10px;
    background-color: #676767;
    box-shadow: inset 0 0 3px black;
}

@media (max-width: 1024px) {
	.pic > div.overlay > div {
		display: none;
	}
	.pic {
		width: 100%;
		height: 50vh;
		display: block;
		border-width: 5px 5px 5px 5px;
	}
	.container {
		margin: 20px 20px 0px 20px;
	}
	.pic-text-under {
		display:block;
		
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		border: solid;
		-moz-border-image: url(../images/border.png) 20 repeat;
		-webkit-border-image: url(../images/border.png) 20 repeat; /* Safari 3.1-5 */
		-o-border-image: url(../images/border.png) 20 repeat; /* Opera 11-12.1 */
		border-image: url(../images/border.png) 20 repeat;
		box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
		border-width: 0px 5px 5px 5px;
	
		margin-bottom: 20px;
		
		background-color: #2b2b2b;
		
		
	}
	.pic-text-under > p {
		text-align: center;
		color: white;
		font-size: 40px;
		font-family: 'Roboto', sans-serif;
		font-weight: 900;
		margin: 0 auto;
	}
	.pic-text-under > p:first-of-type {
		text-shadow: 4px 4px #666;
		margin-bottom: 0px;
	}
	.pic-text-under > p:last-of-type {
		margin-top: 0px;
		line-height: 0.8;
		font-size: 36px;
		font-weight: 100;
		text-shadow: 2px 2px #666;
		line-height:1.1;
	}
	.container {
		padding-bottom: 10px;
	}
}

@media (max-width: 431px) {
	.header {
		width: 100%;
		height: 260px;
		text-align:center;
	}
	.header .logo {
		position: relative;
		height: 150px;
	}
	.header .facebook-messenger {
		margin-top: 10px;
	}
}


a.fb-message-white {
  padding: 9px 9px 9px 2px;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #0084ff;
  background-color: #fff;
  border: 1px solid #ececec;
  width: 127px;
  height: 35px;
  line-height: 35px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: all ease .15s;
  -o-transition: all ease .15s;
  -moz-transition: all ease .15s;
  transition: all ease .15s;
}
a.fb-message-white:hover {
  background-color: #fafafa;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.2);
  /* transform: scale(1.15); */ /* uncomment to add zoom effect */
}
a.fb-message-white:focus {
  background-color: #fff;
  border: 1px solid #bbb;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
  box-shadow: inset 0px 0px 8px 0px rgba(0,0,0,0.3);
}
.fb-message-white i {
  background-image: url('/assets/images/fbm.png');
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: 7px 10px;
  height: 17px;
  width: 17px;
  padding: 10px 15px 0px 15px;
}