.container {
  max-width: 1280px;
  padding: 0 1.5rem;
  margin: 0 auto;
  overflow: hidden; }

.btn-main, .btn-light, .btn-dark {
  display: inline-block;
  padding: 0.8rem 2.5rem;
  transition: all 0.5s;
  border: none;
  cursor: pointer;
  font-size: 2.3rem; }

.btn-main {
  color: #333333;
  background-color: #ffbc00;
  transition: all 1s; }

.btn-light {
  color: #333333;
  background-color: #f4f4f4; }

.btn-dark {
  color: #f4f4f4;
  background-color: #333333;
  transition: all 1s; }

button[class^="btn-"]:hover,
a[class^="btn-"]:hover,
input[class^="btn-"]:hover {
  background-color: #ffbc00; }

.lead {
  font-size: 2rem;
  margin-bottom: 2rem; }

.text-center {
  text-align: center; }

.py-1 {
  padding: 1rem 0; }

.py-2 {
  padding: 2rem 0; }

.py-3 {
  padding: 3rem 0; }

.py-4 {
  padding: 4rem 0; }

.py-5 {
  padding: 5rem 0; }

.my-1 {
  margin: 1rem 0; }

.my-2 {
  margin: 2rem 0; }

.my-3 {
  margin: 3rem 0; }

.my-4 {
  margin: 4rem 0; }

.my-5 {
  margin: 5rem 0; }

.line {
  border-bottom: 0.1rem solid #ffbc00;
  padding-bottom: 2rem; }

.bg-main {
  background: #ffbc00;
  color: #fff; }

.bg-dark {
  background: #333333;
  color: #fff; }

.bg-light {
  background: #f4f4f4;
  color: #000; }

.bg-medium {
  background: #cccccc;
  color: #000; }

.section-title {
  font-size: 3rem;
  display: block;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 100;
  text-transform: uppercase; }

.section-title-1 {
  font-size: 4rem;
  display: block;
  padding: 22px 25px 24px;
  text-align: left;
  font-weight: 100;
  text-transform: uppercase;
  line-height: 6rem;
  border-left: #ffbc00 0.3rem solid; }

.bottom-line {
  height: 0.3rem;
  width: 5rem;
  background: #ffbc00;
  display: block;
  margin: 0 auto 1rem auto; }

.bottom-footer-line {
  height: 0.3rem;
  width: 5rem;
  background: #ffbc00;
  display: block;
  margin: 0 0 1rem 0; }

.title {
  color: #fff;
  font-size: 7rem;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: lighter; }

.title span:hover {
  cursor: pointer;
  color: #cccccc;
  z-index: 2; }

.clr {
  clear: both; }

.category-fed, .category-ptoh, .categorydesign {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  padding: 0.4rem 0.6rem;
  border-radius: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }

.category-fed {
  background: #009cff; }

.category-ptoh {
  background: #a66bbe; }

.categorydesign {
  background: #4ba74b; }

.paralax {
  position: relative;
  padding: 8rem 0; }

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%, cover;
  background-position: center center; }

.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: 0.7; }

.items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3); }

.item {
  position: relative;
  background: #ffbc00;
  overflow: hidden; }
  .item::after {
    content: "";
    position: absolute;
    display: block;
    background: inherit;
    opacity: 0.9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(2) translateX(-75%) translateY(-75%) rotate(-28deg);
    transition: transform 3s cubic-bezier(0.2, 1, 0.3, 1); }
  .item:hover:after {
    transform: scale(2) translateX(0) translateY(0) rotate(-28deg); }
  .item:hover .item-image {
    transform: scale(1.2); }
  .item:hover .item-text {
    opacity: 1;
    transform: translateY(0); }
  .item-image {
    height: auto;
    transform: translateZ(0);
    display: block;
    transition: transform 750ms cubic-bezier(0.2, 1, 0.3, 1); }
  .item-image:before {
    content: "";
    display: block;
    padding-top: 75%;
    overflow: hidden; }
  .item-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    line-height: 0; }
  .item-text {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    text-align: center;
    z-index: 1;
    color: #fff;
    transform: translateY(-20%);
    transition: opacity 500ms cubic-bezier(0.2, 1, 0.3, 1), transform 500ms cubic-bezier(0.2, 1, 0.3, 1);
    transition-delay: 300ms; }
  .item-text-wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .item-text-title {
    font-size: 2.1rem;
    padding: 0 1rem;
    margin: 5px 0 0 0; }
  .item-text-category {
    text-transform: uppercase;
    font-size: 1.2rem;
    opacity: 0.9;
    margin: 0; }

* {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  font-family: "Dosis", sans-serif;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden; }

html {
  font-size: 62.5%; }

a {
  text-decoration: none;
  color: #333333; }

ul {
  list-style: none; }

h2,
h3,
h4 {
  text-transform: uppercase; }

img {
  widows: 100%; }

#main-nav .logo a {
  margin-left: 32rem;
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  cursor: pointer;
  text-transform: uppercase;
  color: #cccccc;
  letter-spacing: 0.3rem;
  border: none; }

#main-nav {
  display: flex !important;
  justify-content: space-between !important;
  padding: 0.3rem 0;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
  z-index: 1; }
  #main-nav ul {
    display: flex;
    margin-right: 30rem; }
  #main-nav li {
    padding: 2.3rem 1.5rem; }
  #main-nav a {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 0.3rem transparent solid;
    padding-bottom: 0.5rem;
    font-size: 1.78rem; }
    #main-nav a:hover {
      border-color: #cccccc;
      transform: scaleX(1); }
    #main-nav a.current {
      border-color: #ffbc00; }

