/*CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* width */
::-webkit-scrollbar {
  width: 0.75vw;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(76, 82, 94);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(60, 65, 73);
}

.animation{
	animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0.1; }
    to   { opacity: 1; }
}

a, a:visited, a:active{
	color: white;
	text-decoration: none;
}

a:hover, #toTopBtn:hover{
	background: rgba(37, 42, 51, 0.9);
}

/*Defining html and body parameters*/
html, body{
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
	width: 100%;
	min-height: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background: black;
	overflow-x: hidden;
}

.wrapper{
	width: 100%;
	height: inherit;
	margin: 0 auto;
	display: block;
	background: black;
}

#sidePanel{
	display: none;
	position: sticky;
	width: 5vw;
	height: 10vw;
	margin: 0;
	float: left;
	top: 1vw;
	left: 0.8vw;
	z-index: 100;
}

#sidePanel img{
	height: 5vw;
	width: 5vw;
	top: 0;
	box-shadow: 0px 0px 6vw rgb(38, 24, 30);
}

#sideBar{
	display: none;
	position: relative;
	width: inherit;
	height: 100%;
	top: -15vw;
	left: 0vw;
}

#sideBar li{
	display: block;
	position: relative;
	top: 20vh;
	right: 5.3vw;
	width: 15vw;
	height: 5vw;
	margin: 13vh auto;
	text-align: center;
	-webkit-transform: rotate(-80deg);
	font-size: 4vw;
}

#sideBar a{
	left: 10vh;
	position: absolute;
	width: auto;
	height: auto;
	border: 1vw;
	top: 1.5vw;
	font-family: 'VT323', monospace;
	font-size: 2.5vw;
}

header{
	position: absolute;
	display: block;
	width: 100%;
	height: 10%;
	min-height: 70	px;
	z-index: 100;
}

.indexbtn{
	position: relative;
	display: block;
	width: 80%;
	height: 10vw;
	border: 1vw solid transparent;
	background: rgba(35, 36, 38, 0.95) url("Resources/Header.svg") center no-repeat;
	box-shadow: 0px 5px 15px rgba(38, 24, 30, 0.8);
}

.indexbtn:hover{
	background: rgba(37, 42, 51, 0.85) url("Resources/HeaderActive.svg") center no-repeat;
}

nav{
	display: none;
	position: relative;
	top: 10px;
}

nav ul, #options ul{
	list-style-type: none;
	width: 80%;
}

nav li{
	display: block;
	float: left;
	width: 33.333%;
}

nav li a{
	font-family: 'VT323', monospace;
	font-size: 3vw;
	display: block;
	position: relative;
	width: 60%;
	height: inherit;
	margin: auto;
	text-align: center;
	box-shadow: 0px 5px 10px rgba(38, 24, 30, 0.6);
}

.aboutbtn{
	background: rgba(35, 36, 38, 0.9) url() center no-repeat;
}

.gallerybtn{
	background: rgba(35, 36, 38, 0.9) url() center no-repeat;
}

.socialbtn{
	background: rgba(35, 36, 38, 0.9) url() center no-repeat;
}

#hamburger {
  display: block;
	position: absolute;
  cursor: pointer;
	width: 10vw;
	height: 10vw;
	top: 20px;
	right: 5%;
}

#hamburger img{
	height: 10vw;
	-webkit-transform: scaleX(-1);
}

#options{
	display: none;
	position: absolute;
	width: 25vw;
	right: 0;
}

#options ul{
	text-align: right;
	width: 100%;
}

#options li{
	font-size: 7vw;
	margin: 5vh auto;
}

#options a{
	box-shadow: 0px 5px 10px rgba(38, 24, 30, 0.6);
}

#content{
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	background: black url("Resources/GlitchBeachBG.png") top no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow-y: auto;
	overflow-x: hidden;
}

#contentstart{
	position: relative;
	width: 90%;
	height: auto;
	margin: 0 auto;
	top: 230px;
}

.darkbg{
	background: rgba(31, 34, 38, 0.9);
}

#greeting, #thanks{
	font-size: 1em;
	display: block;
	position: relative;
	width: 50%;
	height: 30%;
	top: 10vh;
	margin: 0 auto;
	text-align: center;
}

#greeting{
	-webkit-transform: rotate(-7deg);
}

#textvalidator{
	display: block;
	position: relative;
	width: 30%;
	min-width: 370px;
	height: 30%;
	border: 1vw solid transparent;
	top: 30vh;
	right: 0;
	margin: 0 auto;
}

#input1{
	font-family: 'Oswald', sans-serif;
	font-size: 0.75em;
	width: 70%;
}

#input2{
	color: white;
	font-family: 'Oswald', sans-serif;
	font-size: 0.75em;
	width: 20%;
	background: rgba(37, 42, 51, 0.85);
	border: 0;
}

