@charset "UTF-8";
@import url(../fonts/carlito-cufonfonts-webfont/style.css);
body {
  scroll-behavior: smooth !important;
  height: 100%;
  width: 100vw;
  overflow-x: hidden;
}

section {
  background-color: white !important;
}

header {
  border-bottom: 1px solid whitesmoke;
}

button {
  text-transform: uppercase;
}

.title {
  font-family: 'Carlito Bold';
  color: #03014C;
}

p, h1, h2, h3, h4, h5, h6, span, a, button, .options, table, th, tr, td {
  font-family: 'Carlito Regular';
}

button {
  position: relative;
  border: none;
  font-size: 1rem;
  -webkit-transition: color 0.5s, background-color 0.2s, -webkit-transform 0.2s;
  transition: color 0.5s, background-color 0.2s, -webkit-transform 0.2s;
  transition: color 0.5s, transform 0.2s, background-color 0.2s;
  transition: color 0.5s, transform 0.2s, background-color 0.2s, -webkit-transform 0.2s;
  outline: none;
  border-radius: 3px;
  margin: 0px;
  padding: 0.7rem 1.4rem;
  border: 3px solid transparent;
  font-family: 'Carlito Regular';
}

button:active {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

/* Screen management classes for appbar.js */
.showScreen {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.hideScreen {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

/* Animation classes for modern-frontend.js */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.slide-in-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}

.slide-in-left.visible {
  opacity: 1;
  transform: translateX(0);
}

.slide-in-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease;
}

.slide-in-right.visible {
  opacity: 1;
  transform: translateX(0);
}

button::after, button::before {
  border-radius: 3px;
}

.blogYear, .blogMonth {
  color: #414088 !important;
}

.selectedYear, .selectedMonth {
  color: #03014C !important;
}

.material-bubble {
  background-color: transparent;
  color: #01001a;
  border: none;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.material-bubble:hover {
  color: #e6e6e6;
  z-index: 999;
}

.material-bubble::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #03014C;
  -webkit-transition: opacity 0.3s, border 0.3s;
  transition: opacity 0.3s, border 0.3s;
}

.material-bubble:hover::before {
  opacity: 0;
}

.material-bubble::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 400px;
  height: 200px;
  background-color: #05027e;
  border-color: transparent;
  border-radius: 50%;
  -webkit-transform: translate(-10px, -70px) scale(0.1);
          transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
}

.material-bubble:hover::after {
  opacity: 1;
  -webkit-transform-origin: 100px 100px;
          transform-origin: 100px 100px;
  -webkit-transform: scale(1) translate(-10px, -70px);
          transform: scale(1) translate(-10px, -70px);
}

.hideScreen {
  display: none;
}

.showScreen {
  display: block;
  opacity: 1;
  visibility: visible;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    right: -100px;
  }
  50% {
    opacity: 0.5;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    right: -100px;
  }
  50% {
    opacity: 0.5s;
    right: -50px;
  }
  100% {
    opacity: 1;
    right: 0px;
  }
}

@font-face {
  font-family: 'jungle-adventurer';
  src: url("./../assets/fonts/jungle-adventurer.regular.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@font-face {
  font-family: 'GorgaGrotesque-Bold';
  src: url("./../assets/fonts/GorgaGrotesque-Bold.ttf") format("truetype");
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.achievement_back {
  position: absolute;
  top: 8%;
  left: 5%;
  width: 10rem;
  font-size: 2rem;
  cursor: pointer;
}

#portgallery {
  line-height: 0;
  -webkit-column-count: 5;
  -webkit-column-gap: 0px;
  -moz-column-count: 5;
  -moz-column-gap: 0px;
  column-count: 5;
  column-gap: 0px;
  width: 95%;
  margin: 2% auto;
}

#portgallery img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  border: 1px solid #f3f3f3;
}

@media (max-width: 1200px) {
  #portgallery {
    -webkit-column-count: 4;
    column-count: 4;
  }
}

@media (max-width: 1000px) {
  #portgallery {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media (max-width: 800px) {
  #portgallery {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 400px) {
  #portgallery {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.app-image-shadow {
  background-color: #ececec;
  border-radius: 0.4rem;
  -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.app-shadow-img {
  -webkit-box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 2.8px 2.8px 2.2px rgba(0, 0, 0, 0.02), 6.7px 6.7px 5.3px rgba(0, 0, 0, 0.028), 12.5px 12.5px 10px rgba(0, 0, 0, 0.035), 22.3px 22.3px 17.9px rgba(0, 0, 0, 0.042), 41.8px 41.8px 33.4px rgba(0, 0, 0, 0.05), 100px 100px 80px rgba(0, 0, 0, 0.07);
}

.app-shadow {
  -webkit-box-shadow: 14.5px 15.6px 17.9px rgba(0, 0, 0, 0.042), 27.2px 29.2px 33.4px rgba(0, 0, 0, 0.05), 65px 70px 80px rgba(0, 0, 0, 0.07);
          box-shadow: 14.5px 15.6px 17.9px rgba(0, 0, 0, 0.042), 27.2px 29.2px 33.4px rgba(0, 0, 0, 0.05), 65px 70px 80px rgba(0, 0, 0, 0.07);
}

@font-face {
  font-family: 'Arial Regular';
  font-style: normal;
  font-weight: normal;
  src: local("Arial Regular"), url("../fonts/arial/Arial.woff") format("woff");
}

@-webkit-keyframes translating {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, 35px) rotate(90deg);
            transform: translate(0, 35px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(0, 70px) rotate(180deg);
            transform: translate(0, 70px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0, 35px) rotate(90deg);
            transform: translate(0, 35px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes translating {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, 35px) rotate(90deg);
            transform: translate(0, 35px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(0, 70px) rotate(180deg);
            transform: translate(0, 70px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0, 35px) rotate(90deg);
            transform: translate(0, 35px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@-webkit-keyframes translatings {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, -25px) rotate(90deg);
            transform: translate(0, -25px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(0, -50px) rotate(180deg);
            transform: translate(0, -50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0, -25px) rotate(90deg);
            transform: translate(0, -25px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes translatings {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  25% {
    -webkit-transform: translate(0, -25px) rotate(90deg);
            transform: translate(0, -25px) rotate(90deg);
  }
  50% {
    -webkit-transform: translate(0, -50px) rotate(180deg);
            transform: translate(0, -50px) rotate(180deg);
  }
  75% {
    -webkit-transform: translate(0, -25px) rotate(90deg);
            transform: translate(0, -25px) rotate(90deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

.text-animation {
  -webkit-transition: 0.1s all linear;
  transition: 0.1s all linear;
}
/*# sourceMappingURL=animations.css.map */