#header-home {
  background: linear-gradient(rgba(51, 51, 51, 0.27), rgba(51, 51, 51, 0)), url("../img/showcase.jpg") no-repeat center center/cover;
  width: 100vw;
  height: 100vh;
  color: #fff; }
  #header-home .header-content {
    display: flex;
    flex-flow: column; }
    #header-home .header-content div {
      margin-left: 60rem;
      margin-top: 25%; }
    #header-home .header-content .word {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: flex-start;
      flex-wrap: wrap;
      cursor: default;
      font-family: "Oswald", sans-serif;
      font-size: 5rem;
      letter-spacing: 2rem;
      word-spacing: 3rem;
      line-height: 0;
      color: #fff;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    #header-home .header-content h3 {
      align-self: flex-start;
      justify-self: flex-start;
      font-size: 4rem;
      line-height: 0; }
    #header-home .header-content h2 {
      font-size: 4rem; }
    #header-home .header-content h2 span {
      color: #ffbc00;
      font-family: "Raleway", sans-serif;
      opacity: 0.9; }
    #header-home .header-content p {
      font-size: 2rem; }
    #header-home .header-content p span {
      color: #f4f4f4;
      font-family: "Raleway", sans-serif; }

#home-a .specials {
  margin-top: 4rem;
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(4, 1fr); }
  #home-a .specials .fas {
    color: #ffbc00;
    padding-bottom: 0.4rem; }
  #home-a .specials h3 {
    font-size: 2.5rem; }
  #home-a .specials p {
    font-size: 1.5rem; }
  #home-a .specials p span {
    color: #333333;
    font-weight: bold; }

#home-b .stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 4rem 0; }
  #home-b .stats li {
    line-height: 2; }
    #home-b .stats li.stats-title {
      font-size: 3rem;
      font-family: "Oswald", sans-serif; }
    #home-b .stats li.stats-number {
      font-size: 3rem;
      font-weight: bold;
      line-height: 0.6; }
  #home-b .stats div {
    padding: 6rem 0; }
    #home-b .stats div:nth-child(odd) {
      background: rgba(244, 244, 244, 0.3); }
    #home-b .stats div:nth-child(even) {
      background: rgba(204, 204, 204, 0.3); }

#home-c .process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1.5rem;
  text-align: center; }
  #home-c .process-step {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 2.8rem;
    background: #ffbc00;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    line-height: 15px;
    padding: 1rem;
    transition: all 1s; }
  #home-c .process h3 {
    font-size: 2rem; }
  #home-c .process-icon {
    border-radius: 50%;
    background: #333333;
    color: #fff;
    padding: 2rem;
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    position: relative;
    transition: all 1s; }
    #home-c .process-icon:hover {
      background: #ffbc00;
      width: 9rem;
      height: 9rem;
      line-height: 9rem; }
      #home-c .process-icon:hover .process-step {
        background: #333333;
        color: #fff; }

#home-d a {
  text-decoration: none;
  color: #fff; }
  #home-d a:hover {
    color: #cccccc; }

#home-e .flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr), repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  grid-template-areas: "heading heading pic pic pic"
 "content content pic pic pic"; }
  #home-e .flex .grid-heading {
    grid-area: heading; }
  #home-e .flex .process-e {
    grid-area: content;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    float: left;
    padding-left: 1rem; }
    #home-e .flex .process-e.div {
      display: flex; }
    #home-e .flex .process-e h3 {
      font-size: 2.5rem;
      margin-top: 1rem; }
    #home-e .flex .process-e .fas {
      color: #ffbc00;
      padding-bottom: 0.4rem;
      font-size: 3rem;
      opacity: 0.8; }
  #home-e .flex .pic {
    grid-area: pic;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: cubic-bezier(0, 1.74, 0.62, -0.69);
    transition-delay: 1s; }

#home-f {
  background: #cccccc;
  padding: 5rem 0; }
  #home-f .subscribe {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    #home-f .subscribe .nl-email-input {
      width: 35rem;
      margin-right: 8rem;
      margin-bottom: 3rem;
      font-size: 2rem;
      font-weight: lighter;
      border-color: #333; }
    #home-f .subscribe input {
      border: none;
      border-bottom: 1px solid #333;
      border-radius: 0;
      background: 0 0;
      color: #333;
      margin: 0;
      outline: 0;
      padding: 8px 20px 8px 0;
      line-height: inherit;
      cursor: text;
      text-align: start; }
    #home-f .subscribe button {
      width: 20rem;
      font-size: 1.8rem;
      height: 5rem;
      text-transform: uppercase; }
    #home-f .subscribe button:hover {
      background: #000; }

#about-nav {
  background: linear-gradient(rgba(51, 51, 51, 0.27), rgba(51, 51, 51, 0)), url("../img/showcase.jpg") no-repeat 20% 30%/cover;
  height: 10rem;
  border-bottom: 0.3rem solid #ffbc00; }

