@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a img {
  border-style: none;
}

.credit {
  font-size: 1.1rem;
  font-weight: 200;
}

html {
  height: 100%;
}

body {
  position: relative;
  min-height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .9rem;
  font-weight: 100;
}

.header {
  z-index: 2;
  width: 1000px;
  margin: 0 auto;
}

.header img {
  margin: 10px 0 0;
  width: 350px;
  padding: 0 0 0 7%;
}

/* responsive nav */
.long {
  font-size: 0.9em;
}

.short {
  display: none;
}

.vShort {
  display: none;
}

.nav {
  width: 960px;
  text-align: right;
  font-weight: bolder;
  margin: 0 auto;
  padding-right: 40px;
  margin-bottom: 5px;
}

.nav a {
  padding: 0.4em 0.5em;
}

.nav a:link {
  color: #222;
  text-decoration: none;
}

.nav a:visited {
  color: #222;
  text-decoration: none;
}

.nav a:hover {
  color: #fff;
  background: #777;
}

a:link {
  color: #222;
  text-decoration: underline;
}

a:visited {
  color: #222;
  text-decoration: underline;
}

.menu-btn {
  display: none;
}

/* make footer to stay at bottom */
#wrapper {
  z-index: −1;
  width: 100%;
  border-top: #777 solid 1px;
  position: relative;
  padding-bottom: 150px;
  overflow: visible;
}

.title {
  width: 320px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 5px;
  clear: both;
}

.title h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 1.8em;
  font-weight: 400;
}

.slideshow-container {
  overflow: hidden;
  width: 100%;
  margin: 0;
}

.mySlides {
  display: none;
  /* Caption text */
  /* caption font */
  /* caption .font */
  /* caption psition */
  /* caption position */
  /* caaaption colour */
}

.mySlides img {
  width: 100%;
  height: auto;
  margin: 0;
}

.mySlides h1 {
  font-size: 1rem;
}

.mySlides .caption {
  font-size: 5em;
  font-weight: 700;
}

.mySlides .fta {
  font-family: 'Calligraffitti', cursive;
}

.mySlides .ftb {
  font-family: 'Josefin Sans', serif;
}

.mySlides .one {
  position: absolute;
  top: 45%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 30%;
}

