html{
/*        background-color: #eabeaf;*/
        font-family: 'Roboto', sans-serif;
}

body div {
/*    position: relative;*/
/*    width: 100%;*/
    height: 3800px;
}

#background {
    position: absolute;
    width: 100%;
    /* Controls size of dot */
    background-image: radial-gradient(#efefef .4vw, white .4vw);
    /* Controls Spacing, First value will scale width, second, height between dots */
    background-size: 3vw 3vw;
/*    margin-left: 75px;*/
}
.buttonContainer{
    display:block;
    margin-top:1px;
    width:100%;
    height:auto;
    position:relative;
}
button.clear{
    padding: 0.1rem 1rem;
    background-color:white;
    color:blue;
    position:absolute;
    left:18%;
    border-radius: 1px;
    border:3px solid blue;
        transition:all .2s;
}
button.clear:hover{
    border-color:blue;
    background-color:blue;
    color:white;
    transition:all .2s;
    cursor:pointer;    
}
button.clear:focus{
    outline:none;
    box-shadow:none;
}
h1{
    font-size: 1.5rem;
}

p{
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
}

header{
    padding-top: 2.5rem;
    padding-right: 5rem;
    padding-bottom: 2.5rem;
    padding-left: 5rem;    
    position: relative;
}

.logo{
    background-image:url(images/pensBeforePixelsLogo.png);
    background-repeat: no-repeat;
    height: 100px;
    box-sizing:border-box;
    float:left;
    background-size: 100%;
    width: 450px;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    text-indent: 100%;
    white-space:nowrap;
}

.photo:hover {
    background-size: 500px;
}

.logo a
{
    position: absolute;
    display: block;
    top: 2.5rem;
    bottom: 0;
    width: 450px;
    height: 100px;
}

.logo a h1
{
    display: none;
}
/*

.logo img{
    width: auto;
    height: 100px;
    float: left;
    display: inline-block;
    margin: auto;
}
*/

{
    line-height: 70px;
    float: right;
}

/*line draws from left to right when mouse hovers*/
header nav ul{
    display: inline-block;
    padding: 0px;
    list-style: none;
    text-align: center;
}
header nav ul li {
    display: inline-block;
    position: relative;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0px 15px;
    color: black;
}
header nav ul li a {
    color: black; 
    text-decoration:none;
    text-align: center;
}
header nav ul li a:after{
    content: '';
    position: absolute;
    right: 0;
    width: 0; 
    height: 1rem;
    margin-top: 55px;
    background: blue;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
}
header nav ul li a:hover:after{
    width: 80%;
    left: 10%;
    right: auto;
    background: blue;
}

/*-----------WHY SKETCH PAGE-----------*/
.whySketch{
    margin-top:100px;
    display: block;
    margin-right: 5rem;
    padding-left: 5rem;
    height: 500px;
}

.whySketchImg{
    width: 54%;
    float: left; 
    padding: 1rem;
    height: 100%;
}

.whySketchImg img{
    height: 100%;
}

.whySketchWords{
    width: 40%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    height: 90%;
}

/*-----------BOOT CAMP-----------*/
.bootCamp {
    margin-top:100px;
    display: block;
/*    margin-right: 5rem;*/
    margin-left: 5rem;
    height: 670px;
    box-sizing:border-box;
/*    background-color: beige;*/
}

#canvasHolder{
    float: left; 
    width: 47%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
/*    padding: 1rem;      */
}

#cube{
    float: left; 
    width: 47%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
/*    padding: 1rem;      */
}

#cylinder{
    float: left; 
    width: 47%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
/*    padding: 1rem;      */
}

#complex{
    float: left; 
    width: 47%;
    height: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
/*    padding: 1rem;      */
}

.instructions{
    width: 36%;
    margin-left: 4rem;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    height: 90%;
/*    background-color: yellow;*/
}

/* ----------- Logo ----------- */
@media only screen and (max-width: 1200px) {
    .logo{
        background: url(images/cubeLogo.png) no-repeat;
        width: 110px;
    }
    
    .logo a{
    position: absolute;
    display: block;
    top: 2.5rem;
    bottom: 0;
    width: 110px;
    height: 100px;
    }
}


