/*Homepage*/

body {
	
}


h1 {
  color: #5A7360;
  font-family: rustica, sans-serif;
  font-size: 64px;
  font-weight: bold;
  line-height: 70px;
  margin-bottom:  30px;
}

h2 {
  color: #5A7360;
  font-family: rustica, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 25px;
}

h3 {
  color: #5A7360;
  font-family: rustica, sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}

h4 {
	color: #5A7360;
  	font-family: Rustica;
	font-size: 20px;
	letter-spacing: 0;
	line-height: 28px;
	font-weight: 300;
}



p {
	color: #000000;
	font-family: Calluna, serif;
	font-size: 28px;
	letter-spacing: 0;
	line-height: 40px;
}

ul li {
	color: #000000;
	font-family: Calluna;
	font-size: 24px;
	letter-spacing: 0;
	line-height: 36px;
  font-size: 20px;
}

u {
  text-decoration: underline;
  text-decoration-color: #E8EAE8;
  text-decoration-thickness: 4px;
}

body {
  padding-bottom: 30px;
}

i {
  font-style: italic;
}

/*Nav*/

nav { 
  font-family: Calluna;
  padding: 25px 50px;
  text-align: right;
}

.icon {
  float:  left;
  width: 70px;
  height:  auto;
}


nav.wrap p a {
  font-size: 24px;
  color: #000000;
  text-decoration: none;
}


nav.wrap a:hover {
  text-decoration: underline;
}

.sub-nav {
    width: 65%;
    max-width: 880px;
    margin: 50px auto;
    margin-bottom: 120px;

}

.sub-nav a {
  font-family: Rustica;
  font-size: 14px;
  margin-right: 5%;
  float: left;
  color: black;
  font-weight: 300;
  margin-bottom: 10px;
}

.sub-nav a:hover {
  text-decoration: none;
  color: #5A7360;
}

/*Back to top*/

.back-to-top {
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  border-radius: 100%;
  background: #5A7360;
  padding: 0.5rem;
  border: none;
  cursor: pointer;
  opacity: 100%;
  transition: opacity 0.5s;
}

.back-to-top:hover {
  opacity: 60%;
}


.back-to-top-icon {
  width: 1.25rem;
  height: 1rem;
  color: white;
}

.progress-bar {
  height: 1rem;
  background: white;
  position: fixed;
  top: 0;
  left: 0;
}

.signoff {
  text-align:  center;
  margin: 100px auto;
  max-width: 880px;
  padding: 0 10%;
}

/*Header*/

.header {
    margin: 0 15%;
    margin-bottom: 75px;
}

.subhead {
	color: #000000;
	font-family: Calluna;
	font-size: 28px;
	line-height: 34px;
}