.mySlides .two {
  position: absolute;
  top: 45%;
  right: 35%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.mySlides .c1 {
  color: #bb0115;
}

.mySlides .c2 {
  color: #b07434;
}

.mySlides .c3 {
  color: #8f250b;
}

.mySlides .c4 {
  color: #bfb6af;
}

.mySlides .c5 {
  color: #c0c4ce;
}

.mySlides .c6 {
  color: #a9411c;
}

.mySlides .c7 {
  color: #7a967a;
}

.mySlides .c8 {
  color: #fff;
}

/* Fading animation image + caption */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 7s;
  animation-name: fade;
  animation-duration: 7s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* Fading animation caption only */
.caption {
  -webkit-animation-name: caption;
  -webkit-animation-duration: 7s;
  animation-name: caption;
  animation-duration: 7s;
}

@-webkit-keyframes caption {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes caption {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

#credit {
  float: right;
  right: 5%;
  margin-top: 10px;
  position: relative;
}

#credit p {
  margin: 0;
  font-family: 'Quicksand', sans-serif;
  font-size: 1.2em;
}

/* slideshow for Top page */
.myStory {
  float: right;
  width: 500px;
  margin: 0px 120px 10px 0;
  padding-right: 2.5%;
}

.myStory p {
  font-family: 'Quicksand', sans-serif;
}

.gallery {
  width: 2200px;
  text-align: center;
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  display: block;
}

.samplePhoto {
  margin-top: 3px;
  margin-right: 6px;
  width: 170px;
  display: inline-block;
}

.samplePhoto img {
  width: 100%;
  height: auto;
}

.samplePhoto_smallPhoto {
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.samplePhoto_smallPhoto:hover {
  -webkit-transform: scale(1.1) translateY(-15px);
          transform: scale(1.1) translateY(-15px);
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.5);
}

.samplePhoto_smallPhoto:active {
  -webkit-transform: scale(1.05) translateY(-10px);
          transform: scale(1.05) translateY(-10px);
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
}

.photo3D {
  width: 800px;
  margin: 2rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.photo3D_photo {
  width: 90%;
  margin-bottom: 2rem;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  -webkit-box-shadow: 12px 12px 23px rgba(0, 0, 0, 0.5);
          box-shadow: 12px 12px 23px rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photo3D_photo:hover {
  z-index: 2;
  -webkit-transform: scale(1.1) translateY(-2rem) translateX(-1rem) skewX(0deg);
          transform: scale(1.1) translateY(-2rem) translateX(-1rem) skewX(0deg);
  -webkit-box-shadow: 6px 23px 23px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 23px 23px rgba(0, 0, 0, 0.5);
}

.photo3D_photo:active {
  -webkit-transform: scale(1.07) translateY(-1rem) translateX(-1rem);
          transform: scale(1.07) translateY(-1rem) translateX(-1rem);
  -webkit-box-shadow: 6px 18px 23px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 18px 23px rgba(0, 0, 0, 0.5);
}

.photo360 {
  width: 800px;
  margin: 2rem auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.photo360_photo {
  width: 90%;
  margin-bottom: 2rem;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  -webkit-box-shadow: 12px 12px 23px rgba(0, 0, 0, 0.5);
          box-shadow: 12px 12px 23px rgba(0, 0, 0, 0.5);
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photo360_photo:hover {
  z-index: 2;
  -webkit-transform: scale(1.1) translateY(-2rem) translateX(-1rem) skewX(0deg);
          transform: scale(1.1) translateY(-2rem) translateX(-1rem) skewX(0deg);
  -webkit-box-shadow: 6px 23px 23px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 23px 23px rgba(0, 0, 0, 0.5);
}

.photo360_photo:active {
  -webkit-transform: scale(1.07) translateY(-1rem) translateX(-1rem);
          transform: scale(1.07) translateY(-1rem) translateX(-1rem);
  -webkit-box-shadow: 6px 18px 23px rgba(0, 0, 0, 0.5);
          box-shadow: 6px 18px 23px rgba(0, 0, 0, 0.5);
}

#movie {
  top: 30vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  position: relative;
}

#movie a :link {
  cursor: pointer;
}

#movie img {
  width: 100%;
  margin-bottom: 1px;
}

.reflection {
  opacity: .4;
}

/* line 3, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-prev-button] {
  position: absolute;
  height: 100%;
  width: 15%;
  top: 0px;
  left: 10%;
}

/* line 10, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-next-button] {
  position: absolute;
  height: 100%;
  width: 15%;
  top: 0px;
  right: 10%;
}

/* line 22, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] {
  position: relative;
  overflow: hidden;
}

/* line 26, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] {
  -webkit-perspective: 3000px;
          perspective: 3000px;
  -webkit-perspective: 48vw;
          perspective: 48vw;
}

/* line 32, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] {
  transition: 1s;
  -ms-transition: 1s;
  -moz-transition: 1s;
  -webkit-transition: 1s;
}

/* line 43, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-top: 70vh;
  width: 90%;
  height: 100%;
}

/* line 50, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] {
  position: absolute;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

/* line 59, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] > [data-children-wrapper] > [data-child] > [data-child-frame] > [data-content-wrapper] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -webkit-transform-origin: 0px 0px;
}

/* line 75, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d]:before {
  padding-top: 70%;
  display: block;
  content: '';
}

/* line 82, ../../styles/common/jquery.carousel-3d.scss */
[data-carousel-3d] [data-children-wrapper] {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30%;
  left: 30%;
}

/* line 9, ../../styles/theme/jquery.carousel-3d.default.scss */
[data-carousel-3d] {
  background: #fff;
  background: #fff;
  background: #fff;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );
  -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );
}

/* line 19, ../../styles/theme/jquery.carousel-3d.default.scss */
[data-carousel-3d] {
  border: none;
}

/* line 26, ../../styles/theme/jquery.carousel-3d.default.scss */
[data-carousel-3d] [data-prev-button]:before {
  content: url("../images/prev.png");
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 43px;
  height: 49px;
  margin: auto;
}

/* line 39, ../../styles/theme/jquery.carousel-3d.default.scss */
[data-carousel-3d] [data-next-button]:before {
  content: url("../images/next.png");
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 43px;
  height: 49px;
  margin: auto;
}

/* line 53, ../../styles/theme/jquery.carousel-3d.default.scss */
/* CSS Document */
@media only screen and (max-width: 420px) {
  [data-carousel-3d] [data-children-wrapper] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20%;
    left: 20%;
  }
}

