/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



header{
    height: 70px;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 5px grey;
    z-index: 999999999;
    
}

header{
    height: 70px;
    width: 100%;
    background: white;
    box-shadow: 2px 2px 5px grey;
    z-index: 999999999;
    position: fixed;
    top:0;
}

body{
    font-family: 'Titillium Web', sans-serif;
}

header li{
    font-size: 30px;
    float: left;
    margin-left: 100px;
    margin-top: 15px;

}

header ul{
    float: right;
    margin-right: 20px;
}

a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    cursor: pointer;
}

a:hover{
    color: deeppink;
    cursor: pointer;
}


.container{
    max-width: 960px;
    margin: 0 auto;
}
  


p{
    font-size: 18px;
}

.footer1{
    height: 300px;
    width: 100%;
    background-image: url(img/footer3.png);
        margin-top: -80px;
    z-index: 10;
    position: relative;
}

.footer2{
    height: 300px;
    width: 100%;
    background-image: url(img/footer3.png);
}

.name1{
    border: 3px solid black;
    width: 200px;
    height: 90px;
    z-index: 10;
    margin-right: 600px;
    position: absolute;
    right: 0;
    margin-top: 350px;
    
}

.name2{
    border: 3px solid black;
    width: 200px;
    height: 90px;
    z-index: 10;
    margin-left: 600px;
    position: absolute;
    left: 0;
    margin-top: 350px;
    
}

.name1:hover{
    background-color: white;
    cursor: pointer;
}

.name2:hover{
    background-color: white;
    cursor: pointer;
}

h1{
    color: black;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
}

.name1:hover h1{
    color: deeppink;
    cursor: pointer;
}

.name2:hover h1{
    color: deeppink;
    cursor: pointer;
}

h2{
    color: white;
    font-size: 20px;
    
}

.contact{
    width: 100%;
    height: 100px;
    background-color: deeppink;
    z-index: 10;
    margin-top: -180px;
    position: absolute;
}

.contact2{
    width: 100%;
    height: 100px;
    background-color: deeppink;
}

.contacttekst{
        float: left;
    
    margin-top: 30px;
}

.contactbutton{
        width: 120px;
    padding: 10px;
    border: 3px solid white;
    margin: 0;
    float: right;
    
    margin-top: 20px;
}

.portofoliobutton{
    width: 140px;
    padding: 10px;
    border: 3px solid white;
    margin: 0;
    float: right;
    margin-right: 100px;
    margin-top: 20px;
}

.contactbutton:hover{
    background-color: white;
    cursor: pointer;
}

.portofoliobutton:hover{
    background-color: white;
    cursor: pointer;
}


h3{
    font-size: 30px;
    color: black;
}


h4{
    font-size: 25px;
    color: dimgray;
}

h4:hover{
    color: deeppink;
}

.leftfooter{
        float: left;
    
    margin-top: 60px;
}

h5{
    color: white;
    font-size: 20px;
}

.contactbutton:hover h5{
    color: deeppink;
}

.portofoliobutton:hover h5{
    color: deeppink;
}

img{
    max-width: 100%;
    max-height: 100%;
}

.headimage{
    width:100%;
    height: 600px;
    background: url(img/ipadimage.jpg);
    background-size:cover;
    background-position:center center;
     position: relative;
}

.headimage3{
    width:100%;
    height: 600px;
    background: url(img/portheader2.png);
    background-size:cover;
    background-position:center center;
}

.headimage2{
    width:100%;
    height: 600px;
    background: url(img/contactbackground.png);
    background-size:cover;
    background-position:center center;
}

.headimage a.testBtn{
   display:inline-block;
    padding:30px 40px;
    border: 3px solid black;
    
    position: absolute;
    top:50%;
    margin-top:-40px;
    left:50%;
}

.headimage a.testBtn:hover{
    background: white;
}

.headimage .btnLeft{
    
    margin-left:-173px;
}

.headimage .btnRight{
    
    margin-right:73px;
}

.clear{
    clear: both;
}

.leftcontainer{
   width: 40%;
    margin-top: 10%;
    
}

.rightcontainer{
        width: 85%;
    margin-left: 40%;
    margin-top: -44%;
}

