/***************/
/* MEYER RESET */
/***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.entry img {
  max-width: 300px;
  width: 100%;
  margin: auto;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

._fixed_bg {
  position: fixed;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  z-index: -1;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-image: url("/images/bg.jpg");
  background-size: cover;
}

.fixed-topbar-only {
  background-image: url("/images/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.fixed-topbar-only ._fixed_bg {
  display: none;
}

._topbar-fixed {
  height: 60px;
  width: 100%;
  top: 0;
  display: flex;
  position: fixed;
  background: rgba(237, 234, 232, 0.55);
  backdrop-filter: brightness(108%) blur(5px);
  -webkit-backdrop-filter: brightness(108%) blur(5px);
  align-items: center;
  justify-content: center;
  box-shadow: 0px 4px 20px rgba(145, 129, 112, 0.25);
  opacity: 0;
  will-change: opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 100;
  margin: 0;
}
._topbar-fixed a {
  line-height: 50px;
  padding: 0 4vw;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  transition: 0.2s;
}
@media screen and (max-width: 640px) {
  ._topbar-fixed a {
    display: none;
  }
}
._topbar-fixed a :hover {
  color: #4183C4;
}

._topbar-big {
  overflow: hidden;
  height: 400px;
}
._topbar-big .logo {
  display: block;
  width: 55vw;
  height: 55vw;
  max-width: 256px;
  max-height: 256px;
  position: fixed;
  will-change: left, top, width, height;
  top: -1000px;
  z-index: 101;
}
._topbar-big .name {
  color: #392a58;
  font-size: 14px;
  font-weight: 500;
  position: fixed;
  will-change: right, top, font-size, color;
  top: 1000px;
  z-index: 101;
}

.fixed-topbar-only ._topbar-big {
  height: 60px;
}

._topbar-mobile {
  width: 100%;
  bottom: 0;
  display: flex;
  position: fixed;
  background: #fff;
  z-index: 500;
  margin: 0;
  display: none;
  transform: translateY(200px);
  padding-bottom: 50px;
  transition: 0.4s;
  transition-timing-function: ease-in-out;
}
._topbar-mobile::after {
  box-shadow: 0px 0px 30px rgba(145, 129, 112, 0.7);
  opacity: 0.3;
  transition: opacity 0.4s ease-in-out;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
}
._topbar-mobile #topbar-mobile-arrow svg {
  transition: transform 0.4s;
}
._topbar-mobile.active {
  transform: translateY(30px);
}
._topbar-mobile.active::after {
  opacity: 1;
}
._topbar-mobile.active #topbar-mobile-arrow svg {
  transform: scaleY(-1);
}
@media screen and (max-width: 640px) {
  ._topbar-mobile {
    display: block;
  }
}
._topbar-mobile #topbar-mobile-arrow:hover {
  background: none;
}
._topbar-mobile #topbar-mobile-arrow:active {
  background: none;
}
._topbar-mobile a {
  line-height: 50px;
  padding: 0;
  color: #333;
  font-weight: 400;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  transition: 0.3s;
  transition-timing-function: ease-in-out;
}
._topbar-mobile a:hover {
  background: rgba(72, 54, 102, 0.231);
  color: black;
}
._topbar-mobile a:active {
  background: rgba(72, 54, 102, 0.231);
  color: black;
}

.swirl {
  background: url(/images/swirl.svg);
  min-height: 100vh;
  background-position: calc(50vw - 692px) -19px;
}

.contactPage {
  font-family: Quicksand;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 20px;
  text-align: center;
  color: #000000;
}
.contactPage_email {
  margin-top: 30px;
}
.contactPage_phone {
  margin-top: 30px;
}
.contactPage_insvg {
  font-size: 16px;
  text-align: left;
  width: 310px;
  margin: 81px auto 0 auto;
  padding-left: 23px;
  color: white;
  text-decoration: none;
  display: block;
}
.contactPage_insvg_title {
  padding: 0;
  margin: 0;
  font-weight: 700;
}
.contactPage_insvg_subtitle {
  padding: 0;
  margin: 0;
  margin-right: 10px;
}
.contactPage_follow {
  width: 310px;
  margin: 136px auto 0px auto;
  padding-bottom: 50px;
}
.contactPage_follow_title {
  font-size: 16px;
  margin-bottom: 40px;
}
.contactPage_follow_items {
  display: flex;
  font-weight: 500;
}
.contactPage_follow_item {
  font-size: 21px;
  flex: 1;
  color: black;
  text-decoration: none;
}

html {
  font-size: 100%;
}

body {
  background: #edeae8;
  font: 18px/1.4 Quicksand, Helvetica, Arial, sans-serif;
  color: #333;
  width: 100vw;
  overflow-x: hidden;
}

.container {
  margin: 0 auto;
  max-width: 740px;
  padding: 0 10px;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Quicksand, Helvetica, Arial, sans-serif;
  color: #222;
  font-weight: bold;
  line-height: 1.7;
  margin: 1em 0 15px;
  padding: 0;
}
@media screen and (max-width: 640px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}

h1 {
  font-size: 30px;
}
h1 a {
  color: inherit;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
  color: #666;
}

p {
  margin: 15px 0;
}

a {
  color: #4183C4;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active {
  color: #4183C4;
}

ul,
ol {
  margin: 15px 0;
  padding-left: 30px;
}

ul {
  list-style-type: disc;
}

ol {
  list-style-type: decimal;
}

ol ul,
ul ol,
ul ul,
ol ol {
  margin: 0;
}

ul ul,
ol ul {
  list-style-type: circle;
}

em,
i {
  font-style: italic;
}

strong,
b {
  font-weight: bold;
}

img {
  max-width: 100%;
}

p {
  font-family: Quicksand, Helvetica, Arial, sans-serif;
}

.gmnoprint img {
  max-width: none;
}

.date {
  font-style: italic;
  color: #666;
}

::-moz-selection {
  color: #000;
  background: #eee;
}

::selection {
  color: #000;
  background: #eee;
}

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}

.clearfix:after {
  clear: both;
}

/* ******************* */
/* LAYOUT / SECTIONS */
/* ******************* */
**
.wrapper-masthead {
  margin-bottom: 50px;
}

