/* W3 CSS Mods */
.w3-sidebar {
  z-index: 3;
  width: 150px;
  top: 43px;
  bottom: 0;
  height: inherit;
}

.w3-bar-item {
  font-family: 'Crimson Text', serif;
  font-size: 18px !important
}

.w3-black {
  background-color: rgba(22, 22, 23, .8) !important
}

/* Style CSS */

.jumptarget::before {
  content: "";
  display: block;
  height: 43px;
  /* fixed header height*/
  margin: -43px 0 0;
  /* negative fixed header height */
}

.logo {
  background-color: rgba(22, 22, 23, .8) !important;
  float: left;
  padding-left: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
}

h1 {
  font-family: 'Crimson Text', serif;
  font-weight: 700;
  font-size: 72px;
  margin-bottom: 0px;
  margin-top: 0px;
  line-height: 1.0;


}

h2 {
  font-family: "exo", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0px;
}

h3 {
  font-family: "exo", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 0px;
}

h4 {
  font-family: "Merriweather", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

p {
  font-family: "exo", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

body,
html {
  height: 100%
}

.bgimg {
  background-image: url('images/street-1k.jpg');
  min-height: 100%;
  background-position: bottom;
  background-size: cover;
}

.relative {
  position: relative;
}

.bottom {
  position: absolute;
  text-align: center;
  bottom: 10px;
  width: 100%;
}

.margint0 {
  margin-top: 0px;
}

.images {
  max-width: 1000px;
  width: 100%;
}

.gold {
  color: rgb(212, 175, 55) !important;
}

.goldbg {
  background-color: #d4af37 !important;
}

.w3-gold, .w3-hover-gold:hover {
  color: #fff !important;
  background-color: #d4af37 !important
}

.goldtext {
  font-family: 'Crimson Text', serif;
  color: rgb(212, 175, 55) !important;
  text-shadow: 1px 1px black;
}

.goldgrad {
  font-family: 'Times New Roman', serif;
  background-image: linear-gradient(to right,
      #b6923b 0,
      #DED77C 25%,
      #D2AC47 45%,
      #d6b459 50%,
      #D2AC47 55%,
      #DED77C 78%,
      #b6923b 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.goldgradlt {
  font-family: 'Times New Roman', serif;
  background-image: linear-gradient(to right,
      #AE8626 0,
      #F7EF8A 25%,
      #D2AC47 45%,
      #F7EF8A 50%,
      #EDC967 55%,
      #F7EF8A 78%,
      #AE8626 100%);
  color: transparent;
  -webkit-background-clip: text;
}

.blackbox {
  margin: auto;
  width: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  width: 288px