body{
  padding: 0;
  margin: 0;
  background-color: white;
}

/*//// Navigation /////*/

header{
  padding: 1em 1em;
  margin: 0 0;
  background-color: white;
}

.nav {
  margin: 0 0;
  padding: 0 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.nav a {
  color: #231f20;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica, Sans-serif;
  font-weight: 700;
  padding: .1em .5em;
  height: 2em;
  border: 2.45px solid white;
  }
  
  .nav .nav-left a{
    float: left;
    font-size: 1.7em;
    text-align: center;
    border: none;
  }

  .nav-right a{
  	float: right;
  }

  .nav a:link{
    color: #231f20;
  }

  .nav a:visited{
    color: grey;
  }

  .nav a:hover{
    border: 2.45px solid #231f20;
    transition: border 1s;
  }

  .nav .nav-right a:active{
    background-color: #231f20;
    color: white;
    transition: .5s ease;
  }

  .nav .nav-left a:link{
  	color: #231f20;
  }

  .nav .nav-left a:visited{
  	color: #231f20;
  }

  .nav-left a:hover{
  	opacity: .8;
    border: none;
  }

  /*////////////////
  MOBILE NAVIGATION
  ////////////////*/
@media screen and (max-width: 39.9375em) {

header{
  width: 100%;
  height: 10em;
  padding: 1em 0em;
  padding-bottom: 0;
  margin: 0 0;
  background-color: white;
}	

.small-nav {
  display: block;
  margin: 0 auto;
  padding: 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.small-nav a {
  color: #231f20;
  text-decoration: none;
  text-align: center;
  font-family: Helvetica, Sans-serif;
  font-weight: 700;
  padding: .1em .2em;
  margin: 0 auto;

  }

  .funk a{
  	padding: .1em .4em;
  }

  .small-home{
  	text-align: center;
  }

  .small-nav .small-home a{
    font-size: 2em;
    text-align: center;
    border: none;
    color: #231f20;
    font-weight: 700;
  }

  .small-nav .small-home a:hover{
  	opacity: .8;
    border: none;
  }

  .small-nav .small-home a:visited{
  	color: #231f20;
  }

  .small-links{
  	text-align: center;
  	height: 2em;
  	font-size: .9em;
  	padding: .1em .4em;
  }

  .small-links a:hover{
  	color: #231f20;
  	border: 2px solid #231f20;
  }

  .small-links a:active{
  	background-color: #231f20;
  	color: white;
  }

}

@media screen and (min-width: 40em) {
	.small-nav{
		display: none;
	}
  }


  /*//////////////
  ////////////////
  HEADER IMAGE
  ////////////////
  //////////////*/

.gallery-container {
  width: 100%;
 height: 40em;
  overflow: hidden;
  background-color: none;
}
.timer {
  height: .3em;
  width: 0%;
  left: 0;
  bottom: 0;
  background: #42c2e5;
  z-index: 20;
}
.slideshow {
 
  background-color: #f3efec;
}
.slide {
  width: 100%;
 
  text-align: center;
  }

 .slide { display: none;}

 /*SLIDE BULLETS*/



  /*FULL-WIDTH LINKS*/

  .home-link-container{
  	text-align: center;
  }

  a.home-link{
    padding: 3.3em;
    font-weight: 700;
    color: black;
    background-color: white;
    font-size: 22.5px;
    border: 3px solid white;
  }

  a.home-link:visited{
    color: gray;
  }

  a.home-link:hover{
	border: 3px solid #231f20;
	transition: border .75s;
  }

  a.home-link:active{
    color: white;
    background-color: #231f20;
  }

/* FOOTER STYLE */

.footer-container{
    background-color: white;
    text-align: center;
    overflow-x: hidden;
  }


.footer {
	height: 7em;
	background-color: #231f20;
  }

.container{
	bottom: 0;
	width: 100%;
	max-width: 100%;
	background-color: #231f20;
	padding: 1em 0em;
}

.footer-cell{
	align-content: center;
	text-align: center;
	height: 8em;
	background-color: #231f20;
	color: white;
	margin: 0 0;
	padding: 4em 0;
	bottom: 0;
}

/* EXTRA SITES */

.extra-sites{
	overflow: hidden;
}

.extra-sites a{
font-family: helvetica, Sans-serif;
font-weight: 700;
font-size: .7rem;
padding: 2px;
color: #cdcdcd;
border: 2px solid transparent;
padding: .3em;
margin:.3em;
overflow: hidden;
}

.extra-sites a:link{
	color: #cdcdcd;

}

.extra-sites a:visited{
	color: gray;
}

.extra-sites a:hover{
	color: #cdcdcd;
	border: 2px solid #cdcdcd;
	transition: .5s ease;
}

.extra-sites a:active{
	background-color: #cdcdcd;
	color: #231f20;
}


/* BOTTOM NAVIGATION */

.footer-link{
	font-family: helvetica, Sans-serif;
	font-weight: 700;
	font-size: .75em;
	color: #cdcdcd;
	text-decoration: none;
	padding: 8px 7px;
	border: 2px solid #231f20;
}

.footer-center a:visited{
	color: gray;
}

.footer-center a:hover{
	color: #cdcdcd;
	border: 2px solid #cdcdcd;
	transition: .5s ease;
}

.footer-center a:active{
	color: black;
	background-color: white;
}


/* SOCIAL MEDIA ICONS */

.footer-right a{
	padding-right: 12px;
	opacity: .75;
}

.footer-right a:link{

}

.footer-right a:visited{
	opacity: .3;
}

.footer-right a:hover{
	opacity: .4;
	transition: .3s ease-in;
}

.footer-right a:active{
	
}

.instagram-logo{
	height: 1em;
}

.medium-logo{
	height: 1em;
}

.twitter-logo{
	height: 1.7em;
}

.linkedin-logo{
	height: 1.8em;
}

/* COPYRIGHT INFO */

.copyright{
	background-color: #231f20;
	color: white;
	font-size: .7em;
	text-align: center;
	color: #a9a9a9;
	margin: 0 0;
	padding: 3px 0;
}

/*////////////////
//////////////////
PROJECTS PAGE
//////////////////
////////////////*/


  .box-links{
    background-color: white;
    text-align: center;
  }

  a.box:hover{
   border: 3px solid #231f20;
   transition: border .75s;
  }

   a.box{
    height: 16.57em;
    padding: 7.5em 4.1em;
    font-weight: 700;
    color: black;
    border: 3px solid white;
  }

  a.box:visited{
    color: gray;
  }

  a.box:active{
    color: white;
    background-color: #231f20;
  }

/*////////////////
//////////////////
IMAGE GALLERY
//////////////////
////////////////*/

body.photo-page{
	background-color: white;
	margin: 0 0;
	padding: 0 0;
}

/*Filter Bar*/

.filter-bar{
	margin: 0 0em 0 0em;
	padding-bottom: .3em;
	padding-top: 0;
	text-align: center;
}

.filter-button{
	border: 2.5px solid #231f20;
	border-left: 1.25px solid #231f20;
	text-decoration: none;
	color: #231f20;
	font-weight: 700;
	font-size: .8em;
	padding: .3em .4em;
}

a.filter-button:selected{
	background-color: #231f20;
}

a.filter-button:hover{
	color: white;
	background-color: #231f20;
}

a.all{
	border-left: 2.5px solid #231f20;
}

/*Image Gallery*/

.gallery{
	line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap:   0px;
    -moz-column-count:    5;
    -moz-column-gap:      0px;
    column-count:         5;
    column-gap:           0px;
    padding: 0;
    margin: 0;
}

.gallery img {
    width: 100% !important;
    height: auto !important;
    padding: .2em;
    width: 27em;
	padding: .2em;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
	opacity: 1;
	box-sizing: border-box; 
}

a.pin{
	background-color: white;
}

a.pin img:hover{
	opacity: .6;
}

.fadeout{
	opacity: .2;
}

.gallery img:hover{
	cursor: pointer;
}

.image-gallery-container{
	padding-bottom: 15em;
}

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#231f20;
    text-indent:-9999px;
    display:none;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color: #41c1e5;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

@media (max-width: 1200px) {
  .gallery {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  .gallery {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}
@media (max-width: 800px) {
  .gallery {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}

/*////////////////
//////////////////
CONTACT PAGE
//////////////////
////////////////*/

@media screen and (min-width: 0em) and (max-width: 63.9375em) {
	.mobile-hello{
		display: block;
		text-align: center;
		font-family: helvetica, Sans-serif;
		font-weight: 700;
	}

	.small-working{
		font-size: 2em;
		line-height: 0;
	}

	.small-email-link{
		color: #41c1e5;
	}
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {

	.small-working{
		padding-top: 1em;
		font-size: 3.5em;
	}

	.small-email-link{
		font-size: 1.7em;
	}

	.small-email-link a{
		text-decoration: none;
		color: #41c1e5;
	}

	.small-email-link a:hover{
		color: #FF2D20;
	}
}

@media screen and (min-width: 63.9376em) {
	.mobile-hello{
		display: none;
	}
}

.required{
	font-family: helvetica, Sans-serif;
	font-size: .8em;
}

.asterisk{
	font-family: helvetica, Sans-serif;
	font-size: 1.35em;
	font-weight: 700;
	color: #41c1e5;
}

.contact-form{
	padding: 4.7em 8em;
}

.contact-field{
	padding: 1em 0;
}

.contact-title{
	font-family: helvetica, Sans-serif;
	font-size: 1em;
	font-weight: 700;
}

p.working{
	font-family: helvetica, Sans-serif;
	font-size: 7em;
	font-weight: 700;
	line-height: 1;
}

.email-link{
	font-family: helvetica, Sans-serif;
	color: #41c1e5;
	font-size: 1.5em;
	font-weight: 700;
	padding-top: .3em;
}

.email-link a{
	text-decoration: none;
}

.email-link a:hover{
	color: #ff2d20;
}

.message-box{
	padding-bottom: 10em
}

a.submit:link{
	background-color: white;
	color: #231f20;
	font-family: helvetica, Sans-serif;
	font-weight: 700;
	font-size: 1em
	border: 2px solid #231f20;
	padding: .8em 1.6em;
}

a.submit:hover{
	background-color: #231f20;
	color: white;
}

/*make inputs full width on small*/
@media screen and (max-width: 39.9375em) {
	.hidden{
		display: none;
	}
}

/*make inputs full width on medium*/
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.hidden{
		display: none;
	}
}

@media screen and (max-width: 39.9375em)  {
	.contact-form{
		padding: 2em 1em;
	}
}

/*////////////////
//////////////////
ABOUT PAGE
//////////////////
////////////////*/

/*large only*/
@media screen and (min-width: 64em) and (max-width: 100em) {
	.about-main{
		display: block;
	}

	.about-small{
		display: none;
	}

}
/*medium + small*/
@media screen and (min-width: 0em) and (max-width: 64em) {
	.about-main{
		display: none;
	}

	.about-small{
		display: block;
		text-align: center;
		padding: 3em 3em 5em 3em;
		font-family: helvetica, Sans-serif;
	}

	.small-hi-alex{
		font-weight: 700;
		font-size: 5em;
	}

	.small-about-main{
		text-align: left;
	}
	
}

@media screen and (max-width: 39.9375em) {
	.small-hi-alex{
		font-size: 3em;
		padding-bottom: 1em;
	}
}


.about-main{
	text-align: center;
	padding: 5em 3em;
}

.body{
	font-family: Helvetica, Sans-serif;
	color: #231f20;
}

.hi-alex{
	text-align: left;
	font-weight: 700;
	font-size: 4em
}

.body-about{
	text-align: left;
	font-size: .9em;
}

/*////////////////
//////////////////
PROJECT PAGES
//////////////////
////////////////*/

.project-gallery{
	font-family: helvetica, Sans-serif;
	text-align: center;
	padding: 1em 3em 1em 3em;
}

.project-gallery a{
	text-decoration: none;
	color: #231f20;
	font-weight: 500;
	padding: 0 .3em;
}

.project-gallery a:hover{
	opacity: .8;
}

.project-title p{
	font-weight: 700;
	font-size: 4em;
	padding-top: .5em;
}

.project-description{
	text-align: center;
	padding: 0 15em;
}

@media screen and (max-width: 39.9375em) {
	.project-title p{
		font-size: 2.5em;
		line-height: 
	}

	.project-description{
		padding: 0 0em;
	}
}


@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.project-description{
		padding: 0 1em;
	}

}

 * {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  /*max-width: 1000px;*/
  margin: auto;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  right: 0px;
  margin: 0;
  padding: 0;
  z-index: -12;
}

.project-slideshow{
	text-align: center;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/*.nextandprevious{
	background-color: red;
	text-align: center;
	margin: 3em 15em;
}*/

.extras{
	padding-top: 1em;
	padding-bottom: 3em;
}


/* Next & previous buttons */
a.prev, a.next {
  top: 27em;
  cursor: pointer;
  color: #231f20;
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  box-sizing: border-box;
  top: 50%;
  padding: 1em 0em;
}

.next{
	text-align: right;
}

/* Position the "next button" to the right */


/* On hover, add a black background color with a little bit see-through */
a.prev:hover, a.next:hover {
  color: #231f20;
}


/* The dots/bullets/indicators */

.dot {
  text-align: center;
  display: inline-block;
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  transition: background-color 0.6s ease;
  z-index: 12;
}

.active, .dot:hover {
  background-color: #666a6d;
}

.dots{
	text-align: center;
	display: inline-block;
}



/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1s;
  animation-name: fade;
  animation-duration: 1s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

