body {
	font-family:'futura-pt', sans-serif;
	font-weight: 300;
	background-color: #010101;
	color:hsla(0, 0%, 85%,.76);
	margin:0;
}

a.selected {
	color:#ff42d9;
	text-decoration: line-through;
}

strong {
	font-weight:600;
}

a {
	color:hsla(0, 0%, 85%,.82);
	font-weight:500;
	text-decoration:underline;
}

a:hover {
	color:#ff42d9;
}

p {
	font-size:1.5rem;
	line-height: 1.4;
	font-weight:300;
	margin-top:0;
	margin-bottom:3rem;
}

h1 {
	font-family: 'platelet', sans-serif;
	font-size:4.8rem;
	line-height:.8;
	font-weight:700;
	margin-top:0;
	margin-bottom:3rem;
}

h1.home {
	font-size:1.2rem;
	line-height: 1.1;
	font-weight: 500;
	margin-bottom:2.2rem;
}

h2 {
	font-size:2.8rem;
	font-weight:300;
	line-height:1.4;
	margin-top:0;
	margin-bottom:3rem;
}

h3 {
	font-family: 'platelet', sans-serif;
	font-size:1.8rem;
	line-height: 1.1;
	font-weight:500;
	margin-top:0;
	margin-bottom:2.5rem;
}

h4 {
	font-size:1.8rem;
	line-height:1.3;
	font-weight:200;
	margin-top:0;
	margin-bottom:3rem;
}

h5 {
	font-size:1.2rem;
	line-height: 1.4;
	font-weight:300;
	color:hsla(0, 0%, 85%,.6);
	margin-top:0;
	margin-bottom:2rem;
}

h6 {
	font-family: 'platelet', sans-serif;
	font-size:1.8rem;
	font-weight:200;
	text-transform: uppercase;
	letter-spacing:.02rem;
	margin-top:0;
	margin-bottom:2.5rem;
}

ul {
	list-style: none;
	padding-left:0;										
	max-width:83%;
}

li {
	font-size:1.3rem;
	line-height: 1.4;
	color:hsla(0, 0%, 85%,.75);
	margin-bottom:1rem;
}

hr {
	border: 1px solid hsla(0, 0%, 85%,.28);
	margin-top:0;
	margin-bottom:2rem;
}

.banner {
	background-image: url("../images/lindsay-home.jpg");
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	width:94%;
	padding:3%;
	height:100vh;
	top:0;
	position:fixed;
}

.banner-projects {
	background-image: url("../images/projects.jpg");
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
	width:94%;
	padding:3% 3% 60% 3%;
	height:100vh;
	top:24%;
}

.projects-block {
	width:46%;
	margin-top:20%;
	margin-left:12%;
}

.banner-bio {
	background-color:#010101;
	width:94%;
	height:14%;
	padding:3%;
	top:0;
	position:fixed;
}

.home-block {
	width:36%;
}

.first-block {
	width:46%;
	margin-top:20%;
	margin-left:12%;
}

.second-block {
	width:46%;
	margin-top:3%;
	margin-left:12%;
	float:left;
}

.quote-block {
	width:40%;
	margin-top:3%;
	margin-left:12%;
	float:left;
}

.links-block {
	width:27%;
	margin-top:3%;
	margin-left:6%;
	float:left;	
}

.links-block-2 {
	width:21%;
	margin-top:3%;
	margin-left:6%;
	float:left;	
}

.img-block {
	width:82%;
	margin:3% 9%;
}

.img-portrait {
	width:21%;
	margin:3% 6%;
	float:left;
}

.text-portrait {
	width: 40%;
	margin:0% 5% 5% 22.5%;
	padding:5% 6% 5% 5%;
	float:left;
	background-color:#e6e6e6;
}

.img-left {
	width:42%;
	margin:3% 3% 3% 42%;
	float:left;
}

