@import url("https://fonts.googleapis.com/css2?family=Great+Vibes");
/* FONTS, Font COLORS, LINKS  ========================================*/
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0 auto;
  max-width: 1100px;

  font-size: 16px;
  font-family: sans-serif;
  font-size: 16px;
  color: #302b2f;
}

h1 {
  font-family: "Great Vibes", cursive, sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  color: #8f26bd;
  margin: 0.6em auto;
  text-align: center;
}

h2 {
  font-family: Georgia;
  color: #5f1280;
  font-style: italic;
  font-size: 1em;
  font-weight: 600;
  max-width: 95%;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 1px;
  margin: 1em auto;
}

h3 {
  font-family: Geneva, Verdana, sans-serif;
  color: #751e9b;
  font-size: 1em;
  font-weight: 600;
  margin: 0.8em 0;
  text-align: center;
  letter-spacing: 1px;
}

p {
  font-size: 0.9em;
  line-height: 1.3em;
  text-align: justify;
  margin: 0.5em 0;
}

.list {
  font-size: 0.9em;
  line-height: 1.3em;
  margin: 0.3em 0;
}

.text-center {
  text-align: center;
}

.block {
  display: block;
}

/* Links ----------------------------------------------------*/
a {
  text-decoration: none;
  color: #8f26bd;
}
a:hover {
  text-decoration: underline;
}
a:active {
  transform: scale(1.1);
  color: #9f2cd1;
}

.myMenu > li {
}

.myMenu li a {
  font-weight: 500;
  color: #751e9b;
  font-size: 1em;
  display: block;
  padding-bottom: 4px;
  border-bottom: 3px solid transparent;
  transition: transform 0.2s;
}

.myMenu li a:hover {
  text-decoration: none;
  transform: scale(1.1);
}
.myMenu li a:active{
  /*border-bottom: 3px solid #751e9b; specified in indiv css file for each page*/
}

.mtop15 {
  margin-top: 15px;
}

.inl-b {
  display: inline-block;
}

/* GENERAL SCC =======================  */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*, *:before, *:after {
  box-sizing: inherit;
}


#overlay {
  position: fixed;
  /* Sit on top of the page content */
  display: none;
  /* Hidden by default */
  width: 100%;
  /* Full width (cover the whole page) */
  height: 100%;
  /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(104, 127, 156, 0.5);
  /* bg col with opacity */
  z-index: 20;
  /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer;
  /* Add a pointer on hover */
}

.icons {
  float: right;
}
img{
  border-radius: 4px;
}
.icons img {
  height: 1em;
  width: 1em;
  font-size: 1em;
  margin: 0 4px;
  transition: all 0.2s;
}
.icons img:hover, .icons img:active {
  transform: scale(1.2);
  text-decoration: none;
}

/* MENUES (links are in separate .scss file)======================= */
.myMenu {
  display: none;
  margin: 0;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  float: left;
  padding: 0;
}

.myMenu li {
  display: inline-block;
  list-style-type: none;
  margin-right: 15px;
}

/* W3 School PHONE Menu ======== */
/* The side navigation menu -----*/
.boxShadow {
  box-shadow: 0 0 1px 1px #a58ddb inset;
}

#hamburger-div {
  background-color: #fff;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
  padding: 3px;
  border-radius: 5px;
  border: 1px solid #8f26bd;
  text-align: center;
  height: 2em;
  width: 2em;
  float: left;
}
#hamburger-div:hover, #hamburger-div:active {
  filter: brightness(120%);
  cursor: pointer;
}

#hamburger-div p {
  margin: 0;
  font-size: 0.6em;
  line-height: 0.8em;
  color: #8f26bd;
}

.bars {
  background-color: #8f26bd;
  height: 3px;
  width: 100%;
  border-radius: 5px;
}

/*  .fas.fa-bars {
     font-size: 1.5em; margin: 0 auto; padding:0;
     color: $d-red;
     &:hover { color: $red;}
 }
 */
.sidenav {
  height: 14.5em;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /*Stay at the top */
  top: 30%;
  left: 0;
  /*Stay in place */
  z-index: 21;
  /* Stay on top */
  background-color: #fff;
  /* white*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding: 10px 0;
  /* Indent from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidenav */
  border-radius: 0 5px 5px 0;
}

