* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.5px;
  color: #333333;
  background-color: #f9f9f9;
}

#nav {
  display: none;
}

/* h2 {
  text-transform: uppercase;
} */

.jumbo {
  background-color: #51799C;
  background-image: linear-gradient(#51799C, #f9f9f9);
  height: 65vh;


  /* these will reset other properties, like background-position, but it does know what you mean */
  background: #51799C;
  background: linear-gradient(#51799C, #f9f9f9);

  color: rgb(255, 249, 234);
}



/*body.is-os .jumbo {
  background-attachment: initial !important;
  background-size: cover !important;
  background-image: url(../img/whitemountains.jpg);
  height: 100vh !important;
  width: 100vw !important;
}*/

.masthead {
  padding-top: 15vh;
  /* display: none; */
  text-align: center;
  margin-left: 6%;
  margin-right: 6%;
  letter-spacing: 5px;
  font-size: 2em;
  margin-bottom: 30px;
  line-height: 60px;
}

#masthead-subtext {
  text-align: center;
  margin-left: 6%;
  margin-right: 6%;
}

#developer {
  /* display: none; */
  letter-spacing: 5px;
  text-transform: lowercase;
}

#developer:hover a:hover {
  color: rgb(255, 170, 102);
  text-decoration: none;
  font-weight: bolder;
}

.content {
  /*margin-top: 100vh;*/
  margin-bottom: 45px;
  background-color: #f9f9f9;
  /*width: 100vw;*/
  left: 0;
  padding: 0.5px;
}

h1, h2, h3 {
  font-family: 'Benne', sans-serif;
  font-weight: normal;
}

li {
  list-style-type: none;
}

.projects, .technology-categories {
  margin-left: 6%;
  margin-right: 6%;
}

.projects-header {
  margin-top: 80px;
  margin-bottom: 20px;
}

.projects a {
  color: #314a60;

  &:hover {
    color: #51799C;
    text-decoration: underline;
  }
}


.technologies h2 {
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 80px;
}



.background h2 {
  margin-top: 80px;
}

.connect h2 {
  margin-top: 80px;
}

#more-projects-header {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
}

.projects h3 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.projects p {
  margin-bottom: 15px;
}

.project-row, .lunchwith-row {
  border: 0.1px solid #f9f9f9;

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

.project-screen {
  border: 0.1px solid #f9f9f9;
  height: 50vh;
  width: 260px;
  margin-top: 10px;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;


  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  justify-content: space-around;
}

.lunchwith-screen {
  border: 0.1px solid #f9f9f9;
  height: 57vh;
  width: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  justify-content: space-around;
}

.lunchwith-screen img {
  width: 80%;
}

#tomkane {
  background-image: url(../img/tomkanelong.png);
}

#restorationstation {
  background-image: url(../img/restorationstationlong.png);
}

#careerquest {
  background-image: url(../img/careerquestlong.png);
}

#greenstate {
  background-image: url(../img/greenstate.png);
}

#gradysgames {
  background-image: url(../img/gradysgameslong.png);
}

#universityapi {
  background-image: url(../img/university.png);
}

.project-details, .university-details {
  display: none;
}

