@charset "utf-8";
/* CSS Document */
header {
}
main {
	max-width: max-content;
	padding: 1.25em;
    background: linear-gradient(167deg, rgba(49,172,161,1) 0%, rgba(25,222,207,1) 64%, rgba(40,195,191,1) 100%);
	margin-right: 2em;
	margin-left: 2em;
	border-radius: 24px;
	box-shadow: 7.5px 7.5px 15px #0d2926,
                -7.5px -7.5px 15px #0d2926;
	border: 1px solid #000000;
	transition: all 0.2s ease;
}
body {
	background-image: url("media/background.png");
	background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
	background-size: cover;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
logo {
	text-align: center;
}
.social {
padding-left: 0.333em;
padding-right: 0.333em;
padding-top: 0.25em;
}
social-container {
	margin-top: 1.25em;
	margin-bottom: 1em;
	display: flex;
    align-items: center;
	max-width: max-content;
	padding-left: 0.333em;
	padding-right: 0.333em;
    background: linear-gradient(167deg, rgba(49,172,161,1) 0%, rgba(25,222,207,1) 64%, rgba(40,195,191,1) 100%);
	margin-right: 2em;
	margin-left: 2em;
	border-radius: 8px;
	box-shadow: 7.5px 7.5px 15px #0d2926,
                -7.5px -7.5px 15px #0d2926;
	border: 1px solid #000000;
	transition: all 0.2s ease;
}
body {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	font-family: 'myriad-pro';
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	font-size: 1.33em;
}
blurple {
	text-shadow:
    0.05em 0.05em 0 #000,
    -0.05em 0.05em 0 #000,
    -0.05em -0.05em 0 #000,
    0.05em -0.05em 0 #000;
	color: #7388d9;
}
h1 {
	font-family: 'adlery-pro-swash';
	font-size: 3.5em;
	font-weight: lighter;
}
h2 {
	font-family: 'myriad-pro';
	font-weight: bolder;
	font-size: 3.5em;
	margin: 0px;
}
h3 {
	font-family: 'myriad-pro';
	font-weight: bold;
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
h4 {
	font-family: 'myriad-pro';
	font-weight: normal;
	font-size: 1.5em;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}
ul.myUL {
  display: inline-block;
  text-align: left;
}
/*Navbar*/
.navbar {
  overflow: hidden;
  background-color: #045959;
  border-radius: 8px;
  background: linear-gradient(167deg, rgba(10,68,63,1) 0%, rgba(33,112,97,1) 64%, rgba(30,121,104,1) 100%);
  box-shadow: 7.5px 7.5px 12.5px #0d2926,
              -7.5px -7.5px 12.5px #0d2926;
  border: 1px solid #000000;
  transition: all 0.2s ease;
  margin: 2em;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 100%;
  color: #ffffff;
  text-align: center;
  padding: 14px 14px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 100%;
  border: none;
  outline: none;
  color: #ffffff;
  padding: 14px 14px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  border-radius: 8px;
  background: #a3003c;
  box-shadow: inset 5px 5px 10px #75002b,
              inset -5px -5px 10px #e30053;
  transition: all 0.2s ease;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  box-shadow: inset 5px 5px 10px #75002b,
              inset -5px -5px 10px #e30053;
  border-radius: 8px;
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  padding: 8px 8px;
  border: 1px solid #000000;
  text-decoration: none;
  display: block;
  text-align: left;
  background: #d1d1d1;
  box-shadow: inset 5px 5px 10px #f7f7f7,
              inset -5px -5px 10px #999999;
  border-radius: 8px;
  transition: all 0.2s ease;
  color: #e30053;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  border-radius: 8px;
  background: #9e9e9e;
  box-shadow: inset 5px 5px 10px #c9c9c9,
              inset -5px -5px 10px #636363;
  transition: all 0.2s ease;
  color: #e30053;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.pfp {
border-radius: 36px;
background: linear-gradient(145deg, #003232, #003c3c);
  box-shadow: 7.5px 7.5px 12.5px #0d2926,
              -7.5px -7.5px 12.5px #0d2926;
border: 1px solid #000000;
transition: all 0.2s ease;
margin: 1.667em;
}
#app {
position: relative;
width: 50%;
height: 450px;
}