* {
  margin: 0;
  padding: 0;
  font-family: 'Titillium Web', sans-serif;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -moz-user-select: none;
}

body {
  background-color: #f5f5f5 !important;
}

.langWrap {
  display: flex;
  justify-content: flex-end;
  background-color: #ffbe00;
  padding-right: 10px;
}

.langWrap a {
  text-decoration: none;
  font-weight: 700;
  margin: 12px;
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

a.lang-btn-active {
  color: #ffbe00 !important;
  background-color: #212529;
}

a {
  color: #46d3f3 !important;
}

.nav-container {
  margin-bottom: 16px;
}

.logo {
  width: 448px;
  height: 128px;
}

.nav-item {
  font-size: 24px !important;
}

.nav-item:hover {
  background-color: #e9eaec;
}

.dropdown-item {
  color: #ffbe00 !important;
}

.dropdown-item:hover {
  background-color: #e9eaec !important;
}

.col-6 img {
  width: 300px;
  height: 337px;
  object-fit: cover;
  object-position: 100% 0;
}

.p-3 {
  font-weight: 600;
  font-style: italic;
}

footer {
  background-image: url(/images/Sunflowers.png);
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

strong {
  color: #fff;
  font-style: italic;
}

.fab {
  background-color: #fff;
  border-radius: 20px;
  padding: 10px;
}

.fab:hover {
  background-color: #ced4da;
}

.logo-link-1 {
  font-size: 24px;
  color: #4267b2;
  margin: 10px;
}

.logo-link-2 {
  font-size: 24px;
  color: #0072b1;
  margin: 10px;
}

.bottom-text {
  padding: 8px;
  font-size: 12px;
}

@media (max-width: 540px) {
  .col-6 img {
    width: 120px;
    height: 157px;
    object-fit: cover;
    object-position: 100% 0;
  }

  .langWrap {
    display: flex;
    justify-content: center;
  }

  .navbar-brand {
    margin-left: auto;
    padding-right: 10px;
  }

  .logo {
    width: 240px;
    height: 72px;
  }

  .nav-item {
    font-size: 24px !important;
    padding-left: 8px;
  }

  .carousel-img {
    height: 200px;
    object-fit: cover;
  }

  .about {
    font-size: 8px;
    margin: 40px 10px;
  }
}

@media (min-width: 540px) {
  .p-3 {
    font-size: large;
  }

  h5 {
    font-size: 36px !important;
  }

  .about {
    margin: 65px 240px !important;
  }

  .logo {
    margin-right: 40px;
  }

  .navbar-nav {
    flex: auto;
  }

  .nav-item {
    font-size: 24px !important;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

@media (min-width: 968px) {
  .nav-item {
    border-style: solid;
    border-width: 1px;
    border-left-style: none;
    border-right-style: none;
  }
}