.project-details {
  background: rgba(51, 51, 51, 0.9);
  background-size: cover;
  height: 100%;
  /*padding-top: 10%;*/
  color: #f9f9f9;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}

.project-text {
  padding: 30px 50px 50px 50px;
}

.project-text p {
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.5px;
}

.project-text a {
  color: #B3C4D8;
  text-decoration: none;
}

.project-text a:hover {
  color: #B3C4D8;
  text-decoration: underline;
}


.technologies {
  /*margin-left: 25%;*/
}

.technology-categories {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.technology-category {
  margin-top: 50px;
  margin-bottom: 20px;
  width: 175px;
  height: 200px;
}

.technology-category h3 {
  /*text-align: center;*/
}

.technology-category img {
  width: 40px;
  height: auto;
  float: right;
  margin-top: -10px;
}

.background {
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 30px;
  border: 0.1px solid rgba(255,255,255,0.01);

  a {
    color: #314a60;
  }
}

.background h2 {
  margin-bottom: 20px;
}

.background p {
  margin-bottom: 15px;
}

.portrait-div {
  float: none;
  align-items: center;
  /*width: 300px;*/
  margin: 20px;
}



#portrait {
  display: block;
  margin: auto;
  border-radius: 50%;
  box-shadow: 3px 3px 10px 1px grey, -3px -3px 10px 1px grey;
  justify-content: center;
  /*padding: 0px;*/
  width: 210px;
  /*margin-top: -15px;*/
}

.connect {
  clear: both;
  margin-left: 6%;
  margin-right: 6%;
  margin-top: 30px;
  margin-bottom: 50px;
  border: 0.1px solid rgba(255,255,255,0.01);
}

.connect h2 {
  margin-bottom: 20px;
  text-align: center;
}
.connect-text {
  text-align: center;
  margin: 15px 0 15px 0;
}

.connect i {
  font-size: 40px;
}



.icons {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  margin-bottom: 35px;
}

.icons a {
  color: #314a60;
}

.icons a:hover {
  color: #B3C4D8;
}

.fa {
  justify-content: space-around;
}

.connect form {
  margin: 0;
  padding: 0;
  text-align: center;
}

input {
  width: 65%;
  font-family: 'Roboto';
  font-size: 12pt;
  letter-spacing: 0.5px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid grey;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  /*border-bottom: 1px solid black;*/

  background-color: #f9f9f9;

}

.connect form textarea {
  width: 65%;
  font-family: 'Roboto';
  font-size: 12pt;
  letter-spacing: 0.5px;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid grey;
  height: 100px;
  background-color: #f9f9f9;

}

#send {
  width: 30%;
  border: 2px solid #314a60;
  background-color: #f9f9f9;
  color: #314a60;
}

#send:hover {
  width: 30%;
  border: 2px solid #314a60;
  background-color: #314a60;
  color: white;
  transition: 1s;
  cursor: pointer;
}


@media only screen and (min-device-width: 768px) {

  :root {
    --main-height: 57vh;
  }

  :root {
    --height: 50vh;
  }

  body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0.5px;
  }

  .jumbo {
    background-image: url(../img/whitemountains.jpg);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: fixed !important;
    z-index: -1;
    color: rgb(255, 249, 234);
    s
    display: none;
  }

  .content {
    margin-top: 100vh;
  }

  .gutter {
    margin-left: 80px;
    margin-right: 80px;
  }

  .project-row, .lunchwith-row, .technology-categories {
    flex-direction: row;
  }


  .lunchwith-screen img {
    width: auto;
  }

  .project-screen {
    width: calc(var(--main-height) / 1.3);
  }

  .project-text {
    padding: 50px;
  }

  .technology-category {

    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
  }


  .portrait-div {
    float: right;
    margin: 0;
  }

  #portrait {
    margin: 0 20px 20px 20px;
  }

  .connect form textarea, input {
    width: 40%;
  }

  .icons {
    width: 35%;
  }


  #nav {
    display: inline-block;
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    background: #f9f9f9;
    height: 45px;
    border-top: 0.5px solid #c8c8c8;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
   -webkit-box-shadow: 0px -4px 3px rgba(200, 200, 200, 0.25);
   -moz-box-shadow: 0px -4px 3px rgba(200, 200, 200, 0.25);
   box-shadow: 0px -4px 3px rgba(200, 200, 200, 0.25);
  }

  #nav p {
    margin: 0;
    color: #314a60;

    &:hover {
      color: #51799C;
      text-decoration: underline;
    }
  }

  .nav-option {
    margin: 0px;
    text-align: center;
    /*flex: 1 1 auto;*/
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;

    justify-content: space-around;
  }
}

@media only screen and (min-device-width: 1025px) {
  .gutter {
    margin-left: 180px;
    margin-right: 180px;
  }



  .project-row {
    /*width: 1000px;*/
    margin: 0 auto;
    /*justify-content: center;*/
    /*align-self: center;*/
  }

  /*.project-row .project-screen {*/
    /*width: 27%;*/
    /*height: 43vh;*/
  /*}*/

}
