.fullpage-wrapper {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fullpage-wrapper .main-header {
  min-height: 0vh;
  text-align: center;
}

.fullpage-wrapper .main-header .content h1 {
  line-height: 1rem !important;
  padding: 0.5rem;
}

.fullpage-wrapper .main-header .content {
  margin-right: 0px;
  margin-top: 30px;
}

.fullpage-wrapper .reactor-container {
  margin: 0px;
  zoom: 0.7;
}

.projects .main-projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.projects .main-projects .scrollDown2 {
  z-index: 1;
  bottom: -100px;
}

.projects .heading {
  display: none;
  top: -90px;
  -webkit-transform: translateX(24%);
          transform: translateX(24%);
}

.projects .carousel {
  zoom: 0.5;
  overflow: visible;
}

.projects .descriptionOfProject div {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 1rem;
}

.projects .descriptionOfProject div iframe,
.projects .descriptionOfProject div img {
  width: 300px !important;
}

.skills {
  padding-top: 150px;
}

.skills .tabbed-component__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.skills .scrollDown3 {
  z-index: 1;
  bottom: -100px;
}

.skills .cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.skills .tabbed-component__section {
  min-height: 200vh;
}

.skills .tabbed-component__section h2 {
  line-height: normal;
}

.contactMe h1 {
  line-height: normal;
  padding: 0;
}

.contactMe form {
  padding-bottom: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
/*# sourceMappingURL=mobile.css.map */