/*
 * Globals
 */

/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  /*text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  box-shadow: inset 0 0 2rem rgba(0, 0, 0, .5);
  font-family: Roboto;
  
  font-size: 1rem;
  text-transform: uppercase;
  background-color: rgb(167,168,170)/*rgb(151,153,155)*/;
  color: #1e211d !important;
}

header {
  text-shadow: #ccc 3px 3px 1px;
}


@media screen and (min-width: 1024px) {
  header {
    position: absolute;
    /*transform: rotate(-90deg);*/
    margin-left: -290px;
    margin-top: 60px;
  }
}


h1 {
  color: #505050;
}

.container-cover {
  max-width: 550px;
}

img {
  webkit-filter: drop-shadow(5px 5px 5px rgba(30, 33, 29,0.5));
  filter: drop-shadow(5px 5px 5px rgba(30, 33, 29,0.5));
}

.textbox {
  margin: 0.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  height: 542px;
  font-weight: 300;
  webkit-filter: drop-shadow(5px 5px 5px rgba(30, 33, 29,0.5));
  filter: drop-shadow(5px 5px 5px rgba(30, 33, 29,0.5));
  display: flex;
  flex-direction: column;
  justify-content: center;
  
}

@media screen and (max-width: 550px) {
  .textbox {
    font-size: 0.85rem;
  }
}

@media screen and (max-width: 490px) {
  .textbox {
    font-size: 0.75rem;
  }
}

.textbox-black {
 background-image: url(img/box-bg-black.svg);
}
.textbox-white {
  background-image: url(img/box-bg-white.svg);
 }

/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgb(220, 53, 69);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(220, 53, 69, 1);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

footer {
  font-size: 75% !important;
}
footer a:hover {
    color: #dc3545 !important;
}


/* balthazar-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Balthazar';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/balthazar-v17-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('fonts/roboto-v30-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v30-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
