main {
  margin-top: 40px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  /* bottom: 0; */
  height: 40px;
  background-color: rgb(38, 70, 83);
  z-index: 100;
}

.header-icon {
  width: 40px;
  margin: 8px 15px;
  position: absolute;
}

.title {
  text-align: left;
  position: absolute;
  left: 20px;
  padding: 0;
  margin: 14px 30px 0px;
  color: rgb(244, 162, 97);
}

nav {
  position: absolute;
  right: 0;
  margin: 14px 30px 0px;
}

a {
  color: rgb(244, 162, 97);
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
}

#jumbotron {
  width: 100%;
}

.jumbotron {
  padding: 20px;
  text-align: center;
  background-color: rgb(38, 70, 83);
  height: 485px;
}

.header-flex {
  display: block;
  justify-content: space-around;
  padding: 3px;
}

.jumbotron-title {
  color: rgb(244, 251, 252);
  font-size: 4vw;
  padding-bottom: 20px;
}

.jumbotron-text {
  color: rgb(244, 251, 252);
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 8px solid rgb(244, 162, 97);
}
.jumbotron-img {
  height: 300px;
  display: none;
}

.mini-text-flex {
  display: flex;
  justify-content: center;
  margin: 3px;
}

.mini-text {
  color: rgb(244, 251, 252);
  text-align: center;
  margin-right: 5px;
  padding-bottom: 30px;
  margin: 10px;
}

.fa-hand-point-up {
  color: aliceblue;
  font-size: 20px;
}

.icon-down {
  display: none;
}

.fa-hand-point-down {
  color: aliceblue;
  font-size: 20px;
}

button {
  background-color: rgb(38, 70, 83);
  border-style: none;
}
button:hover {
  cursor: pointer;
  transform: translateY(5px);
}

.main-content {
  margin: 80px 0;
}

.content {
  /* margin-left: 10%; */
  max-width: 100%;
}

article {
  max-width: 100%;
}

.article-title {
  text-align: center;
  font-size: 4vw;
  margin: 50px 50px 30px;
}

.project-container {
  display: block;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 20px;
}

.project {
  margin: 10px 30px;
  border-bottom: 10px solid #e76f51;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px gainsboro;
}

.project img {
  max-width: 100%;
  max-height: 20%;
}

.video-content {
  max-width: 100%;
  max-height: 220px;
}

.project-title {
  color: #e76f51;
  font-weight: bold;
}

.maps {
  padding: 10px;
}

iframe {
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 0 4px gainsboro;
}

.item-video {
  display: grid;
  justify-content: center;
  align-items: center;
}

.mapsandaddress {
  display: flex;
  justify-content: center;
  align-items: center;
}

.address {
  display: grid;
}

.wave1 {
  position: absolute;
  top: 290px;
  z-index: 2;
}

.wave2 {
  position: absolute;
  top: 305px;
  z-index: 3;
}

body {
  background-image: url(assets/bg_bggenerator_com.png);
  background-size: cover;
}

.section-container {
  text-align: center;
  padding: 10px;
}

.section-title {
  font-size: 4vw;
  margin: 50px 0 0;
}

.section-subtitle {
  font-size: 2vw;
  color: gray;
  margin: 10px 0 0;
}

.about-flex-item {
  display: block;
}

.about-image {
  margin: 0;
}

.blob-image {
  max-width: 60%;
  max-height: 60%;
  transform: rotate(-90deg);
}

.blogger-image {
  position: absolute;
  max-width: 27%;
  max-height: 50%;
  left: 37%;
  top: 100px;
}

.about-description p {
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
}

.about-description h4 {
  color: gray;
  letter-spacing: 2px;
}

.skills-flex {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.skill-item {
  box-shadow: 0 0 3px gainsboro;
  border-radius: 10px;
  padding: 15px;
  background-color: white;
  margin: 5px;
}

.skill-item img {
  width: 200px;
  height: 180px;
}

.skill-item p {
  padding: 5px;
  box-shadow: 00 10px gainsboro;
  border-radius: 5px;
  background-color: rgb(243, 199, 117);
}

.activity-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  justify-content: center;
}

.activity-item {
  padding: 20px;
  background-color: white;
  box-shadow: 0 0 3px gainsboro;
  border-radius: 5px;
  margin: 10px;
}

.activity-item img {
  width: 300px;
  height: auto;
}

@media (max-width: 900px) {
  * {
    font-size: 2.5vw;
    padding: 0px;
    margin: 0px;
  }
}

/* .image-slider {
  width: 50%;
  height: 240px;
}

.slide-text {
  left: 0;
  bottom: 0;
}

.slide-text h2 {
  width: 150px;
  height: auto;
  font-size: 20px;
}

.slide-text p {
  font-size: 10px;
} */

.page-title h1 {
  font-size: 4vw;
}

.project-detail {
  display: block;
}

.project-detail img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
  max-height: 50%;
}

.project-description h3 {
  font-size: 2vw;
  text-align: center;
}

.project-description p {
  font-size: 2vw;
}

.rocket-container {
  display: none;
}