#about-a .about-info {
  display: grid;
  grid-template-areas: "bioimage bio bio";
  grid-gap: 1.2rem;
  z-index: 2;
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #ffbc00; }

#about-a .bio-image {
  grid-area: bioimage;
  width: 22vw;
  padding-bottom: 3rem; }

#about-a .bio {
  grid-area: bio;
  border-left: 3px solid #ffbc00;
  padding: 1rem;
  height: 50vh; }
  #about-a .bio h6 {
    font-size: 2.4rem;
    text-align: left;
    padding: 2rem 3rem 0 3rem;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem; }
  #about-a .bio .bottom-footer-line {
    margin-left: 6.2rem; }
  #about-a .bio p {
    font-size: 2rem;
    margin-top: 3rem;
    padding: 0 3rem;
    text-align: left; }

#about-b .personal-data {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
  padding-bottom: 2.2rem;
  border-bottom: 0.1rem solid #ffbc00; }
  #about-b .personal-data .personal-data-a {
    text-align: left;
    margin: 0 auto; }
  #about-b .personal-data .personal-data-b {
    text-align: left;
    margin: 0 auto; }
  #about-b .personal-data p {
    font-size: 1.6rem;
    color: #333333;
    font-weight: lighter; }
  #about-b .personal-data p span {
    color: #000;
    font-weight: bold; }

#about-b .skills {
  transition: all 0.5s ease-in-out; }
  #about-b .skills h6 {
    font-size: 2.4rem;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem; }
  #about-b .skills-content {
    font-size: 1.7rem;
    letter-spacing: 0.1rem;
    margin-left: 5rem;
    margin-top: 3rem;
    margin-right: 3rem; }
    #about-b .skills-content .skill-a {
      border-bottom: 0.1rem solid #ffbc00; }
      #about-b .skills-content .skill-a .line-a {
        position: relative;
        height: 0.3rem;
        width: 85%;
        background: #ffbc00; }
      #about-b .skills-content .skill-a .line-a span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: #333333;
        font-weight: 500;
        position: absolute;
        top: -1.6rem;
        right: -2rem;
        border-radius: 0.5rem; }
    #about-b .skills-content .skill-b {
      border-bottom: 0.1rem solid #ffbc00;
      margin-top: 2rem; }
      #about-b .skills-content .skill-b .line-b {
        position: relative;
        height: 0.3rem;
        width: 75%;
        background: #ffbc00; }
      #about-b .skills-content .skill-b .line-b span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: #333333;
        font-weight: 500;
        position: absolute;
        top: -1.6rem;
        right: -2rem;
        border-radius: 0.5rem; }
    #about-b .skills-content .skill-c {
      border-bottom: 0.1rem solid #ffbc00;
      margin-top: 2rem; }
      #about-b .skills-content .skill-c .line-c {
        position: relative;
        height: 0.3rem;
        width: 65%;
        background: #ffbc00; }
      #about-b .skills-content .skill-c .line-c span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: #333333;
        font-weight: 500;
        position: absolute;
        top: -1.6rem;
        right: -2rem;
        border-radius: 0.5rem; }
    #about-b .skills-content .skill-d {
      border-bottom: 0.1rem solid #ffbc00;
      margin-top: 2rem; }
      #about-b .skills-content .skill-d .line-d {
        position: relative;
        height: 0.3rem;
        width: 30%;
        background: #ffbc00; }
      #about-b .skills-content .skill-d .line-d span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: #333333;
        font-weight: 500;
        position: absolute;
        top: -1.6rem;
        right: -2rem;
        border-radius: 0.5rem; }
    #about-b .skills-content .skill-e {
      border-bottom: 0.1rem solid #ffbc00;
      margin-top: 2rem; }
      #about-b .skills-content .skill-e .line-e {
        position: relative;
        height: 0.3rem;
        width: 33%;
        background: #ffbc00; }
      #about-b .skills-content .skill-e .line-e span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: #333333;
        font-weight: 500;
        position: absolute;
        top: -1.6rem;
        right: -2rem;
        border-radius: 0.5rem; }
    #about-b .skills-content .skill-f {
      border-bottom: 0.1rem solid #ffbc00;
      margin-top: 2rem; }
      #about-b .skills-content .skill-f .line-f {
        position: relative;
        height: 0.3rem;
        width: 48%;
        background: #ffbc00; }
      #about-b .skills-content .skill-f .line-f span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 4rem;
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        color: #fff;
        background: #333333;
        font-weight: 500;
        position: absolute;
        top: -1.6rem;
        right: -2rem;
        border-radius: 0.5rem; }