.contact-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url(../images/top09n.jpg) no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/top09n.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: 80vh;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

#contact {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  clear: both;
  color: #333;
  position: relative;
  margin-bottom: 0px;
  padding-bottom: 10px;
  padding-top: 0px;
}

#contact-in {
  margin-left: auto;
  margin-right: auto;
  clear: both;
  color: #333;
  position: relative;
  margin-bottom: 0px;
  border-radius: 10px;
}

#contact-in fieldset {
  width: 90%;
  margin: 5px auto;
  padding: 0px 3% 20px;
  border-radius: 10px;
  border: 3px solid #999;
}

#contact-in legend {
  color: #666;
  font-weight: bold;
  font-size: 1.4em;
}

#message {
  border-color: rgba(51, 51, 51, 0.5);
}

input {
  padding: 5px;
  border-color: rgba(51, 51, 51, 0.23);
  border-radius: 5px;
}

.size {
  width: 50%;
}

.col {
  width: 50%;
}

input [type="submit"] {
  padding: 1px 2px;
  font-size: 1em;
  border-radius: 3px;
}

.thankyou-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0))), url(../images/thankyou-1.jpg) no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), url(../images/thankyou-1.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: 80vh;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.thankyou-background .title-t {
  width: 320px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 5px;
  clear: both;
}

.thankyou-background .title-t h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 1.8em;
  font-weight: 400;
  color: #d4c7b9;
}

#thankyou {
  width: 90%;
  margin-left: auto;
  margin-top: 30vh;
  clear: both;
  color: #333;
  position: relative;
  margin-bottom: 30px;
  margin-right: auto;
}

#thankyou h1 {
  font-family: 'Marck Script', cursive;
  font-size: 2em;
  font-weight: 600;
  color: #a64140;
  text-align: center;
}

.footer {
  bottom: 0px;
  /* make the footer stay in the bottom */
  position: absolute;
  /* psition setting */
  bottom: 0%;
  right: 0px;
  left: -1px;
  text-align: center;
  margin: 0 auto;
  padding: 0px;
  background-color: #232323;
}

.footer a:link {
  z-index: 1;
  color: #fff;
  text-decoration: underline;
}

.footer a:visited {
  text-decoration: none;
  color: #fff;
}

.footer h4 {
  font-size: 1em;
  padding-bottom: 3px;
  margin: 0 auto 5px;
  font-weight: 20;
  position: relative;
  color: #fff;
}

.fnav {
  z-index: 1;
  width: 800px;
  height: 70px;
  margin: 0 auto;
}

.fnav p {
  font-size: .9rem;
  float: left;
  padding: 5px 3% 0;
  margin-top: 12px;
}

.fnav img {
  float: right;
  margin-top: 5px;
  height: auto;
  width: 35px;
  margin-bottom: 7px;
  margin-left: 5px;
}

.sorry-background {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), url(../images/sorry404.jpg) no-repeat;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(../images/sorry404.jpg) no-repeat;
  background-size: cover;
  background-position: right top;
  width: 100%;
  height: 100vh;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}

.sorry-background .title-s {
  width: 320px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 5px 0;
  clear: both;
}

.sorry-background .title-s h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 2.8em;
  font-weight: 400;
  color: #fff;
}

.sorry {
  width: 100%;
  margin: 5vh auto 0;
  clear: both;
  color: #333;
  position: relative;
}

.sorry h1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 3.5em;
  font-weight: 400;
  color: #dc5452;
  text-align: center;
}

