html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*------------------End of reset------------------*/

body {
	font-family: Poppins, sans-serif;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #dbb6c0;
	padding: 0em 1em;
	font-weight: 200;
	line-height: 1.5em;
	font-size: 1.2em;
	color: #190026;
}

em {
	font-style: italic;
}

sup {
	vertical-align: super;
	font-size: 0.75em;
	line-height: 0.5em;
}

ul {
	margin-top: 1em;
	list-style: circle inside;
}

header {
	background-image: url('coast-yoga.jpg');
	background-repeat: no-repeat;
	height: 621px;
	padding: 2em 0em 0em 2em;
	background-position: top right;
}

div div {
	white-space: nowrap;
	text-align: center;
	width: 800px;
	padding: 6px 0;
}

@media(max-width: 980px) {
	header p, header h1 {
		background-color: rgba(255,255,255,0.3);
	}

	h1 {
		padding: 3px 0 0 2px;
	}

	h1 + p {
		padding: 1px 0 10px 0;
	}
}

@media(max-width: 840px) {
	header {
		background-image: url('coast-yoga-small.jpg');
		height: 414px;
	}

	iframe {
		width: 400px;
	}

	div div {
		width: 400px;
	}
}

@media(max-width: 500px) {
	header {
		background-image: url('coast-yoga-smaller.jpg');
	}
}

@media(max-width: 440px) {
	iframe {
		max-width: 95%;
	}

	div div {
		width: 360px;
	}
}

@media(max-width: 400px) {
	header {
		font-size: 0.8em;
	}
}

h1, h2 {
	font-family: 'Over the Rainbow', cursive;
	font-size: 4em;
	margin-bottom: 0.2em;
	line-height: 1em;
}

h2 {
	font-size: 2.2em;
	margin: 1.5em 0em 0.5em 0em;
}

h2 + img {
	float: right;
	display: block;
	margin: 0 0 1em 1em;
}

@media(max-width: 700px) {
	h2 + img {
		float: none;
		margin-left: 0;
		max-width: 95%;
	}
}

h1 + p {
	font-size: 2em;
	margin-bottom: 0.5em;
}

p + p {
	margin-top: 1em;
}

main span {
	font-family: 'Over the Rainbow', cursive;
	font-size: 2em;
	display: block;
	margin-bottom: 0.2em;
}

a:link, a:visited {
	color: #8e00db;
}

a:hover, a:focus, a:active {
	text-decoration: none;
	color: #c354ff;
}

.fb-icon {
	display: block;
	margin-top: 1em;
}

address {
	margin-bottom: 2em;
}

.important {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color: #8e00db;
}

footer {
	text-align: center;
	font-size: 0.8em;
	margin-top: 0.5em;
}

footer img {
	display: block;
	width: 100%;
}

footer p {
	margin: 1em 0;
}