#about-c #timeline {
  background: var(--secondary-color);
  padding: 3rem 0;
  text-align: center;
  margin: 0 auto; }
  #about-c #timeline h6 {
    font-size: 2.4rem;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem; }
  #about-c #timeline h3 {
    font-size: 2rem;
    line-height: 2em; }
  #about-c #timeline p {
    font-size: 1.5rem;
    line-height: 1.1; }
  #about-c #timeline ul {
    margin: 5rem 0; }
    #about-c #timeline ul .main-icon {
      display: flex;
      justify-content: flex-start;
      margin-left: 5rem;
      color: #ffbc00;
      margin-bottom: 2rem;
      opacity: 0.9; }
    #about-c #timeline ul li {
      position: relative;
      width: 0.3rem;
      margin: 0 6rem;
      background: #ffbc00;
      padding-top: 5rem; }
      #about-c #timeline ul li::after {
        content: "";
        position: absolute;
        width: 2.3rem;
        height: 2.3rem;
        background: #fff;
        border: 3px solid #ffbc00;
        left: 50%;
        top: 7.6rem;
        transform: translateX(-50%);
        border-radius: 50%;
        transition: border 0.5s ease-in-out; }
      #about-c #timeline ul li div {
        position: relative;
        width: 70rem;
        padding: 2rem;
        bottom: 0;
        background: #333;
        color: #fff;
        transition: all 0.5s ease-in-out;
        text-align: left; }
        #about-c #timeline ul li div h3 {
          color: #ffbc00;
          opacity: 0.8; }
        #about-c #timeline ul li div h2 {
          font-size: 2.3rem;
          line-height: 2em;
          text-decoration: underline;
          padding-left: 1.7rem; }
        #about-c #timeline ul li div p {
          font-size: 2rem;
          color: #cccccc;
          padding-left: 1.7rem;
          font-style: italic; }
      #about-c #timeline ul li div {
        left: 3rem;
        transform: translate(5rem, 0); }

#about-d .services h6 {
  font-size: 2.4rem;
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 0.5rem;
  letter-spacing: 0.3rem; }

#about-d .services-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  justify-items: center;
  align-items: center;
  text-align: center; }
  #about-d .services-content i {
    color: #ffbc00;
    padding: 1rem;
    margin-bottom: 3rem; }

#work-a a {
  font-size: 2.3rem;
  line-height: 2em;
  padding-bottom: 1rem;
  color: #fff; }

#work-a img {
  width: 100%;
  height: 100%; }

#work-a p {
  font-size: 1.7rem; }

#contact-a .text-fields {
  display: grid;
  grid-template-areas: "name email"
 "subject phone"
 "message message";
  grid-gap: 1.2rem;
  margin-bottom: 1.2rem; }
  #contact-a .text-fields .name-input {
    grid-area: name; }
  #contact-a .text-fields .subject-input {
    grid-area: subject; }
  #contact-a .text-fields .email-input {
    grid-area: email; }
  #contact-a .text-fields .phone-input {
    grid-area: phone; }
  #contact-a .text-fields .message-input {
    grid-area: message;
    height: 10rem; }
  #contact-a .text-fields .text-input {
    padding: 0.5rem 1rem; }
  #contact-a .text-fields input,
  #contact-a .text-fields textarea {
    border: 0.1rem solid #333333; }
    #contact-a .text-fields input:hover,
    #contact-a .text-fields textarea:hover {
      border: 0.2rem solid #ffbc00; }

#contact-a button[type="submit"] {
  width: 50%; }

#contact-b .contact-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center; }
  #contact-b .contact-info h3 {
    font-size: 1.8rem;
    padding: 0.6rem 0; }

#contact-c h1 {
  text-align: center;
  font-size: 4rem; }

#main-footer {
  width: 100%;
  background: #333333;
  color: #fff;
  border-top: 0.3rem solid #ffbc00; }
  #main-footer .footer-content {
    display: grid;
    grid-template-columns: 1fr repeat(2, 1fr);
    grid-template-rows: minmax(2fr, 4fr), 1fr;
    grid-template-areas: "logo-footer index-pg form-pg"
 "copy-right copy-right social";
    grid-gap: 2rem; }
    #main-footer .footer-content .logo-footer {
      grid-area: logo-footer; }
      #main-footer .footer-content .logo-footer .logo a {
        font-family: "Oswald", sans-serif;
        font-size: 5rem;
        cursor: pointer;
        text-transform: uppercase;
        color: #cccccc;
        letter-spacing: 0.3rem;
        border: none; }
      #main-footer .footer-content .logo-footer p {
        color: #fff;
        text-align: left;
        letter-spacing: normal;
        font-size: 1.8rem;
        line-height: 1.5; }
        #main-footer .footer-content .logo-footer p a {
          color: #cccccc;
          transition: all 0.5s ease-in; }
          #main-footer .footer-content .logo-footer p a:hover {
            color: #ffbc00; }
    #main-footer .footer-content .pag-fea {
      grid-area: form-pg; }
      #main-footer .footer-content .pag-fea h1 {
        font-size: 2.5rem;
        text-transform: uppercase;
        border: none;
        padding: 1.2rem 0 0.5rem 0;
        text-align: left; }
      #main-footer .footer-content .pag-fea ul {
        display: flex;
        flex-flow: column;
        margin-top: 1rem; }
        #main-footer .footer-content .pag-fea ul li {
          font-size: 1.8rem;
          line-height: 2.5em; }
          #main-footer .footer-content .pag-fea ul li a {
            color: #fff;
            transition: all 0.5s ease-in; }
            #main-footer .footer-content .pag-fea ul li a:hover {
              color: #ffbc00; }
    #main-footer .footer-content .pag-form {
      grid-area: index-pg; }
    #main-footer .footer-content .copy-right {
      grid-area: copy-right;
      margin-top: 1.5rem; }
      #main-footer .footer-content .copy-right p {
        text-align: left;
        font-size: 1.5rem;
        color: #cccccc;
        letter-spacing: normal; }
    #main-footer .footer-content .social .fab {
      grid-area: social;
      margin-right: 1rem;
      border: 0.2rem solid #fff;
      border-radius: 50%;
      height: 2rem;
      width: 2rem;
      line-height: 2rem;
      text-align: center;
      padding: 0.5rem;
      color: #cccccc;
      font-size: 1.5rem;
      transition: all 0.5s ease-in;
      float: right;
      margin-top: 1rem;
      margin-bottom: 1rem; }
      #main-footer .footer-content .social .fab:hover {
        background: #ffbc00;
        color: #333333;
        font-weight: bold;
        border-color: #333333; }

