body {
  font-family: Calibri, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f0f1ee;
}
/* Customize navigation-bar */
.navbar-light {
  transition: 500ms ease;
  background: transparent;
}
.navbar-light a,
.navbar-light .navbar-nav .nav-item .nav-link,
.navbar-light .navbar-brand,
.navbar-light .toggle_button {
  color: #2f404f;
  /* font-weight: 700; */
}
.navbar-light.scrolled {
  background-color: #2f404f;
}
.navbar-light.scrolled a,
.navbar-light.scrolled .navbar-nav .nav-item .nav-link,
.navbar-light.scrolled .navbar-brand,
.navbar-light.scrolled .toggle_button {
  color: #c7dad3;
}
.navbar-light .navbar-nav .nav-item .nav-link:hover,
.navbar-light.scrolled .navbar-nav .nav-item .nav-link:hover,
.navbar-light .navbar-brand:hover,
.navbar-light.scrolled .navbar-brand:hover,
.navbar-light .toggle_button :hover,
.navbar-light.scrolled .toggle_button :hover {
  color: #3894a1;
}

.main_container {
  max-width: 1100px;
  margin: 0px auto;
  padding: 40px;
  background-color: #f0f1ee;
  /* border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
h1 {
  text-align: center;
  color: #2f404f;
}
.app {
  /* margin-bottom: 50px; */
  /* border: 1px solid #ccc; */
  padding: 20px;
  /* border-radius: 5px; */
}
.app div h2 {
  color: #2f404f;
}
.app div p {
  color: #2f404f;
}
.app div ul li {
  color: #2f404f;
}
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.header img {
  width: 50px;
  height: 50px;
  margin-right: 25px;
  margin-top: 10px;
}
.header h1 {
  color: #2f404f;
}
.app_desc {
  flex: 2;
  margin-right: 10px;
}
.flex {
  display: flex;
  margin-bottom: 60px;
}
.images_view img {
  max-width: 200px;
  max-height: 350px;
  border-radius: 10px;
  margin-right: 20px;
}
.carousel-css {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
.carousel-css-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}
.carousel-css-item {
  flex: 0 0 auto;
}
.carousel-css-item img {
  width: 100%;
  height: auto;
}

.carousel-css-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  padding: 10px;
  font-size: 20px;
  z-index: 1;
  border-radius: 5px;
}
.carousel-css-button:focus {
  outline: none;
}
.left-button-css-css {
  left: 0;
}
.right-button-css {
  right: 0;
}
.home_view {
  padding: 250px 0px 210px 0px;
  background-color: #c7dad3;
}
.main_title {
  font-size: 50px;
  color: #2f404f;
  letter-spacing: 2px;
}
.more_button {
  background-color: #3894a1;
  color: #c7dad3;
}
.home_details {
  color: #2f404f;
  max-width: 40%;
}
.toggle_button:focus {
  outline: none;
}
.toggle_button {
  outline: none;
  border: 0px;
  margin-top: 10px;
}
.solid_line {
  margin-bottom: 60px;
  border-top: 2px solid #2f404f;
}
.footer-button {
  color: #c7dad3;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer-button:hover {
  color: #3894a1;
  text-decoration: none;
}
.footer-button:active {
  color: #3894a1;
}
.footer-button:focus {
  outline: none;
}
.copyright {
  margin: 0;
  font-size: smaller;
  color: #c7dad3;
}
footer {
  background-color: #2f404f;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.footer_div {
  width: 40%;
  margin: 150px 0px 30px 0px;
}
.contact_divider {
  background-color: #3894a1;
  margin: 20px 0px;
}
.contact-div {
  background-color: #3894a1;
  color: #c7dad3;
  padding: 80px 0px 60px 0px;
}
.contact-form-view {
  background-color: #c7dad3;
  padding: 40px;
  border-radius: 5px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.vertical-line {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 120px;
  transform: translateX(-50%);
  width: 1px;
  background-color: #c7dad3;
}
.icon-style {
  font-size: 30px;
  margin-bottom: 20px;
}
.form-submit {
  background-color: #2f404f;
  color: #c7dad3;
}
.form-submit:hover {
  color: #3894a1;
}
