@charset "utf-8";
/* CSS Document */

body {
  /* Image Location */
  /*background-image: url("../images/bg-colline-conegliano.jpg");*/

  /* Background image is centered vertically and horizontally at all times */
  /*background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;*/
  background-color: #001f59 !important;
}

img {
  width: 250px;
}

h1 {
  color:#ffffff;
  font-family: Times, "Times New Roman";
  font-size: 50px !important;
}

h2 {
  color:#ffffff;
  font-family: Times, "Times New Roman";
  font-size: 22px !important;
  /*font-size: calc(8vw + 1vh + 1vmin);*/
  font-weight: bold !important;
}

/* Portrait */
/*@media screen and (orientation:portrait) {
  .fixed-bottom {
    position: fixed !important;
  }
}*/
/* Landscape */
@media screen and (max-device-width: 1025px) and (orientation:landscape) {
  .fixed-bottom {
    position: relative !important;
  }
}

/*@media (min-width: 641px) and (max-width: 720px){
    h2 {
        font-size: 18px !important;
    }
}

@media (min-width: 321px) and (max-width: 640px){
    h2 {
        font-size: 16px !important;
    }
}*/

@media (max-device-width: 767px) {
  .fixed-bottom {
   position: relative !important;
  }
  img {
    float:left;
  }
}

@media (max-device-width: 380px) {
  h1 {
    font-size: 44px !important;
  }
}