@media only screen and (max-width: 1566px) {
  #main-nav .logo a {
    margin-left: 10rem; }
  #main-nav ul {
    margin-right: 10rem; } }

@media only screen and (max-width: 1466px) {
  #main-nav .logo a {
    margin-left: 10rem; }
  #main-nav ul {
    margin-right: 10rem; } }

@media only screen and (max-width: 1366px) {
  #main-nav .logo a {
    margin-left: 10rem; }
  #main-nav ul {
    margin-right: 10rem; } }

@media only screen and (max-width: 1050px) {
  html {
    font-size: 50%; }
  #main-nav .logo a {
    margin-left: 5rem; }
  #main-nav ul {
    margin-right: 5rem; }
  #header-home .header-content div {
    position: absolute;
    top: 20%;
    left: 3%; }
  #home-a .specials p {
    font-size: 1.8rem; }
  #home-e .flex {
    margin-left: 5rem; }
  #home-f {
    padding: 1rem 0;
    padding-right: 5rem; }
  #main-footer .footer-content .logo-footer {
    margin-left: 5rem; }
  #main-footer .footer-content .pag-fea {
    margin-right: 5rem; }
  #main-footer .footer-content .copy-right {
    margin-left: 5rem; }
  #main-footer .footer-content .social {
    margin-right: 5rem; }
  #about-a .bio-image {
    width: 30vw;
    margin-left: 5rem;
    margin-top: 5rem; }
  #about-a .bio {
    height: auto;
    margin-right: 5rem;
    margin-top: 5rem; }
  #about-b .skills h6 {
    padding: 0 5rem; }
  #about-b .skills .bottom-footer-line {
    margin-left: 5rem; }
  #about-c #timeline h6 {
    margin: 0 5rem; }
  #about-c #timeline .bottom-footer-line {
    margin-left: 5rem; }
  #about-d h6 {
    margin: 0 5rem; }
  #about-d .bottom-footer-line {
    margin-left: 5rem; }
  #contact-a .text-fields {
    margin-bottom: 2rem; }
  #contact-a .text-input {
    padding: 1rem 1.5rem; } }

@media only screen and (max-width: 1024px) {
  #header-home .header-content div {
    margin-left: 55rem;
    margin-top: 19%; }
  #home-a .specials p {
    font-size: 1.8rem; }
  #home-e .flex {
    margin-left: 10rem; }
    #home-e .flex .process-e .grid-heading {
      font-size: 3rem; }
    #home-e .flex .process-e h3 {
      font-size: 2rem; }
  #home-f {
    padding-right: 10rem; }
  #about-a .bio {
    height: auto; } }

@media only screen and (max-width: 900px) {
  #header-home .header-content div {
    margin-left: 2rem;
    top: 0; } }

@media only screen and (max-width: 823px) {
  #header-home .header-content div {
    margin-left: 2rem;
    top: 0; }
  #header-home .header-content .word {
    font-size: 3rem; }
  #header-home .header-content h3 {
    line-height: 1.1; }
  #header-home .header-content h2 {
    font-size: 2.3rem; }
  #header-home .header-content a {
    font-size: 1.5rem; } }

@media only screen and (max-width: 812px) {
  #header-home .header-content div {
    position: absolute;
    margin-left: 30rem;
    top: -5rem;
    text-align: center; }
    #header-home .header-content div .word {
      font-size: 3rem; }
    #header-home .header-content div h3 {
      font-size: 3rem;
      line-height: 1;
      visibility: hidden; }
    #header-home .header-content div h2 {
      font-size: 2rem;
      visibility: visible; }
    #header-home .header-content div p {
      display: none; }
    #header-home .header-content div .btn-light {
      margin-top: 2rem;
      font-size: 1.5rem; }
  #about-a .bio {
    height: auto; }
  #about-b .skills-content h4 {
    padding-bottom: 2rem;
    padding-top: 1rem; } }

@media only screen and (max-width: 770px) {
  #header-home {
    height: 100vh; }
    #header-home .header-content div {
      margin-left: 28rem;
      margin-top: 30%; } }

@media only screen and (max-width: 759px) {
  #header-home {
    height: 80vh; }
  #about-a .about-info .bio {
    height: auto; } }