.header img {
    float: left;
    width: 32%;
    padding: 5%;
    background-image: url(../images/Group.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: 95%;
    background-position-y: 75%;
    overflow: auto;

}

.header-content {
    float: left;
    width: 50%;
    margin: 4%;
    padding-top: 20px;
}

.clear {
  clear: both;
}

.copyright p {
  font-size: 16px;
  text-align:  center;
}

.copyright a {
  color: #5A7360;
}

/*Content Boxes*/

.content-container {
  background: linear-gradient(-45deg, #ffffff, #D8E1D8, #5A7360, #8C988F);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
  padding-bottom: 50px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.content {
	margin: 0 auto;
	width: 65%;
	padding: 25px 0;
  max-width: 880px;
}

.content h3 {
	margin-top: 40px;
}

.box-background {
	padding: 50px;
	border-radius: 20px;
	background-color: rgba(255,255,255,0.75);
	box-shadow: 10px 10px 30px 0 rgba(59,68,25,0.2);
	margin-top: 50px;
}

.box-background h2 a {
    color: #5A7360;
    text-decoration: none;
}

.box-background h2 a:hover {
    text-decoration: underline;
}

.box-background h2 a:visited {
    color: #5A7360;
    text-decoration: none;
}


.wrap p {
  margin: 0 0 20px;
}
.wrap p:last-child {
  margin: 0;
}
.wrap p a {
	color: #000000;;
  position: relative;
  overflow: hidden;
}

.wrap p a::after {
  content: "";
  background: rgb(142, 177, 25, .35);
  position: absolute;
  left: 12px;
  bottom: -6px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}

.wrap p a:hover:after {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
}


.signoff h2 {
  margin: 0 0 20px;
  line-height: 44px;
}
.signoff h2:last-child {
  margin: 0;
}
.signoff h2 a {
  color: #000000;;
  position: relative;
  overflow: hidden;
}

.signoff h2 a::after {
  content: "";
  background: rgb(142, 177, 25, .35);
  position: absolute;
  left: 12px;
  bottom: -6px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  transition: 0.35s cubic-bezier(0.25, 0.1, 0, 2.05);
}


.signoff h2 a:hover:after {
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 100%;
}



/*Projects*/

.project-content-header p {
  font-family: 'Calluna';
  font-weight: 400;
  font-size: 16px;
  line-height: inherit;
  float:  left;
}

.footer-credit {
    width: 65%;
    max-width: 880px;
    margin: 0 auto 50px auto;
}

.credit p {
  font-family: 'Calluna';
    font-weight: 400;
    font-size: 16px;
    line-height: inherit;
    float: left;
}

.credit h5 {
    font-family: 'Rustica';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #5A7360;
    float: left;
    margin-bottom: 10px;
}

.individual-projects {
  margin-bottom: 100px;
  margin-top: 50px;
}

.additional-work {
  margin-bottom: 100px;
  margin-top: 50px;
  padding-top: 75px;
  background-color: #E8EAE8;
  background: linear-gradient(-45deg, #ffffff, #E8EAE8);
  background-size: 400% 400%;
  animation: gradient 10s ease infinite;
}




.additional-work h1 {
  margin-bottom: 50px;
}


.additional-work .caption {
   margin-bottom: 25px;
   margin-top: 75px;
}

.additional-work .caption h2 {
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 34px;
    margin-bottom: 0;
}

.additional-work .caption p {
  color: #000000;
  font-family: Calluna, serif;
  text-transform: none;
  font-weight: 100;
  letter-spacing: 0;
  font-size: 16px;
  margin-bottom: 0;
}

.individual-projects h1 {
  font-size: 56px;
    line-height: 62px;
}

.description ul li {
  margin-bottom: 20px;
}


.description {
    width: 65%;
    max-width: 880px;
    margin: 50px auto;
  }

.description-short {
    width: 65%;
    max-width: 880px;
    margin: 50px auto;
  }

.description-short h2 {
      color: #5A7360;
    font-family: rustica, sans-serif;
    font-size: 30px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 12px;
}

.description-short p {
    font-size: 24px;
    line-height: 40px;
  }

.description p {
  font-size: 24px;
}

.project-content-header {
  margin: 0 auto;
  width: 65%;
  max-width: 880px;

}

.project-content {
  margin: 0 auto;
}


.full-width img {
    width: 100%;
    margin-bottom: 75px;
    margin-top: 25px;
}

.full-width img.mobile {
    width: 70%;
    margin: auto 15% ;
} 

.full-width img.mobile2 {
    width: 60%;
    margin: auto 20%;
    margin-bottom: 50px;
} 

.additional-work .full-width img.mobile {
  margin-bottom: 20px;
}



em {
  font-style: italic;
}

.caption {

  font-family: Rustica;
  font-size: 16px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 1px;
  color: #5A7360;
  text-align: center;
  text-transform: uppercase;
}

.caption-margin {
  margin-top: 50px;
}

.project-content p.caption {
    margin-bottom: 15px;
}


.browser6 {
  margin: 40px auto;
  width: 100%;
}

.video {
  margin: 40px auto;
  width: 100%;
  max-width: 640px;
}

.videoplayer {
  margin: 40px auto;
  width: 100%;
  max-width: 640px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 25%);
}

.no-margin {
  margin-top: 20px;
}

.videoplayersquare {
    margin: 40px auto;
    width: 100%;
    max-width: 400px;
    box-shadow: 3px 3px 10px 0px rgb(0 0 0 / 25%);
  }

.float {
  float: left;
}

.videostack {
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 800px) {
  
  .header {
    margin: 0px 10%;
        margin-bottom: 75px;
  }

  .box-background {
    padding: 40px;
  }


  p {
    font-size: 22px;
    line-height: 32px;
  }

  .content {
    width: 80%
  }

  .header img {
    float:  none;
    width: 100%;
  }

  .header-content {
    width: 80%;
    padding-top: 20px;

}




@media (max-width: 700px) {

.project .individual-projects h1 {
  font-size: 30px;
  line-height:  34px;
}

.project .additional-work h1 {
  font-size: 30px;
  line-height:  34px; 
}

.project .project-content-header h4 {
  font-size: 16px;
}

.project .additional-work .caption h2 {
  font-size: 24px;

}

.project .full-width img {
  margin-bottom: 45px;
}

.project .project-content-header {
   width: 80%;
}

.project .description {
    width: 80%;
    margin: 30px auto;
}

.project .description p {
  font-size: 18px;
  line-height: 28px;
}

.individual-projects .description-short {
    width: 80%;
    margin: 30px auto;
}

.individual-projects .description-short p {
  font-size: 18px;
  line-height: 28px;
}

.individual-projects .description-short h2 {
  font-size: 22px;
  line-height: 26px;
}

.videoplayer {
  width: 90%;
}

.videoplayersquare {
  width: 80%;
}


}






