* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #001732;
  color: #fff5ee;
  font-family: "Roboto", sans-serif;
}
body section.vertical-center {
  width: 600px;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #012250;
  /* The magic centering code */
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  /* Aligns Vertically - Remove for Horizontal Only */
  left: 0;
  right: 0;
  /* Aligns Horizontally - Remove for Vertical Only  */
  /* Prevent div from overflowing main window */
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 20px;
  padding-top: 0;
}
body section img {
  display: block;
  margin: 0 auto;
}
body section h1 {
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  padding: 20px 0 15px 0;
  font-size: 21px;
  text-transform: uppercase;
}
body section .inside-art {
  border-top: 1px solid #001732;
  border-bottom: 1px solid #001732;
  max-width: 480px;
  margin: 0 auto;
  padding: 0 10px;
}
body section .inside-art ul {
  padding: 15px 0 15px 0;
  margin: 0;
  display: grid;
  grid-template-columns: auto;
}
body section .inside-art ul li {
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: none;
  line-height: 1.5;
  background-repeat: no-repeat;
  list-style-image: url("img/list-check.svg");
  margin: 0 auto;
  text-align: left;
  width: 45%;
}
@media screen and (min-width: 400px) {
  body section .inside-art ul li {
    width: 40%;
  }
}
@media screen and (min-width: 480px) {
  body section .inside-art ul li {
    width: 35%;
  }
}
@media screen and (min-width: 561px) {
  body section .inside-art ul {
    grid-template-columns: auto auto;
  }
  body section .inside-art ul li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    padding-left: 70px;
    background-position: 50px center;
    text-align: initial;
    background-image: url("img/list-check.svg");
    width: 100%;
    list-style-image: none;
  }
}
body section .gridding {
  color: #fff5ee;
  padding-top: 20px;
  display: grid;
  grid-template-columns: auto auto;
}
body section .gridding:visited {
  color: #fff5ee;
}
body section .gridding .item-1a {
  justify-self: end;
  padding-right: 10px;
}
body section .gridding p {
  justify-self: start;
  align-self: center;
} /*# sourceMappingURL=styles.css.map */

.link-calendar {
  width: 100%;
  background: #28a2eb;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}

.link-calendar a {
  color: #012250;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