.sorry h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 100;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 2200px) {
  .gallery {
    width: 100%;
  }
  .myStory {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 1600px) {
  .mySlides .caption {
    font-size: 3.5em;
  }
  [data-carousel-3d] [data-prev-button]:before {
    top: 40%;
  }
  [data-carousel-3d] [data-next-button]:before {
    top: 40%;
  }
}

@media only screen and (max-width: 1030px) {
  body {
    background-color: #232323;
  }
  .text {
    color: #fff;
  }
  .header {
    width: 100%;
  }
  .header img {
    margin-bottom: 10px;
  }
  .nav {
    width: 90%;
  }
  a:link {
    color: #fff;
    text-decoration: underline;
  }
  a:visited {
    color: #fff;
    text-decoration: underline;
  }
  /* responsive nav */
  .long {
    display: none;
  }
  .short {
    display: block;
  }
  .nav {
    padding-right: 0px;
  }
  #wrapper {
    padding-bottom: 120px;
  }
  #contact {
    width: 100%;
  }
  .menu-btn {
    display: block;
    position: absolute;
    z-index: 3;
    right: 1rem;
    top: 1rem;
    height: 20px;
    width: 28px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn_burger {
    position: absolute;
    right: 0;
    top: 0.5rem;
    height: 3px;
    width: 28px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn_burger::before {
    content: "";
    position: absolute;
    top: -8px;
    height: 3px;
    width: 28px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn_burger::after {
    content: "";
    position: absolute;
    top: 8px;
    height: 3px;
    width: 20px;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .menu-btn_burger.open {
    -webkit-transform: rotate(720deg);
            transform: rotate(720deg);
    background: transparent;
  }
  .menu-btn_burger.open::before {
    -webkit-transform: rotate(45deg) translate(5px, 8px);
            transform: rotate(45deg) translate(5px, 8px);
  }
  .menu-btn_burger.open::after {
    width: 28px;
    -webkit-transform: rotate(-45deg) translate(3px, -7px);
            transform: rotate(-45deg) translate(3px, -7px);
  }
  .nav {
    z-index: 2;
    padding-right: initial;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    opacity: .98;
    visibility: hidden;
  }
  .nav.open {
    visibility: visible;
  }
  .nav .menu-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100vh;
    overflow: hidden;
    background: #222;
    padding-right: 1rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav .menu-nav.open {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .nav .menu-nav a {
    color: #fff;
  }
  .nav .menu-nav_item {
    -webkit-transform: translateX(100% vw);
            transform: translateX(100% vw);
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav .menu-nav_item.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .nav .menu-nav_item.active > a {
    color: #ff652f;
  }
  .nav .menu-nav_link {
    display: inline-block;
    font-size: 2rem;
    padding: 2rem 0;
    font-weight: reguler;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .nav .menu-nav_link:hover {
    color: #ff652f;
  }
  .slideshow-container {
    border-bottom: #777 solid 1px;
  }
  #credit p {
    color: #fff;
    font-size: 1em;
  }
  .fnav {
    width: 80%;
    height: 55px;
  }
  .title h1 {
    color: #fff;
  }
  .myStory p {
    color: #fff;
  }
  [data-carousel-3d] {
    background: #232323;
    background: #232323;
    background: #232323;
    background: #232323;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#ffffff',GradientType=0 );
  }
}

@media only screen and (max-width: 820px) {
  .contact-background {
    height: auto;
  }
  .photo3D, .photo360 {
    width: 80%;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 780px) {
  .header .short .logo img {
    width: 260px;
  }
  .size {
    width: 70%;
  }
  .col {
    width: 70%;
  }
  .sorry-background .title-s h1 {
    font-size: 2em;
    font-weight: 400;
    color: #fff;
  }
  .sorry {
    width: 95%;
  }
  .sorry h1 {
    font-size: 2.5em;
  }
  .sorry h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 700px) {
  .fnav .short {
    display: none;
  }
  .vShort {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .fnav {
    width: 95%;
  }
  .fnav p {
    padding: 0 1%;
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 567px) {
  /* caaaption colour */
  .caption {
    font-size: 5rem;
    width: 100vw;
    text-align: center;
    font-size: 1.8rem;
  }
  .myStory {
    width: 95%;
    margin: 10px;
  }
  fieldset {
    width: 50px;
  }
  .size {
    width: 95%;
  }
  .col {
    width: 95%;
  }
  .threeDWrap {
    width: 100%;
  }
}

@media only screen and (max-width: 350px) {
  header img {
    width: 230px;
  }
  .caption {
    font-size: 2rem;
  }
  .photo3D, .photo360 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .fnav p {
    font-size: 0.7rem;
  }
  .fnav img {
    width: 30px;
  }
  footer h4 {
    font-size: .85rem;
  }
}
/*# sourceMappingURL=main.css.map */