/* ----------- iPad portrait ----------- */
@media only screen and (max-width: 1024px) {
    .bootCamp div{
        width:100%!important;
    }
    .bootCamp{
        width: 80%;
    }
    .instructions{
    width: 100%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    height: 25%;
    margin-left: 0;
/*    background-color: yellow;*/
    }
    #canvasHolder, #cube, #cylinder, #complex{
        margin-top: 1rem;
        margin-bottom: 3rem;
        height: 125%;
    }

    .buttonContainer{
        margin-top:825px;
    }

    button.clear{
        left:40%;
}
}

html{
/*        background-color: #eabeaf;*/
        font-family: 'Roboto', sans-serif;
}
body div {
    /*position: relative;*/
    width: 100%;
    /*height: 600%;*/
    height:auto;
}



#Instagram {
    padding-top: 500px;
}

.basics > div{
  height:auto;
  margin-bottom:120px;
  min-height:400px;
}
.basics > div > div{
  float:left;
}
.basics > div > div img{
  margin-top:0px!important;
}

#background {
    position: absolute;
    /* Controls size of dot */
    background-image: radial-gradient(#efefef .4vw, white .4vw);
    /* Controls Spacing, First value will scale width, second, height between dots */
    background-size: 3vw 3vw;

}


header{
    padding-top: 2.5rem;
    padding-right: 5rem;
    padding-bottom: 2.5rem;
    padding-left: 5rem;
    position: relative;
}

.logo{
    background-image:url(images/pensBeforePixelsLogo.png);
    background-repeat: no-repeat;

    height: 100px;
    box-sizing:border-box;

    background-size: 100%;
    width: 450px;
    display: inline-block;
}


/*

.logo img{
    width: auto;
    height: 100px;
    float: left;
    display: inline-block;
    margin: auto;
}
*/

nav{
    line-height: 70px;
    float: right;
}

/*--------option 2 nav--------*/
/*line draws from left to right when mouse hovers*/
header nav ul{
    display: inline-block;
    padding: 0px;
    list-style: none;
    text-align: center;
}
header nav ul li {
    display: inline-block;
    position: relative;
    font-size: 20px;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 0px 15px;
    color: black;
}
header nav ul li a {
    color: black;
    text-decoration:none;
    text-align: center;
}
header nav ul li a:after{
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 1rem;
    margin-top: 55px;
    background: blue;
    transition: width .5s ease;
    -webkit-transition: width .5s ease;
}
header nav ul li a:hover:after{
    width: 80%;
    left: 10%;
    right: auto;
    background: blue;
}

#ody{
    width:90%;
    line-height:0;
    padding-right: 5rem;
    padding-left: 5rem;
}

.whySketch #one{
    margin-top: 20px;
    margin-bottom:500px;
}

.whySketch{
    display: block;
    margin-right: 5rem;
    padding-left: 5rem;
    height: 500px;
}

.whySketchTools{
    display: block;
    margin-right: 5rem;
    margin-left: 5rem;
    height: 500px;

}
#tools-2,#tools-3{
  margin-bottom:120px;
}
div[class*="left"]{
  padding-right:1rem;
  box-sizing:border-box;
}

.whySketchImg{
    width: 55%;
    float: left;
    padding: .1rem;
}

.whySketchImg img{
    margin-top:-80px;
    width: 90%;
}

.whySketchImgright{
    width: 55%;
    padding: .1rem;

    height: 180%;
    float: left;

}
#ody li > a{
  background-size:100%!important;
  background-position:center!important;
  transition:all .1s;
}
#ody li > a:hover{
  background-size:108%!important;
  transition:all .2s;
}
.instagrid-z{
  display:none;
}

.whySketchImgright img{
    /*margin-top:-80px;*/
    width: 100%;
    padding-top: 80px;
}
.whySketchWords{
    width: 30%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;


}

.whySketchWordsleft{
    width: 30%;
    float: left;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    /*background-color: yellow;*/
    height: 90%;
}

