@media only screen and (min-width: 0px) and (max-width: 400px){
  .project {
    width: 100% !important;
    padding: 10px !important;
    padding-right: 30px !important;
  }
  .project-image img {
    height: 100px !important;
  }

  .project-title {
    font-size: 12px;
  }
}

@media only screen and (min-width:400px) and (max-width: 650px){
  .project {
    width: 40%;
    padding: 15px;
    padding-left: 15px;
  }
  .project-title {
    font-size: 12px;
  }
}

@media only screen and (min-width: 650px) and (max-width: 950px){

  .project {
    padding: 20px;
    padding-left: 30px;
    width: 39%;
  }
}
@media only screen and (min-width: 950px) and (max-width: 1150px){

  .project {
    padding: 20px;
    padding-left: 40px;
    width: 25%;
  }
}

@media only screen and (min-width: 0px) and (max-width: 1150px){
  #topNav {
    display: none;
  }
  #mobileNav {
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }
  #mobileNavWrapper {
    overflow: hidden;
  }

  a {
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    color: rgba(153, 153, 153, 0.7);
    font-size: 16px;
  }

  .mobileLink {
    display: block;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    color: rgba(153, 153, 153, 0.7);
    font-size: 16px;
    line-height: 2.5em;
  }

  #mobileMenuLink {
    margin: 0 0 30px;
  }

  .logo {
    text-align: center !important;
    display: block !important;
    float: none !important;
    line-height: 1.2em;
  }

  #title {
    font-size: 100%;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 45px;
    line-height: 1.3em;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
      Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  }

  ul {
    margin: 0;
    padding: 0;
  }

  .project-title {
    padding-top: 10px !important;
  }

  h2{
    font-size: 30px;
  }

  .project {
    align-items: center;
  }
  
  .project-image img {
    width: 110%;
    object-fit: cover;
    height: 162px;
  }
}

@media only screen and (min-width: 1150px) {
  #mobileNav {
    display: none;
  }
  header {
    margin-left: 75px;
    margin-right: 75px;
    margin-bottom: 10px;
  }

  #canvas {
    margin: 10px auto;
    padding: 40px;
  }

  body {
    margin: 0px;
  }

  #title {
    font-size: 40px !important;
    float: left;
  }

  ul {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    float: right;
  }

  li {
    padding: 10px;
  }

  .projects {
    padding: 75px;
    align-items: center;
  }

  h2{
    font-size: 45px;
  }


  .project {
    align-items: center;
    padding: 15px;
    width: 29.5%;
  }
  
  .project-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}


h2{
  text-decoration: none;
  font-weight: 300;
  margin: 0 0 0.2em;
}

li {
  list-style: none;
}

a {
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  color: rgba(153, 153, 153, 0.7);
}
#title {
  color: rgba(0, 0, 0);
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1.3em;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.active-link {
  color: rgb(71, 71, 71) !important;
}

body {
  font-family: Helvetica, arial, sans-serif;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  width: 80%;
}



.project-title {
  padding-top: 10px;
  text-align: center;
}

h1{
  font-size: 42px;
  text-decoration: none;
  font-weight: 300;
}