body,
html {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	background-color: #c5ade9
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url(../images/back.webp);
	background-size: cover;
	height: 100px;
	color: #450060;
	text-align: center
}

header .logo {
	margin-left: 20px
}

header .title {
	flex-grow: 1
}

header .header-image {
	margin-right: 20px
}

#main-menu {
	display: block;
	background-color: #450060;
	display: flex;
	width: 100%;
	height: 40px;
	align-items: center
}

#main-menu a {
	text-decoration: none;
	color: #f6e0fe;
	font-size: 18px
}

#main-menu a.active {
	color: #ffd801
}

#main-menu a:hover {
	color: #ffd801
}

nav {
	display: flex;
	justify-content: center
}

nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex
}

nav ul li {
	padding: 14px 10px
}

nav ul li a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px
}

.content-wrapper {
	display: flex;
	margin: 0px;
	margin-top: 10px;
	background-color: #c5ade9
}

.sidebar {
	width: 120px;
	background: #450060;
	padding: 20px;
	margin-right: 15px;
	margin-top: 15px;
}

.age-menu {
	width: 120px
}

.age-header {
	font-weight: 700;
	color: #ffd801;
	font-size: 17px
}

.age-option {
	font-size: 15px;
	cursor: pointer;
	margin-bottom: 7px;
	color: #fff
}

#age-options-dropdown {
	display: block
}

.age-select-form {
	display: none
}

#age-select {
	padding: 5px;
	margin-top: 15px;
	font-size: 14px;
	background-color: #450060;
	color: #fff;
	border-color: #450060;
	display: flex;
	justify-content: center
}

.tags-container {
	width: 120px
}

.popular-tags-container {
	width: 120px
}

.white-space {
	height: 10px
}

.tags-page .age-select-form {
	display: none
}

.tags-header {
	margin-top: 10px;
	font-weight: 700;
	font-size: 17px;
	color: #ffd801
}

#tags-list {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px
}

.tag-numeric {
	font-weight: 700;
	font-size: 1.5em;
	color: #450060;
	margin-top: 0;
	margin-bottom: 15px;
	padding-top: 5px
}

.tag-row {
	display: flex;
	gap: 10px;
	flex-wrap: wrap
}

.tag-row .tag {
	font-size: 16px;
	color: #450060
}

.tag-letter {
	font-weight: 700;
	font-size: 1.5em;
	color: #450060;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top: 1px solid #450060;
	padding-top: 20px
}

.tag {
	font-size: 15px;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 7px;
	color: #fff
}

.main-content {
	flex-grow: 1
}

footer {
	background-color: #333;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	position: fixed;
	bottom: 0;
	width: 100%
}

.cams-container {
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;

	margin-top: 15px;
}

.cam-item {
	margin: 0;
	margin-bottom: -5px
}

.image-container {
	position: relative;
	display: inline-block;
	margin-right: 0;
	overflow: hidden;
	width: 335px;
	height: 258px;
	margin-right: 4px;
	margin-bottom: 4px;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
	transition: transform 0.5s ease-in-out
}

.image-container:hover img {
	transform: scale(1.2)
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	background-color: rgb(0 0 0 / .7);
	padding: 5px 10px;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 50px
}

.overlay p {
	margin: 0;
	font-size: 14px
}

.overlay .username {
	font-weight: 700;
	color: #ff0;
	margin-bottom: 2px
}

.overlay .details {
	font-size: 14px
}

.image-container:hover .overlay {
	opacity: 1
}

.load-more-container {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	margin: 25px
}

footer {
	position: relative;
	width: 100%
}

#loadMore {
	background-color: #450060;
	color: #fff;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 10px 2px;
	cursor: pointer;
	border-radius: 5px;
	margin: 10px
}

.back-to-tags {
	background-color: #450060;
	color: #fff;
	border: none;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 10px 2px;
	cursor: pointer;
	border-radius: 5px
}

header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.title {
	text-align: left;
	padding: 25px;
	font-size: 7px
}

.title-mobile {
	display: none
}

.hamburger-menu {
	display: none;
	flex-direction: column;
	cursor: pointer;
	margin: 10px;
	padding: 10px
}

.hamburger-menu span {
	height: 3px;
	width: 25px;
	background-color: #450060;
	margin: 4px 0;
	transition: 0.4s
}

.menu-items {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center
}

.menu-items li {
	margin: 0;
	padding: 10px 0
}

.menu-items a {
	text-decoration: none;
	color: #333;
	background-color: #fff0
}

.nav-mobile {
	display: none
}

.preloader {
	position: fixed;
	top: calc(150px + 20px);
	left: 50%;
	transform: translateX(-50%);
	z-index: 1000;
	display: block
}

.preloader .spinner {
	width: 50px;
	--b: 8px;
	aspect-ratio: 1;
	border-radius: 50%;
	padding: 1px;
	background: conic-gradient(#0000 10%, #f03355) content-box;
	-webkit-mask: repeating-conic-gradient(#0000 0deg, #000 1deg 20deg, #0000 21deg 36deg), radial-gradient(farthest-side, #0000 calc(100% - var(--b) - 1px), #000 calc(100% - var(--b)));
	-webkit-mask-composite: destination-in;
	mask-composite: intersect;
	animation: l4 1s infinite steps(10)
}

@keyframes l4 {
	to {
		transform: rotate(1turn)
	}
}

.hamburger-menu {
	display: none
}

@media screen and (max-width:870px) {
	.hamburger-menu {
		display: flex
	}

	.nav-mobile {
		display: block;
		width: 100%
	}

	.menu-items {
		display: none;
		flex-direction: column;
		background-color: #c5ade9;
		width: 100%;
		align-items: center
	}

	.menu-items.show {
		display: flex
	}

	.menu-items a {
		color: #450060;
		padding: 10px;
		font-weight: 700
	}

	#main-menu {
		display: none
	}

	.sidebar {
		display: none
	}

	.title {
		display: none
	}

	.logo img {
		max-width: 75%;
		margin: 0
	}

	header .logo {
		margin-left: -20px
	}

	.header-image img {
		max-width: 75%
	}

	.age-select-form {
		display: flex;
		justify-content: center
	}

	.show-age-select .age-select-form {
		display: flex;
		justify-content: center
	}
}

@media screen and (max-width:1080px) {
	.title {
		display: none
	}

	.title-mobile {
		display: block;
		font-size: 7px;
		color: #ffd801;
		padding: 5px;
		padding-left: 10px;
		padding-right: 10px;
		justify-content: center;
		background-color: #450060;
		margin-bottom: 10px
	}

	.preloader {
		position: fixed;
		top: calc(220px + 10px);
		left: 50%;
		transform: translateX(-50%);
		z-index: 1000;
		display: block;
		margin-bottom: 25px
	}
}

.purple-footer {
	background-color: #450060;
	color: #fff;
	padding: 10px;
	font-family: Arial;
	line-height: 2em;
	text-align: center;
	width: 100%;
	box-sizing: border-box
}

.footerlinks {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}

.footerlinks a {
	color: #ffd801;
	font-weight: 700;
	margin: 15px
}

.banner {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto
}

@media screen and (max-width:770px) {
	.banner {
		width: 100%;
		max-width: 100%
	}
}