#aboutMe{
	font-size: 1.2em;
	display: block;
	position: relative;
}

#aboutMe1{
	font-size: 1.2em;
	display: block;
	position: relative;
	text-align:left;
	float: right;
}

#sexyMe{
	display: block;
	position: relative;
	width: 9em;
	z-index: 50;

}

.main-carousel{
	display: none;
	width: 900px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	top:0;
}

.caruoselimg{
	display: inline-block;
	position: relative;
	width: 900px;
}

.gallery{
	display: block;
	position: relative;
	width: 70%;
	min-height: 500px;
	height: auto;
	margin: 20px auto;
	background: rgba(31, 34, 38, 0.9);
	border: 1vw solid transparent;
	box-shadow: 0px 5px 10px rgba(38, 24, 30, 0.6);
}

.title{
	color: rgba(31, 34, 38, 0.9);
	font-family: font-family: 'Staatliches', cursive;
	font-size: 1em;
	width: 70%;
	height: auto;
	margin: 0 auto 4px auto;
	text-align: center;
	background: white;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

.column {
  flex: 25%;
  max-width: 25%;
}

.imgcontainer{
	position: relative;
	width:100%;
	height: auto;
}

.column img {
  margin: 4px auto;
  vertical-align: middle;
	width: 96%;
	box-shadow: 0px 5px 10px rgba(38, 24, 30, 0.6);
}

.caption{
	display: block;
	position: absolute;
	font-size: 00.8em;
	text-align: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	opacity: 0;
	background: rgba(37, 42, 51, 0.85);
	text-align: center;
}

.caption:hover{
	opacity: 1;
}

.socials{
	width: 35%;
	min-width: 340px;
	min-height: 100px;
}

.sociallink{
	color: black;
	font-size: 1.75em;
	border-radius: 1vw;
	position: relative;
	height: 6vw;
	min-height: 70px;
	margin: 10px;
	box-shadow: 0px 0px 1vw rgba(29, 36, 48, 0.7);
}

#Logo{
	float: left;
	padding: 0.5vw;
	width: 5vw;
	min-width: 50px;
	height: 5vw;
	min-height: 50px;
}

#igPlug{
	font-family: Lobster;
}

#DiscordPlug{
	font-family: 'Roboto Condensed';
}

.faq{
	font-size: 0.75em;
	display: none;
	position: relative;
	float: right;
	width: 40%;
	border: 1vw solid transparent;
}

.faq div{
	margin: 50px 0;
}

.instagram-media{
	display: none;
	position: relative;
	clear: left;

	top: 50px;
}

#filler{
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
}

#toTopBtn{
	position: relative;
	display: none;
	width: 5vw;
	min-width: 50px;
	min-height: 50px;
	height: 5vw;
	float: right;
	top: 87vh;
	right: 1vw;
	background: none;
	border: none;
}

footer{
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
}

footer img{
	position: fixed;
	width: 30vw;
	bottom: -13vh;
	left: -5vw;
}

@media screen and (min-width: 480px){
	html,body{
		font-size:
	}

	header{
		width: 100%;
	}

	#content{
		width: 100%;
		left: 0;
	}

  .column {
    flex: 100%;
    max-width: 100%;
  }

	.tablet{
		display: none;
	}

	.desk{
		display: none;
	}

}

@media screen and (min-width: 720px){

	html, body{
		font-size: 30px;
	}

	#aboutMe{
		left: 0px;
		text-align: right;
		float: left;
		margin: 0 0 0 60px;
	}

	#sexyMe{
		left: -25px;
	}

	#aboutMe1{
		top: -350px;
		right: 0px;
		margin: 0 60px 0 0;
	}

	.column {
    flex: 50%;
    max-width: 50%;
  }

	.main-carousel{
		display: block;
	}

	.tablet{
		display: block;
	}

	.socials{
		float: left;
	}

	.instagram-media{
		display: block;
	}
}

@media screen and (min-width: 1280px){
	#content{
		width: 86%;
		left: 7%;
	}

	header{
		width: 50%;
		height: 20vh;
		top: 10px;
		left: 25%;
	}

	.indexbtn{
		width: 30vw;
		height: 3vw;
		margin: auto;
	}

	nav{
		display: block;
		top: 5vh;
	}

	nav ul{
		width: 50vw;
		margin: auto;
		height: 2vw;
	}

	nav li{
		width: 33.333%;
		height: 3.3vw;
	}

	#sidePanel{
		display: block;
	}

	#hamburger{
		display: none;
	}

	.column {
    flex: 25%;
    max-width: 25%;
  }

	.desk{
		display: block;
	}

	.faq{
		display: block;
	}

	footer{
		display: block;
	}
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: rgba(31, 34, 38, 0.9);
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
