@keyframes rotateTriangle2 {
		/*0% {
				transform: rotate(0deg) translate(0px, 0px);
		}*/
    0% {
        transform: rotate(-20deg) translate(-2px, -6px);
    }
    100% {
        transform: rotate(0deg)  translate(0px, 0px);
    }
}
@keyframes rotateTriangle3 {
		/*0% {
				transform: rotate(0deg) translate(0px, 0px);
			}*/
    0% {
        transform: rotate(-45deg) translate(-2px, -10px);
    }
    100% {
        transform: rotate(0deg) translate(0px, 0px);
    }
}

* {
	/*border-style: dashed;*/
	/*border-width: 1px;*/
	/*border-color: black;*/
	/*color: red;*/

	/*background-color: #DD7700;*/
	box-sizing: border-box;
	padding: 0;
 	margin: 0;
}
html {
	  font-family: "Avenir Next", "Helvetica-Neue", "Source Sans Pro", "Helvetica", "Geneva", sans-serif;
	  -webkit-font-smoothing: antialiased;
	  font-size: 20px;
		font-weight: 400;
}
body {
	margin-left: 5%;
	margin-right: 5%;
	color: #E94141;
}
.wrapper {
	/*background-color: #4F6A9F;/*#E55928*/
}
header.page {
	width: 50%;
	height: auto;
	overflow: auto;
	/*color: green;*/
	/*float: to*/
	clear: both;
	/*background-color: red;*/
	margin: 0 auto;/*Center element horizontally*/

	/*border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;*/
}

header {
	width: 100%;
	height: auto;
	clear: both;
	margin: 0 auto;
}
.about {
	margin-top: 70px;
	margin-bottom: 50px;
}
#name {
	float: right;
	margin-right: 1rem;

	font-size: 2rem;
	font-family: "Baskerville", "Zapfino", "Helvetica Neue";
}
#logoImageContainer {
	position: relative;
	float: right;
	right: 20px;
	width: 50px;
	margin-bottom: 30px;
}
#triangle1 {
	position: relative;
}
#triangle2 {
	position: absolute;
	top: 10px;
	left: 5px;
	animation: 2s ease-out 0s 1 rotateTriangle2 backwards;
	/*animation-fill-mode: backwards;*/
}
#triangle3 {
	position: absolute;
	top: 18px;
	left: 10px;
	animation: 2s ease-out 0s 1 rotateTriangle3;
	/*animation-fill-mode: backwards;*/
}
#cite {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;

	text-align: center;
	font-size: 1.4rem;
	font-family: "Baskerville", "Zapfino", "Helvetica Neue";
	font-style: italic;
}

section {
	margin-top: 52px;
	width: 100%;
}

#ref1 {
  color: inherit;
  font-size: smaller;
}

.left {
	float: left;
	width: 48%;
	margin-left: 2%;
	padding-right: 15px;
	/*background-color: blue;*/
}
.right {
	float: right;
	width: 48%;
	margin-right: 2%;
	padding-left: 15px;
	/*background-color: black;*/
}
.projectHeader {
	font-size: 2.85rem;
	text-align: center;
	letter-spacing: 3px;
	font-family: "Baskerville", "Zapfino", "Helvetica Neue";
	margin-bottom: 20px;
}

.projectImage {
	max-width: 95%;
	height: auto;
	max-height: 70vh;
	display: block;
	margin: auto auto;
}
.headImage {
  display: block;
	margin: auto auto;
  clear: both;
  width: 30%;
  /*border-style: dashed;
  border-width: 1px;
  border-color: black;*/

}
.projectText {
	margin-top: 20px;
}
.missionText {
	margin-top: 20px;
	text-align: center;
	line-height: 1.5rem;
}
.lastWords {
  margin-top: 20px;
  clear: both;
  text-align: center;
	font-size: 1.3rem;
}
.lastWords a {
  color: red;
}
.lastWords a:visited {
  color: red;
}
.spacingBlock {
	clear: both;
	height: 30px;
	/*background-color: red;*/
}
#lowestSpacing {
	margin-bottom: 80px;
}

/*header.page nav */a:link {
	color: #E6E6E6;
}
/*header.page nav*/ a:visited {
	color: #AFAFAF;
}
/*header.page nav*/ a:hover {
	color: #FFFFFF;
	text-shadow: 0px 0px 5px #fff;
}

sup#fn1 {
  margin-top: 80px;
  font-size: 0.7rem;
}

hr {
	overflow: hidden;
	margin: 20px 0 20px 0;
	display: block;


	clear: both;
    border: 0;
    height: 2px;
    background: #ff9b0b;
    background-image: -webkit-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
    background-image:    -moz-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
    background-image:     -ms-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
    background-image:      -o-linear-gradient(left, #ff0e35, #ff9b0b, #ff0e35);
}


article img {
	max-width: 100%;
	/*min-width: 100px;*/
	max-height: 600px;
	/*min-height: 100px;*/

	display: block;
	margin-left: auto;
	margin-right: auto;

	margin-top: 20px;
	margin-bottom: 20px;
}

blockquote {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;

	margin-top: 10px;
	margin-bottom: 10px;

	border-left-color: #FFFFFF;
	border-left-style: solid;
	border-left-width: 5px;

	font-size: 20px;
	font-style: italic;
}
footer {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 16px;
	border-bottom: solid 1px;
}
footer time {
	margin-right: 50px;
}
#footerDate {
	/*float: left;*/
	/*font-size: 16px;*/
	/*font-weight: 400;*/
}


/* ----------- iPad mini ----------- */

/* Portrait */
/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  	header.page {
  		width: 80%;
  	}

  	section {
		padding-left: 5%;
		padding-right: 5%;

	}
}*/

@media (max-width : 570px) {
	/* Single Column Layout */
 	html {
		font-size: 15px;
	}
	.about {
		margin-top: 30px;
		margin-bottom: 5px;
	}
	#name {
		padding-top: 11px;
	}
	#cite {
		margin-top: 10px;
	}
	#logoImageContainer {
		width: 20px;
		right: 35px;
	}
	.left {
		width: 100%;
	}
	.right {
		width: 100%;
	}
	.wrapper {
		/*color: green;*/
	}
	section {
		margin-top: 20px;
	}
	.projectHeader {
		margin-top: 10px;
	}
	hr {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}
/*@media (min-width : 530px) and (max-width : 800px) {
 	html {
		font-size: 18px;
	}
	.wrapper {
		color: blue;
	}
}*/

/* ----------- iPad 1 and 2 ----------- */

/* Portrait */
/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
  	header.page {
  		width: 80%;
  	}
	section {
		padding-left: 7%;
		padding-right: 7%;

	}
}*/

/* ----------- iPad 3 and 4 ----------- */
/* Portrait */
/*@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
  	header.page {
  		width: 80%;
  	}
  	section {
		padding-left: 7%;
		padding-right: 7%;

	}
}*/


/* Source Sans Pro
-------------------------------------------------- */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url(../fonts/sourcesanspro-300.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/sourcesanspro-600.woff) format('woff');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 400;
  src: url(../fonts/sourcesanspro-400-italic.woff) format('woff');
}
