html {
  font-family: Verdana;
}

/* CITATION */
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  border-radius: 50px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6399bf;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #d7e6f1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00378f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* CITATION */

.box {
  align-content: center;
  height: 50px;
  background-color: #d7e6f1;
  border-radius: 50px;
  text-align: center;
}
.borderBox {
  align-content: center;
  height: 50px;
  background-color: #d7e6f1;
  border-radius: 50px;
  text-align: center;
  border: 5px solid #00378f;
}
.borderBoxSmall {
  align-content: center;
  height: 50px;
  background-color: #d7e6f1;
  border-radius: 5px;
  text-align: center;
  border: 5px solid #00378f;
}
.left {
  align-content: normal;
}
.boxCalculate {
  align-content: center;
  height: 50px;
  background-color: #d7e6f1;
  border-radius: 50px;
  text-align: center;
}
.fontCalculate {
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
  /* identical to box height */

  color: #00378f;
}
.blueBox {
  align-content: center;
  height: 50px;
  background-color: #00378f;
  border-radius: 50px;
  text-align: center;
}
.medium-height {
  height: 500px;
}
.page-background {
  background-color: #6399bf;
}
#nav-trigger {
  display: none;
  border-radius: 10px;
}
.nav-trigger {
  position: absolute;

  border-radius: 10px;
}
label[for="nav-trigger"] {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 200;
  cursor: pointer;
  color: #d7e6f1;
  border-radius: 5px;
  border: #d7e6f1;
  background-color: #00378f;
  padding: 10px 20px;
  border: #00378f 5px solid;
}
.nav-trigger + label,
.navigation {
  transition: right 0.4s;
}
.nav-trigger:checked + label {
  right: 125px;
  color: #d7e6f1;
  background: #00378f;
  padding: 10px 20px;
  border-radius: 5px;
  border: #00378f 5px solid;
}
.nav-trigger:checked ~ .navigation ul {
  right: 0;
}

nav ul {
  transition: right 0.5s;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 130px;
  width: 100px;
  position: fixed;
  top: 15px;
  right: -1500px;
  bottom: 0;
  z-index: 200;
  text-align: left;
  background: #00378f;
  border: #00378f 5px solid;
  border-radius: 5px;
  color: #d7e6f1;
}
.button a:hover {
  border: 0px;
  width: 100%;
  align-content: center;
}
.socials a:hover {
  background-color: #d7e6f1;
}
nav li {
  /* width: 140px; */
  margin: 5px 0;
  /* text-align: left; */
  color: grey;
}
.nav-menu {
  border-radius: 5px;
}

logo {
  /* Rectangle 157 */

  position: absolute;
  width: 353.98px;
  height: 134.73px;
  left: calc(50% - 353.98px / 2 - 691.01px);
  top: 634px;

  background: #00378f;
  border-radius: 18.3726px;

  /* H2O Daily */

  position: absolute;
  width: 307px;
  height: 95px;
  left: calc(50% - 307px / 2 - 694.9px);
  top: 651.15px;

  font-style: normal;
  font-weight: 700;
  font-size: 78.3896px;
  line-height: 95px;
  /* identical to box height */

  color: #d7e6f1;
}
a {
  display: inline-block;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 5px;
  color: #d7e6f1;
  width: 100px;
  transform: color 0.8s ease, background 0.8s ease;
  /*instead of "color" or "background", "all" can be used*/
}
a:hover {
  color: #d7e6f1;
  background-color: #6399bf;
}
.grid {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  grid-gap: 20px;
  padding: 20px;
}
.cell {
  height: auto;
  display: block;
  margin: auto;
}
#height {
  height: 100%;
  max-width: 100%;
  border-radius: 5px;
}
#ClubTitle {
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 5px;
}

.cellnopad {
  background-color: #d7e6f1;
  height: auto;
  width: 100%;
  padding: 15px;
}
.text-break {
  height: 20px;
}
/* defult = small devices*/
[class*="col"] {
  grid-column-end: span 9;
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #6399bf;
}
nav {
  background-color: #6399bf;
  color: #d7e6f1;
  padding: 35px;
  text-align: right;
}
.line {
  width: 100%;
  height: 10px;
  background-color: #6399bf;
  padding: right;
}

.featured {
  border: 3px;
  margin: 20px;
  display: grid;
  border-radius: 5px;
}
.measure {
  position: absolute;
  width: 305px;
  height: 695px;

  background: url(image.png);
}
.featuredText {
  text-align: center;
  padding: 2px;
  color: #d7e6f1;
  margin: auto auto;
  border-radius: 5px;
  font-size: x-large;
}
.blueFeaturedText {
  width: 80%;
  text-align: center;
  padding: 2px;
  color: #00378f;
  margin: auto auto;
  border-radius: 5px;
  font-size: x-large;
}

.mediumText {
  width: 80%;
  text-align: center;
  padding: 2px;
  color: #d7e6f1;
  margin: auto auto;
  border-radius: 5px;
  font-style: normal;
}
.blueMediumText {
  width: 80%;
  text-align: center;
  padding: 2px;
  color: #00378f;
  margin: auto auto;
  border-radius: 5px;
  font-style: normal;
}
.smallText {
  /* Alerts: */

  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  color: #d7e6f1;
}
.weekDayText {
  /* W */

  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  text-align: center;

  color: #d7e6f1;
}
.mlText {
  /* ml */

  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;

  color: #d7e6f1;
}
.measure {
  /* image 4 */

  position: absolute;
  width: 111px;
  height: 307px;
  margin: -50px;

  background: url(images/measurements.png);
}
.litresKg {
  font-weight: 700;
  font-size: 15px;
  line-height: 29px;
  /* identical to box height */

  color: #00378f;
}
.imgContainer {
  float: left;
}
.imgContainer {
  position: relative;
  height: 318px;
  width: 200px;
  border: 9px solid #d7e6f1;
  align-content: flex-end;
}
.imgContainer img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.floatingDiv {
  background-color: #00378f;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  z-index: 1;
}
.col1 {
  grid-column-end: span 9;
}
.col2 {
  grid-column-end: span 6;
}
.col3 {
  grid-column-end: span 3;
}
.col9 {
  grid-column-end: span 1;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  border-radius: 5px;
}