@media only screen and (max-width: 768px) {
  #main-nav .logo a {
    margin-left: 3rem; }
  #main-nav ul {
    margin-right: 3rem; }
  #header-home {
    height: 50vh; }
    #header-home .header-content div {
      margin-left: 28rem;
      margin-top: 30%; }
    #header-home .header-content .word {
      font-size: 6rem; }
    #header-home .header-content h3 {
      font-size: 3.2rem;
      line-height: 1.2;
      visibility: visible; }
    #header-home .header-content h2 {
      font-size: 2.8rem; }
    #header-home .header-content p {
      display: visible; }
    #header-home .header-content .btn-light {
      font-size: 2rem; }
  #home-a .specials p {
    font-size: 1.8rem; }
  #home-e .flex {
    margin-left: 2rem;
    margin-top: 0; }
    #home-e .flex .grid-heading {
      font-size: 3rem; }
    #home-e .flex .process-e {
      display: grid;
      grid-template-columns: 1fr; }
      #home-e .flex .process-e h3 {
        margin-top: 0; }
  #home-f .subscribe button {
    width: 15rem;
    font-size: 1.7rem; }
  #home-f .subscribe .nl-email-input {
    width: 20rem; }
  #main-footer .footer-content .logo-footer {
    margin-left: 3rem; }
  #main-footer .footer-content .pag-fea {
    margin-right: 3rem; }
  #main-footer .footer-content .copy-right {
    margin-left: 3rem; }
  #main-footer .footer-content .social {
    margin-right: 3rem; }
  #about-a .bio {
    height: auto; }
  #about-b .skills-content h4 {
    padding-bottom: 2rem;
    padding-top: 1rem; } }

@media only screen and (max-width: 736px) {
  #header-home {
    height: 100vh; }
    #header-home .header-content div {
      position: absolute;
      top: auto;
      margin-left: 25rem;
      text-align: center; }
    #header-home .header-content .word {
      font-size: 2.8rem;
      visibility: visible; }
    #header-home .header-content h3 {
      font-size: 2.8rem;
      line-height: 1;
      visibility: visible; }
    #header-home .header-content h2 {
      display: block; }
    #header-home .header-content .btn-light {
      font-size: 1.8rem;
      visibility: visible; }
  #about-a .about-info .bio {
    height: auto; } }

@media only screen and (max-width: 667px) {
  #header-home {
    height: 100vh; }
    #header-home .header-content div {
      position: absolute;
      margin-left: 20rem;
      top: -10rem;
      text-align: center; }
  #home-d h1 {
    font-size: 4rem; }
  #about-a .bio {
    height: 110vh; }
    #about-a .bio h6 {
      font-size: 1.5rem;
      padding-top: 0; }
    #about-a .bio .bottom-footer-line {
      margin-left: 5rem; }
    #about-a .bio p {
      margin-top: 0; }
  #about-c #timeline ul li div {
    width: 55rem;
    padding: 1rem; } }

@media only screen and (max-width: 568px) {
  #main-nav {
    z-index: 5; }
  #header-home .header-content div {
    margin-left: 16.5rem;
    text-align: center;
    top: 16.5rem;
    margin-top: -5rem; }
  #header-home .header-content h3 {
    visibility: hidden; }
  #home-a .specials {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr); }
  #home-b .stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr); }
  #home-c .process {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr); }
  #home-e .flex {
    margin-top: 0;
    display: grid;
    grid-template-columns: minmax(2fr, 4fr); }
    #home-e .flex .grid-heading {
      font-size: 2rem;
      text-align: center; }
    #home-e .flex .process-e {
      display: grid;
      grid-template-columns: 1fr 1fr;
      font-size: 2rem;
      padding: 2rem 0;
      width: 100%; }
      #home-e .flex .process-e h3 {
        margin-top: 0; }
    #home-e .flex .pic {
      display: none; }
  #about-a .about-info .bio-image {
    display: none; }
  #about-a .about-info .bio {
    height: auto;
    margin-left: 4rem; }
  #about-b .skills h6 {
    font-size: 2rem;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem;
    padding-left: 0; }
  #about-b .skills .bottom-footer-line {
    margin-left: 0; }
  #about-b .skills-content h4 {
    padding-bottom: 2rem;
    padding-top: 1rem; }
  #about-c #timeline h6 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0; }
  #about-c #timeline .bottom-footer-line {
    margin-left: 0; }
  #about-c #timeline ul .main-icon {
    margin-left: 1rem; }
  #about-c #timeline ul li {
    margin-left: 2rem; }
    #about-c #timeline ul li div {
      width: 50rem;
      padding: 1rem; }
      #about-c #timeline ul li div h2 {
        font-size: 1.8rem; }
    #about-c #timeline ul li div {
      left: 0; }
  #about-d .services h6 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0; }
  #about-d .services .bottom-footer-line {
    margin-left: 0; }
  #about-d .services-content i {
    font-size: 5rem; }
  #about-d .services-content .section-title {
    font-size: 1.8rem; }
  .items {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  #contact-b .contact-info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3rem; } }

@media only screen and (max-width: 550px) {
  #header-home {
    height: 100vh; }
    #header-home .header-content div {
      margin-left: 14rem;
      top: 37%; }
  #about-a .about-info .bio {
    height: auto; } }