.masthead {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 640px) {
  .masthead {
    text-align: center;
  }
}

.site-avatar {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 15px;
}
@media screen and (max-width: 640px) {
  .site-avatar {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.site-avatar img {
  border-radius: 5px;
}

.site-info {
  float: left;
}
@media screen and (max-width: 640px) {
  .site-info {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

.site-name {
  margin: 0;
  color: #333;
  cursor: pointer;
  font-family: Quicksand, Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: 1px;
}

.site-description {
  margin: -5px 0 0 0;
  color: #666;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .site-description {
    margin: 3px 0;
  }
}

.posts > .post {
  padding-bottom: 60px;
}

.posts > .post:last-child {
  padding-bottom: 100px;
}

.post {
  overflow: hidden;
}
.post blockquote {
  margin: 1.8em 0.8em;
  border-left: 2px solid #666;
  padding: 0.1em 1em;
  color: #666;
  font-size: 22px;
  font-style: italic;
}
.post .yellowbox {
  background: rgba(57, 42, 88, 0.8);
  backdrop-filter: brightness(300%) blur(6px);
  -webkit-backdrop-filter: brightness(300%) blur(6px);
  position: relative;
  padding: 10px;
  max-width: 50%;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: -17px;
  z-index: 3;
  color: white;
}
.isChrome .yellowbox {
  background: rgba(57, 42, 88, 0.85);
}
.post .yellowbox .title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
}
.post .yellowbox .content {
  font-size: 14px;
  margin: 0;
}
.post .imageGroup {
  overflow: hidden;
}
.post .imageGroup .mainImage {
  position: relative;
  display: block;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.25);
}
.post .gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post .gallery img {
  max-width: 100%;
}
.post .comments {
  margin-top: 10px;
}
.post .read-more {
  overflow: hidden;
  margin-top: 20px;
  font-size: 15px;
  color: #333;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post .read-more svg {
  margin-top: 5px;
}

.wrapper-footer {
  display: none;
  margin-top: 50px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #eee;
}

footer {
  padding: 20px 0;
  text-align: center;
}
