@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Black.eot');
    src: local('Roboto Black'), local('Roboto-Black'),
        url('../fonts/Roboto-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto-Black.woff') format('woff'),
        url('../fonts/Roboto-Black.svg#Roboto-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto-Medium.woff') format('woff'),
        url('../fonts/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

body, * {
  padding: 0;
  margin: 0;
}

html, body, #logo, #link-box {
  background: #fff;
  color: #1d1d1b;
  font-family: Roboto;
}

html, body {
  width: 100vw;
  height: 100vh;
  font-size: 11pt;
}

#logo {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#logo img {
  width: 40vw;
  opacity: 0;
  margin-bottom: 60px;
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}

#logo img.loaded {
  opacity: 1;
}

.deto-btn {
  margin-top: 20px;
  padding: 15px 40px;
  font-family: 'Roboto';
  font-size: 28px;
  font-weight: bold;
}

a.deto-btn:hover,
a.deto-btn {
  text-decoration: none;
}

a.deto-btn:hover {
  opacity: 0.9;
}

.light {
  background: #d3b980;
  color: #1d1d1b;
}

.dark {
  background: #1d1d1b;
  color: #d3b980;
}

a.deto-btn.dark:hover {
  color: #d3b980 ;
}

#link-box {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

a,
a:hover,
#link-box ul li a {
  color: #1d1d1b;
}

#link-box ul {
  list-style: none;
  margin: 0;
}

#link-box ul li {
  display: inline;
}
#link-box ul li:after {
  content: "|";
  padding: 0 6px 0 6px;
}

#link-box ul li:last-child:after {
  content: "";
}

dl, ol, ul {
  list-style-position: inside;
}

.modal-dialog {
  max-width: 800px;
}

.modal-content {
  background: #fff;
  color: #707070;
}

.modal-header {
  border-bottom: 1px solid #1d1d1b60;
}

.modal-footer {
  border-top: 1px solid #1d1d1b60;
}

.close {
    color: #1d1d1b;
    text-shadow: 0 1px 0 #1d1d1b40;
    opacity: 1;
}

.close:hover {
    color: #707070;
}

.btn-secondary {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    border: 0;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1d1d1b;
    border-color: #1d1d1b;
    border: 0;
}

@media (orientation: landscape) {
  #logo img {
    width: auto !important;
    height: 40vh !important;
  }
}

@media (max-height: 440px) and (orientation: landscape) {
  #logo img {
    margin-bottom: 0;
  }
  .deto-btn {
    margin-top: 10px;
    padding: 8px 16px;
    font-family: 'Roboto';
    font-size: 20 px;
    font-weight: bold;
  }
}

@media (max-width: 425px) {
  #logo img {
    width: 60vw;
  }
  .deto-btn {
    margin-top: 10px;
    padding: 10px 20px;
    font-family: 'Roboto';
    font-size: 22px;
    font-weight: bold;
  }
}
