@charset "utf-8";
/* CSS Document */
body{
	background-color: #e929ba;
	color: #FFFFFF;
	width: 100%;
	height: 100vh;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	color: #DDDDDD;
	text-decoration: none;
	transition: all 0.5s linear;

}
a:hover {
    color: #FFFFFF;
	transition: all 0.5s linear;
}
p {
	max-width: 500px
}

.pholder{
	max-width: 600px;
	line-height: 130%;
	text-align: left;
}

li {
	
text-align: left;
}
.container{
	width: 96%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.badge{
	position: fixed;
	left: 19%;
	margin-top: 0px;
	z-index: 10;
}

header{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
    border-bottom: 4px solid #FFFFFF;
	min-height: 150px;
	margin-bottom: 8px;

}
.sks_name{
	font-size: 36px;
	width: 75%;
	display: flex;
	align-items: flex-end;
	text-align: left;
	margin-top: 24px;
	margin-bottom: 2px;
	line-height: 32px;
}

nav{
	height: 150px;
	width: 25%;
	text-align: right;
	font-size: 14px;
	letter-spacing: 2px;
	transition: all 0.3s linear;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	line-height: 175%;
	justify-content: flex-end;
}

section{
	min-height: 160px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 15px;
	background-color: rgba(0,0,0,0.5);
	border-radius: 15px 15px 15px 15px;
	padding: 15px
}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.85);
  z-index: 6;
  cursor: pointer;
}
#overlaytext{
	position: absolute;
	top: 50%;
	left: 50%;
	padding: auto;
	margin: auto;
	font-size: 60px;
	color: white;
	transform: translate(-50%,-50%);
}
.underlayloading{
	position: absolute;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-around;
	text-align: center;
	width: 100%;
	height: 100%;
	padding: 0;
	font-size: 42px;
	color: DDDDDD;
	z-index: -1;
}
.input {
	color: #333333;
	text-align: center;
	font-size: 18px;
	width: 220px;
	border: 0px;
	background-color: #FFFFFF;
	border-radius: 0px;
	padding-bottom: 3px;
	padding-top: 5px;
	margin: 8px
}
.input::placeholder{
  color: #AAAAAA;
}
.sksbutton {
	width: 200px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	text-align: center;
	vertical-align: middle;
	border-radius: 0px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 2px;
	border: 3px solid #00a900;
	color: #00a900;
	transition: all 0.3s linear;
}
.sksbutton:hover {
	background-color: #1F5319;
	color: #C4C4C4;
	cursor: pointer;
	text-decoration: none;
	transition: all 0.5s linear;
}

footer{
	min-height: 40px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-bottom: 0px;
	color:rgba(255,255,255,0.30);
	background-color: rgba(0,0,0,0.25);
	border-radius: 15px 15px 0px 0px;
	padding: 15px
}
#tablegallery1 {
	padding: 15px 0 15px 0;
}

.atisubframe {
	width: 100%;
	display: flex;
	margin: 0px;
}

.tableFrame_Main {
	display: flex;
	position: relative;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.tableFrame_SubL {
	position: relative;
	top: 0;
	left: 0;
	display: inline;
	width: 100%;
}

.tableFrame_Underlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	background-color: #AAAAAA;
}
.tableFrame_UnderlayChild {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	font-size: 42px;
	color: #CCCCCC;
}
.tableFrame_hardscroll{
	display: none;
	flex-direction: column;
	justify-content: space-around;
	position: relative;
	text-align: center;
	min-width: 40px;
	max-width: 60px;
	width: 10%;
	background-color: #333333;
	z-index: 4;
	padding: 32px 0;
	margin: -22px 0;
	border-radius: 26px;
	transition: all 0.3s linear;

}
.tableFrame_tail {
	z-index: 3;
	min-height: 40px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #EEEEEE;
	font-size: 13px;
	letter-spacing: 8px;
	color:rgba(100,100,100,0.30);
	width: 100%;
	padding: 6 0px;
	margin-top: -28px;
	margin-bottom: 0px;
	transition: all 0.5s linear;
}
.tableFrame_tail:hover {
	cursor: pointer;
	color:rgba(120,120,120,1.00);
	transition: all 0.5s linear;
}
.tableFrame_table {
	position: relative;
	z-index: 1;
}
@media (max-width: 1200px){
.tableFrame_hardscroll{
	display: flex;
	}
}

.staffgallery {
	background-color: rgba(185,28,31,0.61);
	width: auto;
	min-height: 650px;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: space-between;
	padding: 12px;
	margin: 0px;
}

.staffgallery_item {
	background-color: rgba(255,255,255,0.5);
	color: #FFFFFFF;
	font-size: 12px;
	border-radius: 12px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 12px;
	margin: 4px;
	min-height: 120px;
	min-width: 360px;
	cursor: pointer;
	transition: all 0.5s linear;
}
h1.staffgallery_item {
	font-size: 54px;
	padding: 2px;
}
.staffgallery_itemLarge {
	background-color: rgba(80,80,80,.9);
	color: #FFFFFFF;
	font-size: 14px;
	border-radius: 12px;
	position: fixed;
	width: 80%;
	height: 80%;
	margin: auto;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 12px;
	min-height: 120px;
	min-width: 360px;
	cursor: pointer;
	transition: all 0.5s linear;
}
