@charset "UTF-8";
/* CSS Document */

body{
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 14px;
	color: #08491C;
	background-color: white;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#page {
	max-width: 1280px;
	margin: 0;
	position: relative;
	max-height: none;
}
.designSidebar{
	background:#fdedf4;
}
img{
	display: block;
	border: 0;
	width: 100%;
	height: auto;
}
/*Text styles*/

h1{
	font-size: 3em;
	font-weight: 450;
	line-height: 1.29em;
	text-align: center;
}
h3{
	font-size: 2em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
p{
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}

/* Dumb boxes ... what did those boxes ever do to you?!!*/

/*Grid Container Stuff*/

.grid-container{
	display: grid;
	grid-template-columns: 36% 40%;
    grid-template-rows: auto;
	grid-gap: 4em;
	margin: 0 auto;
    width: 100%;
}
/*DMN Audience Producer*/
.DMN{
	grid-column: 1/2;
    grid-row: 2/3;
	padding: 1em;
	background-color:#fdedf4;
}
h2.DMNTitles{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
	margin-top: -1em;
}
.aboutDMN{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em 1em 0 1em;
	line-height: 1.5em;
	padding: 2em;
}
.jobDMN{
	margin: -2em 1em 0 1em;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 2em;
}
.DMNLink{
	margin-left: 13em;
	margin-top: 1em;
	padding: 1em;
	border-radius: 15%;
	background-color:#FFFFFF;
	width: 70px;
}

.DMNSamples{
	margin-top: 3.5em;
	width: 620px;
	margin-left: 10em;
	height: 1000px;
	margin-bottom: -22em;
}
/*DFP Producer*/
.DFPProducer{
	grid-column: 1/2;
    grid-row: 2/3;
	padding: 1em;
	background-color:#fdedf4;
	Margin-top: 3em;
}
h2.DFPTitles{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.aboutDFPProducer{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.jobDFPProducer{
	margin: -2em auto;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 2em;
}
.DFPProducerSamples{
	margin: -8em 0 8em 10em;
	width: 220px;
	height: 400px;
	
}

/*DFP Fellow*/
.DFPFellow{
	margin-top: 8em;
	grid-column: 1/2;
    grid-row: 2/3;
	padding: 1em;
	background-color:#fdedf4;
	margin-bottom: 0;
}
h2.DFPFellowTitles{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.aboutDFPFellow{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.jobDFPFellow{
	margin: -2em auto;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 2em;
}
.DFPFellowSamples{
	margin: 10em 0 -10em 10em;
	width: 320px;
	height: 600px;
}

/*Detroit Writing*/

.DetroitWritingRoom{
	margin-top: 4em;
	grid-column: 1/2;
    grid-row: 2/3;
	padding: auto;
	background-color:#fdedf4;
}
.DWRTitles{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.jobDWR{
	margin: -2em auto;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 2em;
}
.aboutDWR{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.DWRsamples{
	height: inherit;
	width: 325px;
	margin-left: 10em;
	margin-top: 10em;
}

/*The Pioneer*/

.thePioneer{
	margin-top: 5em;
	grid-column: 1/2;
    grid-row: 2/3;
	padding: auto;
	background-color:#fdedf4;
}
h2.PioneerTitles{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.aboutPioneer{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.jobPioneer{
	margin: -2em auto;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 2em;
}
.Pioneerembed{
	width: 500px;
	height: 300px;
	grid-column: 2/3;
	margin: 3em auto 2.5em 6em;
}
/* For Fun */
.forFun{
	margin-top: 10em;
	grid-column: 1/2;
    grid-row: 2/3;
	padding: auto;
	background-color:#fdedf4;
}
.mockTitle{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.aboutMock{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.Mockpages{
	height: inherit;
	width: 375px;
	margin-left: 10em;
}

/* Class Work */

.Classwork{
	margin-top: 25em;
	grid-column: 1/2;
    grid-row: 2/3;
	padding: 1em;
	background-color:#fdedf4;
}
h2.classNames{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.aboutClass{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.ClassworkSamples{
	grid-template-columns: 3/4;
	height: 350px;
	width: inherit;
	margin: 8em auto auto 10em;
	
}
/* RCPD */

.ResourceRCPD{
	grid-column: 1/2;
	grid-row: auto;
	padding: 1em;
	background-color:#fdedf4;
	margin-top: 30em;
	margin-bottom: 0;
}
.RCPDtitles{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	font-style: italic;
}
.aboutRCPD{
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	margin: 1em auto 0 auto;
	line-height: 1.5em;
	padding: 2em;
}
.jobRCPD{
	margin: -2em auto;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	line-height: 1.5em;
	padding: 2em;
}
.RCPDLink{
	margin-left: 12em;
	margin-top: 4em;
	margin-bottom: inherit;
	padding: 1em;
	border-radius: 15%;
	background-color:#FFFFFF;
	width: 75px;
}
.RCPDsamples{
	margin: 29em 0 auto 10em;
	height: 1000px;
	width: 500px;
}