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


body {
	font-family: atkinson_hyperlegibleregular, Arial, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 20px;
	line-height: 25px;
	margin: 25px 80px 60px 80px;
	padding: 0;
	color: #231F20;
	max-width: 100%;
}


ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 40px;
	margin-bottom: 100px;
	font-size: 20px;
}

.menu li {
  display: inline;
	padding-right: 36px;
}

.menu a {
	border-bottom: none;
	list-style-type: none;
}
.menu a, .menu a:visited {color: #231F20;}

/*heavy weighting for my name*/
.rona {
		font-family: atkinson_hyperlegiblebold;
	font-weight: 700;
}
ul.textli {
list-style-type: disc; 
		margin-left: 20px;
}


/*style for heading*/
h1 {
	font-weight: 400;
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 40px;
}
h2 {
	font-size: 30px;
		line-height: 36px;
	margin-bottom: 20px;
}

/*heading for bold bits on CV*/
h3 {
	font-family: atkinson_hyperlegiblebold;
	font-weight: 700;
	font-size: 19px;
	line-height: 26px;
	margin: 0px;
}
h4 {}
.postertitle {
	font-size: 20px;
		line-height: 26px;
	margin-bottom: 20px;
}

p {	
	padding-bottom: 15px; 

}

h2.outputh {
			font-weight: 400;
	font-size: 25px;
		line-height: 34px;
	margin-bottom: 40px;
}
p.outputcat {
	text-transform: uppercase;
	letter-spacing: 1px;
		font-size: 14px;
}
p.outputdet {
		font-size: 14px;
			line-height: 16px;
}

sup {
  vertical-align: super;
  font-size: 10px;
}
.cvbody {
	margin-top: 0px;
	margin-bottom: 10px;
}


/*undeline for cv*/
.underline {
	border-bottom: 2px solid #231F20;
}

/*line for CV*/
.cvline {
	border-top: 1px solid #939596;
	text-align: right;
	margin-top: 20px;
}

/*links */
a {	border-bottom: 2px solid #EBFF00;
	text-decoration: none;}
a, a:visited {color: #231F20;}
a:hover {border-bottom: 2px solid #231F20;}

/*how I make a quote*/
.quote {
	margin-left: 50px;
	font-size: 30px;
		line-height: 36px;
	margin-top: 50px;
}
.attribution {
	margin-left: 50px;
	font-size: 20px;
		line-height: 26px;
		margin-bottom: 50px;
}
.writtenby {
	font-size: 16px;
		line-height: 22px;
		margin-bottom: 50px;
}
.references {
	font-size: 16px;
		line-height: 22px;
		margin-bottom: 0px;
}
.yahoo_im_here {
	border-bottom: 2px solid #231F20;
}


.button {
  background-color: none;
  border: none;
	border-radius: 40px;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
	transition-duration: 0.4s;
}

.ring_button {
  background-color: #FFFFFF;
  color: #231F20;
  border: 0px solid #E8EDEE;
}

.ring_button:hover {
  background-color: #231F20;
  color: white;
	  text-decoration: none;
	  border: none;
}

.inverse_button, .inverse_button:visited {
  background-color: #231F20;
  color: #FFFFFF;
		  border: none;
}

.inverse_button:hover {
  background-color: #FFFFFF;
  color: #231F20;
	  text-decoration: none;
	  border: 0px solid #E8EDEE;
}




/*the footer*/
p.footer {
	border-top: 1px solid #231F20;
	padding-top: 20px; 
	/*text-align: right;*/
	margin-top: 60px;
}

/*images*/
img {
	max-width: 700px;
	max-height: 500px;
		margin-top: 20px;
	margin-bottom: 30px;
}

.indentimage {
	margin-left: 0px;

	
}



.spacebetweenparagraphs {
	margin-bottom: 20px;
}


.poster_box {
	background-color: #f2f6f5;
	border-radius: 10px;
	padding: 40px;
	margin-bottom: 20px;
}
.poster_sizes {
	width: 50%;
	max-width: 300px;
	height: auto;
}
.poster_sizes a {
	border-bottom: 0px solid #ffffff;
}


#burger {visibility: hidden;}

.burgery {
	z-index: 997;
  position: fixed;
	top: 0px;
	left: 0px;
}

.burgery #myLinks {
  display: none; 

}

.burgery a {
  color: #231F20;
  padding: 27px 20px 28px 20px;
  text-decoration: none;
  font-size: 20px;
  display: block;
background-color: #FFFFFF;
	width: 800px;

}

.burgery a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
	width: 40px;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 0;

}
.output_container {
	width: 100%;
}
	
.output {
	position: relative;
	float: left;
	padding: 0px;
	border-left: 1px solid #221F20;
  	height: 100%;
	margin-bottom: 60px;
}
.output_inner {
	padding: 10px 20px 15px 20px;
	position: relative;
}
.desc_bot {
            position: absolute;
            bottom: 0px;
			padding-left: 20px;
			padding-right: 20px;
        }

.body_content {
		max-width: 700px;
}

@media only screen and (min-width: 0px) and (max-width: 800px)  {.output {width: 100%;}
.output { border-right: 1px solid #221F20; height: 100%;}
.output {min-height: 150px;}
}
@media only screen and (min-width: 800px) and (max-width: 1200px) {.output {width: 49.7%;}
.output:nth-child(even) { border-right: 1px solid #221F20; height: 100%;}
.output:nth-last-child(1) {	border-right: 1px solid #221F20; height: 100%;}
.output {min-height: 250px;}
}
@media only screen and (min-width: 1200px) {.output {width: 33%;}
.output:nth-child(3) { border-right: 1px solid #221F20; height: 100%;}
.output:nth-last-child(1) {	border-right: 1px solid #221F20; height: 100%;}
.output {min-height: 350px;}
}


@media only screen and (max-width: 800px) {
	.hideme { visibility: hidden;}
	#burger { visibility: visible;}
	#burger { position: fixed; top: 16px; right: 80px; }
}
@media only screen and (max-width: 600px) {
	#burger { position: fixed; top: 10px; right: 12px; }
	
	
		body {
		font-size: 19px;
		line-height: 26px;
		margin: 20px;
		padding: 0;
		color: #000;
		}
		h1 {
		font-weight: 400;
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 30px;
		}
		img {
		width: 100%;
		height: auto;
		}
		.indentimage {
		margin-left: 0px;
		}
		.spacebetweenparagraphs {
		margin-bottom: 30px;
		}
		.menu li {
  		display: inline;
		padding-right: 16px;
		}

		ul.menu {
		margin-bottom: 50px;
		}
	.quote {
	margin-left: 0px;
	font-size: 24px;
		line-height: 30px;
	margin-top: 40px;
}
	.attribution {
	margin-left: 0px;
	font-size: 16px;
		line-height: 22px;
		margin-bottom: 40px;
}
.poster_box {
	padding: 12px;
}
}