@charset "UTF-8";
/* CSS Variables */
/* Globals */
body {
  margin: 0;
  padding: 0; }

h1 {
  color: #2e3f8f;
  font-family: sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-align: left;
  margin-top: 5px; }

h4 {
  font-size: 20px;
  font-family: sans-serif;
  margin-bottom: -.7em;
  color: #2e3f8f; }

a:link {
  text-decoration: none; }

p {
  font-family: sans-serif;
  font-size: 18px;
  color: grey;
  text-align: justify; }

@font-face {
  font-family: 'afternoon_in_stereo';
  src: url("../fonts/afternoon-in-stereo-personal-us.regular.ttf"); }

.contact_us_button {
  width: 10rem;
  height: 1.5rem;
  padding: .3rem;
  font-size: larger;
  text-align: center;
  vertical-align: middle;
  border: 1px solid darkred;
  border-radius: .5rem;
  color: gold;
  background-color: red;
  margin: auto; }

.instagram_logo {
  width: 5rem; }

.facebook_logo {
  width: 5rem; }

/* sticky-header */
.header {
  display: grid;
  margin-top: -17px;
  position: sticky;
  padding-top: 16px;
  top: 0px;
  z-index: 10;
  background-color: white;
  grid-template-columns: 5px 60px auto 60px 5px;
  grid-template-rows: 60px;
  grid-gap: 8px; }

.rings {
  width: 80px;
  height: 80px;
  margin-left: -8px;
  padding-left: 5px;
  padding-bottom: 10px;
  padding-right: 10px;
  border-radius: 0 0 50% 0;
  z-index: 20; }

.rings img {
  width: 100%;
  height: 100%; }

.title {
  height: 100px;
  font-family: 'afternoon_in_stereo', cursive, arial;
  font-size: 19pt;
  font-weight: 400;
  color: #2e3f8f;
  line-height: 1.2;
  text-align: center;
  margin-top: .5em; }

@media only screen and (min-width: 380px) {
  .title {
    align-self: flex-start;
    font-weight: 600;
    align-items: center; } }

@media only screen and (min-width: 480px) {
  .title {
    font-size: 22pt;
    font-weight: 700; } }

@media only screen and (min-width: 530px) {
  .title {
    font-size: 27pt;
    font-weight: 800; } }

/* Hambuger and Facebook swap */
@media only screen and (max-width: 600px) {
  .hamburger_menu {
    justify-self: end; }
  .fb_sticky {
    display: none; } }

@media only screen and (min-width: 601px) {
  .hamburger_menu {
    display: none; }
  .fb_sticky {
    width: 6rem; } }

/* modal from WC3  */
/* Add animation (Chrome, Safari, Opera) */
@-webkit-keyframes example {
  from {
    top: -100px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

/* Add animation (Standard syntax) */
@keyframes example {
  from {
    top: -100px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

/* The modal's background */
.modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* Display the modal when targeted */
.modal:target {
  display: table;
  position: absolute; }

/* The modal box */
.modal-dialog {
  display: table-cell;
  vertical-align: middle; }

/* The modal's content */
.modal-dialog .modal-content {
  margin: auto;
  border-radius: 1rem;
  margin-top: 7rem;
  background-color: white;
  position: relative;
  padding: 0;
  outline: 0;
  border: 5px white solid;
  text-align: justify;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  /* Add animation */
  -webkit-animation-name: example;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s;
  /* Chrome, Safari, Opera */
  animation-name: example;
  animation-duration: 0.5s; }

/* The button used to close the modal */
.closebtn {
  text-decoration: none;
  float: right;
  font-size: 35px;
  font-weight: bold;
  color: #fff; }

.closebtn:hover,
.closebtn:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

.container {
  padding: 2px 16px;
  text-align: center;
  line-height: 2;
  background-color: white; }

.container li {
  list-style-type: none; }

.container a {
  font-size: 1.6rem;
  font-family: 'afternoon_in_stereo', cursive, arial;
  color: #2e3f8f; }

/*
header {
  background-color:white;
  font-size: 25px;
  color: white;
}

footer {
  background-color: #5cb85c;
  font-size: 20px;
  color: blue;
  background-color: white;
}
*/
/*  End of modal  */
/* end of sticky header */
/*navigation*/
/* mobile screens */
@media only screen and (max-width: 600px) {
  nav {
    margin: auto;
    margin-top: -500em; }
  nav a {
    color: #2e3f8f;
    text-decoration: none;
    padding-inline-start: 0;
    margin: 0; }
  nav ul {
    padding: 0; }
  nav li {
    font-family: arial, "times new roman";
    color: #2e3f8f;
    list-style-type: none;
    width: 50vw;
    margin: auto;
    line-height: 2.5;
    font-size: 16pt;
    padding-left: 30vw;
    background-color: #dbe7f6;
    background-image: -webkit-linear-gradient(rgba(142, 166, 208, 0.46) 0%, #ffffff 100%);
    background-image: linear-gradient(rgba(142, 166, 208, 0.46) 0%, #ffffff 100%); }
  nav li:last-child > a {
    color: gold;
    font-size: larger; }
  nav li:last-child {
    background-image: none;
    background-color: red; } }

/*  larger screen menu  */
@media only screen and (min-width: 600px) {
  nav {
    width: 100vw; }
  nav a {
    color: white; }
  nav ul {
    display: flex;
    height: auto;
    background-color: #2e3f8f;
    justify-content: space-around;
    padding-bottom: 5px;
    padding-top: 10px;
    margin: 0;
    margin-left: -1em; }
  nav li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 1.2rem;
    font-family: 'afternoon_in_stereo', cursive, arial; }
  /*nav li:last-child{
	display: none;

}*/
  nav li:nth-last-child(2) {
    display: none; } }

/*  banner cross-fade  */
/*.crossfade{
	height: 50vh;
	overflow: hidden;
} */
.crossfade > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 60vh;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
  margin: 0; }

.crossfade > figure:nth-child(1) {
  background-image: url("../images/001.jpg"); }

.crossfade > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url("../images/002.jpg"); }

.crossfade > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url("../images/003.jpg"); }

.crossfade > figure:nth-child(4) {
  animation-delay: 18s;
  background-image: url("../images/004.jpg"); }

.crossfade > figure:nth-child(5) {
  animation-delay: 24s;
  background-image: url("../images/005.jpg"); }

@keyframes imageAnimation {
  0% {
    animation-timing-function: ease-in;
    opacity: 0; }
  8% {
    animation-timing-function: ease-out;
    opacity: 1; }
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  100% {
    opacity: 0; } }

/* End of cross-fade banner */
/*banner header and blurb  */
/* .banner {
  position: relative;
  margin-top: -2px;
  padding: 0;
  width: 100vw;
  height: 55vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  overflow: hidden; }
 */
/*   XXXXXXXXX  Main layout XXXXXXXXXXX */
/* Smaller (sub iPad) screens */
main {
  width: 90vw;
  height: auto;
  position: relative;
  margin: 0 auto;
  margin-top: 52vh; }

article.blurb {
  font-size: .9 rem;
  text-align: justify;
  color: gray;
  line-height: 1.4;
  /*background-color: lightgray; */ }

aside {
  padding: 1em;
  border-radius: 1em;
  padding-top: 2em;
  background-color: #ecf3fc;
  color: #2e3f8f; }

/*  Larger screens */
@media only screen and (min-width: 760px) {
  main {
    width: 95vw;
    max-width: 1000px;
    height: auto;
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-gap: 3rem;
    /*background-color: pink;	*/
    position: relative;
    margin: 0 auto;
    margin-top: 52vh; }
  article.blurb {
    text-align: justify;
    line-height: 1.4;
    /*background-color: lightgray; */ }
  aside {
    margin-top: 4em;
    padding: 1em;
    border-radius: .5em;
    background-color: #f0eded; } }

/* .blurb_after_banner{
	margin-top: 0;
  }
  
.blurb_after_slideshow{
	margin-top: 52vh;
}
*/
/* 
@media only screen and (min-width: 600px) {
 .blurb {
    width: 80vw;
    max-width: 850px;
  }
}

@media only screen and (min-width: 850px) {
 .blurb {
    width: 70vw;
    max-width: 850px;
  }
}

*/
/* XXXXX  PAGES   XXXXX*/
/* Welcome page*/
.mugshot {
  float: left;
  margin-right: 1rem;
  margin-top: 1rem; }

.mugshot img {
  width: 15vw;
  min-width: 100px;
  max-width: 150px;
  border-radius: .7em; }

/* About  */
/*packages */
.packages a {
  color: blue;
  text-decoration: none; }

.packages li:last-child > a {
  color: gold;
  font-size: larger; }

.packages ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 0; }

.packages li {
  width: 100vw;
  line-height: 2.5;
  font-size: 16pt;
  padding-left: 30vw;
  background-color: #dbe7f6;
  background-image: -webkit-linear-gradient(rgba(142, 166, 208, 0.46) 0%, #ffffff 100%);
  background-image: linear-gradient(rgba(142, 166, 208, 0.46) 0%, #ffffff 100%); }

.packages li:last-child {
  background-image: none;
  background-color: red; }

/* Glyph, by Harry Roberts */
hr.style-eight {
  overflow: visible;
  /* For IE */
  padding: 0;
  border: none;
  border-top: medium double pink;
  color: pink;
  text-align: center; }

hr.style-eight:after {
  content: "§";
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 1.5em;
  padding: 0 0.25em;
  background: white; }

/*  Testimonials  */
.testimonials_grid {
  display: block; }

.testimonials_grid .txt {
  margin-bottom: 4em; }

.testimonials_grid .img {
  height: auto;
  object-fit: contain; }

@media only screen and (min-width: 600px) {
  .testimonial_grid {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto); } }

/*  Gallery  */
.responsive_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(8, fit-content);
  grid-gap: 1.25rem;
  align-items: stretch; }

.responsive_grid img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border: 1px solid #ccc;
  box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3); }

.gallery {
  width: 95vw;
  max-width: 1000px;
  height: auto;
  position: relative;
  margin: auto;
  margin-top: 10vh; }

/*# sourceMappingURL=gallery.map */
/* Testimonials 
.testimonials_grid {
  display: grid;
  grid-template-columns: minmax(200px, 2fr) minmax(300px, 3fr); 
  grid-gap: 5%;
  align-items: top;
  background-color: pink;
  }
  
.testimonials_grid .img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
   }
    
.testimonials_grid .txt h4 {
    margin-top: 0;
   }

@media screen and (max-width: 700px) {
  .testimonials_grid {
    display: block;
    }
  .txt {
    margin-bottom: 60px;
  }
 }

*/
/*  footer */
footer {
  display: flex;
  margin-top: 2rem; }

.footer-content {
  margin: auto;
  margin-bottom: 2em; }

footer img {
  margin: 1rem; }

/* Jotform form container */
.jotform_container {
  width: 80%;
  border: 1px solid #08225e;
  border-radius: 3px;
  max-width: 700px;
  margin: 1.5rem auto; }

/* thank you page */
.thank_you {
  width: 80%;
  border: 1px solid lightgray;
  border-radius: 3px;
  max-width: 700px;
  margin: 2rem auto;
  padding: 3rem; }

/*# sourceMappingURL=main.map */

/*# sourceMappingURL=main.map */