@media (min-width: 701px) and (max-width: 999px) { /* For Medium Devices only */

  html,body {
    font-size: 12px;
  }

  .is-1 {
    font-size: 3rem !important;
  }

  .is-2 {
    font-size: 2.5rem !important;
  }

  .is-3 {
    font-size: 2rem !important;
  }

  .is-4 {
    font-size: 1.5rem !important;
  }

  .is-5 {
    font-size: 1rem !important;
  }

  .is-6 {
    font-size: 0.75rem !important;
  }

  .navbar{ 
    font-size: 1.25rem;
    padding-top: 37vh;
    padding-bottom: 37vh;
    min-width: 20vw;
  }

  .nav_element {
    max-height: 2.4rem;
    min-height: 2.4rem;
    width: 20vw;
  }

  .content_site {
    margin-left: 20vw;
    width: auto;
    height: auto;
  }

  .frontpage {
    width: 100% !important;
    height: 100vh !important;
    color: #fff;
    background: linear-gradient(135deg, #236ad5, #236ad5,#7097d1);
    background-size: 600% 600%;
    -webkit-animation: Gradient 30s ease infinite;
    -moz-animation: Gradient 30s ease infinite;
    animation: Gradient 30s ease infinite;
    text-align: center; }

  .frontpage_content {
    height: 200vh;
  }

  .content_container{
    padding-top: 10vh;
    height: auto;
    min-height: 100vh;
  }

  .content_box {
    min-height: 80vh;
  }

  .main_skills {
    margin: 3vh;
  }

  .headline {
    margin-bottom: 10vh;
  }

  .icon {
    margin: 20px;
  }

  .has-more-text {
    padding: 2%;
  }


  .text_combo {
    margin-top:8%;
    margin-bottom:8%;
    float: left;
  }

  .portfolio_view {
    padding: 2vh 12vh;
  }

  .service_text{
    text-align: center;
  }
}