.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

html,
body.maintenance {
  width: 100%;
  height: 100%;
}

.maintenance .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* background-image: url('green-leaves.jpg'); */
  background-image: url('artistic-blurry.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: 10%;
}

.maintenance .container h1 {
  font-size: 48px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #000;

  text-transform: uppercase;
  text-align: center;

  line-height: 1.3em;
  text-align: center;
  font-size: 95px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.title-container {
  width: 40%;
}

.title-container h1 {
  margin: 0;
  font-weight: 900;
}

.subtitle {
  line-height: 1.6em;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
}

/* .img-container {
		display: none;
	} */

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Roboto';
}

h2 {
  font-size: 40px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}

h4 {
  font-size: 28px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 15px;
}

h5.bottom {
  margin-bottom: 50px;
}

p {
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

a {
  color: #000;
}

.credit {
  position: absolute;
  font-size: 14px;
  bottom: 0;
  right: 10px;
}

.credit a {
  color: #000;
}

@media screen and (max-width: 1080px) {
  .title-container {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
    background-position-x: 50%;
  }

  .maintenance .container h1 {
    font-size: 40px;
    letter-spacing: 10px;
  }

  .subtitle {
    letter-spacing: 0.1em;
  }
}
