strong {
	font-weight: 700;
}

*, html, body {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	background: #000 url('bg.webp') no-repeat top center;
	background-size: cover;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	text-align: center;
	color: #fec374;
	letter-spacing: 4px;
}

header {
	/* background-image: url('topbar.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: bottom; */
	color: #ffe9cc;
	padding: 20px;
	text-align: center;
	display: block;
}

header h1 {
	font-size: 2em;
	margin: 0;
	padding: 0;
}

header h1 img {
	width: 400px;
	height: 100%;
	margin:0 auto;
}

#hero {
	width: 50%;
	position: relative;
	left:50%;
	margin:5rem 0;
	padding: 0 1rem;
	text-align: center;
}
#hero h1 {
  font-family: "Aguafina Script", cursive;
  font-weight: 400;
  font-style: normal;
	color: #fec374;
	transform:rotate(-8deg);
	line-height: 1;
  letter-spacing: initial;
	padding-top: 1rem;
	font-size: 6em;
}
#hero p {
	margin-top: 3rem;
  font-family: "Red Hat Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
	text-align: center;
	letter-spacing: 2px;
}
a {
	text-decoration: none;
	color: #fec374;
}

#hero img {
	width:100%;
}
#hero .button {
	margin:1rem auto;
}

.button {
	background: rgb(2,132,212);
	background: linear-gradient(90deg, rgba(2,132,212,1) 0%, rgba(1,197,252,1) 100%); 
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	transform: skew(20deg);
	display:inline-block;
  border: 1px solid #000;
}
.button:hover {
	background: rgb(0,0,0);
  background: -webkit-linear-gradient(0deg, #cd61da88, #000);
  border: 1px solid #d1aad5;
	box-shadow: #cd61da 0px 0px 10px;
}
.button:hover a, .button:hover span {
	color:#d1aad5;
}
.button a, .button span {
	color: black;
	text-decoration:none;
	text-transform: uppercase;
	letter-spacing:3px;
	transform: skew(-20deg);
	display:block;
	background: rgba(0,0,0,0);
	border: none;
	font-size:1em;
}


.blurb p {
  background: -webkit-linear-gradient(0deg, #cd61da, #0683d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
	text-align: center;
	color: #fec374;
	line-height: 2;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight:700;
	font-size: 1.1em;
}

.blurb {
	/* background-image: url('midbar.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain; */
	background:rgba(0, 0, 0,0.85);
	color: #ffe9cc;
	padding: 2rem;
	margin: 2rem 0;
}
.row {
	display:flex;
}

.box {
	background-color: rgba(0,0,0,0.85);
	padding: 2rem;
	border-radius: 10px;
	margin: 2rem;
	letter-spacing: 0;
	width:33%;
	line-height: 2;
	color: #ffe9cc;
}

.box h3 {
  font-family: "Aguafina Script", cursive;
	font-size: 3rem;
	transform: rotate(-8deg);
	margin:-4rem 2rem 0 -3rem;
	text-align: left;
	color: #fec374;
  /* background: -webkit-linear-gradient(0deg, #cd61da, #0683d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}
.box strong {
	color: #fff;
}

.box .vert {
	display: grid;
  align-items: center;
  height: 100%;
}

#services {
	margin: 2rem 0;
}
#services img {
	width:200px;
}
#services p {
	margin: 3rem;
}
.side {
	background-color: rgba(0,0,0,0.8);
	color: #ffe9cc;
	width:50%;
	display:flex;
	flex-direction: column;
}
.side.content {
	padding: 6rem;
	height: 750px;
}
.slide-btn {
	flex-grow: 1;
	align-items: center;
	border: none;
	padding: 10px 20px;
	cursor: pointer;
	display: block;
	width:100%;
	text-decoration: none;
	background: rgba(0,0,0,0.8);
	background: linear-gradient(45deg, rgba(0, 0, 0,0.66) 0%, rgba(54, 54, 54,0.66) 100%); 
	color: #fec374;
	display: grid;
  align-items: center;
	text-transform: uppercase;
	font-weight:700;
}
.slide-btn:hover, .selected {
	background: rgb(2,132,212);
	background: -webkit-linear-gradient(0deg, #cd61da, #0683d4);
	color:black;
}

pre {
	text-align: left;
  background-color: rgba(0,0,0,0.8);
  margin: 2rem auto;
  display: inline-block;
  padding: 1rem;
  letter-spacing: 0;
}

footer {
	padding: 5rem;
	margin-top: 5rem;
	text-align:left;
}
footer p {
	margin: 3rem 0;
}

form {
  margin: 2rem;
}

label {
  background: -webkit-linear-gradient(0deg, #cd61da, #0683d4);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
	color: #fec374;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight:700;
}

input[type="text"], input[type="email"], input[type="date"], select, textarea {
  background: black;
  border: 1px solid #d1aad5;
	box-shadow: #cd61da 0px 0px 10px;
	color: #ffe9cc;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  display: block;
  margin: 1rem;
  min-width: 50%;
	font-family: "Red Hat Display", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
}

@media screen and (max-width: 1150px) {
	#hero {
		width: 75%;
		left:25%;
	}
	.row {
		flex-direction:column;
	}
	.row .box {
		margin: 2rem auto;
		width: 330px;
	}
	.side {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	footer {
		padding: 1rem;
	}
	input, select, textarea {
		width: 100%;
	}
	header h1 img, img {
		width: 100%;	
	}
}
@media screen and (max-width: 600px) {
	#hero {
		width: 100%;
		left:0;
	}
	.box h3 {
		font-size: 2.5rem;
	}
	.side.content {
		padding: 3rem;
	}
	#services p {
		margin:2rem;
	}
}