
@font-face {
    font-family: SFfont;
    src: url("../font/SFRounded-Regular.woff") format("woff"), url("../font/SFRounded-Regular.ttf")  format("truetype");
}
body {
  margin: 0;
  padding: 0;
  font-family: 'SFfont', sans-serif; 
    /*font-family: -apple-system, BlinkMacSystemFont, sans-serif;*/
}
h2 {
  font-family: 'SFfont', sans-serif; 
}

#my-app-badge{
  height: 80px;
  margin-top: -15px;
}

img {
  border: initial !important;
  /* no border */ 
  /*border-radius: 50%;*/
  background: none !important;
  box-shadow: none !important;
}

.slide-img {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  /*box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;*/
  margin-left: 15% !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  z-index: 500; }

.slide-text {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  font-size: 1.5vw !important;
  width: 60%;
  position: absolute;
  right: 5%;
  text-align: right; }

aside.controls {
  transform: translateY(-100%);
  /*todo hide on mobile*/ }

.arrowkeys-hint {
  /*todo hide on mobile*/
  color: white;
  font-size: 1vw !important;
  display: block !important;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 10%;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1 !important;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1 !important;
  animation: fadeIn ease-in 1 !important;
  -webkit-animation-fill-mode: forwards !important;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  animation-duration: 2s !important; }

#about-me-content {
  font-size: 1.5vw !important;
  font-weight: 400; }

.reveal {
  height: 89%; }

