@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Montserrat|Roboto+Slab&display=swap|Arimo:400,700&display=swap");
body {
  font-family: sans-serif;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden;
  max-width: 100%;
}

h1 {
  font-family: "Arimo", sans-serif;
}

.nav-container {
  max-width: 1400px;
}

.scrolling {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav {
  position: fixed;
  z-index: 100;
  background-color: #ffffff00;
  height: 75px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav .navInContainer {
  width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

nav .brandContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  margin: 0 0 0 auto;
}

nav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 15px;
}

nav .borderLink {
  border: solid 1px #74C7D1;
}

nav .navLink {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 5px 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

nav .navLink:hover {
  color: #74C7D1;
  text-decoration: none;
  background-color: #74C7D113;
}

nav .languageList {
  position: relative;
  display: block;
  overflow: hidden;
  top: 60px;
  left: -60px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  opacity: 0;
  height: 0;
}

nav .languageList a {
  color: white;
  text-decoration: none;
  padding: 10px 5px;
}

nav .languageList a:hover {
  color: #ffffffc4;
}

nav .navLanguage {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 5px 5px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

nav .navLanguage:hover {
  background-color: #74C7D113;
}

nav .brandName {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 0 0 25px;
  font-family: "Arimo", sans-serif;
}

nav .brandNameLogo {
  height: 40px;
  width: 40px;
  margin: 15px 0;
}

.navMobile {
  position: fixed;
  z-index: 100;
  background-color: #ffffff00;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navMobile .navInContainer {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navMobile a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navMobile .brandContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.navMobile .brandNameLogo {
  height: 50%;
  width: auto;
  margin: auto 20px;
}

.navMobile #hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: auto;
  margin-right: 25px;
}

.navMobile #hamburger .line1 {
  height: 2px;
  width: 20px;
  background: white;
}

.navMobile #hamburger .line2 {
  height: 2px;
  width: 15px;
  background: white;
  margin: 5px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.navMobile #hamburger .line3 {
  height: 2px;
  width: 20px;
  background: white;
}

.mobileMenu {
  width: 75vw;
  height: 100vh;
  position: fixed;
  background: #1c164b;
  z-index: 99;
  top: 0;
  right: -75vw;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobileMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: auto 0;
  width: 100%;
  list-style: none;
  -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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.mobileMenu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 20px 0px;
  font-size: 1.5rem;
  color: white;
}

.mobileMenu li span {
  padding: 0px 100px 0 100px;
  border-top: 2px solid;
}

.mobileMenu .borderLink {
  border: solid 1px #74C7D1;
}

.mobileMenu .navLink {
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 5px 10px;
}

