.ContentText {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:13.5px;
}
.ContentTextBold {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:13.5px;
	font-weight:400;
}
.ContentTextEvent {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:13.5px;
	font-weight:bold;
}
.ContentTitle {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:17px;
	font-weight: bold;
}
.ContentMiniTitle {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:13.5px;
	font-weight: bold;
}
.ContentSmallPrint {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:9px;
	font-weight: bold;
}
.BUYNOW {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:15px;
	font-weight:800;
	color:#FFF;
}
		.BUYNOW a:link {
	color: #fff;
	text-decoration: none;
		}
		.BUYNOW a:visited {
	text-decoration: none;
	color: #fff;
		}
		.BUYNOW a:hover {
	text-decoration: none;
	color: #fff;
		}
		.BUYNOW a:active {
	text-decoration: none;
		}

.ComingSoon {
	padding: 20% 0;
	text-align: center;
	font-size: 3rem;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	color: white;
	font-family: 'Lato', Calibri, Arial, sans-serif;
}


.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 137px;
  background: #fff;
  z-index: 2;
}

.cd-menu {
  position: fixed;
  top: 51px;
  left: 0;
}

.Logo {
	width:250px;
}
.btn {
	background-color:#009fe3;
	color:#FFFFFF;
	display:block;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight:400;
	font-size:16px;
	margin:20px auto;
	padding:15px 50px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	width:400px;
	border-radius: 7px;
}

.btn:hover {
	background: #bccf00;
	color: #ffffff;
	text-decoration: none;  
}

.GalleryDimensions {
	width: 130px;
	height: 130px;
}
.EventPadding td {
	padding: 3px 3px 3px 10px;
}

.social-media {
  position: fixed;
  top: 40%;
  right: 0;
  width: 40px;
  height: auto;
  background: #fff;
  border-radius: 4px;
  z-index: 999;
}
.social-media-icon-top {
  width: 40px;
  padding: 5px 5px 2px 5px;
}
.social-media-icon-bottom {
  width: 40px;
  padding: 2px 5px 2px 5px;
}










@media screen and (max-width: 60em) {
	
.Logo {
	width:142px;
}
.cd-menu {
  position: fixed;
  top: -10px;
  left: -20px;
}
.cd-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  z-index: 2;
}
.cd-main-content {
  /* you need to assign a min-height to the main content so that the children can inherit it*/
  height: 100%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.ContentText {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:11px;
}
.ContentTextBold {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:11px;
	font-weight:400;
}
.ContentTextEvent {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:11px;
	font-weight:bold;
}
.ContentTitle {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:13px;
	font-weight: bold;
}
.ContentMiniTitle {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:11px;
	font-weight: bold;
}
.ContentSmallPrint {	
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size:8px;
	font-weight: bold;
}
.btn {
	width:60%;
}
.GalleryDimensions {
	width: 40px;
	height: 40px;
}

.social-media {
  position: fixed;
  top: 30%;
  right: 0;
  width: 28px;
  height: auto;
  background: #fff;
  border-radius: 4px;
  z-index: 999;
}
.social-media-icon-top {
  width: 28px;
  padding: 3px 3px 1px 3px;
}
.social-media-icon-bottom {
  width: 28px;
  padding: 1px 3px 1px 3px;
}
}

















@media screen and (max-width: 60em) {
.screen-view { display: none; }  /* show it on small screens */
.phone-view { display: block; }  /* show it on small screens */
}

@media screen and (min-width: 60em) {
.screen-view { display: block; }   /* hide it elsewhere */
.phone-view { display: none; }   /* hide it elsewhere */
}