.jumbotron-cloud {
  background-image: url("../img/cloud-intro-opti.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  color: rgb(255, 255, 255);
}

.jumbotron-flygplan {
  background-image: url("../img/flygplan-opti.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 100vh;
}

@media (max-width: 768px) {
  .jumbotron-flygplan {
    background-attachment: scroll;
  }
}

.jumbotron-pen-text {
  margin-top: 30vh;
}

.brand-erik {
  font-size: 22px;
  padding-left: 8px;
  color: rgb(20, 20, 20) !important;
}

.button-styles-erik {
  font-size: 17px;
  color: rgb(50, 50, 50) !important;
}

.general-text-style {
  font-size: 18px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
}

.text-box-style {
  border: 1px solid #ffffff;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 20px 25px;
}

.text-box-style ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.text-box-style ul li{
  margin-bottom: 10px;
}

.arrow-style {
  font-size: 25px;
  margin-left:5px;
  margin-right:5px;
}

.profile-card {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: 20px auto;
  display: block;
  border-radius: 20px;
  background: linear-gradient(135deg, #f1f1f1, #e4e7ec);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.profile-frame {
  width: 100%;
  aspect-ratio: 0.77;
  border-radius: 15px;
  overflow: hidden;
}

.profile-frame img {
  display: block; /* prevents small gaps under image */
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

body, html {
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* prevent horizontal scroll */
}