.img-credit {
	width:100%;
	background-color:transparent;
	float:left;
}

img {
	margin-bottom:-.32rem;
}

.scale-with-grid {
	width:100%;
	height:auto;
}

.arrow {
	margin-top:8rem;
}

.bottom-spacer {
	margin-bottom:100rem;
}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides1, .mySlides2 {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color:hsla(0, 0%, 85%,.76);
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  text-decoration: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* Caption text */
.text {
  width:100%;
  background-color:#f2f2f2;
  font-size: 15px;
  position: absolute;
  text-align: left;
}

/* Number text (1/3 etc) */
.numbertext {
  color:hsla(0, 0%, 85%,.76);
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


@media (max-width: 1025px) {
	.banner-projects { padding:3% 3% 70% 3%; }
	.projects-block { width:56%;margin-top:24%;margin-left:9%;}
	.first-block { margin-top:28%;width:68%;margin-left:9%; }
	.second-block { width:68%;margin-left:9%; }
	.banner-bio { height:20%; }
	h1.home { margin-bottom:1.8rem; }
	.links-block-2 { width:40%;padding-right:18%;float:right;margin-top:6%; }
}

@media (max-width: 912px) {
	.banner-bio { height:11%; }
	.banner-projects { padding:3% 3% 88% 3%; }
	.projects-block { width:76%;margin-top:32%;margin-left:9%;}
	.home-block { width:62%;margin-top:56%; }
	ul { max-width:90%; }
	.links-block-2 { width:46%;padding-right:15%;margin-top:9%; }
	.quote-block { width:68%; padding-left:15%; }
	.links-block { width:40%;padding-right:18%;margin-top:9%;float:right; }
	.img-left { width:76%;margin:6% 9%; }
	.img-portrait { width:36%;margin:6% 9%; }
}

@media (max-width: 780px) {
	.banner-bio { height:12%; }
	.projects-block { width:76%;margin-top:32%;margin-left:9%;}
}

@media (max-width: 580px) {
	.banner-projects { padding:3% 3% 146% 3%; }
	.projects-block { width:92%;margin-top:38%;margin-left:4%;margin-right:4%;}
	.home-block { width:96%;margin-top:66%; }
	.first-block { margin-top:40%;width:88%;margin-left:4%; }
	.second-block { width:88%;margin-left:4%; }
	.banner { width:92%;padding:6% 4%; }
	.banner-bio { height:14%; }
	h1.home { margin-bottom:1.2rem; }
	h4 { font-size:1.6rem; }
	h6 { font-size:1.4rem; }
	ul { max-width:96%; }
	.img-block { width:92%;margin:6% 4%; }
	.img-left { width:92%;margin:6% 4%; }
	.img-portrait { width:92%;margin:6% 4%; }
	.links-block { width:60%;padding-right:8%; }
	.links-block-2 { width:60%;padding-right:8%; }
	.quote-block { width:80%; padding-left:0; }
}

@media (max-width: 415px) {
	.banner-projects { background-position: top right; }
	.projects-block { margin-top:48%;}
	.home-block { width:96%;margin-top:80%; }
	p { font-size:1.4rem; }
	h4 { font-size:1.6rem; }
	.first-block { margin-top:46%; }
	.banner { padding:4%; }
	.banner-bio { padding:4%;height:12.5%; }
}
	
@media (max-width: 375px) {
	.banner-bio { height:16%; }
	.projects-block { margin-top:52%;}
	h4 { font-size:1.5rem; }
}

@media (max-width: 360px) {
	
}

@media (max-width: 320px) {
	.banner-bio { height:17%; }
	.banner-projects { padding:3% 3% 196% 3%; }
	.projects-block { margin-top:58%; }
	.first-block { margin-top:52%;width:92%; }
	.second-block { width:92%; }
	h4 { font-size:1.5rem; }
	p { font-size:1.3rem; }
	li { font-size:1.2rem; }

}

