/*
Theme Name: 	Nomadic Escapes
Theme URI: 		https://nomadic-escapes/.com
Description: 	The totally nude Wordpress theme!
Version: 		4.0
Author: 		Elliot Jay Stocks & Keir Whitaker
Author URI: 	https://a-team.agency
Tags: 			custom theme
*/
/*
===========================
CONTENTS:

01 Sensible defaults
02 Typography
03 Media queries 
===========================
*/
/* ---------------------------------------------------------------------------------------------------------- 
01 Sensible defaults ----------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
@import "css/reset.css";
body {
  _overflow-y: hidden;
}

header#header_page {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 9999;
  -webkit-box-shadow: 0px 1px 2px #000;
  -moz-box-shadow: 0px 1px 2px #000;
  box-shadow: 0px 1px 2px #000;
  background-color: #005073;
  background: rgb(0, 80, 115);
  background: radial-gradient(circle, rgba(0, 80, 115, 0.8) 40%, rgba(0, 47, 68, 0.8) 100%);
}
body.people header#header_page {
  background: radial-gradient(circle, rgb(0, 80, 115) 40%, rgb(0, 47, 68) 100%);
}
body.contact header#header_page {
  background: radial-gradient(circle, rgb(0, 80, 115) 40%, rgb(0, 47, 68) 100%);
}
header#header_page h1 {
  position: absolute;
  display: inline-block;
  width: fit-content;
  height: auto;
  top: 16px;
  left: 20px;
  margin: 0;
}
header#header_page h1 a {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding-left: 25px;
}
header#header_page h1::before {
  position: absolute;
  display: inline-block;
  content: " ";
  width: 18px;
  height: 30px;
  background-image: url(img/logo.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-top: -5px;
}
header#header_page h1 span {
  display: inline-block;
  text-indent: -999em;
}
header#header_page nav#header_page_mavMain {
  position: absolute;
  display: grid;
  right: 20px;
  top: 15px;
  margin: 0;
  justify-content: right;
}
header#header_page nav#header_page_mavMain li {
  position: relative;
  display: block;
  width: 100%;
  grid-column: span 1;
  grid-row: 1/2;
}
header#header_page nav#header_page_mavMain li a {
  position: relative;
  display: block;
  padding-left: 25px;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}
header#header_page nav#header_page_mavMain li a:hover {
  text-decoration: none;
  color: #99b8ff;
  -webkit-transition: color 400ms ease-in-out;
  -moz-transition: color 400ms ease-in-out;
  -ms-transition: color 400ms ease-in-out;
  -o-transition: color 400ms ease-in-out;
  transition: color 400ms ease-in-out;
}

main.main_page {
  position: relative;
  display: block;
  width: 100%;
  top: 0px;
  box-sizing: border-box;
  overflow: hidden;
}
body.people main.main_page {
  height: fit-content;
}
body.contact main.main_page {
  height: fit-content;
}

section.section_content {
  position: relative;
  display: block;
  width: 100%;
  height: calc(100vh - 0px);
  box-sizing: border-box;
  overflow: hidden;
}
section.section_content article.section_content_grid {
  position: relative;
  display: grid;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
  align-content: center;
}
section.section_content article.section_content_grid div.section_content_grid_slideshow {
  position: relative;
  display: grid;
  width: 100%;
  height: 100vh;
  box-sizing: border-box;
  overflow: hidden;
  grid-row: 1/2;
  grid-column: 1/2;
  z-index: -1;
}
section.section_content article.section_content_grid div.section_content_grid_slideshow figure.slideshow_figure {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  grid-column: 1/2;
  grid-row: 1/2;
}
section.section_content article.section_content_grid div.section_content_grid_slideshow figure.slideshow_figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.section_content article.section_content_grid main.section_content_grid_main {
  position: relative;
  display: block;
  width: fit-content;
  height: fit-content;
  width: 100%;
  grid-column: 1/2;
  grid-row: 1/2;
  z-index: 100;
  margin-top: auto;
  margin-bottom: env(safe-area-inset-bottom);
  margin-left: 0px;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 25px;
  box-sizing: border-box;
  overflow: hidden;
  max-width: 680px;
  background: radial-gradient(circle, rgba(0, 80, 115, 0.8) 40%, rgba(0, 47, 68, 0.8) 100%);
  box-shadow: 2px -2px 3px 1px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px -2px 3px 1px rgba(0, 0, 0, 0.3);
}
section.section_content article.section_content_grid main.section_content_grid_main header.section_content_grid_header {
  position: relative;
  display: block;
  margin-bottom: 20px;
  border-bottom: 1px rgb(250, 250, 250) solid;
}
section.section_content article.section_content_grid main.section_content_grid_main header.section_content_grid_header h2 {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main {
  padding-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
  background-color: transparent;
  margin: auto;
  margin-bottom: 10%;
  max-width: 960px;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header {
  border-bottom: 0;
  margin-bottom: 0;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header figure.logo {
  position: relative;
  width: 160px;
  height: auto;
  margin: auto;
  margin-bottom: 40px;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header figure.logo img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header figure.logo svg {
  width: 100%;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header figure.logo .st0, section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header figure.logo .st1 {
  stroke-dasharray: 15000;
  stroke-dashoffset: 15000;
  animation: dash 4s ease-in-out forwards;
  _animation-fill-mode: backwards;
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0) scale(1, 1);
  _animation-iteration-count: infinite;
  _animation-direction: alternate;
}
section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header h2 {
  margin-bottom: 20px em;
  margin-bottom-display: block !important;
}

.section_people {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  top: 50px;
  padding-bottom: 80px;
  background: linear-gradient(180deg, rgb(255, 255, 255) 70%, rgb(158, 176, 184) 100%);
}
.section_people .section_content_grid_people {
  position: relative;
  display: block;
  max-width: 800px;
  grid-column: 2/3;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: white;
}
.section_people .section_content_grid_people .section_content_grid_people_main {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 40px;
}
.section_people .section_content_grid_people .section_content_grid_people_main header {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.section_people .section_content_grid_people .section_content_grid_people_main header h2 {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px #555 solid;
}
.section_people .section_content_grid_people .section_content_grid_people_main h3 {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
.section_people .section_content_grid_people .section_content_grid_people_main p {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
}
.section_people .section_content_grid_people .people_grid {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
}
.section_people .section_content_grid_people .people_grid article.person {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  background-color: rgba(0, 80, 115, 0.2);
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.section_people .section_content_grid_people .people_grid article.person figure {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  float: left;
  max-width: 33%;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: -20px;
  overflow: hidden;
  border-right: 10px white solid;
  border-bottom: 10px white solid;
  _box-shadow: 3px 3px 3px #002f44;
}
.section_people .section_content_grid_people .people_grid article.person figure img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.section_people .section_content_grid_people .people_grid article.person h4 {
  position: relative;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
}
.section_people .section_content_grid_people .people_grid article.person p {
  position: relative;
  display: inline;
}
.section_people .section_content_grid_people .people_grid article.person::after {
  content: "";
  clear: both;
}
.section_people .section_content_grid_people .people_grid article.person:nth-child(even) figure {
  float: right;
  margin-left: 20px;
  margin-right: -20px;
  border-right: none;
  border-left: 10px white solid;
  border-bottom: 10px white solid;
  _box-shadow: -3px 3px 3px #002f44;
}

.pagescroll-dots {
  position: fixed;
  top: 10%;
  right: 10px;
  width: 20px;
  z-index: 1000;
}
.pagescroll-dots span.dots {
  position: relative;
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 10px;
  opacity: 0.9;
  filter: blur(0.25px);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.pagescroll-dots span.dots i {
  position: relative;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  _overflow: hidden;
  text-indent: -999em;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.8);
  -webkit-box-shadow: 0px 1px 2px #000;
  -moz-box-shadow: 0px 1px 2px #000;
  box-shadow: 0px 1px 2px #000;
}
.pagescroll-dots span.dots.active {
  opacity: 1;
  filter: blur(0px);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.pagescroll-dots span.dots.active i {
  background-color: #005073;
}
.pagescroll-dots span.dots:hover {
  cursor: pointer;
}

.slideshow-controllers svg {
  height: 100vh;
  width: 50vw;
  opacity: 0;
}
.slideshow-controllers svg#control-left {
  cursor: url("img/cursor_left.png", auto) !important;
}
.slideshow-controllers svg#control-left:hover {
  cursor: url("img/cursor_left.png", auto) !important;
}
.slideshow-controllers svg#control-right {
  cursor: url("img/cursor_right.png", auto) !important;
}
.slideshow-controllers svg#control-right:hover {
  cursor: url("img/cursor_right.png", auto) !important;
}

#mc_embed_signup form {
  padding: 20px !important;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(0, 80, 115, 0.2);
  color: #555 !important;
  border-radius: 3px;
}
#mc_embed_signup form h2 {
  color: white !important;
}

.addresses {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  margin-bottom: 40px;
}
.addresses .address {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 10px;
  border: 1px rgba(0, 80, 115, 0.2) solid;
  padding: 20px;
  border-radius: 3px;
}
.addresses .address h3 {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  grid-column: 1/3;
}
.addresses .address h4 {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  grid-column: 1/3;
  margin-bottom: 10px;
}
.addresses .address label {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  grid-column: 1/2;
}
.addresses .address span {
  position: relative;
  display: grid;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  grid-column: 2/3;
}

.slideshow-dots {
  position: fixed;
  bottom: 10px;
  z-index: 1000;
  right: 20px;
}
.slideshow-dots .dots {
  position: relative;
  display: inline-block;
  width: 100%;
  width: 20px;
  margin-left: 10px;
  opacity: 0.9;
  filter: blur(0.25px);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.slideshow-dots .dots i {
  position: relative;
  display: block;
  padding: 5px;
  box-sizing: border-box;
  _overflow: hidden;
  text-indent: -999em;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: rgba(250, 250, 250, 0.8);
  -webkit-box-shadow: 0px 1px 2px #000;
  -moz-box-shadow: 0px 1px 2px #000;
  box-shadow: 0px 1px 2px #000;
}
.slideshow-dots .dots.active {
  opacity: 1;
  filter: blur(0px);
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.slideshow-dots .dots.active i {
  background-color: #005073;
}
.slideshow-dots .dots:hover {
  cursor: pointer;
}

.social {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  justify-content: center;
  align-content: center;
}
.social h3 {
  display: none;
}
.social figure {
  position: relative;
  display: block;
  margin: auto;
  width: 40px;
  height: 40px;
  grid-column: span 1;
  box-sizing: border-box;
  overflow: hidden;
}
.social figure a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.33;
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
}
.social figure a img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.social figure a:hover {
  -webkit-transition: opacity 400ms ease-in-out;
  -moz-transition: opacity 400ms ease-in-out;
  -ms-transition: opacity 400ms ease-in-out;
  -o-transition: opacity 400ms ease-in-out;
  transition: opacity 400ms ease-in-out;
  opacity: 0.66;
}
.social span {
  display: none;
}

@media screen and (min-width: 1024px) {
  section.section_content article.section_content_grid main.section_content_grid_main {
    margin-left: 20px;
  }

  .addresses {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 747px) {
  header#header_page {
    overflow: visible;
    height: 40px;
  }
  header#header_page h1 {
    top: 12px;
    left: 10px;
  }
  header#header_page #header_page_navToggle {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    height: 32px;
    width: 24px;
    opacity: 0.66;
  }
  header#header_page #header_page_navToggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 24px;
    background-color: rgba(250, 250, 250, 0.8);
    margin-bottom: 6px;
  }
  header#header_page nav#header_page_mavMain {
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    top: 40px;
    background-color: rgb(250, 250, 250);
    right: 0;
    padding-top: 40px;
  }
  header#header_page nav#header_page_mavMain li {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
  }
  header#header_page nav#header_page_mavMain li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header#header_page nav#header_page_mavMain.active {
    display: grid;
    grid-template-columns: 1fr;
    height: calc(100vh - 40px);
    padding-top: 20%;
    padding-bottom: 30%;
    box-sizing: border-box;
  }
  header#header_page nav#header_page_mavMain.active li {
    display: block;
    grid-column: 1/2;
    grid-row: span 1;
  }

  section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    background: transparent;
    margin-bottom: 20%;
  }
  section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main header.section_content_grid_header h2 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  section.section_content#section_homepage_introdution article.section_content_grid main.section_content_grid_main p br {
    display: none;
  }

  section.section_content article.section_content_grid main.section_content_grid_main {
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px;
    padding-bottom: 40px;
    background: radial-gradient(circle, rgba(0, 80, 115, 0.8) 40%, rgba(0, 47, 68, 0.8) 100%);
    margon-bottom: 15%;
  }
  section.section_content article.section_content_grid main.section_content_grid_main header.section_content_grid_header {
    border-bottom-color: rgba(250, 250, 250, 0.8);
    margin-bottom: 10px;
  }
  section.section_content article.section_content_grid main.section_content_grid_main header.section_content_grid_header h2 {
    padding-bottom: 10px;
  }

  .section_people .section_content_grid_people {
    padding-top: 20px;
  }
  .section_people .section_content_grid_people .section_content_grid_people_main {
    margin-bottom: 20px;
  }
  .slideshow-dots {
    display: none;
  }

  .pagescroll-dots span.dots i {
    height: 5px !important;
    width: 5px !important;
  }
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
body {
  font-family: pragmatica, sans-serif;
  color: #555;
}

h1 {
  font-family: turnip-re, serif;
  font-size: 15px;
  font-weight: 400 !important;
}
h1 a {
  color: white;
  text-decoration: none;
}

nav#header_page_mavMain li {
  font-size: 16px;
  text-transform: lowercase;
  font-variant: small-caps;
}
nav#header_page_mavMain li a {
  color: white;
  text-decoration: none;
  letter-spacing: 2px;
}
nav#header_page_mavMain li a:hover {
  text-decoration: underline;
}

main.section_content_grid_main h2 {
  font-family: turnip-re, serif;
  font-size: 28px;
  font-weight: 400;
  color: rgb(250, 250, 250);
}
main.section_content_grid_main p {
  line-height: 1.6;
  color: rgb(250, 250, 250);
  font-size: 15px;
}

.section_people .section_content_grid_people .section_content_grid_people_main header h2 {
  font-family: turnip-re, serif;
  font-size: 28px;
  font-weight: 400;
  color: #555;
}
.section_people .section_content_grid_people .section_content_grid_people_main h3 {
  line-height: 1.6;
  color: #555;
  font-size: 18px;
  font-weight: 700;
}
.section_people .section_content_grid_people .section_content_grid_people_main p {
  line-height: 1.6;
  color: #555;
  font-size: 15px;
}
.section_people .section_content_grid_people .section_content_grid_people_main blockquote p {
  font-family: turnip-re, serif;
  font-size: 20px;
  font-style: italic;
  color: #005073;
}
.section_people .section_content_grid_people .people_grid article.person h4 {
  line-height: 1.6;
  _color: rgb(250, 250, 250);
  font-size: 16px;
  font-family: turnip-re, serif;
  font-weight: normal;
  color: black;
}
.section_people .section_content_grid_people .people_grid article.person p {
  line-height: 1.6;
  _color: rgb(250, 250, 250);
  font-size: 14px;
  color: black;
}

.addresses .address h3 {
  font-size: 13px;
}
.addresses .address h4 {
  font-size: 13px;
}
.addresses .address label {
  font-size: 13px;
  font-weight: 700;
}
.addresses .address span {
  font-size: 13px;
}
.addresses .address span a {
  color: #555;
  text-decoration: none;
}
.addresses .address span a:hover {
  text-decoration: underline;
}

#section_homepage_introdution article.section_content_grid main.section_content_grid_main {
  text-align: center;
}
#section_homepage_introdution article.section_content_grid main.section_content_grid_main h2 {
  font-family: turnip-re, serif;
  font-size: 32px;
  font-variant: small-caps;
  text-transform: lowercase;
  color: rgb(250, 250, 250);
  letter-spacing: 1px;
  font-weight: 900;
  text-shadow: 0px 2px 2px rgba(5, 5, 5, 0.8);
  line-height: 1;
}
#section_homepage_introdution article.section_content_grid main.section_content_grid_main h2 em {
  font-size: 64px;
  font-style: normal;
  display: block;
}
#section_homepage_introdution article.section_content_grid main.section_content_grid_main p {
  font-size: 20px;
  color: white;
  text-shadow: 0px 2px 2px rgba(5, 5, 5, 0.8);
  line-height: 1.8;
}

@media screen and (max-width: 747px) {
  h1 {
    font-size: 14px;
  }

  nav#header_page_mavMain li a {
    color: #005073;
    font-size: 20px;
  }

  #section_homepage_introdution article.section_content_grid main.section_content_grid_main {
    text-align: center;
  }
  #section_homepage_introdution article.section_content_grid main.section_content_grid_main h2 {
    font-size: 20px;
    line-height: 1.2;
  }
  #section_homepage_introdution article.section_content_grid main.section_content_grid_main h2 em {
    font-style: normal;
    font-size: 36px;
  }
  #section_homepage_introdution article.section_content_grid main.section_content_grid_main p {
    font-size: 15px;
  }
  #section_homepage_introdution article.section_content_grid main.section_content_grid_main .ml2 {
    font-size: 16px;
  }

  section.section_content article.section_content_grid main.section_content_grid_main header.section_content_grid_header h2 {
    font-size: 20px;
    font-weight: 700;
    color: rgb(250, 250, 250);
  }
  section.section_content article.section_content_grid main.section_content_grid_main p {
    font-size: 13px;
    line-height: 1.8;
    color: rgb(250, 250, 250);
  }
}
div,
article,
section,
header,
footer,
nav,
li {
  position: relative;
  /* For absolutely positioning elements within containers (add more to the list if need be) */
}

