body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: black;
  color: white; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: "Knockout_Light";
  src: url("../fonts/Knockout-Light.otf") format("truetype"); }

@font-face {
  font-family: "Knockout_Normal";
  src: url("../fonts/Knockout-Normal.otf") format("trueType"); }

@font-face {
  font-family: "Knockout_Bold";
  src: url("../fonts/Knockout-Bold.otf") format("truetype"); }

.roboto_regular_base, .robo_reg_26, .robo_reg_22, .robo_reg_16, .robo_reg_12 {
  font-family: "Roboto_Regular";
  color: #1a1a1a; }

.robo_reg_26 {
  font-size: 26px; }

.robo_reg_22 {
  font-size: 22px; }

.robo_reg_16 {
  font-size: 16px; }

.robo_reg_12 {
  font-size: 12px; }

.robo_reg_26.blue,
.robo_reg_22.blue,
.robo_reg_16.blue,
.robo_reg_12.blue {
  color: #007BFF; }

.robo_reg_26.gray,
.robo_reg_22.gray,
.robo_reg_16.gray,
.robo_reg_12.gray {
  color: #C0C0C0; }

.roboto_medium_base, .robo_med_26, .robo_med_22, .robo_med_16, .robo_med_12 {
  font-family: "Roboto_Medium";
  color: #1a1a1a; }

.robo_med_26 {
  font-size: 26px; }

.robo_med_22 {
  font-size: 22px; }

.robo_med_16 {
  font-size: 16px; }

.robo_med_12 {
  font-size: 12px; }

.robo_med_26.blue,
.robo_med_22.blue,
.robo_med_16.blue,
.robo_med_12.blue {
  color: #007BFF; }

.robo_med_26.gray,
.robo_med_22.gray,
.robo_med_16.gray,
.robo_med_12.gray {
  color: #C0C0C0; }

.roboto_bold_base, .robo_bold_26, .robo_bold_22, .robo_bold_16, .robo_bold_12 {
  font-family: "Knockout_Light";
  color: #1a1a1a; }

.robo_bold_26 {
  font-size: 26px; }

.robo_bold_22 {
  font-size: 22px; }

.robo_bold_16 {
  font-size: 16px; }

.robo_bold_12 {
  font-size: 12px; }

.robo_bold_26.blue,
.robo_bold_22.blue,
.robo_bold_16.blue,
.robo_bold_12.blue {
  color: #007BFF; }

.robo_bold_26.gray,
.robo_bold_22.gray,
.robo_bold_16.gray,
.robo_bold_12.gray {
  color: #C0C0C0; }

@-webkit-keyframes raveOn {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

#navigation-container {
  width: 1200px;
  margin: 0 auto;
  height: 70px; }
  @media only screen and (max-width: 600px) {
    #navigation-container {
      width: 100%;
      display: flex;
      justify-content: center; } }

section.gallery {
  margin: 1rem 0rem; }
  section.gallery .corner {
    padding: 1rem;
    border: 3px solid #FFC027;
    /* Create four equal columns that sits next to each other */
    /* Responsive layout - makes a two column-layout instead of four columns */
    /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */ }
    section.gallery .corner .row {
      display: -ms-flexbox;
      /* IE10 */
      display: flex;
      -ms-flex-wrap: wrap;
      /* IE10 */
      flex-wrap: wrap;
      padding: 0 4px; }
    section.gallery .corner .column {
      -ms-flex: 25%;
      /* IE10 */
      flex: 25%;
      max-width: 25%;
      padding: 0 4px; }
      section.gallery .corner .column img, section.gallery .corner .column video {
        margin-top: 8px;
        vertical-align: middle;
        width: 100%; }
    @media screen and (max-width: 800px) {
      section.gallery .corner .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%; } }
    @media screen and (max-width: 600px) {
      section.gallery .corner .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%; } }

.navigation-bar {
  background-color: #4c494a59;
  height: 70px;
  width: 100%;
  text-align: center; }
  .navigation-bar img {
    float: left;
    width: 200px; }
    @media only screen and (max-width: 600px) {
      .navigation-bar img {
        width: 50%; } }
  .navigation-bar ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 600px) {
      .navigation-bar ul {
        display: none; } }
    .navigation-bar ul li {
      list-style-type: none;
      padding: 0px;
      height: 24px;
      margin-top: 4px;
      margin-bottom: 4px;
      display: inline; }
      .navigation-bar ul li a {
        color: #fafafa;
        font-size: 16px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        text-decoration: none;
        line-height: 70px;
        padding: 5px 15px;
        opacity: 0.7; }

#menu {
  float: right; }

.home_header {
  /* Style the video: 100% width and height to cover the entire window */
  width: 100%;
  /* Add some content at the bottom of the video/page */ }
  .home_header .container-fluid {
    position: relative;
    padding: 0px; }
    .home_header .container-fluid .layer {
      background-color: rgba(0, 0, 0, 0.473);
      position: absolute;
      width: 100%;
      width: 30vh; }
      @media only screen and (max-width: 600px) {
        .home_header .container-fluid .layer {
          width: 100%;
          height: 70vh; } }
    .home_header .container-fluid .presentation {
      position: absolute;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      display: flex;
      justify-content: center; }
      .home_header .container-fluid .presentation .logo {
        width: 70%; }
        @media only screen and (max-width: 600px) {
          .home_header .container-fluid .presentation .logo {
            width: 80%; } }
      .home_header .container-fluid .presentation .description {
        padding: 1rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        width: 80%; }
        .home_header .container-fluid .presentation .description .main {
          font-weight: 200; }
        .home_header .container-fluid .presentation .description .contact {
          font-weight: 200; }
    .home_header .container-fluid .video-container {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%; }
      .home_header .container-fluid .video-container #myVideo {
        width: 30vh;
        height: 100%; }
        @media only screen and (max-width: 600px) {
          .home_header .container-fluid .video-container #myVideo {
            width: 100%;
            height: 70vh; } }
  .home_header #myBtn:hover {
    background: #ddd;
    color: black; }

section.home-description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  section.home-description .description {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1rem; }
    section.home-description .description .main {
      font-weight: 200; }

.mappa-wrapper .title-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem; }
  .mappa-wrapper .title-container span {
    font-size: 2rem;
    color: white; }
  .mappa-wrapper .title-container a {
    color: #FFC027;
    font-weight: 400; }

