
body {
    text-align: center;
    background-color: white;
    /* background-color: lightsteelblue; */
    /* background-image: url(../images/pattern-checkerboard-cross-pink.jpg); */
    background-repeat: repeat;
    padding: 0;
    margin: 0;
}

div.container {
    width: calc(83.33333% - 1px);
    max-width: calc(83.33333% - 1px);
    display: inline-block;
    height: 100%;
    font-family: 'Open Sans', 'Roboto-light', sans-serif;
    font-size: 19px;
    font-weight: 300;
}

img.banner_image {
    width: 100%;
    border-radius: 5px;
}

img.logo_image {
    max-height: 81px;
    /* margin: 5px; */
    display:inline-block;
    vertical-align: middle;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* --------------------------------------------------------------------------------------------------- */
/* HERO                                                                                                */
/* --------------------------------------------------------------------------------------------------- */


div.hero_cell_left {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  font-family: 'Open Sans';
  font-weight: 300;
  padding-right: 39px;
  color: rgba(56, 56, 56, 1);
}

div.hero_cell_right {
  display: table-cell;
  width: 56%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  div.hero_cell_left,
  div.hero_cell_right {
    display: block;
    text-align: center;
    width: 95%;
    padding: 13px;
  }
}

h1 {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 39px;
    font-weight: 500;
}

h1.h1_hero {
    font-family: 'Roboto Slab', sans-serif;
    font-size: 56px;
    line-height: 60px;
    font-weight: 500;
    font-style: normal;
    color: rgba(0, 0, 0, 1);
    padding-left: 13px;
}

h2 {
  font-family: 'Roboto Slab', sans-serif;
  font-size: 23px;
  font-weight: 500;
}

h2.h2_hero {
    padding-left: 13px;
}

p.p_hero {
    padding-left: 13px;
    margin-bottom: 13px;
}

/* --------------------------------------------------------------------------------------------------- */
/* SECTION                                                                                                */
/* --------------------------------------------------------------------------------------------------- */

div.section_light, div.section_dark {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    /* padding: 13px; */
    margin-top: 3px;
    margin-bottom: 13px;
}

div.section_light {
    background-color: rgba(255, 255, 255, 0.56);
}

div.section_dark {
    background-color: rgba(135, 135, 135, 0.13);    
}

p.section_content {
    padding: 0;
    padding-left: 13px;
    padding-right: 13px;
}

div.section_left_big {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-family: 'Open Sans';
    font-weight: 300;
    padding-right: 39px;
    color: rgba(56, 56, 56, 1);
    width: 65%;
}

div.section_right_small {
  display: table-cell;    
}

div.section_blank {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    font-family: 'Open Sans';
    font-weight: 300;
    padding-right: 39px;
    color: rgba(56, 56, 56, 1);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {

  div.section_left_big,
  div.section_right_small {
    display: block;
    text-align: center;
    width: 95%;
    padding: 13px;    
  }

  div.section_blank {
    display: none;
  }
}

div.quote {
    font-family: 'Rouge Script';
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

div.quote_extra {
    font-family: Roboto, Lato, 'Open Sans', sans-serif; 
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

div.footer_bold_text {
  font-family: Roboto, sans-serif; 
  font-size: 25px;
  font-weight: 400;
  display: block;
  text-align: center;
  padding: 3px;
  padding-top: 23px;
  padding-bottom: 13px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) {

  div.footer_bold_text {
    font-size: 17px;
  }
}

div.footer_small_text {
  font-family: Roboto, sans-serif; 
  font-size: 15px;
  font-weight: 400;
  display: block;
  text-align: center;
  line-height: 17px;
  padding: 3px;
  padding-top: 9px;
  padding-bottom: 13px;
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) {

  div.footer_small_text {
    font-size: 10px;
  }
}


/* --------------------------------------------------------------------------------------------------- */
/* FOOTER                                                                                              */
/* --------------------------------------------------------------------------------------------------- */

.footer-d {
    width: 100%;

    font-family: Roboto, 'Open Sans', sans-serif; 
    font-size: 17px;
    font-weight: 300;
    line-height: 26px;
    /*line-height:30px;*/
    text-align:center;
    vertical-align: middle;
    /*text-transform: lowercase;*/
    position: relative;

    padding: 0;
    margin: 0 auto;
    display: inline-block;

    border-spacing: 7px;
    border-collapse: separate;
}

.footer-d {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
}

.footer-d a {
  color: rgba(0, 0, 0, 1);
  text-decoration: none;
}

.footer-d a:hover {
  color: rgba(0, 0, 0, 0.56);
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 736px) {

  .d, .footer-d {
    width: 90%;
    padding: 13px;
  }
}


.grid-container {
  display: grid;
  align-items: center;
  /* grid-template: auto / auto auto auto; */
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-gap: 2rem;
  /* grid-gap: 13px; */
  background-color: #eee;
  padding: 13px;
  border-radius: 15px;
  margin: 0 auto;
  width:81%;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 736px) {
  .grid-container {
    width:98%;
  }
}

.grid-container>div.grid-box {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
  border-radius: 13px;
}
