/* COLORS

illuminating emerald #00916E
logo and in-text links: #004C62 (turquoise)
text: #515153 (gray)
navigate links: #49306B (purple)
navigate links over: #c49C2D (yellow)
miscellaneous: #8F373E (red)

*/

* {box-sizing:border-box}

body {
	font-family: Futura, Helvetica, Arial, sans-serif;
	color:#515153;
}


/* Navigation 
_______________________________________ */

nav {
	font-family: Futura, Helvetica, Arial, sans-serif;
	width:80%;
	display:block;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #00916E;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  font-size: 30px;
}

.topnav a:hover {
  color:#C49C2D;
}

.topnav a:active {
  color:rgba(196, 156, 45, .5);
  background-color:white;
}

.topnav a.active {
  color: #515153;
  background-color:white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 700px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* Home Page
______________________________________________ */

#home {
margin-left:15%;
margin-right:15%;
font-size:2.25vw;
font-family: Futura, Helvetica, Arial, sans-serif;
font-weight:bold;
}




/* Work Page
____________________________________ */

#work {
	display:block;
	margin-left:15%;
	margin-right:15%;

}

.worklink {
	display:inline;
	margin-left:5%;
	margin-right:5%;
}

.worklink p {
	font-style:italic;
	margin-left:100px;
	font-size:18pt;
	padding-top:5px;
	padding-bottom:20px;
}

.worklink a {
	display:inline-block;
	color:#49306B;
	text-decoration:none;
	font-size:20pt;
	padding:15px;
	font-family: Futura, Helvetica, Arial, sans-serif;
}


.lg-view {
   display:inline-block;
}

.screen-view {
   display:none;
}

@keyframes project {
	0% {color:#49306B;}
	100% {color:#00916E;}
}


.worklink a:hover {
	animation-name:project;
	animation-duration:2s;
	animation-direction:alternate;
	animation-iteration-count:10;
}

@media only screen and (max-device-width:700px) {

.lg-view {
   display:none;
}

.screen-view {
   display:inline-block;
   font-size:4.05vw;
}

.worklink {
	display:block;
	width:100%;
	margin:none;
}

.worklink a:active {
	background:rgba(73, 48, 107, 0.75);
	}

.worklink a:hover {
	animation:none;
}

.worklink p {
	display:none;
}

}


#work h1 {
	font-family: Futura, Helvetica, Arial, sans-serif;
}





/* About Page
_______________________________________________ */

#about {
	display:block;
	margin-left:20%;
	margin-right:20%;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-size:14pt;
}

#about h1 {
	font-family: Futura, Helvetica, Arial, sans-serif;
}

.soc {
	font-size:1vw;
}

.soc ul {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:0.95vw;
}

.soc a {
	text-decoration:none;
	color:#C49C2D;
}

.soc a:hover {
	color:#004C62;
}	

.soc a:active {
	color:rgba(0, 76, 98, .5);
}

@media screen and (max-width: 700px) {
	#home {
	font-size:18pt;
}
	.soc {
	font-size:13pt;
}
	.soc a {
	font-size:13pt;
}

#home img {
	display:none;
}
}



/* Project Pages 
__________________________________________________________*/


.quick ul {
	list-style-type:none;
	margin:0;
	padding:0;

}


.problem {
	margin-left:5%;
	margin-right:5%;
	background-color:#1B998B;
	padding:15px;
	margin-top:50px;
	margin-bottom:50px;
	display:flex;
	border-radius:20px;

}
	
.exclaimleft em {
	color:#FFFFFF;
	font-family:Futura, Helvetica, Arial, sans-serif;
	font-size:12vw;
	font-style:normal;
}

.exclaimright em {
	color:#FFFFFF;
	font-family:Futura, Helvetica, Arial, sans-serif;
	font-size:12vw;
	font-style:normal;
}

.probtext h2 {
	margin-bottom:0px;
	padding:20px;
	color:#FFFFFF !important;
	text-align:center;
}

.probtext p {
	color:#FFFFFF;
	font-family:Futura, Helvetica, Arial, sans-serif;
	font-size:1.5vw;
	padding:20px;
}

figure {
	padding: 4px;
	width:45%;
	float:right;
}

figure img {
	width:100%;
	text-align:center;
}

figcaption {
	color:#00916E;
	font-style:italic;
	padding:2px;
	text-align:left;
}


#project {
	display:block;
	margin-left:15%;
	margin-right:15%;
}

#project h1 {
	font-size:3.5vw;
}

#project h2 {
	font-size:2.5ƒvw;
	margin-bottom:10px;
	color:#49306B;
	font-family: Futura, Helvetica, Arial, sans-serif;
}

#project h3 {
	font-size:2vw;
	padding-top:20px;
}

#project b {
	color:#49306B;
}

.intext {
	color: #004C62;
	text-decoration:none;
}

.intext:hover {
	color: #c49C2D;
}

.filledeval {
	border:1px #000000 solid;
	width:24.25%;
}

.sstests {
	width:45%;
	margin:5px;

}

.medfipt {
	width: 30%;
	margin:2px;
}

.testcap {
	display:block;
	width:45%;
	background-color:#49306B;
	color:#fff;
	float:left;
	padding:15px 25px 5px 15px;
	margin:5px;
	font-family: Futura, Helvetica, Arial, sans-serif;
}

.diagram {
	width:48%;
	margin:5px;
}

ul.nobullet {
	list-style-type:none;
}

ul.nobullet li {
	margin-top:7px;
}

.treetest {
	width:48%;
	margin:5px;
}

.sketches {
	display:flex;
	align-items:center;
}

.sketch {
	width:30%;
	margin:5px;
}

.sketchboard {
	width:48%;
	margin:5px;
}

.wireframes {
	width:49%;
}

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

.slideshow-container2 {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

.mySlides {
  display: none;
}

.slideshow-container img {
  vertical-align: middle;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: 817E7E;
  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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Number text for Carepoint (1/3 etc) */
.numbertextCP {
  color: #00916E;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

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

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

/* 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 screen and (max-width: 775px) {
.filledeval {
	width:100%;
}

.sstests {
	width:100%;
}

.medfipt {
	width: 100%;
}

.testcap {
	width:100%;
}

.diagram {
	width:100%;
}

.treetest {
	width:100%;
}

.sketches {
	display:block;
}

.sketch {
	width:100%;
}

.sketchboard {
	width:100%;
}

.wireframes {
	width:100%;
}

}

@media screen and (max-width: 700px) {
figure {
	padding: 10px;
	width:100%;
	margin:auto;
}

.probtext h2 {
	font-size:5vw;
}

.probtext p {
	font-size:4vw;
}

.exclaimleft em {
	display:none;
}

.exclaimright em {
	display:none;
}

#project h1 {
	font-size:8.5vw;
}

#project h2 {
	font-size:6vw;
	
}

#project h3 {
	font-size:4.5vw;
	
}

}





