@charset "UTF-8";
/* CSS Document */




/* color */
.text-orange {color:#da4d1d;}

/* Studio Wake Orange Button */
.btn-orange {
  --bs-btn-color: #fff;
  --bs-btn-bg: #da4d1d;
  --bs-btn-border-color: #da4d1d;

  /* Darken ~10% for hover */
  --bs-btn-hover-bg: #c24418;
  --bs-btn-hover-border-color: #c24418;

  /* Darken ~20% for active */
  --bs-btn-active-bg: #a83a14;
  --bs-btn-active-border-color: #a83a14;

  /* Disabled */
  --bs-btn-disabled-bg: #da4d1d;
  --bs-btn-disabled-border-color: #da4d1d;
  --bs-btn-disabled-opacity: .65;

  color: #fff;
}



.imageWrap {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
	width: 100%;
}
 
.imageWrap li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 25%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}
 
.imageWrap li a,
.imageWrap li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}
 
.imageWrap li a img {
	max-width: 100%;
}
 
/* Flexbox is used for centering the heading */
.imageWrap li a div {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, 0.72);
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	text-align: center;
	margin:auto;
	/*padding-top:30%;*/
	opacity: 0;
}
 
.imageWrap li a:hover div {
	opacity: 1;
}
 
.imageWrap li a div h3 {
	width: 100%;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	font-size: 2.8em;
	letter-spacing: 2px;
	padding: 0 10px;
}

/* --- Rows --- */
.rowThree li {
	width: 33.33333%; /* Fallback */
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}
.rowFour li {
	width: 25%; /* Fallback */
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
}

.rowFive li {
	width: 20%; /* Fallback */
	width: -webkit-calc(100% / 5);
	width: calc(100% / 5);
}

.openbtn {
	font-family: 'Web Symbols', sans-serif;
	font-size:72px;
}