body {
	font-family: helvetica,verdana,sans-serif;
	margin: 0px;
	padding: 0px;
	color: #303030;
	overflow-x: hidden;
}

* {
	outline: none;
}

a {
	text-decoration: none;
	user-select: none;
}
a:hover {
	cursor: pointer;
}

.head-div button {
	font-family: sans-serif;
	padding: 5px 12px 5px 12px;
	border: none;
	color: white;
	border-radius: 2px;
	font-weight: bold;
	font-size: 24px;
	#background: rgb(188,255,182);
	#background: linear-gradient(126deg, rgba(71,193,66,1) 0%, rgba(72,255,117,1) 50%, rgba(0,168,3,1) 100%);
	text-shadow: 0 0 1px white;
	letter-spacing: 2px;
	transition: 0.3s;
	filter: opacity(0.85);
	background-color: transparent;
}
.head-div button:hover {
	box-shadow: 0 4px 8px black;
	filter: opacity(1.0);
	background: rgb(26,208,10);
	background: linear-gradient(90deg, rgba(26,208,10,1) 0%, rgba(75,255,59,1) 64%, rgba(28,205,63,1) 100%);
	cursor: pointer;
}

.header {
	display: inline-block;
	top: 0%;
	left: 0%;
	width: 100%;
	padding: 18px;
	margin: 0px;
	z-index: 999;
	height: 40px;
	background-color: #00000020;
	background-size: 100%;
}
.head-div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
	user-select: none;
}
.nav a {
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	margin-left: 8px;
	margin-right: 8px;
	padding: 10px;
	transition: 0.2s;
}
.nav a:hover {
	background-color: #00000011;
}
.nav {
	display: inline-flex;
	border-right: 1px solid white;
	padding-right: 30px;
	margin-right: 30px;
	border-left: 1px solid white;
	padding-left: 30px;
	margin-left: 30px;
	justify-content: center;
	align-items: center;
}

header {
	margin: -25px;
	background: linear-gradient(90deg, rgba(40,40,40,0.5074229520909926) 0%, rgba(40,40,40,0.2609243526512167) 30%, rgba(255,255,255,0) 100%), url('../images/header.jpg') fixed;
	background-repeat: no-repeat no-repeat;
	background-size: 100% 100vh;
	border-radius: 0 0 999px 999px / 9.5%;
	box-shadow: inset 0 0 30px black;
}
.header-content {
	padding: 250px;
}

#header-box {
	color: white;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
	align-items: center;
	background-color: #00000030;
	display: inline-block;
}
#header-box h3 {
	letter-spacing: 4.5px;
}



.body {
	margin-left: 9%;
	margin-right: 9%;
}

.intro {
	display: table-cell;
}

.card {
	display: inline-table;
	background-color: #ff8052;
	text-shadow: 0 0 0.2px black;
	color: white;
	word-break: keep-all;
	width: 280px;
	padding: 20px;
	padding-top: 5px;
	padding-bottom: 15px;
	margin: 10px;
	box-sizing: content-box;
}

.catalog {
	padding: 12px;
	background-color: #fff3d6;
	box-shadow: 0 0 10px gray;
	border-bottom: 2px solid #ffe299;
	border-top: 2px solid #ffe299;
}
.images {
	text-align: center;
	justify-content: center;
	align-items: center;
}
.catalog img {
	border-radius: 5px;
	margin: 7px;
}

.styles {
	display: inline-flex;
}
.style-card {
	display: inline-block;
}
.style-card span {
	font-size: 18px;
	letter-spacing: 1px;
	font-family: tahoma;
	
}
.style-card img {
	width: 470px;
}

#contact {
	border: 2px solid gray;
	padding: 10px;
	display: inline-block;
	border-radius: 9px;
}

#textbox {
	margin: 8px;
	padding: 2px;
	background-color: #00000020;
	border: 2px solid black;
	border-radius: 3px;
	transition: 0.4s;
}
#textbox:focus {
	border: 2px solid #168500;
}

@media only screen and (max-width: 700px) {
	header {
		margin: 0px;
		margin-top: -30px;
	}
	.header {
		display: block;
		height: initial;
		width: initial;
	}
	.header-content {
		padding: 1px;
	}
	.nav {
		display: inline;
		border: none;
		padding-right: 0px;
		margin-right: 0px;
		padding-left: 0px;
		margin-left: 0px;
		text-align: center;
	}
	.head-div {
		display: block;
		margin-left: 0px;
		margin-right: 0px;
	}
	#logo {
		display: none;
	}
	.head-div button {
		text-align: center;
		display: block;
	}
	#header-box {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.card {
		width: initial;
	}
	.style-card img {
		width: 90%;
	}
}

@media only screen and (min-width: 710px) {
	.header-content {
		padding: 100px;
	}
}