@font-face {
  font-family: quint;
  src: url(Fonts/Quintessential-Regular.ttf);
}

body {
				background-position: center;
				background-attachment: fixed;
				background-repeat: no-repeat;
				backdrop-filter: blur(5px);
				background-size: cover;
				overflow-y: hidden;
				overflow-x: hidden;
				margin: 0px;
			}
			::-webkit-scrollbar {
				width: 10px;
			}
			::-webkit-scrollbar-track {
				background: #E2E0C0; 
			}
			::-webkit-scrollbar-thumb {
				background: #FFE39C; 
			}
			::-webkit-scrollbar-thumb:hover {
				background: #555; 
			}

p {
  /* font-family: quint; */
}

a {
  text-decoration: none; /* remove underlines */
  color: inherit;        /* keep the text color of children */
}

a p {
  text-decoration: none; /* ensure paragraphs don’t get underlined */
  color: inherit;        /* use parent or div color */
}

.space {
	
}

.ribbon {
	background-color: #B1D4E0;
	height: 100px;
	width: 100%;
	display: flex;
	z-index: 999;
}

.pager {
	height: 100px;
	display: flex;
	gap: 10px;
}

.menus {
	height: 100px;
	display: flex;
	flex: auto;
	justify-content: space-evenly;
}

.menu-item {
	height: 100px;
	position: relative;
	display: inline-block;
	text-align: center;
}

.drop-menu {
	position: absolute;             
	display: none;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	background: #A1D7CF;
	line-height: 40px;
	z-index: 99;
	text-align: center;
	margin: 0px;
	padding: 10px;
}

.selection-div {
	background: #FFF7DE;
	margin: 5px;
	width: 200px;
}

.menu-item:hover .drop-menu {
  display: block;
}

.textbox {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}

.page {
	background-color: #FFF7DE;
	width: 810px;
	height: calc(100vh - 100px);
	margin: auto;
	overflow-y: auto;
	padding: 10px;
	z-index: 0;
}

.frame {
	background-color: #B1D4E0;
	padding: 4px;
	padding-bottom: 10px;
}

.photowall {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 4px;
}

.paddingdiv {
	margin: 5px;
	padding: 5px;
}

#centered {
	text-align: center;
}

#background {
	filter: blur(35px);
}

#title {
	font-size: 40px;
}

#menu-text {
	font-size: 25px;
}

#submenu-text {
	font-size: 20px;
	text-decoration-line: none;
	color: #000000;
}

#div-ref {
	margin: 0px;
	padding: 0px;
}

#visible-link {
	color: #27C4C7;
}

#portrait-image {
    transform: rotate(90deg);
    transform-origin: top left;
}

#right {
	float: right;
	display: inline-block;
	overflow: hidden;
	margin: 20px;
}

#double {
	grid-column-start: 1;
	grid-column-end: 3;
}

#socials-bar {
	height: 80px;
	width: 800px;
	display: flex;
	flex: auto;
	justify-content: space-evenly;
}

#left {
	float: left;
	display: inline-block;
	overflow: hidden;
	margin: 20px;
}
