/*
 * Template-style CSS - v7 - 2020-09-30
 * https://www.myresponsee.com
 * Copyright 2020, Vision Design - graphic zoo
 * Free to use under the MIT license.
*/
nav {
  padding: 0.825rem 0;
}
#first-block, #second-block, #third-block, #fourth-block {
  padding:4.5rem 0;
}
.carouselContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
#carouselText {
  display: flex;
  background:#f8f8f8;
  width: 50%;
  align-items: center;
}
#carouselRight {
  background:#f8f8f8;
  width: 50%;
}
#carousel {
  background:#f8f8f8;
  width: 50%;
}
.navHead {
  color:#B6C900;
  font-size: 1.5rem;
  width: auto;
}
.headerContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.iconContainer {
  display: flex;
  height: 25vh;
  width: 25vh;
  align-items: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}
.individual {
  display: flex;
  flex-direction: column;
  width: 50vw;
  height: 50vh;
  align-items: center;
  align-content: center;
  margin-left: auto;
  margin-right: auto;
}
.imageContainer {
  max-width: 100%;
  max-height: 80%;
  width: auto;
  height: auto;
}
.imageContainer img {
  max-width: 30vw;
  max-height: 30vh;
  width: auto;
  height: auto;
}
.techStack {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.meetTheTeam {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-height: 40vh;
  height: 100%;
}
.gitContainer{
  display: flex;
  justify-content: space-around;
}
#first-block {
  background:#fff;
}
#second-block {
  background:#f8f8f8;
}
#third-block {
  background:#fff;
}
#fourth-block {
  background:#f8f8f8;
}
footer {
  background:#fff;
  padding:3.5rem 0;
}
@media screen and (max-width: 768px) {
  .right {
  float:none;
  }
}