article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: \201C \201D \2018 \2019; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button, input {
  line-height: normal; }

button, html input[type=button],
input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], input[disabled] {
  cursor: default; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, figure {
  margin: 0; }

legend, button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

* {
  margin: 0;
  padding: 0; }

img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

ul {
  list-style: none; }

body {
  background: white;
  background-size: cover;
  color: black;
  font-family: 'Raleway', sans-serif; }

.wrapper {
  max-width: 1140px;
  margin: 0 auto; }

.screenReader {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.title {
  position: relative;
  margin-bottom: 50px; }
  .title::before {
    content: '';
    width: 30px;
    height: 3px;
    background: #00b9e9;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%); }
  .title::after {
    content: '';
    width: 30px;
    height: 3px;
    background: #e2001a;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%); }
  .title h2 {
    color: #252525;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 30px;
    /* Approximation due to font substitution */
    text-align: center;
    text-transform: uppercase; }
  .title h3 {
    margin-top: 15px;
    color: #b7b7b7;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 30px;
    /* Approximation due to font substitution */
    text-align: center; }

.logo {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #2B2A2A;
  box-shadow: -3px 0 rgba(255, 0, 0, 0.8), 3px 0 rgba(0, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: white;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: -3px;
  line-height: 1;
  text-shadow: -3px 0 rgba(255, 0, 0, 0.8), 3px 0 rgba(0, 255, 255, 0.8); }

section {
  padding-top: 75px;
  padding-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px; }

.hamburgerNav {
  display: none;
  background: #242424;
  position: fixed;
  z-index: 20;
  width: 40%;
  right: -40%;
  top: 0;
  height: 100%;
  transition: all 0.5s; }
  .hamburgerNav .hamLinks {
    display: block;
    margin-left: 30px; }
  .hamburgerNav .hamLinks__link {
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .hamburgerNav .hamLinks__link a {
      font-size: 2.4rem;
      color: white;
      text-decoration: none; }
      .hamburgerNav .hamLinks__link a:hover {
        color: #00b9e9; }
  @media (max-width: 480px) {
    .hamburgerNav {
      display: block; } }
  @media (max-height: 572px) {
    .hamburgerNav {
      display: block; } }

.hamburgerNav__label {
  background-color: #242424;
  font-size: 2.4rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  right: 60px;
  top: 40px;
  height: 100px;
  width: 100px; }

#hamToggle {
  display: none; }

#hamToggle:checked + .hamburgerNav {
  right: 0; }

.hamLabel__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100px;
  height: 100px; }

.hamburgerNav__icon {
  width: 60px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.hamburgerNav__icon span {
  display: block;
  position: absolute;
  height: 9px;
  width: 100%;
  background: white;
  box-shadow: -2px 0 #e2001a, 2px 0 #00b9e9;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.hamburgerNav__icon span:nth-child(1) {
  top: 0px; }

.hamburgerNav__icon span:nth-child(2), .hamburgerNav__icon span:nth-child(3) {
  top: 18px; }

.hamburgerNav__icon span:nth-child(4) {
  top: 36px; }

.hamburgerNav__icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

.hamburgerNav__icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.hamburgerNav__icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.hamburgerNav__icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

header {
  height: 98vh;
  background: url("../../assets/dogFilter.jpg");
  background-size: cover;
  background-position: center; }

.splash {
  height: 98vh;
  padding: 40px 5px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .splash {
      justify-content: center; } }

.header__nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%; }
  @media (max-width: 768px) {
    .header__nav {
      flex-direction: column; } }
  @media (max-width: 480px) {
    .header__nav {
      display: none; } }
  @media (max-height: 572px) {
    .header__nav {
      display: none; } }

.nav__title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .nav__title {
      margin-bottom: 15px; } }
  .nav__title a {
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 800;
    text-transform: uppercase;
    color: #101010; }

.nav__logo {
  margin-right: 15px; }

.nav__links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase; }

.nav__link {
  margin-right: 50px; }
  .nav__link:last-of-type {
    margin-right: 0; }
  .nav__link a {
    text-decoration: none;
    color: black;
    transition: all 0.2s ease-in; }
    .nav__link a:hover {
      color: white; }

.nav__link--active {
  position: relative;
  transition: all 0.3s ease-in; }
  .nav__link--active::before {
    content: '';
    width: 30px;
    height: 3px;
    background: #00b9e9;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%); }
  .nav__link--active::after {
    content: '';
    width: 30px;
    height: 3px;
    background: #e2001a;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%); }

.splash__text {
  width: 100%;
  padding: 150px 0;
  background: url("../../assets/X.png");
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .splash__text h1 {
    color: rgba(255, 255, 255, 0.7);
    font-size: 6rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.8);
    position: relative; }
    .splash__text h1::before {
      content: '';
      height: 8px;
      width: 175px;
      background-color: rgba(0, 0, 0, 0.8);
      position: absolute;
      bottom: calc(100% + 15px);
      left: 50%;
      transform: translateX(-50%); }
    .splash__text h1::after {
      content: 'web developer';
      color: rgba(255, 255, 255, 0.7);
      font-size: 2rem;
      font-weight: 700;
      text-align: center;
      text-transform: uppercase;
      width: 175px;
      padding-top: 15px;
      border-top: 8px solid rgba(0, 0, 0, 0.8);
      position: absolute;
      top: calc(100% + 15px);
      left: 50%;
      transform: translateX(-50%); }

.splash__button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .splash__button {
      display: none; } }
  @media (max-height: 753px) {
    .splash__button {
      display: none; } }
  .splash__button a:hover i {
    color: #242424; }
  .splash__button i {
    margin: 45px 0;
    font-size: 2rem;
    color: white;
    font-weight: 100;
    transition: all 0.3s ease-in; }
  .splash__button p {
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center; }

#scrollDown {
  border: 3px solid white;
  background: transparent;
  padding: 15px 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease-in; }
  #scrollDown:hover {
    color: #242424;
    border: 3px solid #242424; }

.about__profile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 768px) {
    .about__profile {
      flex-direction: column; } }
  .about__profile figure {
    position: relative; }
    .about__profile figure:hover figcaption {
      opacity: 100; }
  .about__profile figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease-in; }

.profile__headshot, .profile__text {
  width: calc( ( 100% - 50px )/2); }

@media (max-width: 768px) {
  .profile__headshot {
    margin-bottom: 20px; } }

.profile__links {
  background: #151515;
  padding: 25px 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  position: absolute;
  bottom: 30px;
  left: 100px;
  right: 100px; }
  @media (max-width: 940px) {
    .profile__links {
      display: none; } }

.profile__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .profile__link a {
    font-size: 1.6rem;
    text-decoration: none;
    border: 2px solid #73716c;
    padding: 10px;
    color: #73716c;
    transition: all 0.3s ease-in; }
    .profile__link a:hover {
      border: 2px solid white;
      color: white; }

.profile__text {
  font-size: 1.8rem;
  line-height: 30px;
  /* Approximation due to font substitution */
  text-align: left;
  color: #636363; }
  @media (max-width: 768px) {
    .profile__text {
      width: 80%; } }
  .profile__text p:first-of-type {
    color: #252525;
    margin-bottom: 30px; }
  .profile__text em {
    font-style: normal;
    font-weight: 700; }

.portfolio {
  background: #2a2a2a; }

.portfolio__title h2 {
  color: white; }

.portfolio__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 150px; }
  @media (max-width: 940px) {
    .portfolio__item {
      flex-direction: column;
      justify-content: center;
      align-items: flex-end; } }
  @media (max-width: 940px) {
    .portfolio__item:nth-of-type(odd) {
      align-items: flex-start; } }
  @media (max-width: 940px) {
    .portfolio__item:nth-of-type(odd) .portfolio__links {
      justify-content: flex-end; } }
  .portfolio__item:nth-of-type(odd) .portfolio__description {
    order: -1;
    text-align: left; }
    @media (max-width: 940px) {
      .portfolio__item:nth-of-type(odd) .portfolio__description {
        order: 0; } }
    .portfolio__item:nth-of-type(odd) .portfolio__description .portfolio__tools {
      justify-content: flex-start; }
    .portfolio__item:nth-of-type(odd) .portfolio__description .portfolio__tool {
      margin-right: 20px;
      margin-left: 0; }

.portfolio__image {
  width: calc(55% - 30px); }
  @media (max-width: 940px) {
    .portfolio__image {
      width: 100%; } }
  @media (max-width: 480px) {
    .portfolio__image {
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    .portfolio__image figure {
      margin-bottom: 10px; } }
  .portfolio__image img {
    transition: all 0.3s ease-in; }
    .portfolio__image img:hover {
      box-shadow: -2px -2px #e2001a, 2px 2px #00b9e9; }

.portfolio__description {
  width: 45%; }
  @media (max-width: 940px) {
    .portfolio__description {
      width: 75%; } }
  @media (max-width: 768px) {
    .portfolio__description {
      width: 90%; } }

.portfolio__links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 0; }
  @media (max-width: 940px) {
    .portfolio__links {
      justify-content: flex-start; } }

.portfolio__link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .portfolio__link a {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 24px;
    /* Approximation due to font substitution */
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.3s ease-in; }
  .portfolio__link:first-of-type {
    margin-right: 25px; }
    .portfolio__link:first-of-type a {
      color: white;
      border: 2px solid white;
      border-right: 2px solid cyan;
      border-left: 2px solid red;
      box-shadow: 4px 0 rgba(255, 0, 0, 0.8), -4px 0 rgba(0, 255, 255, 0.8); }
      .portfolio__link:first-of-type a:hover {
        border-top: #2a2a2a;
        border-bottom: #2a2a2a;
        color: #2a2a2a;
        background: white;
        box-shadow: none; }
  .portfolio__link:last-of-type {
    margin-left: 25px; }
    .portfolio__link:last-of-type a {
      border: 2px solid rgba(255, 255, 255, 0.25);
      color: rgba(255, 255, 255, 0.25); }
      .portfolio__link:last-of-type a:hover {
        border: 2px solid white;
        color: white; }

.portfolio__description {
  text-align: right; }
  .portfolio__description h4 {
    color: white;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 30px;
    /* Approximation due to font substitution */
    text-transform: uppercase; }

.portfolio__tools {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 30px;
  color: white; }

.portfolio__tool {
  border: 2px solid #b7b7b7;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding: 0 10px; }

.portfolio__text {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 24px;
  /* Approximation due to font substitution */
  color: #b7b7b7; }

.item__title {
  margin-bottom: 30px; }

.skills {
  background: #f6f6f6;
  padding-bottom: 70px; }

.skills__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px; }
  @media (max-width: 768px) {
    .skills__list {
      grid-template-columns: 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr; } }
  @media (max-width: 480px) {
    .skills__list {
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr 1fr; } }

.skills__skill {
  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap; }
  .skills__skill i {
    font-size: 10rem;
    text-shadow: 6px 0 rgba(0, 255, 255, 0.8); }
  .skills__skill p {
    color: #636363;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 30px; }

.svg__container {
  position: relative; }
  .svg__container svg {
    position: relative;
    z-index: 100;
    display: block;
    height: 100px;
    width: 100px; }
    .svg__container svg:last-of-type {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 6px;
      right: -6px;
      z-index: 1; }

.svg__main {
  fill: #000; }

.svg__shadow {
  fill: rgba(0, 255, 255, 0.8); }

.contact {
  background: #141414;
  padding-bottom: 35px; }

.contact__title {
  margin-bottom: 100px; }
  .contact__title h2 {
    color: white; }

.contact__container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }

.contact__info {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media (max-width: 940px) {
    .contact__info {
      width: 90%;
      flex-direction: row; } }

.contact__links {
  width: 100%; }
  @media (max-width: 940px) {
    .contact__links {
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    .contact__links {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr 1fr;
      margin: 0 auto; } }
  @media (max-width: 480px) {
    .contact__links {
      grid-template-columns: 1fr;
      grid-template-rows: 1fr;
      width: 90%; } }

.contact__link {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  @media (max-width: 768px) {
    .contact__link:nth-of-type(even) {
      margin-left: 15px; } }
  @media (max-width: 768px) {
    .contact__link {
      margin-bottom: 30px; } }
  @media (max-width: 480px) {
    .contact__link {
      justify-content: center; } }
  .contact__link i {
    font-size: 2.4rem;
    color: #908d88;
    margin-right: 20px; }
    @media (max-width: 940px) {
      .contact__link i {
        margin-right: 10px; } }
  .contact__link a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.8rem;
    font-weight: 700;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease-in; }
    .contact__link a:hover {
      color: #00b9e9; }

.contact__form {
  width: 70%; }
  @media (max-width: 768px) {
    .contact__form {
      width: 90%; } }
  .contact__form input, .contact__form textarea {
    padding: 25px 20px;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 30px;
    /* Approximation due to font substitution */
    text-align: left;
    color: white;
    border: 3px solid #373737;
    background-color: rgba(0, 0, 0, 0.3); }
    .contact__form input::-moz-placeholder, .contact__form textarea::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .contact__form input::-webkit-input-placeholder, .contact__form textarea::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .contact__form input:-ms-input-placeholder, .contact__form textarea:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .contact__form input::placeholder, .contact__form textarea::placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .contact__form textarea {
    width: 100%;
    resize: none; }

.form__nameEmail {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }
  @media (max-width: 480px) {
    .form__nameEmail {
      display: block; } }
  .form__nameEmail input {
    display: block;
    width: calc( ( 100% - 30px)/2); }
    @media (max-width: 480px) {
      .form__nameEmail input {
        width: 100%; } }

.form__button {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .form__button {
      flex-direction: column;
      justify-content: center; } }
  .form__button p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.2rem;
    font-weight: 400; }
    @media (max-width: 480px) {
      .form__button p {
        margin-bottom: 20px; } }
  .form__button button {
    padding: 15px 25px;
    border: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    background: #e2001a;
    text-transform: uppercase;
    transition: all 0.3s ease-in; }
    .form__button button:hover {
      background: rgba(255, 255, 255, 0.7);
      color: #e2001a; }

.copyright {
  padding: 50px 5px; }

.copyright__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .copyright__container {
      flex-direction: column;
      justify-content: center; } }

.copyright__text {
  width: calc(100% /3); }
  @media (max-width: 940px) {
    .copyright__text {
      width: 50%; } }
  @media (max-width: 480px) {
    .copyright__text {
      width: 100%; } }
  .copyright__text p {
    color: #252525;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: left;
    padding: 5px 0; }
    @media (max-width: 480px) {
      .copyright__text p {
        text-align: center; } }
    .copyright__text p a {
      color: #e2001a;
      text-decoration: none;
      transition: all 0.3s ease-in; }
      .copyright__text p a:hover {
        color: #00b9e9; }

.copyright__links {
  width: calc(100% /3);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap; }
  @media (max-width: 940px) {
    .copyright__links {
      width: 50%; } }
  @media (max-width: 480px) {
    .copyright__links {
      width: 100%;
      justify-content: space-around;
      margin-top: 20px; } }

.copyright__link a {
  text-decoration: none;
  font-size: 2.4rem;
  color: #252525;
  padding: 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in; }
  .copyright__link a:hover {
    border: 2px solid #252525; }

@media (max-width: 480px) {
  .copyright__logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 20px; } }

.foot__logo {
  text-decoration: none; }
