html {
  height: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
}

@font-face {
  font-family: "FuturaBT-Book";
  src: url("../fonts/FuturaBT-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Book.otf") format("opentype"), url("../fonts/FuturaBT-Book.woff") format("woff"), url("../fonts/FuturaBT-Book.ttf") format("truetype"), url("../fonts/FuturaBT-Book.svg#FuturaBT-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FuturaBT-Heavy";
  src: url("../fonts/FuturaBT-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/FuturaBT-Heavy.otf") format("opentype"), url("../fonts/FuturaBT-Heavy.woff") format("woff"), url("../fonts/FuturaBT-Heavy.ttf") format("truetype"), url("../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposFine-Semibold';
  src: url("../fonts/TiemposFine-Semibold.otf") format('opentype'),
       url("../fonts/tiempos-fine-semibold.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposFine-Regular';
  src: url("../fonts/TiemposFine-Regular.otf") format('opentype'),
       url("../fonts/tiempos-fine-regular.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'TiemposFine-Light';
  src: url("../fonts/TiemposFine-Light.otf") format('opentype'),
       url("../fonts/tiempos-fine-light.woff2") format('woff2');
  font-weight: normal;
  font-style: normal;
}


b {
  font-family: "FuturaBT-Heavy", "Verdana", sans-serif;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
}

.container {
  display: flex;
  height: calc(100vh - 40px);
  flex-direction: column;
  background-color: #262D33;
}

.column {
  flex-grow: 1;
  width: 50%; 
  overflow-y: auto;
}

.column-left {
  background-image: url("../img/pattern_city_grid.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; 
}

.column-right {
  background-color: #3D5C7A;
  justify-content: center; 
  align-items: center; 
  height: 100%;
  padding:0 20px 0 20px;
}

.staggered-text {
  display: inline-block;
  font-family: "TiemposFine-Light", sans-serif;
  color: #F5F5F5; /* White text */
  font-size: 7rem;
  line-height: 0.8; /* Control the line height to stack closely */
  margin-left: auto;
  margin-right: auto;
  margin-top: 10vh;
  text-align: left;
}

.staggered-text .line {
  display: block;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  margin: 0; 
}

.line1 {
  transform: translateX(-100px); 
}

.line2 {
  transform: translateX(150px); 
}

.line3 {
  transform: translateX(-10px); 
}

.line4 {
  transform: translateX(120px); 
}

.nuovo-brand-logo {
  height: 40px;
}

.nuovo-brand-seal {
  height: 40px;
  vertical-align: top;
  margin-left: -25px; 
}

.nuovo-header-logo-container{
  padding-top:50px;
  margin-left: auto;
  margin-right: auto;
}

.main-text-block {
  line-height:58px;
  font-family: "TiemposFine-Light", sans-serif;
  margin-left: auto;
  margin-right: auto;
  color:#F9F9F8; 
  font-size: 48px; 
  width:657px; 
  padding-top:100px; 
  text-align:left;
}

.sub-text-block {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 160;
  margin-left: auto;
  margin-right: auto;
  color:#BCDFC8; 
  width:657px;
  font-size: 24px; 
}

.footer-flex-container {
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 160;
  display: flex;
  justify-content: space-between; 
  align-items: flex-start;
  letter-spacing: 0.02em; 
  line-height: 1.2; 
}

.footer-left-column{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top:20px
}

.footer-right-column{
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-end !important; 
  justify-content: space-between !important; 
}

.footer-rightest-column{
  padding-left: 120px;
}

.nuovo-icon{
  color: white; 
  width: 400px; 
  height: 400px;
}

body * {
  box-sizing: border-box;
}

svg.icon {
  display: inline-block;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.flexCenter {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%;
}


@media (max-width: 650px) {
  .container {
    flex-direction: column;
    height: calc(100vh - 100px); 
  }

  .column {
    width: 100%;
  }
  .staggered-text {
    font-size: 3.5rem;
    line-height: 0.8; 
  }
  .line1 {
    transform: translateX(-80px); 
  }
  .line2 {
    transform: translateX(45px); 
  }
  .line3 {
    transform: translateX(-35px); 
  }
  .line4 {
    transform: translateX(35px);
  }
  .nuovo-brand-seal {
    margin-left: -15px; 
    height: 30px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {  .main-text-block {
  line-height:46px;
  font-size: 36px; 
  width:500px; 
}
.sub-text-block {
  width:500px;
  font-size: 20px; 
}
}

@media screen and (min-width: 600px) and (max-width: 1199px) {  
  .main-text-block {
  line-height:34px;
  font-size: 24px; 
  width:330px; 
  }
  .sub-text-block {
    width:330px;
    font-size: 15px; 
  }
  .footer-rightest-column{
    padding-left: 20px;
  }
  .footer{
    padding: 10px 60px 10px 60px;
  }
}

/* Mobile Exclusive Styles
@media only screen and (max-width: 650px) {
  .hideMobile {
    display: none !important;
  }
  scrolled-header {
    padding: 0 10px;
  }
  header-wrapper {
    background-image: url("../img/img1-mobile.jpg");
  }
  header-wrapper h1 {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    margin: 75px 0 100px;
    padding: 0 10px;
    display: block;
    float: left;
  }
  header-wrapper ul li#one {
    background-image: url("../img/img1-mobile.jpg");
  }
  header-wrapper ul li#two {
    background-image: url("../img/img2-mobile.jpg");
  }
  header-wrapper ul li#three {
    background-image: url("../img/img3-mobile.jpg");
  }
  header-wrapper ul li#four {
    background-image: url("../img/img4-mobile.jpg");
  }
  header-wrapper ul li#five {
    background-image: url("../img/img5-mobile.jpg");
  }
  div.content {
    padding: 50px 20px;
  }
  div.content > h1 {
    font-size: 30px;
    line-height: 40px;
  }
  div.content > p {
    font-size: 18px;
    line-height: 25px;
  }
  wrapper#bricks {
    background-image: url("../img/brick-mobile.jpg");
  }
  icon-wrapper {
    display: block;
    float: left;
    width: 100%;
    margin: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  icon-wrapper svg {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
  }
  icon-wrapper p {
    width: 100%;
    font-size: 30px;
    cursor: default;
    line-height: 20px;
  }
} */
/* Desktop Exclusive Styles 
@media only screen and (min-width: 651px) {
  scrolled-header {
    padding: 0 20px;
  }
  header-wrapper {
    background-image: url("../img/img1.jpg");
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
  }
  header-wrapper h1 {
    width: 100%;
    text-align: center;
    color: white;
    font-weight: normal;
    font-size: 65px;
    line-height: 70px;
    padding: 0 10px;
    margin: 150px 0 200px;
    display: block;
    float: left;
  }
  header-wrapper ul li#one {
    background-image: url("../img/img1.jpg");
  }
  header-wrapper ul li#two {
    background-image: url("../img/img2.jpg");
  }
  header-wrapper ul li#three {
    background-image: url("../img/img3.jpg");
  }
  header-wrapper ul li#four {
    background-image: url("../img/img4.jpg");
  }
  header-wrapper ul li#five {
    background-image: url("../img/img5.jpg");
  }
  div.content {
    padding: 50px;
  }
  div.content > h1 {
    font-size: 40px;
    line-height: 50px;
  }
  div.content > p {
    font-size: 20px;
    line-height: 30px;
  }
  wrapper#bricks {
    background-image: url("../img/brick.jpg");
  }
  icon-wrapper {
    display: block;
    float: left;
    width: 250px;
    margin: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  icon-wrapper svg {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
  }
  icon-wrapper p {
    width: 100%;
    font-size: 24px;
    cursor: default;
    line-height: 20px;
  }
}*/

header-wrapper {
  float: left;
  position: relative;
  width: 100%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background: #003c71;
  background: -webkit-gradient(left top, right top, color-stop(0%, #66435a), color-stop(100%, #003c71));
  background: linear-gradient(to right, #66435a 0%, #003c71 100%);
}
header-wrapper ul {
  list-style: none;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
header-wrapper ul li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  display: block;
  height: 100%;
  float: left;
}
header-wrapper h1 {
  position: relative;
  z-index: 1;
}
header-wrapper h1 span {
  max-width: 900px;
  display: inline-block;
}

divider-gradient {
  float: left;
  width: 100%;
  height: 18px;
  background: #b15533;
  background: -webkit-gradient(left top, right top, color-stop(0%, #cd7925), color-stop(100%, #b15533));
  background: linear-gradient(to right, #cd7925 0%, #b15533 100%);
}

header {
  position: relative;
  width: 100%;
  height: 175px;
}
header gradient {
  background: #003c71;
  background: -webkit-gradient(left top, right top, color-stop(0%, #66435a), color-stop(100%, #003c71));
  background: linear-gradient(to right, #66435a 0%, #003c71 100%);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
header svg {
  position: absolute;
  width: 400px;
  left: calc(50% - 200px);
  bottom: 0;
  display: block;
  color: white;
}

div.content {
  float: left;
  width: 100%;
  max-width: 900px;
  text-align: center;
}
div.content > h1 {
  width: 100%;
  font-weight: normal;
}
div.content > p {
  width: 100%;
}

div.first h1 {
  color: #003c71;
}
div.first h1 span {
  max-width: 730px;
  display: inline-block;
}

div.second {
  color: white;
}
div.second p span {
  max-width: 700px;
  display: inline-block;
}

div.third {
  color: #b15533;
  padding: 50px 30px 30px;
}
div.third p {
  font-size: 24px;
}

wrapper#marble {
  background-repeat: repeat;
  background-image: url("../img/marble.jpg");
}

wrapper#bricks {
  background-repeat: no-repeat;
  background-size: cover;
}

wrapper#arches {
  background-repeat: repeat-x;
  background-image: url("../img/arch.png");
  height: 150px;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #BCDFC8;
  color: #262D33;
  text-align: center;
  padding: 10px 60px 10px 60px;
  height: 100px;
}
footer svg {
  float: right;
  height: 90px;
  margin: 5px 0;
  color: white;
}

a {
  color: inherit;
  text-decoration: none;
}

scrolled-header {
  background: #003c71;
  background: -webkit-gradient(left top, right top, color-stop(0%, #66435a), color-stop(100%, #003c71));
  background: linear-gradient(to right, #66435a 0%, #003c71 100%);
  transform: translateY(-100%);
  height: 40px;
  width: 100%;
  transition: all 0.5s ease;
  box-shadow: 0 7px 7px -10px black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
scrolled-header svg {
  height: 40px;
  width: 100px;
  float: left;
  color: white;
}
scrolled-header.appear {
  transform: translateY(0);
}
scrolled-header div {
  float: right;
}
scrolled-header div a {
  height: 30px;
  transition: all 0.25s linear;
  float: left;
  margin: 5px 3px;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
scrolled-header div a svg {
  width: 24px;
  height: 24px;
  margin: 3px 8px 0 0;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.25s linear;
}
scrolled-header div a span {
  line-height: 30px;
  font-size: 14px;
}

@media screen and (min-width: 650px) and (max-width: 1199px) {  
  .main-text-block {
  line-height:34px;
  font-size: 24px; 
  width:330px; 
  }
  .sub-text-block {
    width:330px;
    font-size: 15px; 
  }
  .footer-rightest-column{
    padding-left: 40px;
  }
  footer{
    padding: 10px 30px 10px 30px;
  }
}

@media screen and (max-width: 649px) {  
  .main-text-block {
  line-height:30px;
  font-size: 20px; 
  width:280px; 
  padding-top: 30px;
  }
  .sub-text-block {
    width:280px;
    font-size: 12px; 
  }

  footer{
    padding: 10px 30px 10px 30px;
    height: 100px;
    text-align: left;
    font-size: 10px;
  }

  .footer-flex-container {
    display: inline;
    font-family: "acumin-variable", sans-serif;
    font-variation-settings: "slnt" 0, "wdth" 100, "wght" 160;
  }
  
  .footer-left-column{
    display: inline;
    
  }
  
  .footer-right-column{
    display: inline;
   
  }

  .footer-rightest-column{
    padding-left:40px
  }

  .nuovo-icon{
    color: white; 
    width: 300px; 
    height: 300px;
  }
}