@media only screen and (max-width: 500px) {
  #main-nav .logo a {
    padding: 1rem; }
  #main-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 5; }
    #main-nav li {
      padding: 1rem; }
  #header-home {
    height: 50vh; }
    #header-home .header-content div {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-left: 10rem;
      top: 30%; }
    #header-home .header-content h3 {
      font-size: 2rem;
      line-height: 1;
      text-align: center;
      margin-left: 6.2rem; }
    #header-home .header-content .word {
      font-size: 2.5rem; }
    #header-home .header-content h2 {
      font-size: 2rem; }
    #header-home .header-content p {
      text-align: center;
      margin-top: 1rem;
      visibility: hidden; }
    #header-home .header-content a {
      visibility: hidden; }
  #home-a .specials {
    display: grid;
    grid-template-columns: 1fr; }
    #home-a .specials p {
      font-size: 1.8rem; }
  #home-b .stats {
    grid-template-columns: 1fr; }
  #home-c .process {
    grid-template-columns: 1fr; }
  #home-d h1,
  #home-d a {
    font-size: 3rem; }
  #home-e .flex {
    margin-top: 0;
    display: grid;
    grid-template-columns: minmax(2fr, 4fr); }
    #home-e .flex .grid-heading {
      font-size: 2rem;
      text-align: center; }
    #home-e .flex .process-e {
      display: grid;
      grid-template-columns: 1fr;
      font-size: 2rem;
      padding: 2rem 0;
      width: 100%; }
      #home-e .flex .process-e h3 {
        margin-top: 0; }
    #home-e .flex .pic {
      display: none; }
  #home-f .subscribe button {
    width: 15rem;
    font-size: 1.5rem; }
  #home-f .subscribe .nl-email-input {
    width: 18rem;
    font-size: 1.4rem;
    margin-right: 3rem; }
  #main-footer .footer-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr, 1fr;
    grid-template-areas: "logo-footer form-pg"
 "copy-right social";
    grid-gap: 2rem; }
    #main-footer .footer-content .logo-footer {
      grid-area: logo-footer;
      margin-left: 1rem; }
      #main-footer .footer-content .logo-footer a {
        width: 7rem;
        font-size: 1.7rem; }
    #main-footer .footer-content .pag-fea {
      grid-area: form-pg;
      margin-right: 1rem;
      margin-left: 3rem; }
    #main-footer .footer-content .copy-right {
      grid-area: copy-right;
      margin-left: 1rem; }
    #main-footer .footer-content .social {
      grid-area: social;
      margin-right: 1rem; }
  #about-nav {
    height: 14.5rem;
    background-position: 20% 30%; }
  #about-a .about-info {
    grid-gap: 0.3rem; }
    #about-a .about-info .bio-image {
      width: 200px;
      height: 400px;
      margin-left: 0; }
    #about-a .about-info .bio {
      border-left: 3px solid #ffbc00;
      padding: 1rem;
      height: auto;
      margin: 0.5rem 0;
      padding: 1rem 0.5rem; }
      #about-a .about-info .bio h4 {
        font-size: 2rem; }
      #about-a .about-info .bio h6 {
        font-size: 1.5rem;
        text-align: left;
        padding: 0.5rem 0.5rem 0 0.5rem;
        text-transform: uppercase;
        padding-bottom: 0.5rem;
        letter-spacing: 0.3rem; }
      #about-a .about-info .bio .bottom-footer-line {
        margin-left: 2.8rem; }
      #about-a .about-info .bio p {
        font-size: 2rem;
        margin-top: 3rem;
        padding: 0 0.5rem;
        text-align: left; }
  #about-b .skills h6 {
    font-size: 2rem;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 0.5rem;
    letter-spacing: 0.3rem;
    padding-left: 0; }
  #about-b .skills .bottom-footer-line {
    margin-left: 0; }
  #about-b .skills-content h4 {
    padding-bottom: 2rem;
    padding-top: 1rem; }
  #about-c #timeline h6 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0; }
  #about-c #timeline .bottom-footer-line {
    margin-left: 0; }
  #about-c #timeline ul .main-icon {
    margin-left: 1rem; }
  #about-c #timeline ul li {
    margin-left: 2rem; }
    #about-c #timeline ul li div {
      width: 40rem;
      padding: 1rem; }
      #about-c #timeline ul li div h2 {
        font-size: 1.8rem; }
    #about-c #timeline ul li div {
      left: 0; }
  #about-d .services h6 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0; }
  #about-d .services .bottom-footer-line {
    margin-left: 0; }
  #about-d .services-content i {
    font-size: 5rem; }
  #about-d .services-content .section-title {
    font-size: 1.8rem; }
  .items {
    display: grid;
    grid-template-columns: 1fr; }
  #contact-b .contact-info {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 3rem; } }

@media only screen and (max-width: 488px) {
  #header-home {
    height: 20vh; }
    #header-home .header-content div {
      display: none; } }

@media only screen and (max-width: 414px) {
  #header-home {
    height: 50vh; }
    #header-home .header-content div {
      display: block;
      margin-left: 5rem;
      top: 22rem;
      text-align: center; }
    #header-home .header-content .word {
      visibility: visible; }
    #header-home .header-content a {
      visibility: visible; }
  #home-f {
    display: none; }
  #about-a .about-info .bio-image {
    display: none; }
  #about-a .about-info .bio {
    height: auto; } }

