html,
body {
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

.container {
	max-width: 1000px;
	margin: 0 auto;
}

.text-container {
	padding: 0 1em;
}

.brand {
	color: #FF9E91;
	font-family: 'Muli', sans-serif;
	text-align: center;
	font-size: 1.4em;
}

a {
	text-decoration: none;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

.social {
	color: #FF9E91;
	font-weight: bold;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

header.slogan-container {
	background: url("images/HeartBellies.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 300px;
}

header.slogan-container .opacity {
	background-color: rgba(0,0,0,0.25);
	height: 100%;
	width: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

h1 {
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	font-size: 4em;
	color: #ffffff;
	padding: 0 .5em;
}

section.newsletter {
	margin: 0 auto;
	text-align: center;
	max-width: 720px;
}

h2 {
	font-family: 'Muli', sans-serif;
	font-weight: bold;
	font-size: 2em;
}

/*mailchimp newsletter*/
.newsletter-container {
	max-width: 450px;
	width: 100%;
	margin: 2em auto;
	text-align: left;
}

#mc_embed_signup {
	font-size: .85em;
	font-family: inherit;
}
.mc-field-group {
	margin: 1em 0;
}

.mc-field-group label {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}

.mc-field-group input {
	padding: .5em;
	border: 1px solid #C4C4C4;
	background-color: #F7F7F7;
	border-radius: 6px;
	width: 97%;
}

.clear {
	text-align: center;
}

.button {
	font-size: 1em;
	font-family: inherit;
	padding: .6rem 1.8rem;
	font-weight: bold;
	background-color: #ffffff;
	text-transform: uppercase;
	border: 2px solid #FF9E91;
	color: #FF9E91;
	border-radius: 30px;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}
.button:hover {
	background: #FF9E91;
	color: #ffffff;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
}

/*BREAKPOINTS*/
@media screen and (max-width: 670px) {
  h1 {
  	font-size: 3em;
  }

  h2 {
  	font-size: 1.6em;
  }
}

@media screen and (max-width: 538px) {
  h1 {
  	font-size: 2.4em !important;
  }

  h2 {
  	font-size: 1.4em;
  }

  .brand {
  	font-size: 1.2em;
  }

  header.slogan-container {
	height: 200px;
	}
}

@media screen and (max-width: 390px) {
  h1 {
  	font-size: 2em !important;
  }
}
