/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

.header-top__container {
  padding: 5px 0;
}

.content-top__section {
  padding: 10px 0;
}

.col-12 h2.title {
  margin: 40px 0 30px;
  font-size: 38px;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-weight: 700;
}

.col-12 h3.title {
  text-align: center;
  margin-top: 1.3rem;
}

.main-content__section {
  padding: 20px 0 20px 0;
}

.sidebar__section {
  padding: 20px 0 20px 20px;
}

.highlighted__section {
  padding: 30px 0 100px;
}

.field--name-field-mt-srv-link, .field--name-field-mt-highlight-link {
  margin-bottom: 20px;
}

p {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 667px) {
  #block-elegantplus-rightlogo {
    display: none !important;
  }
}

/* grid adjustments for small screens  */
/*
@media (max-width: 991px) {
*/
@media (max-width: 799px) {
    .site-branding .logo img {
      max-width: 100%;
    }
    .logo-and-site-name-wrapper {
        grid-template-columns: 35px 1fr;
        margin-right: 56px;
    }
}

