/* Serif fonts have tails, San-serif fonts don't have tails. */

/******************************* Desktop Site *******************************/
@media only screen and (min-width: 992px) {
  body {
    color: #40514e;
    font-family: "Merriweather", serif;
    margin: 0;
    text-align: center;
  }

  h1 {
    color: #66bfbf;
    font-size: 5.625rem; /* 100% = 1em = 16px */
    font-family: "Sacramento", cursive;
    margin: 3.125rem auto 0 auto;
  }

  h2 {
    color: #66bfbf;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    padding-bottom: 0.625rem;
  }

  h3,
  a {
    color: #11999e;
    font-family: "Montserrat", sans-serif;
  }

  p {
    line-height: 2;
  }

  hr {
    border-color: #eaf6f6;
    border-style: dotted none none none;
    border-width: 10px;
    margin: 6.25rem auto 6.25rem auto;
    width: 4%;
  }

  .top-container {
    background-color: #e3fdfd;
    padding-top: 6.25rem;
    position: relative;
    width: 100%;
  }

  .top-cloud {
    position: absolute;
    right: 18.75rem;
    top: 2.5rem;
  }

  .bottom-cloud {
    bottom: 18.75rem;
    left: 15.625rem;
    position: absolute;
  }

  .mountain {
    max-width: 100%;
  }

  .middle-container {
    background-color: #faf3e0;
    padding: 6.25rem 0 6.25rem 0;
  }

  .intro {
    margin: auto;
    width: 30%;
    text-align: start;
  }

  .skill-row {
    margin: 6.25rem auto 6.25rem auto;
    text-align: left;
    width: 50%;
  }

  .code-img {
    float: left;
    margin-right: 1.875rem;
    width: 25%;
  }

  .dj-img {
    float: right;
    margin-left: 1.875rem;
    width: 25%;
  }

  .contact-message {
    margin: 2.5rem auto 3.75rem;
    width: 40%;
  }

  .btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }

  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    text-decoration: none;
  }

  .bottom-container {
    background-color: #66bfbf;
    padding: 3.125rem 0 1.25rem;
  }

  .footer-link {
    font-weight: bolder;
    margin: 0.625rem 1.25rem;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #eaf6f6;
  }

  .copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 1.25rem 0;
  }
}

/******************************* Mobile Site *******************************/
@media only screen and (max-width: 600px) {
  body {
    color: #40514e;
    font-family: "Merriweather", serif;
    margin: 0;
    text-align: center;
  }

  h1 {
    color: #66bfbf;
    font-size: 5.625rem; /* 100% = 1em = 16px */
    font-family: "Sacramento", cursive;
    margin: 3.125rem auto 0 auto;
  }

  h2 {
    color: #66bfbf;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    padding-bottom: 0.625rem;
  }

  h3,
  a {
    color: #11999e;
    font-family: "Montserrat", sans-serif;
  }

  p {
    line-height: 2;
  }

  hr {
    border-color: #eaf6f6;
    border-style: dotted none none none;
    border-width: 10px;
    margin: 6.25rem auto 6.25rem auto;
    width: 4%;
  }

  .top-container {
    background-color: #ffd4d4;
    padding: 6.25rem 0 8rem;
    position: relative;
    width: 100%;
  }

  .top-cloud {
    position: absolute;
    right: 4rem;
    top: 2.5rem;
  }

  .bottom-cloud {
    bottom: 20rem;
    left: 2rem;
    position: absolute;
  }

  .mountain {
    max-width: 100%;
    position: relative;
    top: 8rem;
  }

  .middle-container {
    background-color: #faf3e0;
    padding: 6.25rem 0 6.25rem 0;
  }

  .intro {
    margin: auto;
    width: 30%;
  }

  .skill-row {
    margin: 6.25rem auto 6.25rem auto;
    text-align: left;
    width: 50%;
  }

  .code-img {
    float: left;
    margin-right: 1.875rem;
    width: 25%;
  }

  .dj-img {
    float: right;
    margin-left: 1.875rem;
    width: 25%;
  }

  .contact-message {
    margin: 2.5rem auto 3.75rem;
    width: 40%;
  }

  .btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }

  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    text-decoration: none;
  }

  .bottom-container {
    background-color: #66bfbf;
    padding: 3.125rem 0 1.25rem;
  }

  .footer-link {
    font-weight: bolder;
    margin: 0.625rem 1.25rem;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #eaf6f6;
  }

  .copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 1.25rem 0;
  }
}

/******************************* Tablet Site *******************************/
@media only screen and (min-width: 601px) and (max-width: 991px) {
  body {
    color: #40514e;
    font-family: "Merriweather", serif;
    margin: 0;
    text-align: center;
  }

  h1 {
    color: #66bfbf;
    font-size: 5.625rem; /* 100% = 1em = 16px */
    font-family: "Sacramento", cursive;
    margin: 3.125rem auto 0 auto;
  }

  h2 {
    color: #66bfbf;
    font-family: "Montserrat", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    padding-bottom: 0.625rem;
  }

  h3,
  a {
    color: #11999e;
    font-family: "Montserrat", sans-serif;
  }

  p {
    line-height: 2;
  }

  hr {
    border-color: #eaf6f6;
    border-style: dotted none none none;
    border-width: 10px;
    margin: 6.25rem auto 6.25rem auto;
    width: 4%;
  }

  .top-container {
    background-color: #f38181;
    padding: 6.25rem 0 8rem;
    position: relative;
    width: 100%;
  }

  .top-cloud {
    position: absolute;
    right: 4rem;
    top: 2.5rem;
  }

  .bottom-cloud {
    bottom: 20rem;
    left: 2rem;
    position: absolute;
  }

  .mountain {
    max-width: 100%;
    position: relative;
    top: 8rem;
  }

  .middle-container {
    background-color: #faf3e0;
    padding: 6.25rem 0 6.25rem 0;
  }

  .intro {
    margin: auto;
    width: 30%;
  }

  .skill-row {
    margin: 6.25rem auto 6.25rem auto;
    text-align: left;
    width: 50%;
  }

  .code-img {
    float: left;
    margin-right: 1.875rem;
    width: 25%;
  }

  .dj-img {
    float: right;
    margin-left: 1.875rem;
    width: 25%;
  }

  .contact-message {
    margin: 2.5rem auto 3.75rem;
    width: 40%;
  }

  .btn {
    background: #11cdd4;
    background-image: -webkit-linear-gradient(top, #11cdd4, #11999e);
    background-image: -moz-linear-gradient(top, #11cdd4, #11999e);
    background-image: -ms-linear-gradient(top, #11cdd4, #11999e);
    background-image: -o-linear-gradient(top, #11cdd4, #11999e);
    background-image: linear-gradient(to bottom, #11cdd4, #11999e);
    -webkit-border-radius: 8;
    -moz-border-radius: 8;
    border-radius: 8px;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
  }

  .btn:hover {
    background: #30e3cb;
    background-image: -webkit-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -moz-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -ms-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: -o-linear-gradient(top, #30e3cb, #2bc4ad);
    background-image: linear-gradient(to bottom, #30e3cb, #2bc4ad);
    text-decoration: none;
  }

  .bottom-container {
    background-color: #66bfbf;
    padding: 3.125rem 0 1.25rem;
  }

  .footer-link {
    font-weight: bolder;
    margin: 0.625rem 1.25rem;
    text-decoration: none;
  }

  .footer-link:hover {
    color: #eaf6f6;
  }

  .copyright {
    color: #eaf6f6;
    font-size: 0.75rem;
    padding: 1.25rem 0;
  }
}
