/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(../fonts/300.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;
}

/* latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Condensed Bold'), local('RobotoCondensed-Bold'), url(../fonts/700.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 {
  /*font-family: 'Helvetica', sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #ffffff;

  background-color: #934451;
  /*background-image: url('../img/bg.jpg');*/
  /*background-position: center;*/

  -webkit-font-smoothing: antialiased;

  padding-bottom: 50px;
  padding-top: 50px;
}

main {
  position: absolute;
  bottom: 10%;
  overflow: hidden;

  max-width: 80%;

  /*padding: 30px;*/
  /*background-color: rgba(255, 255, 255, 0.9);*/
}

nav {
  width: 100%;
  position: absolute;
  top: 100vh;

  font-size: .75rem;
}

footer {
  margin-top: 50px;
  font-size: .75rem;
}

a, a:hover, nav a, nav a:hover {
  color: #ffffff;
}

h1 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.1;
}

main h1 {
  margin: 0;
}

h2 {
  margin-top: 50px;

  font-size: 1.75rem;
  font-weight: 700;
}

main h2 {
  margin: 0;

  font-size: 1rem;
  font-weight: 600;
}

h3 {
  margin-top: 50px;

  font-size: 1.5rem;
  font-weight: 600;
}

main ul {
  font-size: 1rem;
  font-weight: 300;
}

main .list-inline-item:not(:last-child) {
  margin-right: .1rem;
}

strong {
  font-weight: 700;
}

p a {
  text-decoration: underline;
}

p a:hover {
  text-decoration: none;
}

.btn-outline-primary {
  padding: .5rem 1rem;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:hover {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none !important;
}