@media only screen and (max-width: 375px) {
  #header-home {
    height: 70vh; }
    #header-home .header-content div {
      display: block;
      position: absolute;
      margin-left: 0.5rem;
      top: 33rem;
      text-align: center; }
    #header-home .header-content .word {
      font-size: 1.5rem;
      margin-left: 0.2rem;
      visibility: visible; }
    #header-home .header-content h3 {
      margin-left: 3rem; }
    #header-home .header-content h2 span {
      color: #fff; }
  #home-f {
    display: none; }
  #about-a .about-info .bio-image {
    display: none; }
  #about-a .about-info .bio {
    height: auto; }
    #about-a .about-info .bio h4 {
      font-size: 2rem; }
    #about-a .about-info .bio h6 {
      font-size: 2rem; }
    #about-a .about-info .bio .bottom-footer-line {
      margin-left: 2.8rem; }
    #about-a .about-info .bio p {
      font-size: 2rem;
      margin-top: 3rem;
      padding: 0 0.5rem;
      text-align: left; }
  #about-b .personal-data {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left; }
    #about-b .personal-data .personal-data-a {
      margin: 0; }
    #about-b .personal-data .personal-data-b {
      margin: 0; }
  #about-c #timeline h6 {
    font-size: 2rem;
    text-align: left;
    margin-left: 0; }
  #about-c #timeline .bottom-footer-line {
    margin-left: 0; }
  #about-c #timeline ul .main-icon {
    margin-left: 1rem; }
  #about-c #timeline ul li {
    margin-left: 2rem; }
    #about-c #timeline ul li div {
      width: 35rem;
      padding: 1rem; }
      #about-c #timeline ul li div h2 {
        font-size: 1.8rem; }
    #about-c #timeline ul li div {
      left: 0; }
  #contact-a .text-fields {
    display: grid;
    grid-template-areas: "name"
 "email"
 "subject"
 "phone"
 "message";
    grid-gap: 1.2rem;
    margin-bottom: 1.2rem; }
    #contact-a .text-fields .name-input {
      grid-area: name; }
    #contact-a .text-fields .subject-input {
      grid-area: subject; }
    #contact-a .text-fields .email-input {
      grid-area: email; }
    #contact-a .text-fields .phone-input {
      grid-area: phone; }
    #contact-a .text-fields .message-input {
      grid-area: message;
      height: 10rem; }
    #contact-a .text-fields .text-input {
      padding: 0.5rem 1rem; } }

@media only screen and (max-width: 350px) {
  #header-home {
    height: 23vh; }
    #header-home .header-content .word {
      display: none; }
    #header-home .header-content h3 {
      display: none; }
    #header-home .header-content h2 {
      display: none; }
    #header-home .header-content a {
      display: none; }
  #home-d h1 {
    font-size: 3rem; }
  #main-footer .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "logo-footer logo-footer"
 "form-pg form-pg"
 "copy-right social";
    grid-gap: 0.5rem; }
    #main-footer .footer-content .logo-footer {
      grid-area: logo-footer;
      margin-left: 1rem; }
      #main-footer .footer-content .logo-footer a {
        width: 8rem;
        font-size: 1.7rem; }
    #main-footer .footer-content .pag-fea {
      grid-area: form-pg;
      margin-right: 1rem;
      margin-left: 1rem; }
    #main-footer .footer-content .copy-right {
      grid-area: copy-right;
      margin-left: 1rem; }
    #main-footer .footer-content .social {
      grid-area: social; }
  #about-a .about-info .bio-image {
    display: none; }
  #about-a .about-info .bio {
    height: auto; }
  #about-c #timeline ul li div {
    width: 28rem; }
    #about-c #timeline ul li div h3 {
      font-size: 1.7rem; } }

@media only screen and (max-width: 320px) {
  #header-home {
    height: 20vh; }
    #header-home .header-content .word {
      display: none; }
    #header-home .header-content h3 {
      display: none; }
    #header-home .header-content h2 {
      display: none; }
    #header-home .header-content a {
      display: none; }
  #home-d h1 {
    font-size: 3rem; }
  #main-footer .footer-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "logo-footer logo-footer"
 "form-pg form-pg"
 "copy-right social";
    grid-gap: 0.5rem; }
    #main-footer .footer-content .logo-footer {
      grid-area: logo-footer;
      margin-left: 1rem; }
      #main-footer .footer-content .logo-footer a {
        width: 8rem;
        font-size: 1.7rem; }
    #main-footer .footer-content .pag-fea {
      grid-area: form-pg;
      margin-right: 1rem;
      margin-left: 1rem; }
    #main-footer .footer-content .copy-right {
      grid-area: copy-right;
      margin-left: 1rem; }
    #main-footer .footer-content .social {
      grid-area: social; }
  #about-a .about-info .bio-image {
    display: none; }
  #about-a .about-info .bio {
    height: auto; }
  #about-c #timeline ul li div {
    width: 28rem; }
    #about-c #timeline ul li div h3 {
      font-size: 1.7rem; } }

@media screen and (max-width: 50em) {
  .word.word--magneto {
    font-size: 3em; }
  .word.word--kidnap {
    font-size: 3.5em; }
  .word.word--redraw {
    font-size: 5em; }
  .word.word--swing {
    font-size: 4.5em; } }
