@import url("https://fonts.googleapis.com/css?family=Pacifico|Source+Sans+Pro");
@media only screen and (max-width: 800px) and (min-width: 481px) {
  html {
    font-size: 10px;
    background-color: royalblue;
  }

  /* GRIDs */

  .grid-sofiacosta {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 4fr 4fr;
    grid-template-rows: 2fr 3fr 2fr 3fr 2fr;
    grid-template-areas:
      "um um "
      "dois tres"
      "dois quatro"
      "cinco quatro"
      "seis seis";
    grid-gap: 10px;
    padding: 5px;
  }

  .grid-sofiacosta > div {
    font-size: 30px;
    display: inline;
  }

  .sofiacosta1 {
    grid-area: um;
  }

  .sofiacosta2 {
    grid-area: dois;
  }

  .sofiacosta3 {
    grid-area: tres;
  }

  .sofiacosta4 {
    grid-area: quatro;
  }

  .sofiacosta5 {
    grid-area: cinco;
  }

  .sofiacosta6 {
    grid-area: seis;
  }

  .grid-containerabout {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . . ."
      "a a b b"
      "a a . .";
    grid-gap: 10px;
    padding: 5px;
  }

  .grid-containerabout > div {
    font-size: 30px;
    display: inline;
  }

  .about1 {
    grid-area: a;
  }

  .about2 {
    grid-area: b;
    background-color: gold;
  }

  .grid-containercontact {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . b b"
      "a a b b"
      "a a . .";
    grid-gap: 10px;
    padding: 5px;
  }

  .grid-containercontact > div {
    font-size: 30px;
    display: inline;
  }

  .contact1 {
    grid-area: a;
    background-color: gold;
  }

  .contact2 {
    grid-area: b;
    word-wrap: break-word;
  }

  .grid-containerworkferramentas {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . . ."
      "a a b b"
      "a a . .";
    grid-gap: 10px;
  }

  .grid-containerworkferramentas > div {
    font-size: 30px;
    display: inline;
  }

  .work1 {
    grid-area: a;
  }

  .work2 {
    grid-area: b;
    background-color: gold;
  }

  .grid-containerworkferramentas2 {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . b b"
      "a a b b"
      "a a . .";
    grid-gap: 10px;
  }

  .grid-container4 > div {
    font-size: 30px;
    display: inline;
  }

  .iiwork1 {
    grid-area: a;
  }

  .iiwork2 {
    grid-area: b;
  }

  .grid-containerworkaguarelas {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . . ."
      "a a b b"
      "a a . .";
    grid-gap: 10px;
  }

  .grid-containerworkaguarelas > div {
    font-size: 30px;
    display: inline;
  }

  .iiiwork1 {
    grid-area: a;
  }

  .iiiwork2 {
    grid-area: b;
    background-color: gold;
  }

  .grid-containerworkaguarelas2 {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . b b"
      "a a b b"
      "a a . .";
    grid-gap: 10px;
  }

  .grid-containerworkaguarelas2 > div {
    font-size: 30px;
    display: inline;
  }

  .ivwork1 {
    grid-area: a;
  }

  .ivwork2 {
    grid-area: b;
  }

  .grid-containerworkpanpastel {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . b b"
      "a a a a"
      "a a a a";
    grid-gap: 10px;
  }

  .grid-containerworkpanpastel > div {
    font-size: 30px;
    display: inline;
  }

  .vwork1 {
    grid-area: a;
  }

  .vwork2 {
    grid-area: b;
    background-color: gold;
  }

  .grid-containerworkpanpastel2 {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 2fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      "b b b b"
      "b b b b"
      "a a a a"
      "a a a a";
    grid-gap: 10px;
  }

  .grid-containerworkpanpastel2 > div {
    font-size: 30px;
    display: inline;
  }

  .viwork1 {
    grid-area: a;
  }

  .viwork2 {
    grid-area: b;
    background-color: gold;
  }

  .grid-containerworksketchs {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . b b"
      "a a a a"
      "a a a a";
    grid-gap: 10px;
  }

  .grid-containerworksketchs > div {
    font-size: 30px;
    display: inline;
  }

  .viiwork1 {
    grid-area: a;
  }

  .viiwork2 {
    grid-area: b;
    background-color: gold;
  }

  .grid-containerworksketchs2 {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 2fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". b b ."
      ". b b ."
      "a a a a"
      "a a a a";
    grid-gap: 10px;
  }

  .grid-containerworksketchs2 > div {
    font-size: 30px;
    display: inline;
  }

  .viiiwork1 {
    grid-area: a;
  }

  .viiiwork2 {
    grid-area: b;
  }

  .grid-containerworkprojeto {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    grid-template-rows: 1fr 1fr 2fr 1fr;
    grid-template-areas:
      ". . . ."
      ". . b b"
      "a a a a"
      "a a a a";
    grid-gap: 10px;
  }

  .grid-containerworkprojeto > div {
    font-size: 30px;
    display: inline;
  }

  .ixwork1 {
    grid-area: a;
  }

  .ixwork2 {
    grid-area: b;
    background-color: gold;
  }

  /* Copiado da base */

  .sofia {
    font-family: Pacifico;
    color: gold;
    font-size: 13rem;
  }

  .costa {
    font-family: Pacifico;
    color: gold;
    font-size: 13rem;
  }

  .sofia,
  .costa {
    text-align: center;
    width: 100%;
  }

  .tipodeletra1 {
    font-family: Pacifico;
    color: gold;
    font-size: 4rem;
    text-decoration: none;
  }

  .tipodeletra2 {
    font-family: "Source Sans Pro";
    font-size: 4rem;
    color: white;
    list-style: none;
    text-decoration: none;
  }

  h1 {
    font-family: "Source Sans Pro";
    line-height: 50%;
    font-size: 6rem;
    padding: 15px;
    color: white;
  }

  p {
    font-family: "Source Sans Pro";
    font-size: 20px;
    word-wrap: break-word;
    color: white;
  }

  h2 {
    font-family: "Source Sans Pro";
    font-size: 3rem;
    color: white;
  }

  .tipodeletra1 {
    font-family: Pacifico;
    color: gold;
    font-size: 2rem;
    text-decoration: none;
  }

  .tipodeletra2 {
    font-family: "Source Sans Pro";
    font-size: 2rem;
    color: white;
    list-style: none;
    text-decoration: none;
  }

  .about2 {
    padding: 20px;
    font-weight: bold;
  }

  .subtitulo {
    font-family: "Source Sans Pro";
    line-height: 60%;
    font-size: 5rem;
    padding: 5px;
  }

  .contact1 {
    padding: 20px;
    background-color: gold;
    text-align: right;
    font-weight: bold;
  }

  .contact2 {
    background-color: gold;
    padding: 20px;
    text-align: right;
  }

  .work2 {
    padding: 20px;
    background-color: gold;
  }

  .work1 {
    padding: 20px;
  }

  /*imgs*/

  .about1 {
    background-image: url(../imgs/sofiacostaicon.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }

  .work1 {
    background-image: url(../imgs/oneweekcartaz.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }

  .iiwork1 {
    background-image: url(../imgs/fooddesign.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }

  .iiwork2 {
    background-image: url(../imgs/postal.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
  }

  .iiiwork1 {
    background-image: url(../imgs/planta1a.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }

  .ivwork1 {
    background-image: url(../imgs/planta2.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }
  .ivwork2 {
    background-image: url(../imgs/planta3.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }

  .work1 {
    background-image: url(../imgs/oneweekcartaz.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100%;
    background-position: center;
  }
  .viiiwork2 {
    background-image: url(../imgs/sketchmenina.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 80%;
    background-position: center;
  }

  /* Menu Botão Escondido */

  .menuhidden {
    display: none;
  }

  .tabletstyle {
    color: white;
    font-size: 2rem;
  }

  .navbar {
    overflow: hidden;
    background-color: gold;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  }

  .navbar a {
    float: left;
    display: block;
    padding: 14px 16px;
    color: white;
    text-decoration: none;
    font-size: 2rem;
    width: 20%;
    text-align: center;
  }

  .navbar a:hover {
    color: royalblue;
  }

  a {
    font-family: "Source Sans Pro";
    color: white;
  }
}