.backgroundWrapper {
  background: #2f286f;
  background: linear-gradient(135deg, #352e75 0%, #262054 100%);
  overflow-x: hidden;
}

.opener {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.opener a {
  text-decoration: none;
}

.opener .buttonWork {
  padding: 10px 25px;
  margin: 0px 10px 0px 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  background: #74C7D1;
  font-family: "Arimo", sans-serif;
  font-size: 1.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 599px) {
  .opener .buttonWork {
    font-size: 0.8rem;
    padding: 10px;
  }
}

.opener .buttonWork:hover {
  background: #64abb3;
}

.opener .buttonWork:focus {
  outline: none;
}

.opener .buttonAboutMe {
  padding: 9px 24px;
  margin: 0px 10px 0px 0px;
  border-radius: 0px;
  border: solid 2px #74C7D1;
  color: #ffffff;
  background: #00000000;
  font-family: "Arimo", sans-serif;
  font-size: 1.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 599px) {
  .opener .buttonAboutMe {
    font-size: 0.8rem;
    padding: 8px;
  }
}

.opener .buttonAboutMe:hover {
  background: #74C7D123;
  color: #ffffff;
}

.opener .buttonAboutMe:focus {
  outline: none;
}

.opener h1 {
  font-size: 4rem;
  color: #74C7D1;
  font-family: "Montserrat", sans-serif;
}

@media (max-width: 599px) {
  .opener h1 {
    font-size: 2rem;
  }
}

.opener p {
  font-size: 1.2rem;
  font-family: "Open Sans", sans-serif;
  color: #dbdbdb;
}

@media (max-width: 599px) {
  .opener p {
    font-size: 1rem;
  }
}

.opener ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.opener ul li {
  margin: 5px 0;
  font-size: 1.2rem;
  opacity: 0.8;
}

.introduction {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.introduction .customContainer {
  margin: 0 auto;
}

.introduction h3 {
  font-weight: 700;
  font-size: 3rem;
  color: #74C7D1;
}

@media (max-width: 599px) {
  .introduction h3 {
    font-size: 2rem;
  }
}

.introduction p {
  color: #ffffff;
}

@media (max-width: 599px) {
  .introduction p {
    font-size: 1rem;
  }
}

.introduction .wordBubbleContainer {
  height: 540px;
  width: 540px;
}

@media (max-width: 599px) {
  .introduction .wordBubbleContainer {
    height: 335px;
    width: 335px;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px);
  }
}

.introduction .wordBubble1 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/img/wordBubble1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.introduction .wordBubble2 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/img/wordBubble2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.introduction .wordBubble3 {
  position: absolute;
  height: 100%;
  width: 100%;
  background: url(/img/wordBubble3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.introduction a {
  color: #74C7D1;
}

.introduction a:visited {
  color: #57959c;
}

.projects {
  padding: 200px 0;
}

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

.projects a {
  color: #74C7D1;
  text-decoration: none;
}

.projects a:hover {
  color: #74c8d1c0;
}

.projects .projectCard {
  height: 300px;
  width: 100%;
  background-color: white;
}

.projects .recentTitle {
  font-weight: 700;
  font-size: 3rem;
  color: #74C7D1;
  line-height: 1.5;
}

@media (max-width: 599px) {
  .projects .recentTitle {
    font-size: 2rem;
  }
}

.projects .projectCard {
  width: 100%;
  height: 360px;
  padding: 1.5rem;
  background: white;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  -webkit-box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5);
}

.projects .projectCard:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

.projects .projectCard:hover:before {
  opacity: 1;
}

.projects .projectCard:hover .projectInfo {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.projects .projectCard:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.projects .projectCard img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.projects .projectInfo {
  position: relative;
  z-index: 3;
  color: white;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.projects .projectInfo h3 {
  margin: 0px;
}

.projects .projectInfo p {
  letter-spacing: 1px;
  font-size: 15px;
  margin-top: 8px;
}

.projects .projectInfo button {
  margin: 5px;
  padding: 9.6px;
  outline: none;
  border: none;
  background: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.projects .projectInfo button:hover {
  background: #464646;
  color: white;
}

.projects .projectInfo .moreProjects {
  padding: 7.6px;
  outline: none;
  border: solid 2px white;
  background: none;
  color: white;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.projects .projectInfo .moreProjects:hover {
  background: #ffffff38;
  color: white;
}

.contact {
  padding: 200px 0;
}

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

.contact a {
  text-decoration: none;
}

.contact h3 {
  font-weight: 700;
  font-size: 2rem;
  color: #74C7D1;
  line-height: 1.5;
}

.contact p {
  color: #ffffff;
}

.contact .buttonContact {
  padding: 10px 25px;
  margin: 0px 10px 0px 0px;
  border-radius: 0px;
  border: none;
  color: #ffffff;
  background: #74C7D1;
  font-family: "Arimo", sans-serif;
  font-size: 1.1rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact .buttonContact:hover {
  background: #64abb3;
}

.contact .buttonContact:focus {
  outline: none;
}

.contact .buttonSocialMedia {
  cursor: pointer;
  width: 155px;
  padding: 10px 25px;
  margin: 0px 10px 0px 0px;
  border-radius: 0px;
  border-right: solid 0px #74C7D1;
  color: #ffffff;
  background: #0000001f;
  font-family: "Arimo", sans-serif;
  font-size: 1.1rem;
  max-height: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.contact .buttonSocialMedia:hover {
  color: #74C7D1;
  width: 335px;
  border-right: solid 2px #74C7D1;
}

.contact .buttonSocialMedia:focus {
  outline: none;
}

.contact .buttonSocialMediaPT {
  cursor: pointer;
  width: 170px;
  padding: 10px 25px;
  margin: 0px 10px 0px 0px;
  border-radius: 0px;
  border-right: solid 0px #74C7D1;
  color: #ffffff;
  background: #0000001f;
  font-family: "Arimo", sans-serif;
  font-size: 1.1rem;
  max-height: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.contact .buttonSocialMediaPT:hover {
  color: #74C7D1;
  width: 350px;
  border-right: solid 2px #74C7D1;
}

.contact .buttonSocialMediaPT:focus {
  outline: none;
}

.contact .buttonSocialMediaDE {
  cursor: pointer;
  width: 175px;
  padding: 10px 25px;
  margin: 0px 10px 0px 0px;
  border-radius: 0px;
  border-right: solid 0px #74C7D1;
  color: #ffffff;
  background: #0000001f;
  font-family: "Arimo", sans-serif;
  font-size: 1.1rem;
  max-height: 45px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.contact .buttonSocialMediaDE:hover {
  color: #74C7D1;
  width: 360px;
  border-right: solid 2px #74C7D1;
}

.contact .buttonSocialMediaDE:focus {
  outline: none;
}

.contact .socialButton {
  background-color: #ffffff00;
  border: none;
  padding: 0px 10px;
  color: white;
  font-size: 1.1rem;
  margin-left: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 599px) {
  .contact .socialButton {
    padding: 0;
    margin-left: 20px;
    font-size: 2rem;
    -ms-grid-column-align: center;
        justify-self: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.contact .socialButton:hover {
  color: #74C7D1;
}

.contact .socialButton:focus {
  outline: none;
}

.contact .buttonsSocialMedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact #linkedIn {
  opacity: 0;
}

@media (max-width: 599px) {
  .contact #linkedIn {
    opacity: 1;
  }
}

.contact #instagram {
  opacity: 0;
}

@media (max-width: 599px) {
  .contact #instagram {
    opacity: 1;
  }
}

.contact #facebook {
  opacity: 0;
}

@media (max-width: 599px) {
  .contact #facebook {
    opacity: 1;
  }
}

footer {
  color: #ffffff7a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.8rem;
}
/*# sourceMappingURL=custom.css.map */