@charset "UTF-8";
/* Did I mention how much I hate this little BS Clearfix? */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
	height: 100%;
}
body.landing {
	background: -webkit-linear-gradient(right,rgb(122, 10, 90),rgb(25, 28, 68));
    background: -o-linear-gradient(right,rgb(122, 10, 90),rgb(25, 28, 68));
    background: -moz-linear-gradient(right,rgb(122, 10, 90),rgb(25, 28, 68));
    background: linear-gradient(to top, rgb(122, 10, 90), rgb(25, 28, 68));
}
body {
	margin: 0;
	font-family: 'Montserrat', sans-serif;
	min-height: 100%;
	position: relative;
	background: #fff;
	font-weight: 300;
}
body:before, body:after {
	content: '';
	display: table;
	clear: both;
}
div.main-landing h2 {
	font-weight: 400;
	color:  #eaeded;
	font-size: 1.4em;
	padding: 0 35px;
}
h2 {
	font-weight: 700;
	color: #ef2a7b;;
	font-size: 1.4em;
}
h2.link-list-heading {
	margin: 41px 0 24px 24px;
}
p.link-list-paragraph {
	margin: 0 0 5px 24px;
}
p {
	color: #212121;
	line-height: 22px;
}
div.main-landing p {
	color:  #d3d3d3;
	line-height: 1.5em;
	padding: 0;

}     
p.date {
	color: #ececec;
	margin-bottom: 30px;
}
div.container {
	margin: 3em auto 0;
    max-width: 38em;
    min-height: 100%;
	padding: 100px 4em 0;
}
div.container:after {
  content: "";
  display: block;
}
header {
	/*padding: 1em 0 1em;*/
	margin-bottom: 0;
}
div.headerContainer {
	max-width: 156em;
	position: relative;
	margin: 0 auto;
	padding: 0 2em 0;
    background: #15aeb6;
    min-height: 7em;
    border-bottom: 3px solid #212121;
}
/*a:focus {	
	outline-color: rgba(240, 54, 128, 0.83);
}*/
a.logo {
	background: url("../../img/logo-header.png");
	background-repeat: no-repeat;
    height: 92px;
    width: 70px;
    background-size: 65px;
	position: absolute;
	padding-top: 8px;
	font-size: 1.2em;
	font-weight:300;
	text-decoration: none;
	color: #a9acb2;
	margin-top: 25px;
	vertical-align: middle;
	
}
nav {
}
ul.navLinks {
	float: right;
	display:inline;
	margin: 36px 0 0 0;
}
li {
	float: left;
	list-style: none;
}
li.headerLinks {
	padding: 0 2px;
}
li.headerLinks img {
	height: 30px;
}
li a {
	text-decoration: none;
    display: inline-block;
	width:inherit;
    color: #212121;
}
li.links {
	margin-left: 15px;
	transition: all 0.2s ease 0.1s;
}
li.links:hover {
	opacity: 1;

}
li.links:focus {
    outline: none;
}
li.links a:hover {
	color: #D21870;
}
li.projects {
    width: 100%;
    transition: all 0.2s ease 0.1s;
	margin: 16px 0 0;
	border: 2px solid #d60d72;
    border-radius: 4px;
    min-height: 7em;
}
li.projects img {
 	width: 5.4em;
    float: right;
    margin: 15px;
}
li.projects a {
	border-radius: 4px;
}
li.projects:hover {
    cursor: pointer;
    background: rgb(242, 242, 242);
}
/*li.projects:focus {
	background: rgb(18, 24, 37);
	outline: 1px solid rgba(187, 57, 137, 0.57);

}*/
/*li.projects a:focus {
	outline: 1px solid rgba(187, 57, 137, 0.57);
}*/
li.projects:active {
    background-color: #e1e1e1;
}
li.projects:after {
    content: "";
    display: block;
    width: 100%;
}
ul.projects {
	list-style-type: none;
	padding-left: 0;
	margin: 0 1px 30px;

}
.main-landing .btn-container {
	margin: 0 0 2em;
	border: none;
    padding-top: 0;
}
.btn-container {
    height: 160px;
    max-width: 34em;
    margin: 0 auto;

}
.back-button {
	background: url(../Media/back-arrow.png);
    background-repeat: no-repeat;
    background-size: 11.5px 18px;
    color: #4686b3;
    text-decoration: none;
    padding-left: 1.2em;
    float: left;
    margin-top: 20px;
}
.post {
	position: relative;
}
.clearfix:after { 
	 content: "."; 
	 visibility: hidden; 
	 display: block; 
	 height: 0; 
	 clear: both;
}
footer, div.container:after {
}
footer {
    width: 100%;
    left: 0;
    bottom: 0;

}
.footerContainer {
}
.footerFooter {
	margin: 0 auto;
	max-width: 51em;
	font-size: .8em;
}
.footerFooter {
	text-align: center;
	vertical-align: baseline;
}
.footerFooter p {
	margin: -45px 0 0 0;
	padding: 0 20px;
	color: #212121;
}
.footerFooter a {
	text-decoration: none;
	color: #212121;
	transition: all 0.2s ease 0.1s;
}
.footerFooter a:hover {
	color: #ed3849;
}
span.footer-links {
    vertical-align: baseline;
}
.primary-button {
    color: #212121;
    border: 2px solid #212121;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 30px;
    display: inline-block;

    float: left;
}
.secondary-button {
	color: #212121;
    border: 2px solid #212121;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 30px; 
    display: inline-block;
    float: left;
    margin: 0 0 0 20px;


}
.wide-button {
	color: #212121;
    border: 2px solid #212121;
    text-decoration: none;
    border-radius: 4px;
    padding: 15px 30px; 
    display: block;
    text-align: center;
    margin: 0 auto;


}
.main-landing .primary-button {
    color: #d3d3d3;
    border:2px solid #d60d72;
	float: none;
}
.primary-button:hover {
	background: #b7175d;
    color: #e61177;
    border: 2px solid #e61177;
	transition: background 0.5s ease 0s, box-shadow 0.5s ease 0s, border 0.5s ease 0s;
}
.primary-button:active {
	background: #890c43;
    color: #eef0f4;
    border: 2px solid #890c43;
	transition: background 0.2s ease 0s, box-shadow 0.2s ease 0s, border 0.2s ease 0s;
}
.article {
	margin: 4em 0 4em;
}
.article h2 {
    color: #ffffff;
}
.artticle img {
	width: inherit;
}
 @media screen and (max-width: 550px) {
	 h2 {
		font-size: 1.4em;
	}
	p {
		font-size: 0.9em;
	}
 	span.header-name {
		display: none;
	}
	/*a.logo {
		width: 45px;
		padding-left: 65px;
		background-position: 34px -2px;
	}*/
	div.container {
		max-width: 31em;
	}
	span.footer-links {
		display: none;
	}
	.primary-button {
		display: block;
		float: none;
		text-align: center;
	}
	.secondary-button {
    	display: block;
    	float: none;
    	text-align: center;
    	margin: 20px 0 0 0;   
	}
	.back-button {
		float: none;
		display: block;
		width: 146px;
		margin: 3em auto;
	}
	article {
		width: 100%
	}
 }
 @media screen and (max-width: 700px) {
	.footerFooter p {
		padding: 0 40px;
	}
	.div.screen header {
		display: visible;
	}
	article {
		width: 100%

	}
 }
 @media screen and (max-width: 900px) {
 	.footerFooter p {
		padding: 0 40px;
	}
	
 }
 @media screen and (max-width: 700px) {
 div.container {
 	padding: 100px 1em 0;

 }
}
li.links a.resume-download {
	padding: 7px 12px;
    border: 1px solid #212121;
    border-radius: 4px;
    color: #212121;
}
li.links a.resume-download:hover, li.links a.resume-download:focus {
	color: #ec3549;
    border-color: #ec3549;
}
i.social-header-links {
    font-size: 1.7em;
    padding: 4px 0;
}
span.header-name {
    margin-left: 2em;
    font-size: 2em;
    color: #212121;
}
