.javascript {
  color: #F0DB4F;
}

.angular {
  color: #E24138;
}

.react {
  color: #61DAFB;
}

.node {
  color: #539E43;
}

.postman {
  color: #F15A24;
}

.postgres {
  color: #326690;
}

.knex {
  color: #E16426;
}

.linkdin {
  color: #0277B5;
}

.scss {
  color: #CD6799;
}

.header {
  background: #111D52;
  height: 100%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .header {
    background: #111D52;
    overflow-x: hidden;
  }
}

@media (min-width: 600px) {
  .header {
    background: #111D52;
    overflow-x: hidden;
  }
}

.header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 2rem;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .header .nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: none;
  }
}

.header .nav .logo {
  margin-left: 2rem;
}

.header .nav .logo__title {
  font-size: 2rem;
  color: white;
}

@media (max-width: 599px) {
  .header .nav .logo__title {
    font-size: 3rem;
  }
}

.header .nav .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 599px) {
  .header .nav .navbar {
    display: none;
  }
}

.header .nav .navbar .nav-element {
  padding-bottom: 3px;
}

.header .nav .navbar .nav-element a {
  text-decoration: none;
  padding: .6rem 1.2rem;
}

.header .nav .navbar .nav-element .link {
  color: white;
}

@media (max-width: 599px) {
  .header .nav .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .header .nav .nav-menu .nav-line {
    width: 35px;
    height: 5px;
    background-color: black;
    margin: 3px 0;
  }
}

.header .hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem;
  margin-top: 1rem;
}

@media (max-width: 599px) {
  .header .hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.header .hero .hero__text .hero__title {
  font-size: 4rem;
  font-weight: 300;
  color: white;
}

@media (max-width: 599px) {
  .header .hero .hero__text .hero__title {
    font-size: 3rem;
    padding-left: 2rem;
    margin-top: 3rem;
  }
}

.header .hero .hero__text .hero__designation {
  font-size: 2rem;
  color: white;
  font-weight: 200;
}

@media (max-width: 599px) {
  .header .hero .hero__text .hero__designation {
    font-size: 1.5rem;
    padding-left: 2rem;
  }
}

.header .hero .hero__text .hero__contact_container {
  padding: 2rem 0 0 0;
}

@media (max-width: 599px) {
  .header .hero .hero__text .hero__contact_container {
    padding: 2rem 0 0 2rem;
  }
}

.header .hero .hero__text .hero__contact_container .hero__contact__img {
  width: 100%;
  padding: 5px;
  border-radius: 10px;
  margin-right: .6rem;
  cursor: pointer;
}

.header .hero .hero__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  margin-left: 30px;
}

@media (max-width: 599px) {
  .header .hero .hero__img {
    width: 250px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 3rem;
    margin-left: 0rem;
  }
}

.explore {
  overflow-x: hidden;
  background: #0A1540;
  padding: 5rem 13rem 3rem;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .explore {
    padding: 2rem;
  }
}

.explore__header {
  padding: 2rem 0 0 0;
}

@media (max-width: 599px) {
  .explore__header {
    padding: 1rem 0rem;
  }
}

.explore__title {
  font-size: 3.2rem;
  font-weight: 400;
  color: white;
}

@media (max-width: 599px) {
  .explore__title {
    font-size: 2.3rem;
    width: 100%;
  }
}

.explore .about__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 599px) {
  .explore .about__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.explore .about__section .img__container {
  padding: 3rem 1rem 0 0;
}

@media (max-width: 599px) {
  .explore .about__section .img__container {
    margin: 0 auto;
    padding: 3rem 0rem;
  }
}

.explore .about__section .img__container img {
  width: 500px;
}

@media (max-width: 599px) {
  .explore .about__section .img__container img {
    width: 290px;
  }
}

.explore .about__section .about__content {
  width: 50%;
}

@media (max-width: 599px) {
  .explore .about__section .about__content {
    width: 100%;
  }
}

.explore .about__section .about__content .about__content__heading {
  font-size: 2.5rem;
  color: white;
  padding-top: 3rem;
}

.explore .about__section .about__content p {
  font-size: 1rem;
  font-weight: 300;
  margin-top: 1rem;
  color: white;
  overflow-wrap: break-word;
}

.explore .about__section .about__content .learn__more {
  margin-top: 3rem;
}

.explore .about__section .about__content .learn__more .learn__more__button {
  padding: 1rem 1.2rem;
  background: #111D52;
  color: white;
  outline: none;
  border: 1px #F24A55 solid;
  cursor: pointer;
  font-size: 1rem;
}

.skill__section {
  overflow-x: hidden;
  background: #0A1540;
  padding: 2rem 13rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 599px) {
  .skill__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.skill__section .skill__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 599px) {
  .skill__section .skill__container {
    width: 100%;
    margin: 0 auto;
  }
}

.skill__section .skill__container .skill__set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: .5rem;
  cursor: pointer;
}

