




/*----------------------------tab view - projects------------------------------*/

.text {
  padding: 20px;
}
.work-proj {
  width: calc(100vw - 70px);
  height: 380px;
  position: relative;
}

.song {
  width: 80vw;
  height: 450px;
  position: relative;
}

.cv {
  width: 80vw;
  height: 270px;
  position: relative;
}

.app {
  width: 50vw;
  height: 400px;
  position: relative;
}

.happtrack {
  width: 90vw;
  height: 410px;
  position: relative;
}

@media (max-width: 400px) {
  .work-proj {
    width: 50vw;
    height: 430px;
    position: relative;
  }
  .song {
    width: 80vw;
    height: 400px;
    position: relative;
  }

  .cv {
    width: 90vw;
    height: 220px;
    position: relative;
  }

  .app {
    width: 50vw;
    height: 320px;
    position: relative;
  }

  .happtrack {
    width: 50vw;
    height: 400px;
    position: relative;
  }

}

@media (min-width: 550px) {
  .work-proj {
    width: 50vw;
    height: 300px;
    position: relative;
  }

  .song {
    width: 40vw;
    height: 400px;
    position: relative;
  }

  .cv {
    width: 40vw;
    height: 180px;
    position: relative;
  }

  .app {
    width: 25vw;
    height: 300px;
    position: relative;
  }
  .happtrack {
    width: 40vw;
    height: 300px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .work-proj {
    width: 470px;
    height: 330px;
    position: relative;
  }

  .song {
    width: 300px;
    height: 400px;
    position: relative;
  }

  .cv {
    width: 350px;
    height: 240px;
    position: relative;
  }

  .app {
    width: 190px;
    height: 300px;
    position: relative;
  }
  .happtrack {
    width: 340px;
    height: 390px;
    position: relative;
  }
}
@media (min-width: 992px) {
  .work-proj {
    width: 520px;
    height: 390px;
    position: relative;
  }
  .song {
    width: 390px;
    height: 500px;
    position: relative;
  }

  .cv {
    width: 500px;
    height: 350px;
    position: relative;
  }

  .app {
    width: 240px;
    height: 400px;
    position: relative;
  }
}

@media (min-width: 1200px) {
  .work-proj {
    width: 580px;
    height: 430px;
    position: relative;
  }
}


*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.tabview {
  font: 14px/1;
  color: #555;
    align-content:center; 
  justify-content: center;
  text-align: center;
}

.tabview h1 {
  font-weight: 400;
   align-content:center; 
  justify-content: center;
  text-align: center;
  margin-bottom: 0.5em;
}

.pictext {
  align-content:center; 
  justify-content: center;
  text-align: center;pictext
  padding-top: 7vh;
  padding-top: 7vh;
}


.tabview {
  width: 90vw;
}

@media(min-width: 768px) {
  .tabview {
    width: 90vw;
    margin: 0 auto;
  }
}

@media(min-width: 992px) {
  .tabview {
    width: 80vw;
    margin: 0 auto;
  }
}

.tabview section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
}

.tabview input {
  display: none;
}

.tabview label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 600;
  text-align: center;
  color: #bbb;
  border: 1px solid transparent;
}

.tabview label:before {
  font-family: fontawesome;
  font-weight: normal;
  margin-right: 10px;
}


.tabview label:hover {
  color: #888;
  cursor: pointer;
}

.tabview input:checked + label {
  color: #555;
  /*border: 1px solid #ddd;*/
  border-right: 2px solid orange;
  /*border-bottom: 1px solid #fff;*/
}

.projects input:checked + label {
  color: #555;
  border: 1px solid #ddd;
  border-top: 3px solid orange;
  border-bottom: 1px solid #fff;
}

#tab-pro-1:checked ~ #freetime,
#tab-pro-2:checked ~ #worktime {
  display: block;

}

.projects label {
  font-size: 1.4em;
}

@media (max-width: 550px) {
  .projects label {
    font-size: 1em;
  }

}