::selection {
  background-color: #efefef;
  color: #FE3E27; }

.internship-item {
  width: 100px;
  top: 40% !important; }
.aboutme-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.projects-item {
  top: 40% !important;
}

nav {
  width: 100%;
  background-color: #0b0b0b;
  position: fixed;
  bottom: 0;
  height: 11%;
  overflow: hidden;
  z-index: 500; }

nav ul, nav ul li {
  height: 100%; }

nav ul {
  position: absolute;
  top: 0;
  left: 0;
  /*right: 0;*/
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100vw; }

nav li {
  margin: 0;
  float: left;
  display: inline-block;
  height: 98px;
  margin-bottom: 2px;
  line-height: 100px;
  width: 20vw;
  text-align: center;
  color: #555;
  transition: background-color 0.5s 0.2s ease, color 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 800;
  transform: translateY(100%); }

nav li.active {
  background-color: #151515;
  color: #efefef; }

nav li.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #f7ca18; }

nav li:nth-child(1) {
  animation: pop 0.5s 0.15s 1 forwards; }

nav li:nth-child(2) {
  animation: pop 0.5s 0.3s 1 forwards; }

nav li:nth-child(3) {
  animation: pop 0.5s 0.45s 1 forwards; }

nav li:nth-child(4) {
  animation: pop 0.5s 0.6s 1 forwards; }

nav li:nth-child(5) {
  animation: pop 0.5s 0.75s 1 forwards; }

nav li:nth-child(6) {
  animation: pop 0.5s 0.9s 1 forwards; }

nav li:nth-child(7) {
  animation: pop 0.5s 1.05s 1 forwards; }

nav li:hover {
  color: #ececec; }

nav li:active {
  background-color: #222; }

body > div > div.slides > section.present {
  height: inherit;
  /* 100% */
  padding: 0 0 0 0;
  background-color: #263238; }

section {
  background-color: #263238;
  height: 100vh;
  display: flex; }

section .title {
  width: 100%;
  align-self: center;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
  top: 55%;
  transform: translateY(-50%); }

section .title #name {
  display: block;
  font-size: 10vw !important;
  color: #efefef;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.25vw; }

section .title span {
  font-size: 2vw;
  transform: translateX(-200%);
  animation: byBottom 1s ease both;
  display: block; }

section .title span a {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #FE3E27; }

section .title span a::after {
  content: "";
  height: 2px;
  background-color: #FE3E27;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  animation: linkAfter 0.5s 1s ease both; }

.swipe-hint {
  display: none; }

section .title ul {
  margin: 0 !important;
  margin-top: 5% !important;
  opacity: 0;
  /* make things invisible upon start */
  -webkit-animation: fadeIn ease-in 1 !important;
  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
  -moz-animation: fadeIn ease-in 1 !important;
  animation: fadeIn ease-in 1 !important;
  -webkit-animation-fill-mode: forwards !important;
  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
  -moz-animation-fill-mode: forwards !important;
  animation-fill-mode: forwards !important;
  -webkit-animation-duration: 2s !important;
  -moz-animation-duration: 2s !important;
  animation-duration: 2s !important; }
  section .title ul li {
    overflow: hidden;
    background: #222;
    border-radius: 50%;
    float: left;
    height: 50px;
    list-style: none;
    margin: 0 10px;
    width: 50px; }
    section .title ul li:before {
      font: 400 1em/50px "FontAwesome"; }
    section .title ul li:hover {
      animation: transform .5s forwards, shadow 1s forwards;
      -ms-animation: transform .5s forwards, shadow 1s forwards;
      -moz-animation: transform .5s forwards, shadow 1s forwards;
      -webkit-animation: transform .5s forwards, shadow 1s forwards; }
  section .title ul .facebook:hover {
    background: #3b5998; }
  section .title ul .facebook:before {
    color: #fff;
    content: '\f09a';
    display: block;
    line-height: 50px;
    text-align: center; }
  section .title ul .twitter:hover {
    background: #00aced; }
  section .title ul .twitter:before {
    color: #fff;
    content: '\f099';
    display: block;
    line-height: 50px;
    text-align: center; }
  section .title ul .linkedin:hover {
    background: #005E93; }
  section .title ul .linkedin:before {
    color: #fff;
    content: '\f0e1';
    display: block;
    line-height: 50px;
    text-align: center; }
  section .title ul .instagram:hover {
    background: #517fa4; }
  section .title ul .instagram:before {
    color: #fff;
    content: '\f16d';
    display: block;
    line-height: 50px;
    text-align: center; }
  section .title ul .fa-github:hover {
    background: #517fa4; }
  section .title ul .fa-github:before {
    color: #fff;
    /*content: '\f16d';*/
    display: block;
    line-height: 50px;
    text-align: center; }

.card {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  height: 60%;
  width: 90%;
  margin-left: 0% !important;
  background-color: #efefef !important;
  transition: box-shadow .25s;
  padding: 20px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 20px;
  background-color: #FE3E27;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.card-content {
  box-shadow: initial !important;
  font-size: 2vw !important;
  color: black;
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  top: 25% !important;
  width: 80%;
  margin: 0 auto !important; }

.card-content span {
  display: block;
  margin-top: 4% !important; }

.card-content > span:nth-child(1) {
  font-weight: 600 !important; }

.card-content > span:nth-child(2) {
  font-size: 1.5vw; }

#about-me > div.col.span_2_of_3 > div > div.card-content > span:nth-child(1) {
  margin-top: 0% !important; }

.card-button-item, .card-title {
  padding: 1% !important;
  background-color: #FE3E27;
  color: black;
  display: inline-block; 
  border-radius: 10px;
}

.card-button-item {
  margin-top: 5% !important;
  padding-left: 5% !important;
  padding-right: 5% !important;
  transform: translateY(50%);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important; }

.card-title {
  transform: translateY(-50%);
  font-size: 5vw !important; }

#education-item {
  margin: 0 auto !important; }
  #education-item .card-content {
    width: inherit !important;
    height: inherit !important; }
    #education-item .card-content .col {
      position: relative;
      top: 45%;
      transform: translateY(-50%);
      top: 33.3% !important; }
      #education-item .card-content .col span {
        position: relative;
        top: 45%;
        transform: translateY(-50%); }

body > div > div.slides > section.stack.present > section.present {
  padding: 0 !important; }

body > div > div.slides {
  height: 100% !important;
  margin: 0 0 0 0 !important;
  width: 100% !important; }

button .enabled {
  border-left-color: #FE3E27 !important; }

.chart div {
  background-color: #FE3E27;
  text-align: right;
  margin: 1%;
  color: white; }

.card-content .programming-language {
  font-weight: 200 !important;
  font-family: 'Source Code Pro' !important;
  color: #FE3E27;
  margin-top: 2.5% !important; }

.section-landing-wrapper {
  position: relative;
  top: 45%;
  transform: translateY(-50%);
  top: 40% !important;
  width: 66.6%;
  margin: 0 auto !important; }
  .section-landing-wrapper h2 {
    margin-bottom: 5% !important;
    font-size: 7vw !important; }
  .section-landing-wrapper .learn-more-button:hover {
    cursor: pointer; }

@-webkit-keyframes transform {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0); }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px); } }
@keyframes transform {
  from {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0); }
  to {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px); } }
@-webkit-keyframes shadow {
  from {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25); }
  to {
    box-shadow: 0 0 0 10px transparent; } }
@keyframes shadow {
  from {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.25); }
  to {
    box-shadow: 0 0 0 10px transparent; } }
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-moz-keyframes pop {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes pop {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@-o-keyframes pop {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@keyframes pop {
  0% {
    transform: translateY(100%); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes byBottom {
  0% {
    transform: translateY(150%); }
  100% {
    transform: translateY(0); } }
@-webkit-keyframes byBottom {
  0% {
    transform: translateY(150%); }
  100% {
    transform: translateY(0); } }
@-o-keyframes byBottom {
  0% {
    transform: translateY(150%); }
  100% {
    transform: translateY(0); } }
@keyframes byBottom {
  0% {
    transform: translateY(150%); }
  100% {
    transform: translateY(0); } }
@-moz-keyframes linkAfter {
  0% {
    width: 0; }
  100% {
    width: 30px; } }
@-webkit-keyframes linkAfter {
  0% {
    width: 0; }
  100% {
    width: 30px; } }
@-o-keyframes linkAfter {
  0% {
    width: 0; }
  100% {
    width: 30px; } }
@keyframes linkAfter {
  0% {
    width: 0; }
  100% {
    width: 30px; } }

/*# sourceMappingURL=style.css.map */
