/*** 
 * S&T Wood Exports Colours
 * Gold: #c49a6c / RGB: 196, 154, 108
 * Red: #931e1e / RGB: 147, 30, 30
 * Charcoal: #333333 / RGB: 51, 51, 51
 * ***/

.main-banner { 
  background: 
    linear-gradient(to bottom right, 
    rgba(196, 154, 108, 0.7), 
    rgba(147, 30, 30, 0.7)), 
    url(../images/banners/wood-collage.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff !important;
}

.section-fullscreen {
  min-height: 100vh;
}

.section-90 {
  min-height: 90vh;
}

.section-85 {
  min-height: 85vh;
}

.section-80 {
  min-height: 80vh;
}

.section-65 {
  min-height: 65vh;
}

.section-10 {
  min-height: 10vh;
}

.section-xlg {
  padding: 150px 0 !important;
}

.section-lg {
  padding: 60px 0 !important;
}

.section-md {
  padding: 40px 0 !important;
}

.section-sm {
  padding: 20px 0 !important;
}

.flex-vertical-center {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align:middle !important;
}