/* The navigation menu links */
.sidenav a {
  color: #751e9b;
  padding: 14px 5px 14px 25px;
  text-decoration: none;
  font-size: 1.2em;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .sidenav a:active {
  color: #9f2cd1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: -5px;
  right: 3px;
  font-size: 28px;
  color: #751e9b;
}

/* End of Phone Menu */
/* LAYOUT =================================== */
/* ---------------------------------
PHONES PORTRAIT 320-767px (written without Media Query, default values)
  ---------------------------------*/
#top-img {
  position: relative;
  max-width: 100%;
  height: auto;
  z-index: -3;
  margin-bottom: 2px;
  box-shadow: 0 0 3px 0 rgba(237, 169, 33, 0.4);
  border-radius: 5px;
}

.nav-wrapper {
  margin: 15px 10px 0px 10px;
}

.main-wrapper {
  margin: 0px 10px 5px 10px;
  flex-grow: 1;
}

header::after {
  content: "";
  display: block;
  clear: both;
}

/*
.fb-customerchat {
  position: absolute;
  buttom: 2em; right: 2em;
}
*/
footer {
  clear: both;
  width: calc(100% - 30px);
  position: relative;
  margin: 8px auto;
  border-radius: 4px;
}

footer a {
  font-size: 0.6em;
  color: #a58ddb;
  display: inline;
}

#top-btn {
  display: inline-block;
  border: 1px solid #a58ddb;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  border-radius: 20%;
  position: absolute;
  top: -1.2em;
  right: 1em;
  z-index: 10;
  padding-top: 0;
  opacity: 0.7;
}

#top-btn:hover, #top-btn:active {
  cursor: pointer;
  opacity: 1;
}

#top-btn svg {
  fill: #a58ddb;
  width: 1em;
}

/* -------------------------------------------
  PHONES LANDSCAPE 320-767px
---------------------------------------------*/
@media screen and (min-width: 320px) and (orientation: landscape) {
  #hamburger-div {
    position: absolute;
    top: 10px;
    left: 10px;
    height: 2.5em;
    width: 2.3em;
  }

  #hamburger-div p {
    font-size: 0.8em;
  }

  .bars {
    height: 4px;
    width: 100%;
  }

  .sidenav {
    top: 0;
    height: 12em;
  }

  .icons {
    margin-top: -40px;
    margin-right: 3px;
    background-color: #e7e3e7;
    padding: 3px;
    border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
  }

  .icons img {
    font-size: 1.2em;
    margin: 0 4px;
  }

  .main-wrapper {
    margin: 10px 12px;
  }

  .content-div {
    margin: 5px;
  }
}
/*Closing Landscape Query*/
/* -------------------------------------------------
IPAD PORTRAIT, 768px and Up
---------------------------------------------------*/
@media screen and (min-width: 768px) {
  #hamburger-div, #w3Sidenav {
    display: none;
  }

  .nav-wrapper {
    margin: 23px 20px;
  }

  .main-wrapper {
    margin: 10px 15px;
  }

  .myMenu {
    display: block;
  }

  .icons {
    margin-top: -3px;
  }

  .icons img {
    font-size: 1.5rem;
    margin: 0 6px;
  }

  #top-btn {
    transform: scale(1.1);
  }
}
/*  --------------------------------------
IPAD LANDSCAPE, and DESKTOPS 768px and Up
------------------------------------------*/
@media screen and (min-width: 768px) and (orientation: landscape), (min-width: 1024px) {
  #hamburger-div, #w3Sidenav {
    display: none;
  }

  .myMenu {
    display: block;
    margin-left: 20px;
  }

  .icons {
    margin-top: -2px;
    background-color: white;
  }

  .icons img {
    font-size: 1.6em;
    margin-left: 9px;
  }

  .nav-wrapper {
    margin: 23px 20px;
  }

  .main-wrapper {
    margin: 15px 15px;
  }

  #top-btn {
    transform: scale(1.2);
  }
}

/*# sourceMappingURL=common-header-footer.css.map */
