!button,hr,input{overflow:visible}audio,canvas,progress,video{display:inline-block}progress,sub,sup{vertical-align:baseline}html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} menu,article,aside,details,footer,header,nav,section{display:block}h1{font-size:2em;margin:.67em 0}figcaption,figure,main{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: ""; clear: both; height: 0;}


body {
  background-image: url(images/lake-2936497_1920.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  /* width: 110%; */
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  font-size: 33px;
  text-decoration: underline;
}

nav {
  margin-right: 200px;
  margin-top: -100px;
  font-size: 16px;
  text-transform: uppercase;
}



nav li {
  list-style-type: none;
  padding: 0;
  margin: 155px 0px 155px 0px;
  font-size: 50px;
  font-family: 'Source Code Pro', monospace;
}


footer {
    background-color: rgba(0,0,0,0.8);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height: 25vh; */

}

main {
  display: flex;
  justify-content: space-around;
  /* height: calc(80% - 200px); */
  min-height: 100vh;
  padding-top: 150px;
  background-color: rgba(119,136,153,0.4);
  padding-bottom: 191.5px;
}

main h2 {
  text-align: center;
}

header {
    display: flex;
    max-width: 75%;
    margin: 0 auto;
    padding-top: 100px;
    min-height: 100vh;
}

.navG .p1 {
  margin-top: 75px;
}

.resMenu {
  display: none;
  height: 0px;
  width: 0px;
}

.myPic {
  background-image: url(images/ks.jpg);
  width: 200px;
  height: 200px;
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pic h1 {
  font-family: 'Source Code Pro', monospace;
  font-size: 60px;
  margin-top: 30px;
  text-transform: uppercase;
}

.pic p {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
}

.p1 {
  text-align: center;
}


#aboutMe {
  font-weight: bolder;

}

#aboutMe:hover {
  text-decoration: underline;
  font-size: 22px;
}

.pic {
  max-width: 400px;
}

.links, .column1 h2, .navG h2 {
  text-transform: uppercase;
  margin-left: 100px;
  font-family: 'Source Code Pro', monospace;
  font-size: 50px;
  color: black;
}

.column1 h2, .navG h2 {
  margin-left: 0;
}

.links a:hover {
  font-size: 45px;
}

.links p {
  margin-bottom: 150px;
  margin-left: 40px;
}

.navG,.pieces {
  min-width: 400px;
}


.pieces h1 {
  font-family: 'Source Code Pro', monospace;
  /* font-weight: bold; */
  margin-left: 100px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 60px;
}

.sessionPic {
  background-image: url(images/UXRSession.JPG);
  min-height: 200px;
  min-width: 200px;
  background-repeat: no-repeat;
  background-size: cover;
}

#heading {
  margin-top: 0;
}

.column1 p, .navG p {
  width: 250px;
  /* margin-left: 100px; */
  font-size: 30px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;

}

.lala {
  background-color: green;
  min-width: 200px;
  min-height: 200px;
  margin: 20px;

}

.codeBox1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border: 2px solid black;
  margin-top: 50px;
  background-color: whitesmoke;
  height: 250px;
  max-width: 515px;
}

.porTitle {
  min-width: 105%;
  /* height: 30vh; */
  margin: 0 auto;
  padding: 20px 200px 30px 200px;
  background-color: whitesmoke;
  /* background-color: rgba(47, 79, 79, 0.4); */
  /* background-color: rgba(119,136,153,0.4); */
}

.porTitle h1 {
  font-family: 'Source Code Pro', monospace;
  text-transform: uppercase;
}

.porTitle p {
  font-family: 'Roboto', sans-serif;
}

/* .porTitle a {

} */

.porTitle a:hover {
  font-size: 18px;
  text-decoration: underline;
}

.indent {
  margin: 20px 0px 15px 20px;
}

.jslala {
  background-image: url(images/jspic.png);
}

.csslala {
  background-image: url(images/csspic.png);
}

.designlala {
  background-image: url(images/designpic.png);
  background-repeat: no-repeat;
  background-size: cover;
}


#click a {
  font-size: 40px;
  color: white;
  margin: 20px;
}

.foot {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

#date {
  margin-top: 40px;
  font-size: 8px;
}

/*Media queries*/

