/* cyrillic */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(assets/Jost-VariableFont_wght.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(assets/Jost-VariableFont_wght.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(assets/Jost-VariableFont_wght.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  font-family: Jost, Futura, Tw Cen MT, Helvetica, sans-serif;
}

div#header {
  width: 960px;
}

div#header h1#title {
  width: 960px;
  display: block;
  color: rgb(134, 238, 255);
  background-color: white;
  font-family: Jost, Futura, Tw Cen MT, Helvetica, sans-serif;
  font-size: 70px;
  text-align: center;
  /*padding-bottom: 10px;*/
}

div#header h2#subtitle {
  width: 960px;
  display: block;
  color: rgb(144, 144, 144);
  background-color: white;
  font-family: Jost, Futura, Tw Cen MT, Helvetica, sans-serif;
  font-size: 22px;
  text-align: center;
  /*padding-top: 20px;*/
}

div#navigation {
  /*height: 30px;*/
  display: block;
  text-align: center;
  /*padding-top: 30px;*/
}

div#navigation a {
  color: rgb(134, 238, 255);
  background-color: white;
  font-family: Jost, Futura, Tw Cen MT, Helvetica, sans-serif;
  font-size: 29px;
  text-decoration: none;
  padding: 12px 40px 12px 40px;
}

div#navigation a:hover {
  color: white;
  background-color: rgb(134, 238, 255);
}

div#content {
  text-align: center;
  color: black;
  font-family: Jost, Futura, Tw Cen MT, Helvetica, sans-serif;
  font-size: 16px;
}

div#content p {
  padding-top: 10px;
}

div#footer {
  padding-top: 3em;
  text-align: center;
  margin: 0 auto;
}

div#footer small {
  color: rgb(144, 144, 144);
  margin: 0 auto;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  padding: 0;
}

ul#contactList {
  list-style-type: none;
  width: 140px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

ul#contactList li {
  padding: 12px 12px 12px 12px;
  width: 140px;
  margin: 0;
}

ul#contactList li a {
  color: rgb(134, 238, 255);
  background-color: white;
  text-decoration: none;
  padding: 12px 12px 12px 12px;
  font-size: 18px;
  width: 140px;
}

ul#contactList li a:hover {
  color: white;
  background-color: rgb(134, 238, 255);
}
