@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans&display=swap');

html {
  background-color: #1e043d;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

body {
  margin-top: 2em;
}

.main {
  background-image: url(../assets/background/bg.png); 
}

.misc {
  background-image: url(../assets/background/bg2.png);
}

.tos {
  background-image: url(../assets/background/bg4.png);
  background-color: #ECE4D1;
}

/*FANCY TEXT SHIT*/
/* custom header font */
@font-face {
  font-family: CharlieType;
  src: url("/assets/fonts/CharlieType.otf");
}

@font-face {
  font-family: CharlieTypeHeavy;
  src: url("/assets/fonts/CharlieType-Heavy.otf");
}

@font-face {
  font-family: Icony;
  src: url("/assets/fonts/IconyV3-Regular.otf");
}

b {
  font-family: CharlieTypeHeavy;
}

/* section */
section {
  border-style: hidden;
  border-width: 5px;
  border-color: #CCC9FF;
  border-radius: 15px;
  padding: 10px 30px;
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  text-align: center;
}

section img {
  max-width: 100%;
}


/* BODY SHIT */
body h1 {
  color: white;
  text-align: center;
  font-family: CharlieType, Josefin Sans, Arial, sans-serif;
  font-size: 65px;
  margin: 5px auto;
  width: 100%;
}

.tos body h1 {
  color: black;
  font-size: 45px;
  margin: 50px auto 10px;
}

body h2 {
  color: white;
  text-align: center;
  font-family: Josefin Sans, Arial, sans-serif;
  font-size: 30px;
  margin: 1px auto 10px;
  width: 100%;
  line-height: -20px;
}

.tos body h2 {
  color: black;
}

body h3 {
  color: white;
  text-align: center;
  font-family: Josefin Sans, Arial, sans-serif;
  margin: 25px auto;
  width: 100%;
  line-height: 5px;
}

.tos body h3 {
  color: black;
}

body p, li, label {
  color: #CCC9FF;
  text-align: center;
  font-family: Josefin Sans, Arial, sans-serif;
  font-weight: 300;
  font-size: 23px;
  margin: auto auto 30px;
  width: 100%;
  line-height: 36px;
}


body li {
  margin: 10px;
}

.tos body p, li {
  color: black;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  margin: 20px auto;
}

body a {
  color: #8464CF;
  text-decoration: none;
}

body a:hover {
  color: white;
  text-decoration: none;
}

.tos body a {
  color: #8633D6;
}

.tos body a:hover {
  color: #8633D6;
  text-decoration: underline;
}

body e {
  color: white;
}

body bottom {
  font-family: CharlieType, Josefin Sans, Arial;
  font-size: 20px;
}

/* links */
.links {
  font-family: Icony;
  font-size: 80px;
  border-width: 2px;
  border-color: transparent;
  border-style: solid;
  padding: 0.5px;
  transition: all .2s ease-in-out
}

.links:hover {
  border-width: 10px;
  color: white;
}

.nav {
	color: #8464CF;
	text-decoration: none;
	border-width: 2px;
	border-color: transparent;
	border-style: solid;
	padding: 0.5px;
	transition: all .2s ease-in-out;
	font-size: 23px;
}

.nav:hover {
	color: #1A1527;
	text-decoration: none;
	border-width: 5px;
	border-color: #8464CF;
	border-style: solid;
	border-radius: 10px;
	background-color: #8464CF;
	transform: scale(1.3);
}

/* button */
.beegbutton {
  border-radius: 20px;
  display: inline-block;
  padding: 10px;
  font-family: Josefin Sans, Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  background-color: #8464CF;
  color: #1A1527;
  cursor: pointer;
  transition: all .2s ease-in-out
}

.beegbutton:hover {
  border-radius: 20px;
  border-color: #1A1527;
  transform: scale(1.15);
  background-color: #1A1527;
  color: white;
}

.tos .beegbutton {
  color: white;
  background-color: #8633D6;
}

.tos .beegbutton:hover {
  color: #8633D6;
  background-color: black;
}
