* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings:"wdth" 100;
}
.baskervville{
	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
h1,h2,h3,h4,h5,h6{
	font-family: "Baskervville", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	text-transform:uppercase;
	font-style: normal;	
}
body {
  background: #0a0a0a;
  color: #111;
}
img{
	max-width:100%;
	height:auto;
}
#mlb2-42814563.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody, #mlb2-42814563.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody{
	padding:0 !important;
}
body #mlb2-42814563.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
    background-color: #0a0a0a !important;
    border-color: #7fc8a9 !important;
	color: #7fc8a9 !important;
}
/* NAV */
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 40px;
  background: #0a0a0a;
  color: #fff;
}

.nav nav a {
  margin: 0 10px;
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
}

.logo {
  font-weight: bold;
  letter-spacing: 2px;
}

/* HERO */
.hero {
  display: flex;
  justify-content: space-between;
  background: #97ddc1;
  align-items:center;
}

.hero-content {
  max-width: 500px;
   padding: 60px 40px;
}

.hero h1 {
  font-size: 64px;
  letter-spacing: 4px;
  margin-bottom: 20px;
}

.hero p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.hero-image img {
  display:block;
}
.footer,
.hero,
.nav,
.subscribe{
	max-width:1240px;
	margin:0 auto;
}
.footer-wrapper,
.hero-wrapper{
	background: #97ddc1;
}
.subscribe-wrapper{
	background: rgb(10, 10, 10);
}
/* BUTTONS */
.btn {
	border: none;
	cursor: pointer;
    font-size: 16px;
    padding: 13px 26px;
}
.btn.small{
	font-size: 14px;
	padding: 10px 18px;
}
.btn.primary {
  background: #0a0a0a;
  color: #fff;
}

.btn.outline {
  border: 1px solid #0a0a0a;
  background: transparent;
}

.btn.small {
  background: #7fc8a9;
  color: #000;
}

/* SUBSCRIBE */
.subscribe {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #0a0a0a;
  color: #fff;
}

.quote {
  width: 40%;
}

.quote h3 {
    font-size: 3vw;
    letter-spacing: 1px;
	color:#97ddc1;
}

.form {
  width: 50%;
}

.input-group {
  display: flex;
  margin: 10px 0;
}

.input-group input {
  flex: 1;
  padding: 10px;
  border: none;
}

.input-group button {
  margin-left: 10px;
}

/* FOOTER */
.footer {
	display: flex;
	justify-content: space-between;
	padding: 20px 40px;
	align-items: center;
	font-size: 12px;
}

.icons i {
  margin: 0 6px;
  cursor: pointer;
}
.hero-content img{
	display:block;
	margin-bottom:32px;
}
@media only screen and (min-width: 1240px) {
	.quote h3{
		font-size:37px;
	}
}
@media only screen and (max-width: 1010px) {
	.hero{
        align-items: stretch;
        background-image: url(artwork.jpg);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 100%;
	}
	.hero-image img{
		display:none;
	}
}
@media only screen and (max-width: 840px) {
	.hero{
         background-position: right -100px bottom;
	}	
}
img.hero-image-mobile{
	display:none;
}
@media only screen and (max-width: 740px) {
	.hero{
        display:block;
		text-align:center;
		background-image:none;
	}
	img.hero-image-mobile{
		display:block;
		margin-top:32px;
		margin-bottom:0;
	}	
	.hero-content {
		margin: 0 auto;
		padding-bottom:0;
	}
}
@media only screen and (max-width: 720px) {
	.form,
	.quote{
		width:100%;
	}
	.subscribe{
		display:block;
		text-align:center;
	}
}
@media only screen and (max-width: 610px) {
	.quote h3 {
    font-size: 18px;
	}
}