.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: flex;
}
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");

*,
*:after,
*:before {
  box-sizing: border-box;
}

:root {
  --header-outer-height: 110px;
  --header-inner-height: 70px;
  --header-height-difference: calc(
    var(--header-outer-height) - var(--header-inner-height)
  );
  --header-bg: #fff;
}

body {
  font-family: "DM Sans", sans-serif;
  background-color: #f2f5f7;
  line-height: 1.5;
  min-height: 300vh;
  position: relative;
}
@media screen and (min-width: 850px) {
  .widget {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 0.3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    font-size: 1.125rem;
  }
  .responsive-wrapper {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 850px) {
  .responsive-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.header-outer {
  position: sticky;
  margin-top: -10px;
  z-index: 999;
  padding-left: 10px;
  height: 90px;
  top: calc(var(--header-height-difference) * -1);
  display: flex;
  align-items: center;
  background-color: #1e1e1eeb;
  border-bottom: solid #c50000d4 5px;
}

.header-inner {
  /* Make it stick */
  height: var(--header-inner-height);
  position: sticky;
  top: 0;

  /* Other */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Styling of other elements */
.header-logo img {
  display: block;
  height: 110px;
  margin-top: 20px;
}

.header-navigation {
  display: flex;
  flex-wrap: wrap;
}

.header-navigation a,
.header-navigation button {
  font-size: 1.125rem;
  color: inherit;
  margin-left: 1.75rem;
  position: relative;
  font-weight: 500;
}

.header-navigation a {
  display: none;
  font-size: 1rem;
  color: inherit;
  text-decoration: none;
}

.header-navigation button {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.header-navigation a:hover:after,
.header-navigation button:hover:after {
  transform: scalex(1);
}

.header-navigation a:after,
.header-navigation button:after {
  transition: 0.25s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: scalex(0);
  position: absolute;
  bottom: -2px;
  left: 0;
}

.main {
  margin-top: 1rem;
}

.widget > * + * {
  margin-top: 1.25em;
}

.widget h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.widget code {
  display: inline-block;
  padding: 0.125em 0.25em;
  border-radius: 2px;
  background-color: #bee5d3;
}

.widget strong {
  font-weight: 700;
}

@media (min-width: 800px) {
  .header-navigation a {
    display: inline-block;
    font-weight: bolder;
  }

  .header-navigation button {
    display: none;
  }
}
body {
  background-image: url(https://gemswin.sgp1.digitaloceanspaces.com/background.jfif) !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
}

@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap";
header {
  font-family: open sans;
}
@media (min-width: 1201px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 993px) and (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 769px) and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }

  .logo-img-size {
    display: none;
  }

  .widget {
    border-radius: 3px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 1.5rem 0rem 0.5rem 0rem;
    margin-bottom: 2rem;
    font-size: 1.125rem;
    margin: 5px;
  }
}
.mainPageHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
}
.logo-img-size-index {
  max-width: 100%;
  height: 45px;
}
.mainPageHeader .switchButton {
  padding: 1em 0em 1em 1em;
  margin: 0;
  text-decoration: underline;
  min-height: 22px;
}
.mainPageHeader .switchButton:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .callendar-select-for-mobile {
    color: white;
    margin: 55.2rem 0 18px 20px;
    position: absolute;
    font-size: 13px;
    background-color: #0088cc;
    display: inline-flex;
    border-color: #0088cc;
    box-sizing: border-box;
    padding: 0.4rem 0.5rem;
    font-weight: bold;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .mainPageHeader {
    display: inline-block;
    text-align: right;
  }

  option:checked {
    color: #0088cc;
    background-color: black;
  }
}
