/* Hi there!
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
  }

#404 .container {
    padding-bottom: 2000px;
}


/* For devices larger than 550px */
@media (min-width: 1000px) {
  .container {
    width: 80%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,.one.columns        { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }
  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }
  .one-half.column                { width: 48%; }

  .offset-by-one.column,  		.offset-by-one.columns         	{ margin-left: 8.66666666667%; }
  .offset-by-two.column,  		.offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,  	.offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,  		.offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,  		.offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,  		.offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,  	.offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,  	.offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column, 		.offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,  		.offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,  	.offset-by-eleven.columns       { margin-left: 95.3333333333%; }
  .offset-by-one-third.column, 	 .offset-by-one-third.columns	{ margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,  .offset-by-two-thirds.columns	{ margin-left: 69.3333333333%; }
  .offset-by-one-half.column,  	 .offset-by-one-half.columns    { margin-left: 52%; }
}

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
} /* set to 62.5% so that 1.5rem = ~15px */

body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", sans-serif;
  color: #22222c;
  margin: 0;
 }

img {
	position: relative;
	overflow: hidden;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;  
  margin-bottom: 2rem;
}

h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem; font-weight: lighter; }
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; font-weight: bold;  }
h5 { font-size: 2.0rem; line-height: 1.6;  letter-spacing: .1; font-weight: lighter;  }
h4 { font-size: 1.8rem; line-height: 1.6;  letter-spacing: .1; font-weight: bold;  }
h3 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: .1; font-weight: bold; text-align: left; }
h6 { font-size: 1.35rem; line-height: 1.4;  letter-spacing: 0; font-weight: lighter; text-align: left; text-transform:none; }
#hello h2 {font-size: 8.0rem;}

p { width: 100%; margin-top: 0; }

/* Larger than tablet */
@media (min-width: 1000px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  #hello h2 {font-size: 15rem;}
  h5, h4 { font-size: 2.4rem; }
  h3 { font-size: 1.5rem; }
  h6 { font-size: 1.5rem; }
  p { width: 100%; margin-top: 0;
}
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1EAEDB;
  white-space:nowrap }
a:hover {
  color: #1EAEDB; }
  


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background:#22222c;
  cursor: pointer;
  border:none;
  box-sizing: border-box; }
.button:hover,
button:hover,
.button:focus,
button:focus {
  color: #86DAD9;
  outline: 0; }
.button.button-primary,
button.button-primary {
  color: #86DAD9;
background-color: #22222c;}
.button.button-primary:hover,
button.button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus {
  color: #86DAD9;
  background-color: #22222c;
  }

.previousButton { float: left; }
.nextButton { float: right; }

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* 404 Page
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#nope {
    padding-top: 200px;
	padding-bottom: 200px;
    -webkit-animation: animate_bg 25s;
    animation: animate_bg 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
#error error :before {
    content:
  content: "\26A0";
  font-size: 5rem;
}


/* Header+ Responsive Menu
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#menu {
	  position: fixed;
	  width:100%;
	  background:rgba(255,255,255,0.8);
	  z-index: 1;
}

#menu container { height: 60px; }

header {
  overflow: hidden;
  text-transform: uppercase;
}
/*icon 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header a, header label {
  display: block;
  padding: 8px 10px;
  color: #22222c;
  text-decoration: none;
  line-height: 30px;
}

header a:hover, header label:hover { color:#86DAD9; }

header label {
  float: right;
  cursor: pointer;
}

header label:after {
  content: "\2261";
  font-size: 5rem;
}

#kate {
  float: left;
  padding-top: 15px;
  font-size: 1.8rem; line-height: 1.6;  letter-spacing: .1; font-weight: lighter;
}
  
nav {
  float: right;
  max-height: 0;
  width: 100%;
  -webkit-transition: max-height 0.3s; -moz-transition: max-height 0.3s; -o-transition: max-height 0.3s; transition: max-height 0.3s;
}

nav ul {
  margin: 0; padding: 0;
}
  
nav li {
  display: block;
  text-align: center;
  font-size: 1.8rem; line-height: 1.6;  letter-spacing: .1; font-weight: bold;
}

nav a {
  padding: 10px;
  width: 100%;
}

#nav { display: none; }

#nav:checked ~ nav {
  max-height: 200px; /* Anything bigger than nav height. Works with transition duration */

}

@media (min-width: 750px) {
  
  header label { display: none; } 
  
  nav {
    width: auto;
    max-height: none;
	background: none;

  }
  
  nav ul {
    padding: 0;
    padding-right: 10px;
	
  } 

  nav li {
    display: inline-block;
    text-align: left;
  } 

  header nav a {
    display: inline-block;
    padding: 15px 15px;
    width: auto;
  } 
}