/* Landscape phones and down */
@media (max-width: 480px)  {


  /* body {
   width: 110%;
   height: 105%;
  } */

  header {
    display: block;
    text-align: center;
    margin-top: 100px;
    padding-top: 50px;
    min-height: 100vh;
    margin: 0 auto;
    padding-bottom: 30px;
    width: 105%;
  }

  ul {
    padding-left: 0;
    margin-top: 70px;
    border-top: 2px solid black;
  }

  footer {
    background-color: rgba(0,0,0,0.8);
    color: white;
    display: flex;
    justify-content: center;
    width: 105%;

  }

  nav {
    margin-right: 0px;
    margin-top: 50px;
    font-size: 16px;
    text-transform: uppercase;
  }

  nav li {
    list-style-type: none;
    padding: 0;
    text-align: center;
    margin: 60px 0px 0px 0px;
    font-size: 40px;
    font-family: 'Source Code Pro', monospace;
  }


  main {
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    /* display: flex;
    flex-direction: column; */
    width: 105%;
    align-items: center;
    /* background-color: transparent; */
     background-color: rgba(119,136,153,0.4);

  }

  .porTitle {
    min-height: 50vh;
    width: 105%;
    margin: 0 auto;
    padding: 20px 50px 50px 50px;
    text-align: center;

  }

  .resMenu {
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Source Code Pro', monospace;
    text-align: center;
    margin-bottom: 30px;
    text-decoration: none;
    width: 100%;
    font-weight: bold;
}

  .specialL:hover {
    font-size: 20px;
    text-decoration:none;
}

  .myPic {
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .links, .links p {
    margin-left: 0px;
    margin-top: 50px;
    margin-bottom: 10px;

  }

.links {
  border-top: 2px solid black;
  /* margin-right: 15px; */
}

.pieces h1 {
  margin-left: 0px;
  margin-bottom: 0px;
  text-align: center;
  text-transform: uppercase;
  font-size: 45px;
}

#heading {
  margin-top: 0;
}

.column1 {
  margin-top: 50px;
  margin-left: 0px;
}

.column1 p {
  width: 250px;
  margin-left: 0px;
  font-size: 30px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;

}

.column1, .column1 p {
  max-width: 100%;
  text-align: center;
}

.codeBox1 {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: 2px solid black;
  margin: 50px;
  background-color: whitesmoke;
  text-align: center;
  min-height: 450px;
  max-width: 515px;

}

.navG .p1 {
  margin-top: 30px;
}

.column1 .codeBox1 {
  display: block;
}

#click {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.navG, .pieces {
  margin: 0;
   /* background-color: rgba(119,136,153,0.4); */
}




}

/*landscape phones, tablets and small desktops*/
@media (min-width: 481px) and (max-width: 800px) {


    header {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      margin-top: 100px;
      min-height: 100vh;
      padding-bottom: 30px;

    }

    nav {
      margin-right: 0px;
      margin-top: 50px;
      font-size: 16px;
      text-transform: uppercase;
    }

    nav li {
      list-style-type: none;
      padding: 0;
      text-align: center;
      margin: 60px 0px 0px 0px;
      font-size: 50px;
      font-family: 'Source Code Pro', monospace;
    }


      main {
        /* margin-top: 100px; */
        display: flex;
        flex-direction: column;
        max-width: 100%;
        align-items: center;
      }

      ul {
        padding-left: 0;
        margin-top: 70px;
        border-top: 2px solid black;
      }


      .foot {

      }

    .porTitle {
      min-height: 40vh;
      min-width: 105%;
      margin: 0 auto;
      padding: 20px 50px 50px 50px;
      text-align: center;
    }

    .resMenu {
      display: block;
      text-transform: uppercase;
      font-size: 30px;
      font-family: 'Source Code Pro', monospace;
      text-align: center;
      margin-bottom: 30px;
      text-decoration: none;
      width: 100%;
      font-weight: bold;
  }

    .specialL:hover {
      font-size: 30px;
      text-decoration:none;
  }

    .myPic {
      margin: 0 auto;
      margin-bottom: 50px;
    }

    .links, .links p {
      margin-left: 0px;
      margin-top: 50px;
      margin-bottom: 10px;

    }

  .links {
    border-top: 2px solid black;

  }


  .pieces h1 {
    margin-left: 0px;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    font-size: 45px;
  }

  #heading {
    margin-top: 0;
  }

  .column1 {
    margin-top: 50px;
    margin-left: 0px;
  }

  .column1 p {
    width: 250px;
    margin-left: 0px;
    font-size: 30px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;

  }

  .column1, .column1 p {
    max-width: 100%;
    text-align: center;
  }

  .codeBox1 {
    margin: 30px auto;
  }





  }

  @media (max-width: 1085px) {

    main {
      /* margin-top: 100px; */
      display: flex;
      flex-direction: column;
      min-width: 105%;
      align-items: center;
      padding-top: 50px;
    }

    .pieces {
      margin-bottom: 30px;

    }

    footer {
      min-width: 105%;
    }

  }
