html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,main,menu,nav,section{display:block}
summary{display:list-item}
audio,canvas,progress,video{display:inline-block}
progress{vertical-align:baseline}
audio:not([controls]){display:none;height:0}[hidden],template{display:none}

body,h1,h2,h3,h4,h5,h6 {font-family: 'Montserrat', serif;}

body, html {
  height: 100%;
  color: #FFFFFF;
  line-height: 0.9;
  margin:0
}

.wrapper {
  background-image: url('glbg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr min(65ch, 100%) 1fr;
  grid-template-rows: auto;
  grid-template-areas: 
    "header header header"
    "lsidebar cmain rsidebar"
    "footer footer footer";
  justify-items: right;
  align-items: end;
  text-align: right;
}
.wrapper > * {
  grid-column: 2;
}

.full-bleed {
  width: 100%;
  grid-column: 1 / 4;
}

.cmain {
  
}

.txtitle {
  font-size: 5.5vmin;
  letter-spacing: .2rem;
}
.txsubtitle {
  font-size: 3.5vmin;
  color: #CCCCCC;
  letter-spacing: .2rem;
}
.imglink {
  width:10vmin;
}

/* First image (Full height) */
.bgimg-1 {
  background-image: url('glbg.jpg');
  min-height: 100%;
}
/* Create a Parallax Effect */
.bgimg-1, .bgimg-2, .bgimg-3 {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.w3-wide {letter-spacing: 10px;}
.w3-hover-opacity {cursor: pointer;}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1600px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
    min-height: 400px;
  }
}