.mappa-wrapper .esterno {
  width: 100%; }

.footer_wraper {
  background-color: #FFC027; }
  .footer_wraper .footer-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1rem; }
    @media only screen and (max-width: 600px) {
      .footer_wraper .footer-title {
        align-items: center; } }
    .footer_wraper .footer-title .divisor {
      width: 20%;
      border: 1px solid #2a2929;
      height: 1px; }
    .footer_wraper .footer-title h3 {
      font-family: "Knockout_Light";
      color: #2c2b2b;
      font-size: 1.5rem; }
      @media only screen and (max-width: 600px) {
        .footer_wraper .footer-title h3 {
          font-size: 1rem; } }
  .footer_wraper .icons-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    gap: 2rem;
    padding: 1.5rem; }
    .footer_wraper .icons-container .icon {
      cursor: pointer; }
      .footer_wraper .icons-container .icon img {
        width: 25px;
        height: 25px; }

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100; }

.my-float {
  margin-top: 16px; }

@-webkit-keyframes blinker {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.glow {
  font-family: "Knockout_Light";
  margin-top: 2rem;
  font-size: 50px;
  color: #fff;
  text-align: center;
  animation: glow 1s ease-in-out infinite alternate; }
  @media only screen and (max-width: 600px) {
    .glow {
      font-size: 27px; } }

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fdb4ca, 0 0 20px #fdb4ca, 0 0 30px #871618, 0 0 40px #871618, 0 0 50px #871618, 0 0 60px #871618, 0 0 70px #871618; }
  to {
    text-shadow: 0 0 20px #fdb4ca, 0 0 30px #e23e64, 0 0 40px #ff4da6, 0 0 50px #e23e64, 0 0 60px #e23e64, 0 0 70px #e23e64, 0 0 80px #e23e64; } }

.mob_hidden {
  display: block; }
  @media only screen and (max-width: 767px) {
    .mob_hidden {
      display: none; } }

.tab_hidden {
  display: block; }
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .tab_hidden {
      display: none; } }
