@import url('https://fonts.googleapis.com/css?family=Rubik:300,500');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,500,600');





* { 
  margin: 0; 
  padding: 0;
}


body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  background-color: #fafafa;
}

.full-w, .full-w-carousel{
  grid-column: 1 / span 2;
}

.container{
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 1em;
}

.content-main{
  display: grid;
  grid-template-columns: 1fr;
}

.content-left{
	padding-left: 1em;
	padding-top: 1.80em;
  margin-bottom: 1.25rem;
}

  .content-left h1{
    margin-left: .2rem;
    margin-bottom: .06rem
  }

    .content-left .contact-block h3 a{
      margin-left: .1rem;
    }

.content-main{
	padding-right: 1em;
	padding-left: 1em;
}

div.sticky{
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 1.80em;
}

@media (min-width: 576px) {

  .content-main{
    padding-top: 0px;
  }
}


@media (min-width: 40em) {
    .container {
        grid-template-columns: 300px 1fr;
    }

    .content-main{
      padding-top: 1.86em;
      grid-template-columns: repeat(2, 1fr);
    }

    .bio{
      max-width: 350px;
      min-width: 350px;
    }

}

h1{
  font-family: 'Rubik', sans-serif;
	font-size: 1.13rem; /* 24px */
  line-height: 24px; /* 24px */
  font-weight: 500;
}

h3{
	font-size: 0.8125rem; /* 13px */
  line-height: 16px; /* 24px */
  margin-bottom: 8px;
  font-weight: 300;
  font-family: 'Roboto';
}

.subhead{
	font-size: 1rem; /* 14px */
  line-height: 24px; /* 24px */
  font-weight: 300;
  margin-bottom: 2.75rem;
  font-family: 'Rubik', sans-serif;
}

.contact-block h3{
  font-weight: 300;
}


p{
	font-size: 0.8125rem; /* 14px */
  line-height: 24px; /* 24px */
  margin-bottom: 1rem;
	font-weight: 300 ;
}


a{
	color: #000;
	text-decoration: none;
	/*transition: all 0.3s ease;*/
}

	a:hover{
		opacity: 0.5;
    font-style: italic;
	}

  h1 a:hover{
    opacity: 0.5;
    font-style: normal;
  }

img{
  width: 100%;
  user-drag: none; 
  user-select: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

.cycle-next{
  cursor: e-resize;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 91;
  opacity: 1;
  display: block;
  visibility: hidden;
}

.cycle-slide{
  margin-bottom: 8px;

  cursor: e-resize;
  position: static;
  top: 0px;
  left: 0px;
  z-index: 100;
  opacity: 1;
  display: block;
  visibility: hidden;
}





.cycle-slideshow{
  margin-bottom: 120px;
  max-width: 810px;
}

.project-name{
  font-size: 0.8125rem;
  line-height: 1em;
  font-family: 'Roboto';
  float: left;
  clear: both;
  font-weight: 500;
}

.project-description{
  font-weight: 300;
}



.cycle-caption{
  font-size: 0.8125rem;
  line-height: 1em;
  font-family: 'Roboto';
  font-weight: 300;
  float: right;
  display: block;
}


.credit-note{
  font-style: italic;
  max-width: 425px;
  padding-bottom: 3em;
}


