html {
  background-image: url('images/grunge.gif');
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  height: 100vh;
  background-color: #413f3c;
  padding: 0 20px
}

#silktide-cookie-icon {scale: .6; display: block !important; bottom: 0 !important;}
#silktide-wrapper, #silktide-modal {
    font-family: 'Roboto',sans-serif !important;
}
.footer {font-family: 'Roboto',sans-serif !important;}
.silktide-logo {display: none !important;}
.modal-close {display: none !important;}
.st-button {font-family: 'Roboto',sans-serif !important;}

a {
    color:#ff6700;
}

.home_hotspot {
    position: absolute;
    width: 275px;
    height: 50px;
    padding-top: 6px;
}

#home {top: 8px; left: -55px;}

h2 {color: #ff6700}

body {
  color: #FFF;
  /*background-color: #413f3c;*/
  font-size: 1rem;
  font-weight: 300;
  font-family: 'Roboto',sans-serif;
  margin: 0 auto;
  max-width: 970px;
  letter-spacing: .5px;
  padding-bottom: 5rem;
}
.contact {float: left;}
.language {float: right;}

.page-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  clear: both;
  &::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    margin: 1.45rem 0;
    border-radius: 50%;
    background-image: url('images/targ.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
  }
}
.page-title {
    padding: .3rem 0 0 3.8rem;
    border-top: 9px solid rgba(255,255,255,0.3);
}
.page-title-left {
    letter-spacing: -.18rem;
    font-size: 3.6rem;
    font-weight: 900;
    font-family: 'Roboto',sans-serif;
    margin-bottom: -6px;
    transform-origin: top left;
    transform: scaleX(112%);
    padding-top: 4px;
}
.page-title-right {
    float: right;
    min-width: 200px;
    text-align: right;
    margin-bottom: -6px;
}

.page-strap {
    font-weight: 900;
    font-family: 'Roboto',sans-serif;
    padding-left: 56px;
    color: #ff6700;
    font-size: 1.54rem;
    letter-spacing: -.03rem;
    transform-origin: top left;
    transform: scaleX(112%);
}

.page-content {width: 100%; padding-bottom: 5rem;}

.content-left {
    float:left;
    width: 48%;
    margin-right: 1%;
}
.content-right {
    float:right;
    width: 51%;
    margin-bottom: 2.5rem;
 }

.content-full {
  border-top: 9px solid rgba(255,255,255,0.3);
  clear: both;
  padding: .5rem 1.5rem 3rem;
  background-color: rgba(0,0,0,0.3);
  /*border-radius: 1rem;*/
  border-bottom: 1px solid rgba(255,255,255,0.3);
  background-image: url('images/hatch_btm.png');
  background-repeat: no-repeat;
  background-position: left bottom -20px;
}

strong {
    font-size: 120%;
}

.opener {
    font-weight: 900;
    font-size: 1.2rem;
    margin: -.4rem 0 1.65rem 0;
}

.content-title {
    font-weight: 900;
    color: #ff6700;
    font-size: 1.3rem;
    margin-top: 2rem;
}

.page-footer {
    background-color: #272624;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    left: 0;
    color: #AAA;
    font-size: 90%;
}

.page-footer-inner {padding: .2rem;}

@media screen and (max-width: 760px) {
    .content-left {
        float:none;
        width: 100%;
        margin-right: 0;
    }
    .content-right {
        float:none;
        width: 100%;
        margin-bottom: 3rem;
    }
}

@media screen and (max-width: 500px) {
    .contact {float: none;}
    .language {float: none;}
}