:root {
  --main-theme: #037c97;
  --cool-blue: #87829a;
  --dark-blue: #28166f;
}

.toppest-bar {
  z-index: 900;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  /* background-color: var(--main-theme); */
  border-bottom: 1px solid black;
  background-color: var(--main-theme);
  z-index: 900;
  background: #048DAC;
  background: -moz-linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
  background: -webkit-linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
  background: linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
}

.toppest-links {
  /* width: 100%; */
  display: flex;
  justify-content: center;
  margin-bottom: 1.5vh;
  z-index: 900;
 
}

.toppest-icons {
  /* color: white; */
  padding: 10px;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  z-index: 900;
}

.toppest-bar a {
  color: black;
  text-decoration: none;
  z-index: 900;
  color: white;
}

.top-bar {
    display: flex;
    background-color: white;
    align-items: center;
    color: #fff;
    /* padding: 10px 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid var(--main-theme);
  }

.selectlangs {
  margin-left: auto;
  justify-content: flex-end;
  align-self: flex-start;
}

  .logo {
    height: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }

  .site-title {
    font-size: 22px;
    margin: 0;
    color: var(--main-theme);
  }

  .logo, .site-title {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    color: var(--main-theme);
  }

  @media (max-width: 830px) {
    .buttons {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.2cm;
    }
    .top-bar {
      position: static;
    }
  }

  .buttons {
    display: flex-end;
    justify-content: space-between;
    /* padding: 20px; */
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: sticky;
    top: 0;
    align-items: stretch;
    text-align: center;
  }

  .btn {
    background-color: #0D1B2A;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    text-decoration: none;
    background: #048DAC;
    background: -moz-linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
    background: -webkit-linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
    background: linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-btn {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    font-size: 16px;
    background: #048DAC;
    background: -moz-linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
    background: -webkit-linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
    background: linear-gradient(45deg, #048DAC 0%, #037C97 64%, #037C97 100%);
  }

  .btn, .dropdown-btn {
    background-color: var(--main-theme);
    color: white;
    border: none;
  }


  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }

  .dropdown:hover .dropdown-content {
    display: block;
    /* border-bottom: 2px solid black; */
  }

  .dropdown-content a:hover {
    /* border-bottom: 1px solid black; */
    background-color: rgb(180, 180, 180);
    transition: 80ms ease-in;

  }

  .buttons .btn,
.buttons .dropdown-btn {
  margin-right: 10px;
}

/* .btn, .dropdown-btn, .dropdown-content {
  font-family: Arial, sans-serif;
} */



html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding-bottom: 70vh;
  height: 100%;
  /* background-color: #fdfdfa; */
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background-color: var(--main-theme);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  min-height: fit-content;
}

/* .bottomfooter {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

.footerlinks {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 10%;
  flex-flow: wrap;
  align-items: flex-start;
  min-height: fit-content;
}

.footerlinks a {
  color: white;
  text-decoration: none;
  margin-top: 3vh;
}

.footersect {
  display: flex;
  flex-direction: column;
  min-height: fit-content;
}

.footersect a {
  color: black;
}

* {
  /* font-family: 'Raleway', sans-serif; */
  /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
  font-family: Arial, Helvetica, sans-serif;
}

/* Temporary */

.textcenter {
  text-align: center;
}

.blacklarge {
  color: black;
  font-size: large;
}