.inspiration{
    margin-top:95px;
    display: block;
    margin-right: 5rem;
    margin-left: 5rem;
    height: 500px;

}
.inspirationImg{
    width: 40%;
    float: left;
    padding: 1rem;
    height: 100px;

}
.inspirationWords{
    width: 48%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    height: 90%;
}

/* ----------- Logo ----------- */
@media only screen and (max-width: 1200px) {
    .logo{
        background: url(images/cubeLogo.png) no-repeat;
        width: 110px;
    }
}


/* ----------- iPad Pro 12.9" portrait ----------- */
@media only screen and (max-width: 1024px) {
    /* For mobile phones: */
    #background {
        background-image: radial-gradient(#efefef .4vw, white .4vw);
    /* Controls Spacing, First value will scale width, second, height between dots */
        background-size: 3vw 3vw;
/*        margin-left: 75px;*/
    }

    
    .basics > div{
      height:auto;
      min-height:400px;
      width: 100%;

    }
    .basics > div > div{
      float:none;
      display:block;
      width:80%;
      
    }
    .basics > div > div img{
      margin-top:0px!important;
      width: 90%;
      padding-top: 0px;
    }


    .whySketchMain{
      height:auto;
    }
    .whySketchMain > div > div{
      display:block;
      width:100%!important;
      height:auto!important;
      padding-right:1rem;
      float:none;
    }
    .whySketchMain > div{
      height:auto!important;
      width:auto!important;
    }
    .whySketch > img{
      width:100%!important;
    }

/*     nav ul li a{
        display:none;
    } */

.whySketch{
    margin-top:100px;
    display: block;
    margin-right: 5rem;
    height: 500px;

}

.whySketchTools{
    display: block;
    margin-right: 5rem;
    margin-left: 5rem;
    margin-bottom:72px;
    height: 500px;

}

#tools-2{
  margin-bottom:80px;
}


.whySketchImg img{
    margin-top:-80px;
    width: 100%;
}

.whySketchImgright{
    width: 55%;
    padding: .1rem;
    height: 90%;
    float: left;

}

.whySketchImgright img{
    margin-top:-80px;
    width: 100%;
    padding-top: 80px;
}
.whySketchWords{
    width: 30%;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    /*background-color: yellow;*/
    height: 90%;
}

.whySketchWordsleft{
    width: 30%;
    float: left;
    padding: 1rem;
    text-align: left;
    display: inline-block;
    word-wrap: break-word;
    /*background-color: yellow;*/
    height: 90%;
}

}



#ody img{
    height:100%;
    width:100%;
    position: relative;
}

#ody a{
    padding:0px;
    margin:10px;
    position:relative;
    display:inline-block;
}

#ody li{
    width:33.33%;
    display:inline-block;
    margin:0!important;
    padding:0px!important;
    float:left
}

#ody li:nth-child(1){
    width:33.33%
}

#Instagram{
  padding-top:0!important;
  margin-bottom:120px;
  width: 95%;
}
.inspiration{
  height:auto;
  margin-bottom:120px;
  width: 90%;
}
#background{
  padding-bottom:120px;
}
/*#ody li:nth-child(2) {
    width: 33.33%;
}*/
#ody .instagrid-z{
    width:100%;
    height:100%;
    margin-top:-100%;
    opacity:0;
    letter-spacing:1px;
    background:rgba(0,0,0,0.7);
    position:absolute;
    font:normal 600 12px Catamaran, sans-serif;color:#ffffff;line-height:normal}

#ody a:hover .instagrid-z{opacity:1;zoom:1;filter:alpha(opacity=100)}
.instagrids{display:table;vertical-align:middle;height:100%;width:100%}
.instagrid-outter{display:table-cell;vertical-align:middle;height:100%;width:100%;text-align:center; margin:50px;}
#instagridz.widget.insta h2.title{text-align:center;}
#instagridz.widget.insta h2.title:before{content:&#39;&#39;;border-top:0px solid #efefef;left:0;right:0;position:absolute;top:50%}
#instagridz.widget.insta h2.title p{display:inline-block;background:#000;padding:0;position:relative}}

* {box-sizing:border-box}
body {font-family: Roboto,sans-serif;margin:0}
.mySlides {display:none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: blue;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

    
