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

html {
    -webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}
a {
	transition: color;
	transition-duration: .25s;
}
a:link, a:visited {
	color: black;
}
a:hover {
	color:#0095a6;
}
a:link picture:hover {
	opacity: .8;
}
body {
	margin: 0;
	padding: 0;
	width:100%;
	font-family: 'Work Sans', sans-serif;
	background-color:white;
	border-top:solid 4px black;
}
input[type=checkbox] {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
label {
	display: block;
	background: black;
	border: none;
	padding: 15px 5px 3px 5px;
	position: fixed;
	cursor: pointer;
	top:0;
	z-index: 1;
	right:2%;
	border-bottom:solid 2px white;
	border-right:solid 2px white;
	border-left:solid 2px white;
}
.dropdown {
	z-index: 99;
	position: fixed;
	top: 0;
	width: 100%;
}
.upperMenu {
	transition: all;
	transition-duration: .5s;
	overflow: hidden;
	height: 0;
	background-color: rgba(0, 0, 0, 0.9);
	text-align: left;
}
.upperMenu ul {
	list-style-type: none;
	margin: 35px 0 0 20px;
	padding: 0;
	font-family: 'Work Sans', sans-serif;
	font-weight:700;
	font-size:1.25em;
	letter-spacing: .025em;
}
.upperMenu li {
	color:white;
	display: block;
	margin:  0 0 5px 0;
	padding: 0;
}
a.red, .red {
	color:#ff0000;
}
a.orange, .orange {
	color:#ffa900;
}
a.green, .green {
	color:#6fb200;
}
a.teal, .teal {
	color:#0095a6;
}
a.purple, .purple {
	color:#a0009b;
}
a.pink, .pink {
	color:#e96cc3;
}
a.blue, .blue {
	color:#29abe2;
}
a.gray, .gray {
	color:#b3b3b3;
}
.upperMenu .contact {
	font-weight:100;
	font-size:.7em;
}
.upperMenu .contact a {
	color:white;
}
li.contact {
	margin: 0 0 3px 0;	
}
li.contactLabel {
	padding-bottom: 6px;
	margin: 0;
	color:#e96cc3;
}
.upperMenu a.about {
	color:white;
	border-top:solid 1px #666666;
	border-bottom:solid 1px #666666;
	padding: 8px 0;
	margin: 20px 0;
	max-width: 98%;
	display: inline-block;
}
.upperMenu a.about:hover, .upperMenu a.about:active, .upperMenu .contact a:hover, .upperMenu .contact a:active {
	color:#d8d8d8;
}
.upperMenu a:hover, .upperMenu a:active {
	color:white;
}
.upperMenu a, .upperMenu a:visited {
	text-decoration: none;
	display: block;
	transition: all;
	transition-duration: .25s;
}
input[type=checkbox]:checked ~ .upperMenu {
	height: 100vh;
}
input[type=checkbox]:checked ~ label {
	background:white;
}
input[type=checkbox]:checked ~ label span {
	background:black;
}
input[type=checkbox]:checked ~ #opacityCover {
	display: block;
	z-index: 1;
	background-color: gray;
	opacity: .75;
	width: 100%;
	height: 100vh;
	transition-duration: .25s;
}
label span {
	display:block;
	background-color:white; 
	width:30px;
	height: 3px;
	margin-bottom: 5px;
}
header {
	width: 100%;
	top:0;
	z-index: 0;
}
.links {
	justify-content: center;
}
.ullinks ul {
	text-align: center;
	margin: 1em 0 0 0;
	padding: 0;
	width: 100%;
}
.ullinks li {
	display: block;
	width: 100%;
	height: 3.5em;
	margin-bottom: .125em;
	font-size:1.125em;
	letter-spacing: .35px;
}
.ullinks li a {
	display: inline-block;
	background-color: white;
	padding: .75em;
	width: 100%;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 600;
	border: solid 2px black;
}
.ullinks li a:hover {
	background-color: black;
	color:white;
	border: solid 2px white;
}
header#links  div {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	padding: 2% 4% 4px 4%;
	background-color: black;
}
header div {
	display: flex;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 50px 4% 25px 4%;
	max-width: 1200px;
}
header ul {
	list-style-type: none;
	font-size:.85em;
	margin: 30px 0 0 15px;
	padding: 0;
	transition: 0.2s;
}
header li {
	margin:0;
}
header ul a {
	color:black;
	text-decoration: none;
}
main.about h2 {
	text-align: left !important;
}
.aboutPage {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1200px;
	color:black;
}
.aboutPage img {
	width: 100%;
}
.about h1 {
	font-size:1.5em;
	line-height: 1.35em;
	font-weight:600;
	margin-top: 0;
	margin-bottom: 0;
	padding: 25px 0 15px 0;
}
main.about h2 {
	margin: 25px 0 0 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.25px;
	font-size:15px;
	text-align: left;
	color: #666;
}
main.about p {
	line-height: 1.45em;
	margin: 15px 0 0 0;
}
main.about a, main.about a:visited {
	color:#0095a6;
}
main.about a:hover {
	color: darkgray;
}
main.about ul {
	margin: 0;
	padding: 0;
	font-size: 1.35em;
}
main.about h3 {
	font-size:1.75em;
	margin: 25px 0 10px 0;
}
main.about li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.desktopAbout {
	margin: 0 auto;
	padding: 0 6% 15px 6%;
	max-width: 1200px;
	color:black;
}
.desktopAbout a:hover {
		color: darkgray;
}
.desktopAbout a:active {
		color: black;
}
.desktopAbout h1, .desktopAbout p {
	font-size:1.25em;
	line-height: 1.25em;
	font-weight:600;
	margin-top: 0;
	margin-bottom: 15px;
}
.desktopAbout h1 a {
	text-decoration: underline;
}
.subpageHeading {
	margin: 0 auto;
	padding: 0 6% 15px 6%;
	max-width: 1000px;
	color:black;
}
.subpageHeading h1 {
	text-align: left;
	font-size:1.25em;
}
main {
	margin: 0 auto 50px auto;
	padding: 0 4%;
	width: 100%;
	max-width: 1200px;
	display: grid;
}
main.ullinks {
	margin: 0 auto 0px auto;
}
main h2 {
	font-weight: 100;
	font-size:12px;
	letter-spacing: .75px;
	margin: 2px 0 0px 0;
	text-align: center;
}
main .twoCol div, main .threeCol div, .oneCol div {
	margin-bottom: 25px;
	text-align: center;
}
.col {
	margin-bottom: 0 !important;
}
main .twoCol div {
}
main div img {
	max-width: 100%;
	height: auto;
}
.project img {
	width:100%;
}
.columnOne {
	margin-right: 2%;
}
.columnTwo {
	margin-left: 2%;
}
#linkslogo {
	width: 85px;
	height: 85px;
	border-radius: 80px;
	background-color: black;	
}
#logo {
	width: 85px;
	height: 85px;
	border-radius: 80px;
	background-color: black; 
}
a #logo:hover {
	opacity:.75;
}
footer {
	background-color: black;
	width: 100%;
	padding-bottom: 50px;
	color: white;
}
#footerLogo {
		max-height: 65px;
		max-width: 65px;
		margin: 13px 0 -20px -16px;
}
a #footerLogo:hover {
	opacity:.9;
}
.footerContainer {
	display: grid;
	grid-template-columns: auto auto;
	padding: 0 4%;
	margin: 0 auto;
	max-width: 1200px;
	margin-bottom: 50px;
}
footer h1 {
	font-size: 1.35em;
	letter-spacing: .75px;
}
footer p {
	font-size:1.5em;
	letter-spacing: .75px;
	font-weight:700;
}
.copyRight {
	font-size:.65em;
	letter-spacing: .65px;
	font-weight: 100;
	color:#999999;
	padding: 0 4%;
	grid-column: span 2;
	text-align: center;
}
footer a {
	text-decoration: underline;
}
footer a:hover, footer a:active {
	color:white;
}
.footerMenu ul {
	font-weight:600;
	list-style-type: none;
	margin: 25px 0 0 0;
	padding: 0;
	letter-spacing: .025em;
}
.footerMenu li {
	margin-bottom: .125em;
}
.footerMenu li .about {
	color: white;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
}
.footerMenu li:nth-last-child(1) {
	margin-top: 25px;
	margin-bottom: 20px;
}
.footerMenu a {
	text-decoration: none;
}
.footerMenu .contactLabel {
	margin-top: 25px;
}
.footerMenu a.about, .footerMenu a.about:visited {
	color:white;
	padding: 8px 0;
	margin: 1em 0;
}
.footerMenu a.about:hover {
	color:#d8d8d8;
}
.footerMenu a.about:active {
	color:white;
}
.footerContact ul {
	font-weight: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
	margin-top: 25px;
	font-size:.85em;
}
.footerContact li {
	margin-bottom: .125em;
}
.footerContact a, .footerContact a:active {
	text-decoration: none;
	color: white;
}
.footerContact a:hover {
	color:#d8d8d8;
}
.footerContact a:active {
	color:white;
}
.footerMenu a.contact {
	color: #d86435;
}
.footerMenu a.contact:hover {
	color: white;
}
* {box-sizing:border-box}

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

