@import url('https://fonts.googleapis.com/css?family=Cinzel|Nunito&display=swap');

html,body {
	background: linear-gradient(84deg, #0c5357 0%, #550857 100%);
	font-family: 'Nunito', sans-serif;
	COLOR: #ffffff;
	FONT-SIZE: 0.73vw;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	overflow-y: show;
	cursor: default;
	margin: auto;
	margin-top: 0.25vw;
}

input,
textarea,
button,
select,
div,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-webkit-scrollbar {
width: 0.2vw;
}

::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px black; 
border-radius: 1vw;
}

::-webkit-scrollbar-thumb {
background: rgb(35, 35, 35); 
border-radius: 1vw;
}

::-webkit-scrollbar-thumb:hover {
background: rgb(50, 50, 50); 
}

DIV,TH,TD,P,INPUT,SELECT,TEXTAREA,TT {
    font-family: 'Nunito', sans-serif;
    COLOR: #ffffff;
    FONT-SIZE: 2vw;
	font-weight: 100;
	line-height: 200%;
}

A:link {
    COLOR: #fff;
    TEXT-DECORATION: none;
	font-weight: 600;
	letter-spacing: 0.2em;
	font-size: 3.65vw;
}

A:visited {
    COLOR: #fff;
    TEXT-DECORATION: none;
	font-weight: 500;
	letter-spacing: 0.2em;
}

A:hover {
	letter-spacing: 0.2em;
}

A:active  {
    COLOR: #fff;
    TEXT-DECORATION: none;
	letter-spacing: 0.2em;
}

H1 {
    FONT-SIZE: 15vw;
    font-family: 'Cinzel', serif;
}

.divTable{
	display: table;
	width: 100vw;
	border-spacing: 0vw;
	padding: 0px;
	position: sticky;
	z-index: 0;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	display: table-header-group;
}

