@charset "utf-8";

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Roboto;
  src: url(../fonts/Roboto-Black.ttf);
  font-weight: 900;
  font-display: swap;
}



body {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-family: Roboto;
	font-weight: 400;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
  word-break: break-word;
  color: rgba(255,255,255,1.00);
  background: rgba(25,25,25,1.00) url("../images/main-bg.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  overflow: hidden;
}

ul {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  list-style: none;
  -webkit-padding-start: 0;
  -moz-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  -moz-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  -moz-margin-end: 0;
  margin-inline-end: 0;
  padding: 0px;
}

img {
  max-width: 100%;
  max-height: 100%;
}

a {
  display: block;
  position: relative;
  text-decoration: none;
	color: rgba(255,255,255,1.00);
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  text-decoration: none;
}




/* Contents Type */

.content {
  display: block;
	position: relative;
  width: 100%;
	max-width: 1170px;
	text-align: center;
	margin: 0px auto;
	padding: 0px 30px;
}



/* Titles Type */

.title {
	display: block;
  font-size: 35px;
  font-weight: 900;
  line-height: 50px;
}

.text {
  display: block;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}



/* Header */

.content.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.header__logo {
  display: inline-block;
  text-align: center;
  padding: 25px 0px;
}

.header__logo:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: rgba(255,255,255,1.00);
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.header__logo:hover:before {
  width: 100%;
  left: 0;
}



/* Main */

.content.main {
  display: block;
  position: relative;
  height: 100%;
  padding: 0px;
}

.main__content {
  display: block;
  position: absolute;
  width: 100%;
  bottom: -webkit-calc(-50vh - 60px);
  bottom: -moz-calc(-50vh - 60px);
  bottom: calc(-50vh - 60px);
  padding: 20px;
  margin: auto;
}

.main__logo {
  display: block;
  margin: auto;
  padding-bottom: 15px;
}



/* Footer */

.content.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.footer__list {
  padding-top: 25px;
}

.footer__list li {
  display: inline-block;
  padding: 0px 25px 20px 25px;
}

.footer__link > img {
  display: block;
  margin: auto;
}

.footer__link > span {
  display: inline-block;
  position: relative;
  width: auto;
  line-height: 20px;
  padding-top: 15px;
}

.footer__link > span:before {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 50%;
  width: 0%;
  height: 1px;
  background-color: rgba(255,255,255,1.00);
  margin: auto;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.footer__link:hover > span:before {
  width: 100%;
  left: 0;
}



@media screen and (max-width: 600px) {
  .content {
    padding: 0px 20px;
  }
}



@media screen and (max-width: 400px) {
  .footer__link > img {
    display: none;
  }
}
