html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace,monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: .35em .75em .625em; }

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

h1, h2, h3, p {
  margin: 0; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth; }

body {
  background: cadetblue;
  font-family: 'IBM Plex Mono', monospace;
  color: #111111;
  font-size: 1.5rem;
  line-height: 1.2; }

h1 {
  font-family: 'Staatliches', cursive;
  font-size: 6.5rem; }

h2 {
  font-family: 'Staatliches', cursive;
  font-size: 2.5rem; }

h3 {
  font-family: 'Staatliches', cursive;
  color: blanchedalmond;
  font-size: 5rem;
  text-shadow: 2px 2px darksalmon; }

a {
  font-family: 'IBM Plex Mono', monospace;
  text-decoration: none;
  color: blanchedalmond; }

p.copyright {
  font-size: 1rem; }

.logo {
  -webkit-text-decoration: line-through #111111 double;
  text-decoration: line-through #111111 double; }

img {
  max-width: 100%; }

.uberWrapper {
  max-width: 1920px;
  margin: 0 auto; }

.innerWrapper {
  max-width: 1000px;
  margin: 0 auto; }

nav {
  background: rgba(95, 158, 160, 0.85);
  height: 7vh;
  position: fixed;
  width: 100%; }
  nav .navLinks {
    background: rgba(95, 158, 160, 0.85);
    padding: 0;
    margin: 0 10px 0 0;
    position: absolute;
    text-align: left;
    top: 100%;
    left: 0;
    width: 100%;
    padding-left: 1rem;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    -webkit-transition: -webkit-transform 400ms ease-in-out;
    transition: -webkit-transform 400ms ease-in-out;
    -o-transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out;
    transition: transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out; }
    nav .navLinks ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      nav .navLinks ul li {
        padding-top: 5px; }
        nav .navLinks ul li a {
          opacity: 0;
          -webkit-transition: opacity 50ms ease-in-out;
          -o-transition: opacity 50ms ease-in-out;
          transition: opacity 50ms ease-in-out; }
        nav .navLinks ul li a:hover {
          border-bottom: 2px solid darksalmon; }
      nav .navLinks ul li:last-of-type {
        padding-bottom: 10px; }
  nav .navSwitch:checked ~ .navLinks {
    /*display: block;*/
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1); }
  nav .navSwitch:checked ~ .navLinks a {
    opacity: 1;
    -webkit-transition: opacity 250ms ease-in-out 250ms;
    -o-transition: opacity 250ms ease-in-out 250ms;
    transition: opacity 250ms ease-in-out 250ms; }
  nav .navSwitch {
    display: none; }
  nav .navSwitchPosition {
    position: absolute;
    top: 0;
    left: 1rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  nav .navSwitchPosition span,
  nav .navSwitchPosition span:before,
  nav .navSwitchPosition span:after {
    display: block;
    background: white;
    height: 2px;
    width: 3rem;
    border-radius: 3px;
    position: relative; }
  nav .navSwitchPosition span:before,
  nav .navSwitchPosition span:after {
    content: "";
    position: absolute; }
  nav .navSwitchPosition span:before {
    bottom: 7px; }
  nav .navSwitchPosition span:after {
    top: 7px; }

header {
  background-image: url(../assets/headerBG.jpg);
  background-size: cover;
  background-position: center bottom;
  background-attachment: fixed;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  header h1 {
    background: darksalmon;
    margin: 0 0 10px 0; }
  header h2 {
    background: lightsalmon; }
  header .alice {
    text-align: center; }

.badMovieBG {
  background-image: url(../assets/headerBGNight.jpg); }

.popUpBG {
  background-image: url(../assets/headerBGPopUp.jpg); }

main {
  border-top: 1px solid darksalmon;
  padding: 2vh 5vw; }

.sectionTop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex;
  -ms-flex-pack: flex;
  justify-content: flex; }

.sectionMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .sectionMiddle div {
    padding: 10px; }
  .sectionMiddle .left {
    width: 65%; }
    .sectionMiddle .left p:first-of-type {
      padding-top: 15px; }
    .sectionMiddle .left p {
      line-height: 1.5;
      padding-bottom: 25px; }
  .sectionMiddle .right {
    width: 35%;
    padding-left: 50px; }
    .sectionMiddle .right img {
      font-size: 0;
      display: block;
      border: 10px solid white;
      border-bottom: 50px solid white;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      border-radius: 2px;
      -webkit-transform: rotate(3deg);
      -ms-transform: rotate(3deg);
      transform: rotate(3deg); }
    .sectionMiddle .right .rentalPic {
      -webkit-transform: rotate(-3deg);
      -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }

.contactMiddle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .contactMiddle div {
    padding: 10px; }
  .contactMiddle .left {
    width: 50%; }
    .contactMiddle .left p:first-of-type {
      padding-top: 25px; }
    .contactMiddle .left p {
      line-height: 1.5;
      padding-bottom: 25px; }
  .contactMiddle .right {
    width: 50%; }
    .contactMiddle .right input[type=text], .contactMiddle .right input[type=email], .contactMiddle .right textarea, .contactMiddle .right button {
      font-family: 'IBM Plex Mono', monospace;
      width: 100%;
      padding: 5px 5px 5px 10px;
      display: block;
      line-height: 25px;
      border-radius: 3px;
      border: 1px solid darksalmon; }
    .contactMiddle .right textarea {
      resize: none; }
    .contactMiddle .right button {
      text-align: left; }
    .contactMiddle .right button:hover {
      text-align: left;
      background: darksalmon;
      -webkit-box-shadow: inset 0 0 5px #111111;
      box-shadow: inset 0 0 5px #111111;
      cursor: pointer; }

.popUpGallery {
  /* div containing pictures divs */
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .popUpGallery .popUpPhoto {
    border: 2px solid blanchedalmond;
    margin: 10px;
    width: 200px;
    height: 200px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 150px;
    flex: 1 1 150px; }
    .popUpGallery .popUpPhoto img {
      width: 100%;
      height: 200px;
      -o-object-fit: cover;
      object-fit: cover; }

footer {
  background: coral;
  padding: 10px;
  border-top: 2px solid darksalmon; }
  footer .footerContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    footer .footerContent .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    footer .footerContent .socialLinks ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 10px 0 10px;
      list-style-type: none;
      text-decoration: none;
      font-size: 2rem;
      font-color: red;
      padding: 0 15px 0 15px; }
      footer .footerContent .socialLinks ul li {
        margin: 0 10px; }
        footer .footerContent .socialLinks ul li i.fas,
        footer .footerContent .socialLinks ul li i.fab {
          color: seashell; }
        footer .footerContent .socialLinks ul li i.fas:hover,
        footer .footerContent .socialLinks ul li i.fab:hover {
          color: darksalmon; }

@media screen and (min-width: 768px) {
  nav .navSwitchPosition span {
    display: none; }
  nav .navLinks {
    all: unset; }
    nav .navLinks ul {
      height: 100%;
      list-style-type: none;
      padding: 0;
      margin: 0 10px 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      nav .navLinks ul li a {
        opacity: 1;
        margin: 0 10px 0 10px;
        font-size: 1.5rem; }
      nav .navLinks ul li a:hover {
        border-bottom: 2px solid darksalmon; }
      nav .navLinks ul li:nth-child(-n+2) {
        /* border divider */
        border-right: 1px solid white; }
      nav .navLinks ul li:last-of-type {
        padding-bottom: 0; } }

@media screen and (max-width: 768px) {
  .sectionTop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .sectionMiddle {
    display: initial; }
    .sectionMiddle .left {
      width: 100%; }
    .sectionMiddle .right {
      width: 250px;
      margin: 0 auto; }
  .contactMiddle {
    display: initial; }
    .contactMiddle .left {
      width: 100%; }
    .contactMiddle .right {
      width: 100%; }
  .hidePhoto {
    display: none; } }
