@charset "utf-8";
/* CSS Document */

.container {
	display: flex;
}

.form-row {
	padding: 10px 0;
	flex: 1;
}

.form-row label {
		padding-right: 10px;
}

.form-row input {
	flex: 1;
}



.column-layout {
	max-width: 1300px;
	background-color: #f4f1de;
	margin: 40px auto 0 auto;
	line-height: 1.65;
	padding: 20px 50px;
	display: flex;
}

.main-column {
	flex: 3;
	order: 2;
}

.sidebar-one {
	flex: 1;
	order: 1;
}

.sidebar-two {
	flex: 1;
	order: 3;
}


.call-outs-container {
	max-width: 1800px;
	margin: 40px auto 0 auto;
}

.call-out {
	padding: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
	width: 30%;
	
}


@media (min-width: 900px) {
	.call-outs-container {
		display: flex;
		justify-content: space-between;
	}
}

.call-out:nth-child(1) {background-color: #6d6875;}
.call-out:nth-child(2) {background-color: #6d6875;}
.call-out:nth-child(3) {background-color: #6d6875;}
.call-out:nth-child(4) {background-color: #6d6875;}
.call-out:nth-child(5) {background-color: #6d6875;}
.call-out:nth-child(6) {background-color: #6d6875;}
.call-out:nth-child(7) {background-color: #6d6875;}
.call-out:nth-child(8) {background-color: #6d6875;}


.fixed-sized-container {
	max-width: 1400px;
	margin: 40px auto 0 auto; 
	background-color: #b392ac;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.fixed-size {
	width: 150px;
	height: 100px;
	background-color: #b7b7a4;
	color: #FFFFFF;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 20px
}

.fixed-size:nth-child(1) {background-image: url("background-color: #735d78; ");}
.fixed-size:nth-child(2) {background-image: url("background-color: #735d78;");}
.fixed-size:nth-child(3) {background-image: url("background-color: #735d78;");}
.fixed-size:nth-child(4) {background-image: url("background-color: #735d78; ");}

.fixed-sized-container2 {
	max-width: 1400px;
	margin: 40px auto 0 auto; 
	background-color: #b392ac;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
}

.fixed-size2 {
	width: 150px;
	height: 100px;
	background-color: #b7b7a4;
	color: #FFFFFF;
	line-height: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 60px;
	margin-bottom: 20px
}

.fixed-size2:nth-child(1) {background-image: url("images/downloadmoth.jfif");}
.fixed-size2:nth-child(2) {background-image: url("images/eri8aa1401ed74a999f0d5f319bf8482ad5.jpg");}
.fixed-size2:nth-child(3) {background-image: url("images/attacus284a0e7754fcb4a442164bc50da837a8.jpg");}
.fixed-size2:nth-child(4) {background-image: url("images/yellowmoth2564_1.jpg");}


.banner {
	height: 400px;
	max-width: 700px;
	margin: 40px auto 40px auto;
	background-color: #000000;
	display: flex;
}

.center-me {
	color: #000000;
	font-size: 50px;
	margin: auto;
}


.equal-height-container {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
}
 
.first {
	background-color: #d6e2e9;
	padding: 20px;
	flex: 1;
}

.second {
	background-color: #f3dfc1;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.second-a {
	background-color: #e8e8e4;
	flex: 1;
}
.second-b {
	background-color: #d8e2dc;
	flex: 1;
}




-


.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #d3d3d3;
	font-size: 30px;
	color: #000000;
	box-shadow: rgba(3,8,20,0.1) 0px 0.15rem 0.5rem, rgba(2,8,20, 0.1) 0px 0.075rem 0.175rem;
	height: 100%;
	width: 100%;
	border-radius: 20px;
	transition: all 500ms;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.card-hover {
	box-shadow: rgba(3, 8, 20, 0.1) 0px 0.35em 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
	transform: translateY(-3px) scale(1.1);
}


.basic-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
	grid-template-columns: repeat(12, 1fr);
	grid-template-columns: repeat(12, minmax(240px, 1fr));
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

-



.center-me {
	color: #000000;
	font-size: 50px;
	margin: auto;
}


.list-container {
	text-align: center;
	
}

.html {
	height: 100%;
	overflow: hidden;
}

.body {
	color: #fff;
	margin: 0;
	padding: 0;
	perspective: 1px;
	transform-style: preserve-3d;
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	font-family: "Luna";
}

.header {
	box-sizing: border-box;
	min-height: 100vh;
	padding: 30vw 0 5vw;
	position: relative;
	transform-style: inherit;
	width: 100vw;
}

.header h1 {
	margin-top: -100px;
}

.header, header:before {
	background: 50% 50% / cover;
}

.header::before {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	background-image: url (turntable-1109588_1280.jpg);
	background-size: cover;
	transform-origin: center center 0;
	transform: translateZ(1px) scale(2);
	z-index: -1;
	min-height: 100v;
}

.image2:hover {
    
	box-shadow: rgba(2, 8, 20, 0.1) 0px 0.35rem 1.175em, rgba(2, 8, 20, 0.08) 0px 0.175em 0.5em;
    transform: translateY(-2px) scale(1);
}