/*
@media screen and (min-width: 1400px){
    nav{
      width: 1365px;
    }
}
*/

@media screen and (min-width: 1920px) {
    .student-wrapper{
      margin-top: 15em;
    }
}

@media screen and (max-width: 1200px) {
    .student-wrapper{
      width: 90%;
    }
}

@media screen and (max-width: 1105px) {
  #work img { margin-top: 1.1em; }
 }

@media screen and (max-width: 1090px){
  ul.students{
    width: 782px;
  }

  #student-group{
    flex-direction: column;
  }

  #info{
    margin-right: auto;
    margin-left: auto;
    width: 575px;
  }

  #work{
    width: 575px;
  }

    #info p{
      width: 100%;
    }

  .pic-quote{
    justify-content: flex-start;
  }

  /*.pic-quote h3{
    margin-left: 20px;
  }*/
}

@media screen and (max-width: 900px){
    a#logo-type{
      display: none;
    }
}

@media screen and (max-width: 892px){
  #about p{
    width: 80%;
  }
  /*ul.students{
    width: 522px;
  }*/
  ul.job-groups{
    width: 80%;
  }
}

@media screen and (max-width: 700px){

}

@media screen and (min-width: 641px) and (max-width: 978px) {
  /**{background:orange;}*/
  #grads{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    /*border: 1px solid green;*/
  }

    ul.students{
      width: 100%;
    }
}

@media screen and (max-width: 640px){


    nav{
      /*display: flex;
      justify-content: space-between;*/
      display: block;
      height: auto;
    }

      nav ul:first-child{
        display: none;
      }

      nav ul#nav-links{
        justify-content: space-around;
      }

        nav ul#nav-links li{
          margin-left: 0!important;
          margin-right: 0!important;
          margin-top: 20px;
          margin-bottom: 20px;
        }

    header.landing{
      height: 40vh;
      margin-top: 60px;
      padding: 20px;
    }

      hgroup{
        padding: 0;
      }

    .videos{
      display: none;
    }

    #grads{
      width: 90%;
      margin-left: auto;
      margin-right: auto;
      /*border: 1px solid green;*/
    }
    ul.job-groups{
      flex-direction: column; /*Sorry but I changed it back to column because the row wouldn't adjust on my phone-Justice*/
      width: 80%;
      align-items: center;
      margin-bottom: 30px;
      /*width: 100%;
      display: inline-block;
      text-align: center;*/
    }
      ul.job-groups li{
        /*display: inline-block;*/
        margin-bottom: 30px;
        /*width: 170px;*/
        /*text-align: center;*/
      }

        /*ul.jobs-groups label{
          padding: 0 10px 5px;
        }*/

    ul.students{
      width: 100%;
    }

    .boxes{
      flex-direction: column;
      align-items: center;
    }

    .boxes.buttons{
      flex-direction: row;
    }

        .boxes.buttons li{
          margin: 10px 10px 20px;
        }

        .boxes.buttons a{
          width: 100px;
          height: 60px;
        }

      .boxes li{
        margin-bottom: 20px;
      }

      #info{
        width: 100%;
      }

      #work{
        width: 100%;
      }

      .pic-quote{
        flex-direction: column;
      }

      #student-group .title-quote{
        width: 200px;
        margin-left: 0px;
        /*align-self: flex-end;*/
        margin-bottom: 60px;
        /*margin-left: 20px;*/
        align-self: flex-start;
      }
}

@media screen and (max-width:520px) {
  #work img { margin-top: 0.7em; }
}
