@charset "UTF-8";
/* CSS Document */
/* Sticky body/footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.bg {
  background: url("../img/frontoffice/background.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  height: 100%;
}

p {
  font-family: "Fjalla One", sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: #000;
}

.title {
  position: relative;
  display: inline-block;
  line-height: 2.4em;
  z-index: 5;
  font-size: 40px;
  font-family: "Orbitron", sans-serif;
  color: #fff;
  font-weight: 400;
}

.title::after {
  content: "";
  position: absolute;
  bottom: 0.8em;
  right: -7%;
  height: 0.4em;
  width: 109%;
  background-color: #e2000f;
  z-index: -1;
}

/* Custom page CSS
-------------------------------------------------- */

body > .container {
  padding: 60px 15px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.fondo-pagina {
  text-align: center;
  color: white;
  font-size: 12px;
  font-family: "Fjalla One", sans-serif;
  margin-top: 1.2rem;
  padding-right: 5px;
  padding-left: 5px;
}

.fondo-pagina a {
  color: white;
}

.fondo-pagina a:hover {
  color: #e2000f;
  text-decoration: none;
}

a:hover {
  color: white;
}

button:focus {
  outline: 0px auto -webkit-focus-ring-color !important;
}

.arrow {
  max-width: 25px;
}

.red {
  color: #e2000f;
}

.white {
  color: #fff;
}

/*
|--------------------------------------------------------------------------
| Titoli personalizzati con sottolineatura
|--------------------------------------------------------------------------
|
*/

.fancy-word {
  position: relative;
  display: inline-block;
  line-height: 1.8em;
  z-index: 5;
  font-size: 18px;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
}

.fancy-word::after {
  content: "";
  position: absolute;
  bottom: 0.8em;
  right: 0;
  height: 0.5em;
  width: 100%;
  background-color: #e2000f;
  z-index: -1;
}

li.active .fancy-word::after {
  background-color: #20216e;
}

.fancy-word:hover::after {
  background-color: #20216e;
}

/*
|--------------------------------------------------------------------------
| Custom NavBar
|--------------------------------------------------------------------------
|
*/

.navbar-dark .navbar-nav .nav-link {
  color: white;
  margin-left: 100px;
}

.nav-fix {
  background: #000;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(226, 0, 15, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: #fff;
}

.button:focus {
  outline: 0px auto -webkit-focus-ring-color;
}

/*
|--------------------------------------------------------------------------
| Mediaqueries 992px < x < 1100px
|--------------------------------------------------------------------------
|
*/

@media screen and (max-width: 1150px) and (min-width: 992px) {
  .navbar-brand {
    margin-right: -6rem;
  }
}

/*
|--------------------------------------------------------------------------
| Mediaqueries x < 992px
|--------------------------------------------------------------------------
|
*/

@media screen and (max-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    margin-left: 0px;
  }
}

/*
|--------------------------------------------------------------------------
| Mediaqueries x < 450px
|--------------------------------------------------------------------------
|
*/

@media screen and (max-width: 450px) {
  .navbar-brand {
    width: 65%;
  }
}
