html {
  background: url(../images/lu-background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color:#3F2723;
}

body {
  background: none;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  
}

.ed-text-a {
  font-size: 0.8em;
  line-height: 24px;
}

.ed-text-b {
  font-size: 0.9em;
  line-height: 28px;
}

.ed-sinossi {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  color: #fff;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 0.8em;
  margin: 0;
}

.tbl-fed {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  width: 100%;
}

.tbl-fed a {
  color: #fff;
  text-decoration: underline;
}

.tbl-fed a:hover {
  color: #ccc;
  text-decoration: underline;
}

.ed-claim {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5em;
}

.ed-claim sub {
  bottom: 0px !important;
}

thead.tbl-fed-title {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
}

th.tbl-fed-title {
  font-size: 1rem;
  background: #572C2C;
  padding: 15px !important;
}

thead.tbl-fed-sub {
  background: #707C67;
  font-size: 0.9rem;

}

th.tbl-fed-sub {
  padding: 10px !important;
}

.tbl-fed tbody {
  background: rgba(0, 0, 0, 0.7);
  font-size: 0.8rem;
  color: #fff;
}

.sale {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 20px 0;
  /*box-shadow: 0px 2px 5px #000000;*/
}

.sale h1 {
  color: #fff;
}

.ed-col {
  max-width: 1100px;
  /*background: rgba(0, 0, 0, 0.4);*/
}

.ed-alert {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid #444;
  color: #fff;
}

.sale strong {
  font-size: 1.2em;
  color: #000;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  border: none;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bricklayer-column-sizer {
  width: 50% !important;
}

@media screen and (max-width: 580px) {
  .ed-sinossi {
    margin-top: 1.5em;
  }
  .ed-text-a{
    padding: 0.5em;
  }
  .ed-text-b{
    padding: 0.5em;
  }

  h2 {
    font-size: 0.7em;
  }

  .bricklayer-column-sizer {
    width: 100% !important;
  }

  .ed-claim {
    font-size: 0.8em;
  }
}

@media only screen and (min-width: 767px) {
  .tbl-fed tbody {
    font-size: .9em
  }

  th.tbl-fed-title {
    font-size: 1em;
  }

  thead.tbl-fed-sub {
    font-size: 1em;
  }
}