@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
@import url("https://unpkg.com/movement.css/movement.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400;700&display=swap');


html, body {
  height: 100%;
  width: 100%;
	background: var(--bgp);
	color: var(--txt);
	word-wrap: break-word;
	padding: 0px;
	margin: 0px;
	scroll-behavior: smooth;
}

* {
	font-family: 'Noto Sans', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6, h1b {
	color: var(--txt);
  text-align: center;
}

p, span {
	color: var(--txt);
  text-align: center;
  margin-top: 10px;
}

a {
  color: var(--a);
  text-decoration: none;
}

#close-button-1 {
  position: relative;
  z-index: 99998;
  top: 40px;
  right: 10px;
  font-size: 20px;
  background-color: transparent;
  border: none;
}

.light {
	--accent-color: #0B6FE1;
	--accent-color-hover: #0020c2;
	--shadow: rgba(0 0 0 / 10%);
  --bgp: #FAFAFA;
	--bgs: #1AB4B4;
  --tc:  #d6d6d6;
	--txt: #000F0A;
	--txtd: #FFF0F5;
	--nav: #EBEBEB;
  --bgsc: #000F0A;
  --a: #0020c2;
}

.dark {
  --accent-color: #FFF0F5;
	--accent-color-hover: #d4d4d4;
  --bgp: #080D0D;
	--bgs: #e54b4b;
  --tc:  #383838;
	--txt: #FFF0F5;
	--txtd: #FFF0F5;
	--nav: #141414;
  --bgsc: #FFF0F5;
  --a: #4666FF;
}

.icons .inner ion-icon:hover {
	background: var(--tc) !important;
}

.theme {
  position: absolute;
	font-size: 30px;
  margin-top: 6px;
	cursor: pointer;
	color: var(--accent-color);
	transition: 0.3s;	
  /*top: 10px;*/
  right: 20px;
}

.theme:hover {
	transform: scale(1.1);
	color: var(--accent-color-hover);
}

.theme.rotated {
	transform: rotate(-180deg);
}

.theme.rotated:hover {
	transform: rotate(-180deg) scale(1.1);
}

h1, {
  text-align: center;
}

h1b {
  text-align: center;
  font-size: 20px;
}

#wrapper {
	padding: 1em;
	margin-top: 2.5em;
}

.content {
	border-radius: 2em;
	border: solid var(--bgsc);
	text-align: left;
	padding: 1em;
	width: 70%;
	margin: 0 auto;
	margin-bottom: 1.5em;
  overflow-y: hidden;
}

nav {
	background: var(--nav);
  height: fit-content;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0.4em;
	text-align: center;
	position: fixed;
  display: flex-wrap;
  align-items: space-around;
	z-index: 1;
  border-bottom: solid var(--bgsc);
}

nav a {
	text-decoration: none;
	color: var(--txt);
	margin-right: 2em;
	margin-left: 1em;
}

nav i {
vertical-align: middle;
}

i {
	font-size: 1em;
	color: var(--txt);
}

.social {
	font-size: 26px;
	margin-right: 0em;
	color: var(--txt);
}

.social:hover {
	animation: spin 0.5s ease-in-out;
	display: inline-block;
}

.pfp:hover {
	animation: spin 1s ease-in-out;
	display: inline-block;
}

.icon:hover {
	animation: spin 0.5s ease-in-out;
	display: inline-block;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.icon {
	width: 2em;
	height: auto;
	margin-right: 0.4em;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pfp {
  margin-bottom: 40px;
  margin-top: 40px;
  scale: 200%;
}

img {
width: 100px;
height: auto;
}

hr {
margin-top: -10px;
height: 0.2em;
width: 10rem; 
border-radius: 2em;
background: var(--txt);
border: none;
}

.intro {
text-align: center;
margin-top: 7vh;
}

.overlay {
  position: absolute;
  user-select: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
	border-radius: 2em;
}

.img-cell:hover .overlay {
  opacity: 1;
  animation: bounce;
  animation-duration: 2s;
  cursor: pointer;
}

.overlay p {
  color: var(--txtd);
  font-size: 1rem;
  text-align: center;
  padding: 0.5em;
}

.overlay {
  border-radius: 3em;
}

.imagecontainer {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  overflow: hidden;
}

.img-table {
  display: flex;
  flex-wrap: wrap;
  align-content: justify;
}

.img-cell {
  position: relative;
  margin: 10px;
  text-align: center;
}

.img-cell img {
  width: 250px;
  height: auto;
  display: inline-block;
	border-radius: 3.342069em;
}

.img-cell2 img {
  width: 100%;
  max-width: 250px;
  height: auto;
  scale: 110%;
  padding-left: 10px;
  margin-top: 5px;
  display: inline-block;
	border-radius: 3.342069em;
}

.img-cell3 img {
  width: 100%;
  max-width: 250px;
  height: auto;
  scale: 110%;
  padding-left: 10px;
  margin-top: 5px;
  margin-left: 10px;
  display: inline-block;
	border-radius: 3.342069em;
}

footer {
	background: var(--nav);
	width: 100%;
	top: 0;
	left: 0;
	padding-bottom: 1em;
	text-align: center;
	position: end;
  display: flex-wrap;
  align-items: center;
	z-index: 1;
}
