@media (max-width: 1200px){
  .title{
    font-size: 6em;
  }

  h1{
    font-size:2.4em;
  }

  h2{
    font-size:2em;
  }

  h3{
    font-size:1.9em;
    font-weight:normal;
    line-height: 1em;
    margin: 0;
  }
  h4{
    font-size:1.5em;
    font-weight:normal;
    line-height: 1em;
    margin: 0;
  }

  p{
    font-size:1.2em;
    line-height: 1.1em;
  }

  .roletxt p{
    font-size: 1.1em;
  }

  #home .overlaydiv p{
    font-size: 2.5em;
  }


  #description{
    width: 45%;
    min-width: 400px;
    padding: 20px;
  }

  #description div h2{
    margin: 5px;
  }

  .wrapcontainer *{
    font-size:1.25em;
    margin-top: 0px;
    margin-bottom: 0px;.
    padding: 5px;
  }

  .introduction{
    font-size: 1.4em;
  }

  .descrHighlight{
    font-size: 1.6em;
  }

  .ideicon{
    max-height: 65px;
    max-width: 65px;
    min-width: 65px;
    min-height: 65px;
  }

}

@media (max-width: 1000px){
  .roleimg{
    min-width: 80%;
    margin: auto;
  }

  .roletxt{
    min-width: 90%;
    margin: auto;
  }

  .max400{
    max-width: 400px;
    min-width: 10%;
    width: 80%;
  }

}

@media (max-width: 688px){
  .hiddenmobile{
    visibility: hidden;
  }

  .title{
    font-size: 3em;
    position: relative;
    line-height: 2em;
  }

  h1{
    font-size:7vw;
  }

  h2{
    font-size:6vw;
  }

  p{
    font-size:1em;
  }

  header{
      height: 60px;
      width: 100vw;
      background-color: var(--primary-color);
      border-top:inset;
      border-width: 3px;
      border-color: var(--secondary-color);
      position: fixed;
      top: auto;
      left: 0px;
      bottom: 0px;
      padding: 0;
      margin:0;
      z-index: 100;
  }


  header div{
      position: absolute;
      margin: 0;
      padding: 0;
      top:-1px;
      background-color: var(--primary-color);
      width: 102%;
      height:65;
      background-size:fill;
      z-index: 102;
  }

  .navbar{
    background-color: var(--primary-color);
    width: 100%;
    position: absolute;
    top:0;
    height: 65px;
    left: 50%;
    transform:translateX(-50%);
    display: inline-flex;
    align-content: center;
    z-index: 103;
  }

  .navbar ul{
    position: absolute;
    top:5px;
    height: 100%;
    width: 60vw;
    min-width: 270px;
    left: 50%;
    transform:translateX(-50%);
    display: inline-flex;
    vertical-align: middle;
    justify-content: space-between;
    list-style: none;
    z-index: 205;
  }

  .navbar ul li{
    top:0;
    margin:0;
    padding-top: 5px;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    z-index: 206;
  }

  .navbar ul li .clue{
    visibility: hidden;
    color: var(--secondary-color);
    background-color: var(--primary-color);
    border-right: solid 3px var(--secondary-color);
    border-left: solid 3px var(--secondary-color);
    border-top: solid 3px var(--secondary-color);
    border-bottom: none;
    padding: 5px;
    border-radius: 5px;
    position: relative;
    margin-left: -20px;
    bottom: 40px;
    font-weight: bold;
    transform: translateX(-50%);
  }

  .bubble{
    visibility: hidden;
  }

  .bubble-mobile{
    visibility: visible;
    position: absolute;
    height: 30px;
    width: 30px;
    border: solid;
    border-radius: 10%;
    border-width: 3px;
    border-color: var(--secondary-color);
    background-color: var(--primary-color);
    top: -5px;
    transform: rotate(45deg);
    z-index: 101;
    transition: 0.2s;
  }

  .fullcontainer{
      font: Heebo;
      margin-left: 0px;
      margin: 0;
      padding: 0;
      overflow-x: hidden;
  }

  #profilecontainer{
    max-height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 0px;
    width: 100%;
    height: 100%;
  }

  #home{
      background-color: var(--primary-color);
      max-height: 100vh;
      padding-left: 0;
  }


  #abouthalf{
    min-height: 0px;
    width: 100%;
    margin: auto;
    display: block;
  }

  #description{
    background-color: var(--primary-color);
    min-height: 20vh;
    max-width: 100%;
    min-width: 0px;
    width: 80%;
    position: relative;
    margin-top: -60vh;
    padding: 20px;
  }

  #description div{
    margin: auto;
    width: 90%;
  }
  #description div h2{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #description div p{
    margin-bottom: 10px;
  }

  #home{
    padding: 0;
    width: 100%;
  }

  #picture{
    position: relative;
    margin-left: 0px;
    width: 100%;
    max-height: 80vh;
    object-fit: cover;
    overflow-y: hidden;
  }

  #profilecontainer div img{
    max-height: 80vh;
    position: relative;
    width: 100%;
    object-fit: cover;
    overflow-y: hidden;
  }

  #skills{
    min-height:100vh;
    width: 95%;
    margin: auto;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }

  #skillhalf{
    min-width: 300px;
  }

  #skillcenter{
    padding: 0;
    margin: auto;
  }


  #portfolio{
    min-height:100vh;
    width: 95%;
    margin: auto;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
  }

  #cardcontainer{
    min-width:300px;
      padding: 0;
  }

  #projectcenter{
    padding: 0;
    margin: auto;
  }

  #contact #overlay{
    width: 100%;
    height: 100%;
    z-index: 0;
  }

  #holder{
    width: 95%;
    max-height: 95vh;
    border-radius: 10px;
  }

  #contactcenter div{
    min-width: 60%;
  }

  #holder h2{
    font-size: 3em;
    font-weight: 600;
    position: relative;
    top:0;
    opacity:0.1;
    margin: 10px;
    width: 100%;
    margin: 10px;
    padding: 0;
    line-height: 1em;
    z-index: 0;
  }

  #holder .close{
    position: absolute;
    top:0;
    right: 0;
    margin-top: 10px;
    margin-right: 10px;
    color: var(--primary-color);
  }

  #footer{
    padding-bottom: 60px;
  }

  #space{
    min-height: 15px;
  }

  #prbubble{
      margin-left:12px;
      margin-top: -14px;
      transform: rotate(-45deg);
  }

  #prshow{
    padding-left: 0;
  }

  #prvideo{
    padding-left: 0;
  }


  #prinformation{
    padding-left: 0;
  }

  .introduction{
    font-size: 1.1em;
  }

  .descrHighlight{
    font-size: 1.3em;
  }

  .ideicon{
    max-height: 60px;
    max-width: 60px;
    min-width: 60px;
    min-height: 60px;
  }

  #prsectioncenter{
    padding-top: 0;
  }

  #proverview{
    padding-left: 0;
  }

  #prroles{
    padding-left: 0;
  }

  #prteam{
    padding-left: 0;
  }

  #orientation{
    padding-left: 0;
  }

  #flex50{
    width: 90%;
  }

  #flex30{
    width: 49%;
  }

  .orientationleft{
    left: 10px;
  }
  .orientationright{
    right: 10px;
  }

}