.infocontainer{
    height: 300px;
    
    background-color: #b3b3b3;
}

h6{
    color: black;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
}

.druk{
        width: 170px;
    padding-left: 60px;
}

.imac{
        width: 150px;
    padding-left: 80px;
}

.art{
    width: 140px;
        padding-left: 80px;
}

.rightinfo{
        float: left;
    width: 30%;
    margin-left: 46px;
    padding-top: 25px;
}

.middleinfo{
        float: left;
    width: 30%;
    margin-left: 46px;
    padding-top: 25px;
}

.leftinfo{
    float: left;
    width: 30%;
    
    
}

.space{
    margin-top: 25px;
}

.space2{
    margin-top: 15px;
}

.overmij{
    height: 500px;
    
}



.apple{
    position: relative;
    left:5%;
}



.test1{
    width: 300px;
    height: 300px;
    background-image: url(img/ezcodelogo.png);
    margin-right: 20px;
    border: 3px solid black;
}

.test2{
    width: 300px;
    height: 300px;
    background-image: url(img/groenslapenlogo.png);
    border: 3px solid black;
}

.test3{
    width: 300px;
    height: 300px;
    background-image: url(img/juliettelogo.png);
    margin-left: 20px;
    border: 3px solid black;
}

.workcontainer{
    float: left;
    margin-bottom: 150px;
    margin-top: 50px;
}




    


.test4{
    width:300px;
    height:300px;
    background-color: transparent;
    position: absolute;
    z-index: 1;
}

.test4:hover{
    background-color: rgba(0,0,0,0.8);
    cursor: pointer;
}



.projecttekst{
    color: deeppink;
        padding-top: 100px;
    margin: 0px;
}

.ezimage{
        position: fixed;
    z-index: 1;
    top:0;
}

.hoop{
        width: 100%;
    height: 700px;
    background-color: white;
    z-index: 2;
    position: relative;
    margin-top: 800px;
}

.footer3{
    height: 300px;
    width: 100%;
    background-image: url(img/footer3.png);
    z-index: 2;
    position: relative;
}

.contact3{
        width: 100%;
    height: 100px;
    background-color: deeppink;
    z-index: 2;
    position: relative;
}

.my-slider{
    z-index: 2;
    position: relative;
}

.sliderimage{
        width: 100%;
    padding-top: 100px;
}

.ez-left{
        width: 70%;
    float: left;
}

.ez-right{
    width: 23%;
    float: left;
    padding-top: 100px;
    margin-left: 20px;
    padding-bottom: 100px;
}


.groen-right{
    width: 23%;
    float: left;
    padding-top: 100px;
    margin-left: 20px;
    padding-bottom: 150px;
}

.juliette-right{
    width: 23%;
    float: left;
    padding-top: 100px;
    margin-left: 20px;
    padding-bottom: 200px;
    
}

.vorigebutton{
       width: 190px;
    height: 45px;
    padding: 10px;
    border: 3px solid black;
    margin: 0;
    float: left;
}

.volgendebutton{
   width: 223px;
    height: 45px;
    padding: 10px;
    border: 3px solid black;
    margin: 0;
    float: right;
}

.bekijkbutton{
    width: 155px;
    height: 45px;
    padding: 10px;
    border: 3px solid deeppink;
    margin: 0;
    float: left;
   
}

.vorige{
    color: black;
}

.bekijk{
    color: deeppink;
}

.bekijkbutton:hover .bekijk{
    color: deeppink;
}



.ezcodetekst{
       margin-left: 55px;
    margin-top: 135px
}

.easy{
    color: transparent;
    font-size: 42px;
}

.groen{
    color: transparent;
    font-size: 30px;
}

.test4:hover .groen{
    color: white;
    cursor: pointer;
}


.test4:hover .easy{
    color: white;
    cursor: pointer;
}

.active{
    color: deeppink;
    border-bottom: 1px solid deeppink;
    padding-bottom: 3px;
}

.logoimage{
    float: left;
    padding-left: 10%;
    position: absolute;
    
}

.tester{
    float: left;
}

.tester2{
    float: left;
    padding-left: 20px;
}

