@charset "utf-8";
/* CSS Document */
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, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
display: block;
}

body {
	color:rgba(240,161,19,1.00);
	background-color: rgba(168,159,191,1.00);
}

h1 {
	font-family: "Protest Guerrilla", sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 8vmax;
	margin: 10px;
}

h2 {
	font-family: "Protest Guerrilla", sans-serif;
	font-weight: normal;
	font-size: 2vmax;
	padding-bottom: 15px;
	padding-left: 20px;
}

h3 {
	font-family: "Protest Guerrilla", sans-serif;
	font-weight: normal;
	font-size: 3vmax;
	padding-bottom: 30px;
	margin: 15px;
}

p {
	font-family: "EB Garamond", serif;
	font-weight: normal;
	font-size: 25px;
	padding-bottom: 30px;
	margin: 25px;
	text-indent: 1em;
	text-shadow: 0px 0px 10px #f30;
}

#Article {
	width: 80%;
	margin: 0 auto;
	position: relative;
	background-image: url("Images/shutterstock_1029712684-scaled.jpg");
	background-size: cover;
	background-position:center 50% 50%;
}

#MagazineTitle {
	text-align: center;
	color:rgba(223,221,213,1.00);
	text-shadow: 0px 0px 15px #f10;
}

#Publication {
	text-align: end;
	padding-right: 10px;
	color:rgba(223,221,213,1.00);
}

#ByLine {
	
}

#MagazineHeadline {
	color:rgba(0,212,162,1.00);
	text-shadow: 0px 0px 10px #f10;
}

#Paragragh1 {
	width: 50ch;
}

#Paragragh2 {
	width: 50ch;
}

#Paragragh3 {
	width: 50ch;
	padding-bottom: 220px;
}

#Insperation {
	text-align: center;
	padding: 50px 50px 50px 50px;
}