.skill__section .skill__container .skill__set .img__container {
  margin: 0 auto;
}

.skill__section .skill__container .skill__set .img__container img {
  width: 40px;
}

.skill__section .skill__container .skill__set .skill__name {
  padding: 1rem;
}

.skill__section .skill__container .skill__set .skill__name p {
  font-size: 2rem;
}

.skill__section .skill__container .skill__set .skill__name .tooltiptext {
  visibility: hidden;
  width: 120px;
  font-size: 1rem;
  background-color: white;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: 90%;
  left: 50%;
  margin-left: -60px;
}

.skill__section .skill__container .skill__set .skill__name .tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}

.skill__section .skill__container .skill__set .skill__name:hover .tooltiptext {
  visibility: visible;
}

.quote__container {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0A1540;
  padding: 3rem 13rem;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .quote__container {
    padding: 3rem;
  }
}

.quote__container .quote {
  font-size: 1.6rem;
  color: white;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 599px) {
  .quote__container .quote {
    font-weight: 400;
  }
}

.services__section {
  overflow-x: hidden;
  background: #111D52;
  padding: 3rem 13rem 3rem;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .services__section {
    padding: 0;
  }
}

.services__section .services__heading {
  font-size: 3rem;
  color: white;
}

@media (max-width: 599px) {
  .services__section .services__heading {
    text-align: center;
    padding: 2rem;
    font-size: 2rem;
    font-weight: 300;
  }
}

.services__section .services__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .services__section .services__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.services__section .services__container .service__card {
  overflow: hidden;
  background: white;
  margin: 1rem;
  padding: 1rem;
  border-radius: 8px;
}

.services__section .services__container .service__card .img__container img {
  width: 100%;
  height: 300px;
  padding: 2rem;
}

.services__section .services__container .service__card .card__title {
  text-align: center;
  font-size: 1.2rem;
  margin: 0 auto;
  font-weight: 400;
}

@media (max-width: 599px) {
  .services__section .services__container .service__card {
    margin: 1rem 2rem;
    width: 280px;
  }
}

.feature__project__section {
  overflow-x: hidden;
  background: #111D52;
  padding: 3rem 13rem 3rem;
  margin: 0 auto;
}

.feature__project__section .feature__project__header {
  padding: 3rem;
  padding-bottom: 0;
  text-align: center;
}

.feature__project__section .feature__project__header h1 {
  font-size: 2.4rem;
  color: white;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__header h1 {
    font-size: 1.5rem;
    padding: .5rem;
  }
}

