html, body, h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat Alternates', sans-serif;
  color: black;
}

.block-system-branding-block {
  width: 125px;
}

.blue {
  color: #248EFF;
}
.green {
  color: #72D15A;
}

#header {
  background-color: white;
  background-image: url();
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 800;
  font-size: 1.5em;
  position: relative;
}

.region-secondary-menu {
  border-bottom-color: #248EFF;
  border-bottom-style: solid;
  border-bottom-width: medium;
}

.region-secondary-menu .menu-item a.is-active,
.region-secondary-menu .menu a:hover,
.region-secondary-menu .menu a:focus {
  color: #248EFF;
  text-decoration: none;
}

.node__content {
  font-size: 1.5em;
}

.cont span {
  font-weight: 800;
}

@media (min-width: 461px) {
  .region-header .site-branding {
    position: absolute;
    top: 0px;
  }
  .layout-sidebar-second .main-content {
    margin-left: 32px;
  }
  #block-gest-main-menu {
    height: 100%;
    background-color: #00000080;
  }
  .header .block .content {
    padding: 30px;
  }
  .site-branding__text {
    padding: 1.5em 125px;
    color: #72D15A;
    margin: 0px;
  }
  .site-branding__text a{
    color: #72D15A;
  }
  .site-branding__logo {
    position: absolute;
  }
  #header.header.front {
    background-image: url('/themes/gest/images/front.jpg');
    background-position: center;
    background-attachment: scroll;
    background-size: cover;
    min-height: 600px;
  }
  .layout-container {
    min-width: 100%;
  }
  .right {
    box-sizing: border-box;
    position: relative;
    float: right;
    text-align: right;
    right: 0;
  }
  .left {
    box-sizing: border-box;
    position: relative;
    float: left;
  }
  .text {
    width: 70%;
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    padding: 32px;
  }
  .image {
    width: 30%;
  }
  .image img {
    width: 100%;
  }
  .cont {
    overflow: auto;
    position: relative;
  }
  .main-content .section {
    padding: 0px;
  }
  .not-main {
    padding: 0px 3em;
  }
}

.featured-bottom {
  background-color: #545454;
  color: white;
}
.featured-bottom h1 {
  color: white;
}
.header .slogan h1 {
  color: white;
  margin: 0;
}
h1 {
  font-size: 2em;
  font-weight: 800;
  text-align: center;
  line-height: 1.5em;
}
h2 {
  font-size: 1.5em;
  font-weight: 800;
}
h3 {
  font-size: 1em;
  font-weight: 700;
}
h4 {
  font-size: 1em;
  font-weight: 400;
}
h5 {
  font-weight: 800;
}
h6 {
  font-style: italic;
}
.featured-bottom .region-featured-bottom-first {
  width: 100%;
}
.site-footer {
  background-color: black;
}
table {
  font-size: 1.5em;
  font-family: 'Montserrat Alternates', sans-serif;
}
tr {
  background: none;
  border-width: 0px;
  vertical-align: top;
}
tr td, tr th {
  border: 0px;
}
.slogan {
  position: relative;
  background-color: #00000080;
  padding: 200px 0px;
}
.region-header {
  padding-top: 0px;
}
.layout-main {
  margin-bottom: 0;
}
/*.sl-text {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}*/