.groenslapentekst{
    margin-left: 20px;
    margin-top: 142px;
}

.juliettetekst{
        margin-left: 70px;
    margin-top: 142px;
}

.unslider-arrow{
    color: white;
    cursor: default;
}

.unslider-arrow:hover{
    color: white;
    cursor: default;
}

.titels{
    padding-bottom: 20px;
}


.names{
    max-width: 960px;
}


footer li{
    margin-top: 15px;
}

/* -------------------------------- 

Primary style

-------------------------------- */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


















/* --------------------------------

Form

-------------------------------- */
.cd-form {
  width: 90%;
  max-width: 600px;
  margin: 4em auto;
}
.cd-form::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form fieldset {
  margin: 24px 0;
}
.cd-form legend {
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #ecf0f1;
}
.cd-form div {
  /* form element wrapper */
  position: relative;
  margin: 20px 0;
}
.cd-form h4, .cd-form .cd-label {
  font-size: 1.3rem;
  color: #94aab0;
  margin-bottom: 10px;
}
.cd-form .cd-label {
  display: block;
}
.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem;
  color: #2b3e51;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select,
.cd-form legend {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input[type="text"],
.cd-form input[type="email"],
.cd-form textarea,
.cd-form select {
  /* general style for input elements */
  padding: 12px;
  border: 1px solid #cfd9db;
  background-color: #ffffff;
  border-radius: .25em;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="text"]:focus,
.cd-form input[type="email"]:focus,
.cd-form textarea:focus,
.cd-form select:focus {
  outline: none;
  border-color: #2c97de;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);
}
.cd-form .cd-select {
  /* select element wapper */
  position: relative;
}
.cd-form .cd-select::after {
  /* arrow icon for select element */
  content: '';
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  margin-top: -8px;
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  pointer-events: none;
}
.cd-form select {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.cd-form select::-ms-expand {
  display: none;
}
.cd-form .cd-form-list {
  margin-top: 16px;
}
.cd-form .cd-form-list::after {
  clear: both;
  content: "";
  display: table;
}
.cd-form .cd-form-list li {
  /* wrapper for radio and checkbox input types */
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0 26px 16px 0;
  float: left;
}
.cd-form input[type=radio],
.cd-form input[type=checkbox] {
  /* hide original check and radio buttons */
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  opacity: 0;
  z-index: 2;
}
.cd-form input[type="radio"] + label,
.cd-form input[type="checkbox"] + label {
  padding-left: 24px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  /* custom radio and check boxes */
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="checkbox"] + label::before {
  border: 1px solid #cfd9db;
  background: #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);
}
.cd-form input[type="radio"] + label::before,
.cd-form input[type="radio"] + label::after {
  border-radius: 50%;
}
.cd-form input[type="checkbox"] + label::before,
.cd-form input[type="checkbox"] + label::after {
  border-radius: .25em;
}
.cd-form input[type="radio"] + label::after,
.cd-form input[type="checkbox"] + label::after {
  background-color: #2c97de;
  background-position: center center;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);
  display: none;
}
.cd-form input[type="radio"] + label::after {
  /* custom image for radio button */
  background-image: url("../img/cd-icon-radio.svg");
}
.cd-form input[type="checkbox"] + label::after {
  /* custom image for checkbox */
  background-image: url("../img/cd-icon-check.svg");
}
.cd-form input[type="radio"]:focus + label::before,
.cd-form input[type="checkbox"]:focus + label::before {
  /* add focus effect for radio and check buttons */
  box-shadow: 0 0 5px rgba(44, 151, 222, 0.6);
}
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::after {
  display: block;
}
.cd-form input[type="radio"]:checked + label::before,
.cd-form input[type="radio"]:checked + label::after,
.cd-form input[type="checkbox"]:checked + label::before,
.cd-form input[type="checkbox"]:checked + label::after {
  -webkit-animation: cd-bounce 0.3s;
  -moz-animation: cd-bounce 0.3s;
  animation: cd-bounce 0.3s;
}
.cd-form textarea {
  min-height: 200px;
  resize: vertical;
  overflow: auto;
}
.cd-form input[type="submit"] {
  /* button style */
  border: none;
  background: white;
    border: 3px solid deeppink;
  
  padding: 16px 20px;
  color: deeppink;
  font-weight: bold;
  float: right;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type="submit"]:hover {
  background: deeppink;
    color: white;
}
.cd-form input[type="submit"]:focus {
  outline: none;
  background: #2b3e51;
}
.cd-form input[type="submit"]:active {
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.cd-form [required] {
  background: url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .error-message p {
  background: deeppink;
  color: #ffffff;
  font-size: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: .25em;
  padding: 16px;
}
.cd-form .error {
  border-color: #e94b35 !important;
}
@media only screen and (min-width: 600px) {
  .cd-form div {
    /* form element wrapper */
    margin: 32px 0;
  }
  .cd-form legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 20px;
  }
  .cd-form h4, .cd-form .cd-label {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
  .cd-form input[type="text"],
  .cd-form input[type="email"],
  .cd-form textarea,
  .cd-form select {
    padding: 16px;
  }
}

@-webkit-keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes cd-bounce {
  0%, 100% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(0.8);
  }
}
@keyframes cd-bounce {
  0%, 100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
  }
}
/* -------------------------------- 

Custom icons

-------------------------------- */
.cd-form .icon input, .cd-form .icon select, .cd-form .icon textarea {
  padding-left: 54px !important;
}
.cd-form .user {
  background: url("../img/cd-icon-user.svg") no-repeat 16px center;
}
.cd-form [required].user {
  background: url("../img/cd-icon-user.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .company {
  background: url("../img/cd-icon-company.svg") no-repeat 16px center;
}
.cd-form [required].company {
  background: url("../img/cd-icon-company.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .email {
  background: url("../img/cd-icon-email.svg") no-repeat 16px center;
}
.cd-form [required].email {
  background: url("../img/cd-icon-email.svg") no-repeat 16px center, url("../img/cd-required.svg") no-repeat top right;
}
.cd-form .budget {
  background: url("../img/cd-icon-budget.svg") no-repeat 16px center;
}
.cd-form .message {
  background: url("../img/cd-icon-message.svg") no-repeat 16px 16px;
}
.cd-form [required].message {
  background: url("../img/cd-icon-message.svg") no-repeat 16px 16px, url("../img/cd-required.svg") no-repeat top right;
}

/* -------------------------------- 

FLoating labels 

-------------------------------- */
.js .floating-labels div {
  margin: 28px 0;
}
.js .floating-labels .cd-label {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 1.6rem;
  cursor: text;
  -webkit-transition: top 0.2s, left 0.2s, font-size 0.2s;
  -moz-transition: top 0.2s, left 0.2s, font-size 0.2s;
  transition: top 0.2s, left 0.2s, font-size 0.2s;
}
.js .floating-labels .icon .cd-label {
  left: 56px;
}
.js .floating-labels .cd-label.float {
  /* move label out the input field */
  font-size: 1.2rem;
  top: -16px;
  left: 0 !important;
}
@media only screen and (min-width: 600px) {
  .js .floating-labels legend + div {
    /* reduce margin-top for first form element after the legend */
    margin-top: 16px;
  }
  .js .floating-labels .cd-label {
    top: 20px;
  }
}













/* --------------------------------

unslider

-------------------------------- */

.unslider {
    overflow: auto;
    margin: 0;
    padding: 0
}

.unslider-wrap {
    position: relative
}

.unslider-wrap.unslider-carousel>li {
    float: left
}

.unslider-vertical>ul {
    height: 100%
}

.unslider-vertical li {
    float: none;
    width: 100%
}

.unslider-fade {
    position: relative
}

.unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8
}

.unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10
}

.unslider li,
.unslider ol,
.unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none
}

.unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer
}

.unslider-arrow.next {
    left: auto;
    right: 20px
}













/* -------------------------------- 

Primary style

-------------------------------- */
/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
 */
.unslider-nav ol {
  list-style: none;
  text-align: center;
}
.unslider-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 4px;
  background: transparent;
  border-radius: 5px;
  overflow: hidden;
  text-indent: -999em;
  border: 2px solid black;
  cursor: pointer;
}
.unslider-nav ol li.unslider-active {
  background: black;
  cursor: default;
}




/*-------------------------------------------------------------------------------------*/


.headimagemobile{    width: 100%;
    height: 175px;
    background: url(img/ipadimage.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}

.headimage a.testBtn{
   display:inline-block;
    padding:20px 30px;
    border: 3px solid black;
    
    position: absolute;
    top:50%;
    margin-top:-40px;
    left:50%;
}

.headimage a.testBtn:hover{
    background: white;
}

.headimage .btnLeft{
    
    margin-left:-173px;
}

.headimage .btnRight{
    
    margin-right:73px;
}

.containermobile{
    padding: 4em;
}

.leftcontainermobile{
    width: auto;
    margin-top: auto;
}
.rightcontainermobile{
    width: 200%;
    margin-left: -50%;
    margin-top: -35%;
}

.infocontainermobile{
    height: 940px;
    background-color: #b3b3b3;
}



.leftinfomobile{
    float: none;
    width: 100%;
    margin:1em;
}

.middleinfomobile{
    float: none;
    width:100%;
    margin:1em;
}

.rightinfomobile{
       float: none;
    width: 100%;
    margin:1em;
}
.applemobile {
    position: relative;
    width: 150%;
    left: 0px;
    margin-left: -23%;
}
.contactmobile{
width: 100%;
    height: 245px;
    background-color: deeppink;
    z-index: 10;
    margin-top: -80px;
    position: absolute;
}
.contacttekstmobile{
        float: left;
    margin-top: 0px;
    text-align: center;
}

.contactbuttonmobile{
    margin-right: 65px;
    width:120px;
    padding: 10px;
    border: 3px solid white;
        float: left;
    margin-left: 25%;
    margin-top: 20px;
   
}


    /* Navigation Menu - Background */
.navigation {
  /* critical sizing and position styles */
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  
  /* non-critical appearance styles */
  list-style: none;
  background: #111;
}

/* Navigation Menu - List items */
.nav-item {
  /* non-critical appearance styles */
  width: 200px;
  border-top: 1px solid #111;
  border-bottom: 1px solid #000;
}

.nav-item a {
  /* non-critical appearance styles */
  display: block;
  padding: 1em;
  background: linear-gradient(135deg, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
  color: white;
  font-size: 1.2em;
  text-decoration: none;
  transition: color 0.2s, background 0.5s;
}

.nav-item a:hover {
  color: deeppink;
}

/* Site Wrapper - Everything that isn't navigation */
.site-wrap {
  /* Critical position and size styles */
  min-height: 100%;
  min-width: 100%;
  background-color: white; /* Needs a background or else the nav will show through */
  position: relative;
  top: 0;
  bottom: 100%;
  left: 0;
  z-index: 1;
  
  /* non-critical apperance styles */
  
  
}

/* Nav Trigger */
.nav-trigger {
  /* critical styles - hide the checkbox input */
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

label[for="nav-trigger"] {
  /* critical positioning styles */
  position: fixed;
  left: 15px; top: 15px;
  z-index: 2;
  
  /* non-critical apperance styles */
  height: 30px;
  width: 30px;
  cursor: pointer;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='30px' height='30px' viewBox='0 0 30 30' enable-background='new 0 0 30 30' xml:space='preserve'><rect width='30' height='6'/><rect y='24' width='30' height='6'/><rect y='12' width='30' height='6'/></svg>");
  background-size: contain;
}

/* Make the Magic Happen */
.nav-trigger + label, .site-wrap {
  transition: left 0.2s;
}

.nav-trigger:checked + label {
  left: 215px;
}

.nav-trigger:checked ~ .site-wrap {
  left: 200px;
  box-shadow: 0 0 5px 5px rgba(0,0,0,0.5);
}

body {
    /* Without this, the body has excess horizontal scroll when the menu is open */
  overflow-x: hidden;
}

/* Additional non-critical styles */

h1, h3, p {
  max-width: 600px;
  margin: 0 auto 1em;
}

code {
    padding: 2px;
    background: #ddd;
}

/* Micro reset */
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;}
html, body { height: 100%; width: 100%; font-family: Helvetica, Arial, sans-serif; }
    







}
















