@import url("fontawesome-all.min.css");
@import url("fonts.css");
@import url("nav.css");
@import url("foot.css");

/* SECTIONS */
#glow-main #guide {
	background: url("images/overlay.png"), url("../../images/disco_legs.jpg");
	background-size: 256px 256px, cover;
	background-attachment: fixed, fixed;
	background-position: top left, center center;
}


/* UTILS */
.hidden {
	display: none !important;
}
.noselect {
  user-select: none;       /* Standard */
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none;    /* Firefox */
  -ms-user-select: none;     /* IE/Edge */
}
.break {
	border: none;
	height: 1px;
	background-color: #5e5e5e;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	width: 80%;
	margin: 1.5em auto;
}
.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.content {
  flex: 1;
}

/* ELEMENTS */
html {
  height: 100%;
  margin: 0;
}
body {
	height: 100%;
	background-color: #FECCC1;;
	/* background-color: #fce9ff; */
	/* background-color: #FF93C4; */
	margin: 0;
	font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
}
a {
	color: #E13E88;
	&:hover {
		color: #FF1E72;
	}
	-moz-transition: color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
button {
	background-color: #FEAD54;
	color: #fff;
	&:hover {
		background-color: #FFABBD;
		cursor: pointer;
	}
	&:active {
		background-color: #FF1E72;
	}
}
hr {
	border: 0;
	border-top: solid 1px #e5e6e7;
}



details {
	text-align: left;
	/* padding-bottom: 10px; */
	border-top: 1px solid #000;
}

summary {
  font-weight: bold;
	user-select: none;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
}

details summary {
  cursor: pointer;
  position: relative;
  padding-left: 1.5em;
  list-style: none;
	font-weight: bold;
}

details summary:hover {
	background-color: #FF93C4;
}

details summary::before {
  content: "+";
  position: absolute;
  left: 0;
	top: 7.5px;
  font-size: 1.2em;
  line-height: 1;
}

details[open] summary::before {
  content: "−";
}

details[open] details {
  padding-left: 27px;
}

details[open] details summary::before {
  content: "+";
}

details[open] details[open] summary::before {
  content: "-";
}







/* TEXT-BG */
.text-bg {
	background-color: #FECCC1;
	border-radius: 17px;
	padding: 1em;
	margin: 1em;
	max-width: 1900px;
	color: #373737;
}
.text-bg h1, .text-bg h2 {
	margin: 15px 0px;
}
.text-bg h1 {
	text-align: center;
}
.text-bg p {
	/* i dont like this */
	text-indent: 25px;
}
@media screen and (max-width: 736px) {
	.text-bg {
		margin: .5em;
	}
}












/* ABOUT */
#about .text-bg p {
	text-indent: 0px;
}
#about .text-block {
	padding: 0px 25px;
}



































































/*  */
