
* {
  box-sizing: border-box;
}
body {
  font-family: 'Cormorant Garamond';
  font-weight: 600;
  font-size: 14pt;
  color: #947256;
}

/*TEXT*/

p {
  margin: 0;
  padding: 0 0 20px 0;
  text-align: justify;
}
h1, h2, h3, h4, h5 {
  margin: 0;
  padding-bottom: 20px;
  line-height: 1em;
  font-weight: 700;
  text-transform: uppercase;
}
h1 {
  font-size: 50pt;
  text-transform: uppercase;
}
h2 {
  font-size: 35pt;
}
h3 {
  font-size: 25pt;
}
h4 {
  font-size: 20pt;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: right;
}
.text-right {
  text-align: right;
}

/*MAIN WRAPPER*/

.main-wrapper {
  display: grid;
  grid-template-columns: 10% 90%;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/*SIDEBAR WRAPPER*/

.sidebar-wrapper {
  background-color: #2C2118;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  align-items: center;
  justify-items: center;
}
.sidebar-wrapper h2 {
  writing-mode: vertical-rl;
  text-orientation: sideways;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin: 0;
  font-size: 3em;
  transform: rotateZ(180deg);
}
.sidebar-logo {
  width: 100px;
  height: auto;
}
.sidebar-logo img {
  width: 100%;
}

/*CONTENT WRAPPER*/

.content-wrapper {
  display: grid;
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  display: grid;
  grid-template-columns: 30% auto;
  position: relative;
}
.content-banner {
  background: rgb(195,155,122);
  background: linear-gradient(0deg, rgba(195,155,122,1) 0%, rgba(139,111,88,1) 100%);
  background-color: #C39B7A;
  display: grid;
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
  align-items: center;
  justify-items: center;
}
.content-banner img {
  width: 100%;
  height: auto;
}
.content {
  width: 100%;
  height: 100%;
  display: grid;
  grid-column-start: 2;
  grid-column-end: 3;
  position: relative;
}
.content-scroll {
  width: 100%;
  padding: 40px 40px;
  margin: auto;
  overflow-y: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-limit {
  width: 80%;
  margin: auto;
}

/*HEADER*/

.header {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #947256;
}
.header img {
  width: 350px;
  height: auto;
}

/*IMG BANNERS*/

.image-banner {
  width: 100%;
  height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: black;
  box-shadow: -10px 10px 0 rgba(148,114,86,0.4);
  margin-bottom: 40px;
}
.image-banner-small {
  height: 150px;
}
.image-banner-large {
  height: 400px;
}

/*COLUMNS*/

.row::after {
  content: "";
  clear: both;
  display: table;
}
[class*="col-"] {
  float: left;
  padding: 15px;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.col-12 {
  width: 100%;
}

/*RESPONSIVE*/

@media only screen and (max-width: 2200px) {
  .sidebar-wrapper h2 {
    font-size: 2em;
  }
  .sidebar-logo {
    width: 60px;
  }
}

@media only screen and (max-width: 1400px) {
  body {
    font-size: 12pt;
  }
  .content-limit {
    width: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 30pt;
    text-transform: uppercase;
  }
  h2 {
    font-size: 25pt;
  }
  h3 {
    font-size: 20pt;
  }
  h4 {
    font-size: 18pt;
  }
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 100%;
  }
}

@media only screen and (max-width: 840px) and (orientation: landscape) {
  .main-wrapper {
    display: grid;
    grid-template-columns: 10% 90%;
  }
  .sidebar-wrapper h2 {
    font-size: 1.5em;
    letter-spacing: 0.2em;
  }
  .sidebar-logo {
    width: 40px;
  }
  .content-wrapper {
    grid-template-columns: 100%;
    overflow-y: scroll;
  }
  .content-banner {
    display: none;
  }
  .content {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .content-scroll {
    width: 100%;
    padding: 20px;
  }
}

@media only screen and (max-width: 840px) and (orientation: portrait) {
  .main-wrapper {
    display: grid;
    grid-template-columns: 20% 80%;
  }
  .content-wrapper {
    grid-template-columns: 100%;
  }
  .content-banner {
    display: none;
  }
  .content {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .content-scroll {
    padding: 40px 20px;
  }
  .header img {
    width: 80%;
  }
}
