@media screen and (min-width: 481px) and (max-width: 1023px) {
  body {
    margin: 0;
    background-image: url(../img/computer.jpg);
  }

  /* top */
  #top {
    z-index: 10;
    width: 100vw;
    height: 100vh;
    /* background-color: #fffbe8; */
    background-color: #fffbe8e7;
    position: relative;
    filter: drop-shadow(0 5px 3px #55555555);
  }
  #top .triangle {
    position: absolute;
    bottom: -3vw;
    left: calc(50vw - 3vw);
    border-top: 3vw solid #fffbe8;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
  }

  #top .Tborder1 {
    position: absolute;
    top: 35%;
    right: 50%;
    width: 10vw;
    height: 50vh;
    transform: skewX(15deg);
    background-color: #ef7c7fdd;
  }
  #top .Tborder2_1 {
    position: absolute;
    top: 0;
    right: 20%;
    /* transform: rotate(-15deg); */
    width: 30vw;
    height: 75vh;
    transform: skewX(15deg);
    /* margin: 0 auto; */
    background-color: #7fc8b4;
    background-image: linear-gradient(-90deg, #fffbe8 50%, transparent 50%);
    background-size: 7% 5%;
  }
  #top .Tborder2_2 {
    position: absolute;
    top: 0;
    right: 43%;
    /* transform: rotate(-15deg); */
    width: 7vw;
    height: 75vh;
    transform: skewX(15deg);
    /* margin: 0 auto; */
    background-color: #7fc8b4;
  }
  #top .Tborder2 {
    opacity: 0.75;
  }
  #top .Tborder3 {
    position: absolute;
    bottom: 0;
    right: 0%;
    /* transform: rotate(-15deg); */
    width: 20vw;
    height: 80vh;
    transform: skewX(15deg);
    background-color: #05384d;
  }
  #top .Tborder4 {
    position: absolute;
    bottom: 0;
    right: 3%;
    /* transform: rotate(-15deg); */
    width: 0.5vw;
    height: 80vh;
    transform: skewX(-30deg);
    /* background-color: #7fc8b4; */
    background-color: #fffbe8;
    /* background-color: #fac650; */
  }
  #top .Tborder5 {
    position: absolute;
    bottom: 0;
    right: -3%;
    /* transform: rotate(-15deg); */
    width: 0.5vw;
    height: 80vh;
    transform: skewX(-30deg);
    background-color: #7fc8b4;
    /* background-color: #fffbe8; */
    /* background-color: #fac650; */
  }
  #top .Tborder6 {
    position: absolute;
    top: 0;
    left: -5%;
    /* transform: rotate(-15deg); */
    width: 0.5vw;
    height: 80vh;
    transform: skewX(-30deg);
    /* background-color: #7fc8b4; */
    /* background-color: #000; */
    background-color: #fac650;
  }

  #top .Ttitle {
    position: absolute;
    top: 50%;
    left: 5%;
    width: 40vw;
    /* height: 30vh; */
    /* background-color: #b8d252; */
  }
  #top .Ttitle h1 {
    font-family: "Teko", sans-serif;
    font-weight: lighter;
    font-size: 7em;
    width: 350px;
    height: 45%;
    margin: 0;
    text-align: right;
    color: #05384d;
    letter-spacing: 0.075em;
    filter: drop-shadow(0 0 1px #55555555);
  }
  #top .Ttitle p {
    font-family: "Raleway", sans-serif;
    font-size: 2em;
    width: 350px;
    margin-top: -60px;
    margin-right: 10px;
    text-align: right;
    color: #05384d;
    filter: drop-shadow(0 0 1px #55555555);
  }

  /*works*/
  #works {
    z-index: 8;
    width: 100vw;
    height: 100vh;
    background-color: #7fc8b4;
    position: relative;
    filter: drop-shadow(0 5px 3px #33333355);
  }
  #works .triangle {
    position: absolute;
    bottom: -3vw;
    left: calc(50vw - 3vw);
    border-top: 3vw solid #7fc8b4;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
  }

  #works .Wborder {
    z-index: -2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  #works .Wborder1_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 85vw;
    height: 10vh;
    /* transform: skewX(165deg) rotate(90deg); */
    transform: skewY(5deg);
    background-color: #9fd5c1;
  }

  #works .Wborder1_2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85vw;
    height: 10vh;
    /* transform: skewX(165deg) rotate(90deg); */
    transform: skewY(5deg);
    background-color: #9fd5c1;
  }

  #works .Wborder2 {
    position: absolute;
    top: 25vh;
    right: 0;
    width: 70vw;
    height: 55vh;
    /* transform: skewX(165deg) rotate(90deg); */
    transform: skewY(5deg);
    background-color: #9fd5c1;
  }

  #works .Wtitle {
    position: absolute;
    top: 7vh;
    right: 10vw;
    text-align: center;
    transform: rotate(5deg);
  }
  #works .Wtitle p {
    font-family: "Stick", sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
    color: #fffbe8;
    letter-spacing: 0.075em;
    margin: 0;
  }
  #works .Wtitle h1 {
    font-family: "Teko", sans-serif;
    font-weight: lighter;
    font-size: 7em;
    color: #fffbe8;
    margin: 0;
    margin-top: -45px;
    letter-spacing: 0.075em;
  }

  #works .WSborder1 {
    z-index: -1;
    position: absolute;
    top: 15%;
    left: 0%;
    width: 30vw;
    height: 3em;
    transform: skewX(-15deg);
    background-color: #fffbe8;
    text-align: center;
    filter: drop-shadow(0 0 5px #55555555);
  }
  #works .Wsubtitle1 {
    position: absolute;
    top: 15%;
    left: -5%;
    width: 25vw;
    height: 3em;
    text-align: center;
    padding-left: 5vw;
  }
  #works .Wsubtitle1 p {
    margin: 0;
    margin-top: 8px;
    font-family: "Stick", sans-serif;
    font-weight: lighter;
    font-size: small;
    color: #7fc8b4;
  }
  #works .Wsubtitle1 h2 {
    margin: 0;
    margin-top: -5px;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: x-large;
    color: #7fc8b4;
  }
  #works .Wsubtitle2 h2:hover {
    color: #ef7c7faa;
  }

  #works .WSborder2 {
    z-index: -1;
    position: absolute;
    bottom: 5%;
    right: 0%;
    width: 30vw;
    height: 3em;
    transform: skewX(-15deg);
    background-color: #fffbe8;
    text-align: center;
    filter: drop-shadow(0 0 5px #55555555);
  }
  #works .Wsubtitle2 {
    position: absolute;
    bottom: 5%;
    right: -5%;
    width: 25vw;
    height: 3em;
    text-align: center;
    padding-right: 6vw;
  }
  #works .Wsubtitle2 p {
    margin: 0;
    margin-top: -3px;
    font-family: "Stick", sans-serif;
    font-weight: lighter;
    font-size: small;
    color: #7fc8b4;
  }
  #works .Wsubtitle2 h2 {
    margin: 0;
    margin-top: -5px;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: x-large;
    color: #7fc8b4;
  }
  #works .Wsubtitle2 a {
    text-decoration: none;
    margin: 0;
  }

  #works .Wimg {
    position: absolute;
    top: calc(50% + 5vh);
    left: 50%;
    /* border: solid white 15px; */
    /* box-shadow: inset 0 10px 25px 0 #05384d; */
    /* box-shadow: 0 0 5px 0 #05384d; */
    border: solid 25px #fffbe8;
    box-shadow: 0 0 5px 15px #436259 inset;
    filter: drop-shadow(0 0 5px #55555555);
    /* max-width: calc(1920px / 100%); */
    height: 45vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #works .Wimg {
    overflow: visible;
    /* width: 100%; */
    /* height: 100%; */
  }
  #works .Wimg {
    display: block;
    transition-duration: 0.5s;
  }
  #works .Wimg:hover {
    box-shadow: 0px 0px 7px 5px #43625955;
    transform: translateY(-500px);
    transition-duration: 0.5s;
    transform: translate(-50%, -50%);
    height: 50vh;
  }

  /*about*/
  #about {
    z-index: 6;
    width: 100vw;
    height: 100vh;
    background-color: #fffbe8;
    position: relative;
    filter: drop-shadow(0 5px 3px #11111177);
  }
  #about .triangle {
    position: absolute;
    bottom: -3vw;
    left: calc(50vw - 3vw);
    border-top: 3vw solid #ef7c7f;
    border-right: 3vw solid transparent;
    border-left: 3vw solid transparent;
  }

  #about .Atitle {
    position: absolute;
    top: -3em;
    left: 5vw;
    text-align: center;
  }
  #about .Atitle p {
    font-family: "Stick", sans-serif;
    font-weight: lighter;
    font-size: 2em;
    color: #ef7c7f;
    letter-spacing: 0.075em;
    margin: 0;
  }
  #about .Atitle h1 {
    font-family: "Teko", sans-serif;
    font-weight: lighter;
    font-size: 9em;
    color: #fffbe8;
    opacity: 0.55;
    /* color: #ef7c7f; */
    margin: 0;
    margin-top: -45px;
    letter-spacing: 0.075em;
    transform: rotate(-5deg);
  }

  #about .Arect1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 45vw;
    height: 75vh;
    background-color: #7fc8b488;
    background-image: linear-gradient(
      #fffbe8 50%,
      transparent 50%,
      transparent 100%
    );
    background-size: 5% 5%;
  }
  #about .Arect2 {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 65vw;
    height: 60vh;
    background-color: #ef7c7f;
  }

  #about .Acontent {
    position: absolute;
    bottom: 0%;
    left: 0;
    width: 65vw;
    height: 60vh;
    display: flex;
  }

  #about .Alearning {
    /* background-color: #52a2c455; */
    width: 65%;
    height: 65%;
    margin: 0;
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about .Alearning h2 {
    /* background-color: #fffbe855; */
    margin: 0;
    margin-top: 0px;
    height: 1.75em;
    line-height: 1.75em;
    /* transform: skewX(-15deg); */
    /* border-radius: 50% 50% 50% 50%; */
    padding: 0;
    padding-left: 1em;
    padding-right: 1em;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: x-large;
    color: #fffbe8;
    /* border: solid 3px #fffbe8aa;
      border-left: solid 20px #fffbe8aa; */
  }
  #about .Alearning .ALcontent {
    /* background-color: #62c1ea8b; */
    width: 90%;
    height: 60%;
    margin-top: 2.5%;
    display: flex;
    flex-direction: column;
    align-content: center;
  }
  #about .Alearning .ALtext {
    /* background-color: #ded39c55; */
    /* margin-top: 10%; */
    /* width: 90%; */
    height: 30%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
  }
  #about .Alearning .ALtext p {
    /* background-color: #fffbe855; */
    width: 30%;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: larger;
    color: #fffbe8;
    opacity: 0.85;
    /* transform: skewX(-15deg); */
    text-align: center;
  }
  #about .Alearning .ALicon {
    /* background-color: #fffbe855; */
    /* width: 90%; */
    display: flex;
    justify-content: space-around;
  }
  #about .Alearning .ALicon img {
    width: 20%;
  }
  #about .Alearning .ALplus {
    /* background-color: #ded39c55; */
    margin: 0;
    width: 90%;
    /* height: 10%; */
    /* margin-top: 10px; */
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: larger;
    color: #fffbe8;
    opacity: 0.85;
    text-align: right;
    transform: skewX(-15deg);
  }

  #about .Atwitter {
    /* background-color: #60b19e55; */
    width: 35%;
    height: 65%;
    margin: 0;
    margin-top: 15%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #about .Atwitter .ATicon {
    /* background-color: #fffbe855; */
    margin-top: 20%;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  #about .Atwitter .icon {
    width: 80%;
    border-radius: 25vh;
    border: solid #fffbe8 5px;
  }
  #about .Atwitter .ATname {
    /* background-color: #ded39c55; */
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }
  #about .Atwitter .ATname a {
    text-decoration: none;
  }
  #about .Atwitter .ATname p {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: lighter;
    font-size: x-large;
    color: #fffbe8;
    opacity: 0.85;
    text-align: right;
  }
  #about .Atwitter .ATname .ATNicon {
    width: 1.5em;
    filter: invert(99%) sepia(34%) saturate(1174%) hue-rotate(300deg)
      brightness(105%) contrast(106%);
    margin: 0;
  }

  #kari {
    /* z-index: 0; */
    width: 100vw;
    height: 100vh;
    background-color: #fffbe8;
    position: relative;
  }

  footer {
    z-index: 0;
    width: 100vw;
    height: 15vh;
    background-color: #05384d;
  }

  footer small {
    color: #fffbe8;
  }

  footer p {
    margin: 0;
    padding-top: 8vh;
    text-align: center;
    font-size: larger;
  }
}
