@import 'css/fontawesome.css';
@import 'css/light.css';
@import 'css/regular.css';
@import 'css/solid.css';
@import 'css/duotone.css';
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/Roboto-Regular-2014-webfont.eot");
  src: url("fonts/Roboto-Regular-2014-webfont?#iefix") format("embedded-opentype"), url("fonts/Roboto-Regular-2014-webfont.woff2") format("woff2"), url("fonts/Roboto-Regular-2014-webfont.woff") format("woff"), url("fonts/Roboto-Regular-2014-webfont.ttf") format("truetype");
}
h1,
h2,
h3,
h4 {
  color: #00b1e6;
  font-family: "Roboto";
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: Helvetica, sans-serif;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1920px;
  padding: 0 10vw;
}
.container h1 {
  font-size: 3.5vw;
  padding-top: 0.7vw;
  text-align: center;
  margin-bottom: 1vw;
}
.container h2 {
  font-size: 2.7vw;
  padding-top: 0.8vw;
  text-align: center;
  margin-bottom: 0.8vw;
}
.container .header {
  width: 100%;
  margin-bottom: 1vw;
}
.container .header img {
  width: 100%;
  line-height: 0;
}
.container .weeks {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 1vw;
  margin-bottom: 1.5vw;
}
.container .weeks .week {
  width: 100%;
  display: grid;
  grid-template-columns: 10vw 1fr;
  -webkit-column-gap: 1.5vw;
     -moz-column-gap: 1.5vw;
          column-gap: 1.5vw;
}
.container .weeks .week a,
.container .weeks .week a:hover,
.container .weeks .week a:visited,
.container .weeks .week a:active {
  font-size: 3vw;
  text-decoration: none;
}
.container .weeks .week a.icon,
.container .weeks .week a:hover.icon,
.container .weeks .week a:visited.icon,
.container .weeks .week a:active.icon {
  color: #00b1e6;
  text-align: right;
}
.container .weeks .week a.label,
.container .weeks .week a:hover.label,
.container .weeks .week a:visited.label,
.container .weeks .week a:active.label {
  -ms-flex-item-align: center;
      align-self: center;
  color: #555;
}

.footer {
  background-color: #00b1e6;
  padding: 2vw 0;
}
.footer .container {
  display: grid;
  grid-template-columns: 100vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .container a,
.footer .container a:hover,
.footer .container a:visited,
.footer .container a:active {
  font-size: 1.4vw;
  text-decoration: none;
  color: white;
  text-align: center;
}