.divTableCell, .divTableHead {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.divTableHeading {
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

div.full {
	clear: both;
	float: left;
	width: 100vw;
	position: fixed;
	z-index: 9998;
	height: 5vw;
}

div.full2 {
	clear: both;
	float: left;
	width: 100vw;
	position: fixed;
	z-index: 9999;
	height: 5vw;
}

div.back-top {
	width: 100vw;
	position: fixed;
	background: linear-gradient(to left, rgba(0, 0, 0, 75%) 1%, rgba(0, 0, 0, 25%) 100%);
	height: 13vw;
	z-index: 9997;
	margin-top: -0.5%;
}

div.link {

}

div.link:hover {

}

div.link:active {

}








.topnav {
	overflow: hidden;
	line-height: 5vw;
	border-left: 0vw solid rgba(0, 0, 0, 0%);
	border-right: 0vw solid rgba(0, 0, 0, 0%);
	border-top: 0vw;
	border-bottom: 0vw;
	padding: 0px;
	display: inline-block;
	text-shadow: 0.15vw 0.15vw #000;
	background: rgba(0, 0, 0, 0);
	display: block;
	margin-left: 1.45vw;
	height: 10vw;
	width: 96vw;
	margin-top: 7vw;
	text-transform: lowercase;
}

.topnav a {
	float: left;
	display: block;
	text-align: center;
	position: center;
	margin: auto;
	padding-right: 2.5vw;
	padding-left: 2.75vw;
	padding-top: 0.5vw;
	padding-bottom: 0.5vw;
	font-size: 3vw;
	cursor: pointer;
	border-left: 0.2vw solid #fff;
}

.topnav a:hover {
	background: none;
	margin-top: 0.2vw;
	color: #12d6df;
}

.topnav a:active {
	background: none;
	color: #f70fff;
}

.topnav-end {
	border-radius: 0vw 2vw 2vw 0vw;
}

.topnav a.menubar {
	border: 0px solid #fff;
	padding-right: 2vw;
	width: 2vw;
	margin-right: 89vw;
}

.topnav a.menubar:hover {
	background: none;
	margin-bottom: 0vw;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav div:not(:first-child) { display: none; }
  .topnav .icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive { position: relative; }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive div {
    float: none;
    display: block;
    text-align: left;
  }
}











@media screen and (min-width: 800px) {
	
	html,body {
		// background: url("images/background.webp") no-repeat center 20%;
		background-size: cover;
		background-attachment: fixed;
	}
	
	div.enclv {
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		position: relative;
		font-size: 10vw;
		font-family: 'Cinzel', serif;
		text-align: center;
		margin: auto;
		background: rgb(247,15,255);
		background: linear-gradient(90deg, rgba(247,15,255,1) 35%, rgba(18,214,223,1) 65%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 1;
		-webkit-text-stroke: 0.07vw black;
		text-shadow: -5px 0 transparent, 0 5px transparent, 5px 0 transparent, 0 -5px transparent;
		letter-spacing: 2vw;
	}
	
	div.shadow {
		width: 100%;
		height: 22vw;
		line-height: 21vw;
		position: relative;
		font-size: 21vw;
		font-family: 'Cinzel', serif;
		text-align: center;
		margin: auto;
		color: rgba(0, 0, 0, 0.35);
		margin-left: 0.35vw;
		margin-top: -21.5vw;
		z-index: 0;
	}
	
	div.text {
		width: 87vw;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 2vw;
		font-weight: 100;
		font-family: 'Cinzel', serif;
		line-height: 3vw;
		vertical-align: top;
		margin: auto;
		margin-top: -2vw;
		margin-bottom: 3vw;
		background-color: #000;
		background: linear-gradient(to left, rgba(0, 0, 0, 75%) 0%, rgba(0, 0, 0, 25%) 100%);
		border-top: 0vw;
		border-bottom: 0vw;
		border-radius: 25px;
		display: block;
		padding: 3vw;
		color: #fff;
		text-shadow: 0.15vw 0.15vw #000;
	}
	
	.topnav a.active {
		border-left: 0px solid #fff;
		color: #f70fff;
		margin-left: 0px;
	}

}
@media screen and (min-width: 0px) and (max-width: 799px) and (orientation: portrait) {

	
	html,body {
		// background: url("images/background.jpeg") no-repeat center 20%;
		background-color: linear-gradient(84deg, #0c5357 0%, #550857 100%);
		background-size: cover;
		background-attachment: fixed;
	}

	div.enclv {
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		position: relative;
		font-size: 10vw;
		font-family: 'Cinzel', serif;
		text-align: center;
		margin: auto;
		background: rgb(247,15,255);
		background: linear-gradient(90deg, rgba(247,15,255,1) 35%, rgba(18,214,223,1) 65%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 1;
		-webkit-text-stroke: 0.07vw black;
		text-shadow: -5px 0 transparent, 0 5px transparent, 5px 0 transparent, 0 -5px transparent;
		letter-spacing: 2vw;
	}
	
	div.shadow {
		width: 100%;
		height: 22vw;
		line-height: 21vw;
		position: relative;
		font-size: 21vw;
		font-family: 'Cinzel', serif;
		text-align: center;
		margin: auto;
		color: rgba(0, 0, 0, 0.35);
		margin-left: 0.35vw;
		margin-top: -21.5vw;
		z-index: 0;
	}
	
	div.text {
		width: 89vw;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 3vw;
		font-weight: 100;
		font-family: 'Cinzel', serif;
		line-height: 5vw;
		vertical-align: top;
		margin: auto;
		margin-top: -2vw;
		margin-bottom: 4vw;
		background: linear-gradient(to left, rgba(0, 0, 0, 75%) 0%, rgba(0, 0, 0, 25%) 100%);
		border-top: 0vw;
		border-bottom: 0vw;
		border-radius: 25px;
		display: block;
		padding: 3vw;
		text-shadow: 0.15vw 0.15vw #000;
	}
	
	.topnav a.active {
		border-left: 0px solid #fff;
		color: #f70fff;
		margin-left: 8vw;
	}
	
}
@media screen and (min-width: 0px) and (max-width: 799px) and (orientation: landscape) {
	
	html,body {
		// background: url("images/background.jpeg") no-repeat center 20%;
		background-color: linear-gradient(84deg, #0c5357 0%, #550857 100%);
		background-size: cover;
		background-attachment: fixed;
	}

	div.enclv {
		width: 100%;
		height: 10vw;
		line-height: 10vw;
		position: relative;
		font-size: 10vw;
		font-family: 'Cinzel', serif;
		text-align: center;
		margin: auto;
		background: rgb(247,15,255);
		background: linear-gradient(90deg, rgba(247,15,255,1) 35%, rgba(18,214,223,1) 65%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		z-index: 1;
		-webkit-text-stroke: 0.07vw black;
		text-shadow: -5px 0 transparent, 0 5px transparent, 5px 0 transparent, 0 -5px transparent;
		letter-spacing: 2vw;
	}
	
	div.shadow {
		width: 100%;
		height: 22vw;
		line-height: 21vw;
		position: relative;
		font-size: 21vw;
		font-family: 'Cinzel', serif;
		text-align: center;
		margin: auto;
		color: rgba(0, 0, 0, 0.35);
		margin-left: 0.35vw;
		margin-top: -21.5vw;
		z-index: 0;
	}
	
	div.text {
		width: 87vw;
		text-align: center;
		letter-spacing: 0.2em;
		font-size: 2vw;
		font-weight: 100;
		font-family: 'Cinzel', serif;
		line-height: 3vw;
		vertical-align: top;
		margin: auto;
		margin-top: -2vw;
		margin-bottom: 3vw;
		background-color: #000;
		background: linear-gradient(to left, rgba(0, 0, 0, 75%) 0%, rgba(0, 0, 0, 25%) 100%);
		border-top: 0vw;
		border-bottom: 0vw;
		border-radius: 25px;
		display: block;
		padding: 3vw;
		color: #fff;
		text-shadow: 0.15vw 0.15vw #000;
	}
	
	.topnav a.active {
		border-left: 0px solid #fff;
		color: #f70fff;
		margin-left: 8vw;
	}

}