/* hello
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#hello {
	padding-top: 110px;
	padding-bottom: 50px;
    -webkit-animation: animate_bg 25s;
    animation: animate_bg 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

h2 {
	text-align: left;
}

.fontswitch {
    font-family: "Raleway", sans-serif; /* Default font */
        }
        
@media (min-width: 1000px) {
	#hello {
		padding-top: 145px;
		padding-bottom: 60px;
	    -webkit-animation: animate_bg 25s;
	    animation: animate_bg 25s;
	    -webkit-animation-iteration-count: infinite;
	    animation-iteration-count: infinite;
	}
	
	#hello h2 {
		align-items: right;
		text-align: right;
		font-size:15rem;
		padding-right:60px;
	}
}

/* Project
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.imgRight { 		display: none; }
.imgTop { 		display: block; }
.imgGif {		display: none; }
.imgStill { 		display: block; }


hr {
  margin-bottom: 15px;
  margin-top: -10px;
  border: 0;
  border-top: 5px solid #22222c;
  padding: 0; 
}

.project { 
	padding-top: 50px;
	padding-bottom:80px;
	overflow: hidden;
}

.project h2 { 	
	padding-top: 40px;
	text-align: left;
}

.project img { 
	width: 120%;
	margin-left: -10%;
}


@media (min-width: 1000px) { 
	.project h2 { 	padding-top: 0px; }
	.left img { 		margin-left: -60%; }
	.right img {	 	margin-left: 0%; }
	.project { 		padding-top: 100px; }


	.project img { 
		width: 160%; 
		max-width:1200px;
	}
	
	.imgRight { 		display: block;}
	.imgTop { 		display: none; }
	.videoDiv { 
		position: relative;
		height: 0;
	}
}

@media (min-width: 400px){
.imgGif {		display: inherit; }
.imgStill { 		display: none; }
}

/* Video */
.imgBelow {
	position:relative;
	z-index: 0;
	float:left;
	top:0;
	opacity: .9;
}

/* Primary projects
__________________________________________________ */

.p1-link {
  text-decoration: none;
  display: block;
}

.p1-container {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom:30px;
}

.p1-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.p1-container:hover .p1-overlay {
  opacity: 1;
}

.p1-text {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform:uppercase;
}


/* secondary projects
__________________________________________________ */

.p3-link {
  text-decoration: none;
  display: block;
}

.p3-container {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  cursor: pointer;
  margin-bottom:30px;
}

.p3-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p3-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.p3-container:hover .p3-overlay {
  opacity: 1;
}

.p3-text {
  color: white;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  text-transform:uppercase;
}


/* project detail images on side
__________________________________________________ */

.p2-container {
  position: relative;
  width: 100%;
  height: 90%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p2-container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}


/* Process images
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.process {
  position: relative;
  overflow: hidden;

  margin-bottom:20px;
}

.process img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: inherit;
}

.labelOverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #DAFD8D;
  color: black;
  padding: 6px 12px;
  font-size: 1.5rem;
  font-weight: 600;
  pointer-events: none;
  user-select: none;
}

/* Features
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.back { margin-top: 20px; }

.feature {   padding-top: 60px;
}

.featureTop {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.featureTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@media (min-width: 1000px) {
	.back { margin-top: 0; }
	.feature h2 { 	padding-top: 0px; }
.feature {   padding-top: 60px;}

.featureTop {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.featureTop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin-left: 0%;
}
}


.videoDiv {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;

}
.videoDiv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.feature h2 { 	
	padding-top: 40px;
	text-align: left;
}

.feature img { 
	width: 100%;
	margin-left: 0;
}

/* Footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer{
	margin-top: 100px;
	padding: 50px; 
	text-align: center;
    -webkit-animation: animate_bg 25s;
    animation: animate_bg 25s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
	color: rgba(13,81,177,1.00);  
}

footer ul {
  margin: 0;
}


footer h5{
    text-align: left;
      margin: 0;
  padding: 0;
}  
footer p, a {
  text-align: left;
  font-size: 1em;
  text-decoration: none;
  color: rgba(13,81,177,1.00); 
  margin: 0;
  padding: 0; 
}

.fa-envelope { font-size: .7em; }

#goodbye { 
	text-align: center; 
	margin-top: 100px;
	font-size: .8em; 
}

@media (min-width: 750px) {

#goodbye { 
	margin-top: 300px;
}
#contact h2 {
    text-align: left;
    margin-left:-30px;
}
}
}

@keyframes animate_bg {
    0%   {background:#86DAD9;}
    30%  {background:#DAFD8D;}
	60%  {background:#C6E2FF;}
    100% {background:#86DAD9;}
}

@-webkit-keyframes animate_bg {
    0%   {background:#86DAD9;}
    30%  {background:#DAFD8D;}
	60%  {background:#C6E2FF;}
    100% {background:#86DAD9;}
}

/* Skeleton V2.0.4  | MIT License */

/* Goodbye
–––––––––––––––––––––––––––––––––––––––––––––––––– */