/* Hide the images by default */
.mySlides {
  display: none;
}

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

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

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1s;
}

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

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}



@media only screen and (max-width:800px) {
	.subpageHeading h1 {
		font-size:1.5em;
	}
}
@media only screen and (max-width:1000px) {
	main h2 {
		text-align: center !important;
	}
}
@media only screen and (min-width:800px) {
	.desktopAbout {
		color: black;
		max-width: 1100px;
		margin: 0 auto;
		margin-bottom: 25px;
		padding: 0 4% 0 4%;
		background-color: white;
	}
	.desktopAbout a, .desktopAbout a:visited {
		text-decoration: none;
	}
	.desktopAbout h1 {
		max-width: 80%;
		font-size:1.75em;
		line-height: 1.35em;
		font-weight:600;
		margin: 20px auto 50px auto;
		color: black;
		text-align: center;
	}
	.about h1 {
		font-size:2em;
		line-height: 1.35em;
		font-weight:600;
		margin-bottom: 10px;
		color: black;
	}
	header {
		background-color: white;
	}
	header#links {
		background-color: black;
	}
	#logo {
		max-height: 100px;
		max-width: 100px;
		margin: 0;
	}
	main .oneCol div {
		
	}
	main .oneCol img {
		width:100%;
	}
	main .twoCol div {
		width: 48%;
	}
	main .twoCol {
	    display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	main .twoCol .col div {
		width: 100%;
	}
	main .twoCol div, main .threeCol div, main .oneCol div {
		margin-bottom: 50px;
	}
	main .threeCol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	main .threeCol div {
		width: 32%;
	}
	main .twoCol pic
	.footerContact ul {
		font-size:.85em;
	}
	.footerMenu ul {
		font-size:1.125em;
	}
	.subpageHeading h1 {
		text-align: center;
		font-size:2em;
	}
	main h2 {
		text-align: right;
	}
}