.group:after {
  display: block;
  height: 0;
  clear: both;
  content: ".";
  visibility: hidden;
  /* For clearing */
}

body {
  background: #fff;
  /* Don't forget to style your body to avoid user overrides */
}

::-moz-selection {
  background: #ff0;
  color: #333;
}

::selection {
  background: #ff0;
  color: #333;
}

/* ---------------------------------------------------------------------------------------------------------- 
02 Typography -----------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/*

14 / 16	= 		0.875em 		(14px equivalent)
16 / 16	= 		1em 			(16px equivalent)
18 / 16 = 		1.125em 		(18px equivalent)
21 / 16 = 		1.3125em 		(21px equivalent)
24 / 16 = 		1.5em 			(24px equivalent)
30 / 16 = 		1.875em 		(30px equivalent)

*/
body,
input,
textarea {
  /* We strongly recommend you declare font-weight using numerical values, but check to see which weights you're exporting first */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  /* This helps to identify headings at the initial build stage, but you should write something more precise later on */
}

/* ---------------------------------------------------------------------------------------------------------- 
03 Media queries (using a mobile-first approach) ------------------------------------------------------------
---------------------------------------------------------------------------------------------------------- */
/* 400 and up */
/* Retina Display */

/*# sourceMappingURL=style.css.map */