@media (max-width: 599px) {
  .feature__project__section {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature__project__section .feature__project__container {
  padding: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.feature__project__section .feature__project__container .feature__project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature__project__section .feature__project__container .feature__project:first-of-type {
  margin-top: 0;
}

.feature__project__section .feature__project__container .feature__project .feature__img {
  width: 400px;
  height: 300px;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__img {
    padding: 1rem;
    margin: 0 auto;
    width: 100%;
  }
}

.feature__project__section .feature__project__container .feature__project .feature__project__content {
  padding-left: 1.4rem;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__project__content {
    padding-left: 0;
    padding: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading {
    font-size: 1rem;
    padding: .3rem;
  }
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading .heading__left {
    padding-top: 1rem;
  }
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading .heading__left h3 {
    font-size: 1rem;
  }
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading .heading__left h2 {
    font-size: 1.2rem;
  }
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading .heading__right {
  padding: 1rem;
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading .heading__right a {
  padding: .3rem;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__heading .heading__right {
    padding: 0;
  }
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__body {
  font-size: 1rem;
  padding-top: 1.4rem;
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__body {
    padding: .3rem;
  }
}

@media (max-width: 599px) {
  .feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__footer {
    padding: .3rem;
  }
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-size: 1.1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__footer ul li {
  padding-top: .4rem;
  padding-right: .6rem;
  padding-left: 0;
}

.feature__project__section .feature__project__container .feature__project .feature__project__content .feature__project__footer ul li:first-child {
  padding-left: 0;
}

.float-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.project__section {
  overflow-x: hidden;
  background: #111D52;
  padding: 3rem 7rem 3rem;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .project__section {
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.project__section .project__heading {
  color: white;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem;
}

.project__section .project__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 599px) {
  .project__section .project__container {
    padding: 0;
  }
}

.project__section .project__container .project {
  margin: 1rem;
  border: 1px solid #0A1540;
  background-color: #0A1540;
  padding: 1rem;
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 599px) {
  .project__section .project__container .project {
    width: 100%;
  }
}

.project__section .project__container .project .project__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.project__section .project__container .project .project__header .heading__left {
  padding: 1rem;
}

.project__section .project__container .project .project__header .heading__left img {
  width: 30px;
  opacity: .4;
}

.project__section .project__container .project .project__header .heading__right {
  padding: 1rem;
  opacity: .5;
}

.project__section .project__container .project .project__header .heading__right a {
  padding: .3rem;
}

.project__section .project__container .project .project__content {
  height: 60%;
  font-size: .9rem;
  font-weight: 500;
  padding-top: 1.4rem;
  opacity: .7;
  color: white;
}

.project__section .project__container .project .project__content h3 {
  font-size: 1.4rem;
  padding-bottom: 1rem;
}

.project__section .project__container .project .project__footer {
  padding-top: 1rem;
}

.project__section .project__container .project .project__footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  font-size: 1.1rem;
  color: white;
  opacity: .7;
  font-weight: 300;
}

.project__section .project__container .project .project__footer ul li {
  padding-top: .4rem;
  padding-right: .6rem;
  padding-left: 0;
}

.project__section .project__container .project .project__footer ul li:first-child {
  padding-left: 0;
}

.contact__section {
  overflow-x: hidden;
  background: #0A1540;
  padding: 3rem 13rem 3rem;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .contact__section {
    padding: 0;
  }
}

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

.contact__section .contact__heading__container .contact__heading {
  font-size: 2rem;
  color: white;
}

@media (max-width: 599px) {
  .contact__section .contact__heading__container {
    margin-top: 2rem;
  }
}

.contact__section .contact__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

@media (max-width: 599px) {
  .contact__section .contact__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__section .contact__container .contact__form__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #111D52;
  border: 1px solid #111D52;
  padding: 3rem;
}

.contact__section .contact__container .contact__form__container .form__heading {
  text-align: center;
  font-size: 1rem;
  color: white;
}

.contact__section .contact__container .contact__form__container .form__container .field__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 1em;
  /**
                      * By default, the placeholder should be transparent. Also, it should 
                      * inherit the transition.
                      */
  /**
                      * Show the placeholder when the input is focused.
                      */
  /**
                      * When the element is focused, remove the label transform.
                      * Also, do this when the placeholder is _not_ shown, i.e. when 
                      * there's something in the input at all.
                      */
}

.contact__section .contact__container .contact__form__container .form__container .field__container label, .contact__section .contact__container .contact__form__container .form__container .field__container input, .contact__section .contact__container .contact__form__container .form__container .field__container textarea {
  color: white;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background: #111D52;
}

.contact__section .contact__container .contact__form__container .form__container .field__container input, .contact__section .contact__container .contact__form__container .form__container .field__container textarea {
  padding: 1rem 0;
  font-size: 1.5em;
  border: 0;
  border-bottom: 1px solid #F24A55;
  font-family: inherit;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: text;
}

.contact__section .contact__container .contact__form__container .form__container .field__container input:focus, .contact__section .contact__container .contact__form__container .form__container .field__container textarea:focus {
  outline: 0;
  border-bottom: 1px solid #666;
}

.contact__section .contact__container .contact__form__container .form__container .field__container input:placeholder-shown + label, .contact__section .contact__container .contact__form__container .form__container .field__container textarea:placeholder-shown + label {
  cursor: text;
  max-width: 66.66%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: translate(0, 2.125rem) scale(1.5);
          transform: translate(0, 2.125rem) scale(1.5);
}

.contact__section .contact__container .contact__form__container .form__container .field__container ::-webkit-input-placeholder, .contact__section .contact__container .contact__form__container .form__container .field__container ::-webkit-textarea-placeholder {
  opacity: 0;
  -webkit-transition: inherit;
  transition: inherit;
}

.contact__section .contact__container .contact__form__container .form__container .field__container input:focus::-webkit-input-placeholder, .contact__section .contact__container .contact__form__container .form__container .field__container textarea:focus::-webkit-textarea-placceholder {
  opacity: 1;
}

.contact__section .contact__container .contact__form__container .form__container .field__container input:not(:placeholder-shown) + label,
.contact__section .contact__container .contact__form__container .form__container .field__container input:focus + label, .contact__section .contact__container .contact__form__container .form__container .field__container textarea:not(:placeholder-shown) + label,
.contact__section .contact__container .contact__form__container .form__container .field__container textarea:focus + label {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  font-size: 1rem;
  cursor: pointer;
}

.contact__section .contact__container .contact__form__container .button__container {
  float: right;
  margin: 1rem 0;
}

.contact__section .contact__container .contact__form__container .button__container .button {
  background: #F24A55;
  outline: none;
  border: none;
  padding: 1rem 2rem;
  color: white;
}

.contact__section .contact__container .contact__links__container {
  padding: 1rem;
}

.contact__section .contact__container .contact__links__container .img__container img {
  width: 100%;
}

.contact__section .contact__container .contact__links__container .contact__card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
}

@media (max-width: 599px) {
  .contact__section .contact__container .contact__links__container .contact__card__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.contact__section .contact__container .contact__links__container .contact__card__container .card {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #111D52;
  margin: 1rem;
}

@media (max-width: 599px) {
  .contact__section .contact__container .contact__links__container .contact__card__container .card {
    padding: 1rem;
  }
}

.contact__section .contact__container .contact__links__container .contact__card__container .card:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 599px) {
  .contact__section .contact__container .contact__links__container .contact__card__container .card:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.footer__section {
  overflow-x: hidden;
  background: #0A1540;
  padding: 3rem 13rem 0rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .footer__section {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__section .footer__logo__container {
  width: 50%;
}

.footer__section .footer__logo__container h2 {
  font-size: 2rem;
  color: white;
}

@media (max-width: 599px) {
  .footer__section .footer__logo__container {
    width: 100%;
    padding: 1rem;
  }
  .footer__section .footer__logo__container h2 {
    font-size: 2rem;
  }
}

.footer__section .footer__link__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  list-style: none;
}

.footer__section .footer__link__container a {
  font-size: 1rem;
  color: white;
  padding: 2rem;
}

.footer__section .footer__link__container a a {
  text-decoration: none;
}

@media (max-width: 599px) {
  .footer__section .footer__link__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .footer__section .footer__link__container a {
    padding: .5rem 1rem;
  }
}

.footer__copyright__container {
  overflow-x: hidden;
  background: #0A1540;
  padding: 1rem 13rem 3rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 599px) {
  .footer__copyright__container {
    padding: 1rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__copyright__container p {
  color: white;
}

.footer__copyright__container p a {
  text-decoration: none;
  color: #F24A55;
}

.button {
  padding: 1rem;
  font-size: 1rem;
  cursor: pointer;
}

.button.white {
  background: #F24A55;
  color: white;
}

.button.black {
  background: #020213;
  color: white;
}

.button.primary {
  background: #111D52;
}

.primary {
  background: #111D52;
}

.secondary {
  background: #020213;
}

.fill__twitter {
  color: dodgerblue;
}
/*# sourceMappingURL=page.css.map */