body {
  color: #333;
  background-color: #fff;
}

.hidden {
  visibility: hidden;
  position: absolute;
}

.parallax-container {
  position: relative;
  overflow: hidden;
  max-height: 700px;
}

.parallax-container .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#clouds-container img {
  width: 100%;
  height: auto;
}
.banner-container
{
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.banner-container .banner-outer
{
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
}

.banner-container .banner-inner
{
  display: table-cell;
  vertical-align: middle;
}

.banner-container img
{
  width: 40%;
  margin: auto;
  vertical-align: middle;
  padding-bottom: 15%;
}


.parallax-container .brush-container {
  position: absolute;
  bottom: 0;
  z-index: 20;
}

.parallax-container .brush-container img {
  width: 100%;
}

.parallax-container .parallax {
  position: relative;
}

#main {
  position: relative;
  background-color: #fff;
  min-height: 90vh;
  padding-top: 50px;
}

#main .intro {
}

#main .intro p.sub-title {
  font-size: 2em;
  font-weight: bold;
  color: #A0A4A8;
}

#main .intro h2 {
  font-size: 3.5em;;
  text-align: right;
  padding-right: 2em;
  font-weight: bold;

}

#main .intro p.info-text {
  margin-top: 30px;
  font-size: 18px;
}

#main .stand {
  text-align: right;
}

#omaggio-form {
  margin-top: 40px;
  padding-bottom: 300px;
}

#omaggio-form select.custom-select
{
  height: auto;
  padding: 0.5rem 1rem;
}

#omaggio-form input, #omaggio-form select, #omaggio-form #notes
{
  border: 2px solid #000;
	border-radius: 100px;
}

#omaggio-form .form-group {
  margin-bottom: 0;
}

#omaggio-form .field-wrapper {
  margin-bottom: 1em;
}

#omaggio-form button[type="submit"] {
  background-color: #000;
  color: #FFF;
  width: 100%;
  max-width: 400px;
  border: 2px solid #000;
  border-radius: 100px;
  font-weight: 800;
  font-size: 17px;
  padding: 0.7rem 1rem;
}

#omaggio-form .custom-checkbox .custom-control-label::before
{
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
}

#omaggio-form .custom-control-input:checked~.custom-control-label::before
{
  background: #b7b6b4;
}

#omaggio-form #notes{
  padding: 1rem;
  border-radius: 30px;
}

footer {
	position: absolute;
	bottom: 20px;
	width: 100%;
  text-align: center;
	margin-left: -15px;
}

footer img.logo {
  width: auto;
  height: auto;
  margin: auto;
  margin-bottom: 15px;
}

footer p {
  margin: 0;
  color: #000;
}


.language-selector {
  position: fixed;
  top: 40px;
  z-index: 999;
  right: 10px;
  background-color: transparent;
}

.language-selector .flag {
  height: 43px;
  padding: 0;
  margin: 0 0 1px 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.language-selector .flag:hover,
.language-selector .flag.active {
  margin-left: -10px;
}

button[type="submit"]
{
  cursor: pointer;
}

button[type="submit"] i {
  font-size: 22px;
}


#main .form-control:focus
{
  box-shadow: 0 0 0 0.2rem #b7b6b4 !important;
}

@media(max-width: 991px)
{
  #main .intro p.sub-title
  {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0;
  }

  #main .intro h2
  {
    font-size: 38px;
    padding-right: 35px;
    line-height: 1;
  }

  #main .intro p.info-text
  {
    margin-top: 20px;
    font-size: 16px;
  }

  #main .stand
  {
    text-align: center;
    margin-bottom: 15px;
  }
  
  #main .stand img
  {
    max-height: 80px;
  }

  #omaggio-form
  {
    margin-top: 20px;
  }

  #omaggio-form input, #omaggio-form select, #omaggio-form textarea
  {
    font-size: 15px;
  }

  #omaggio-form button[type="submit"]
  {
    padding: 0.5rem 1rem;
    font-size: 15px;
    width: 100%;
  }

  footer
  {
    font-size: 14px;
  }

  footer img.logo
  {
    width: auto;
  }
}

