/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #fff;
  font: normal 20px 'Roboto', sans-serif;
  line-height: 1.6;
  color: #121212;
}
.content {
  margin: 0 auto;
  width: 75%;
}
.text-no-break {
  display: inline-block;
}
.text-right {
  text-align: right;
}
.text-gray {
  color: #9e9e9e;
}
.text-small {
  font-size: 0.8em;
}
a,
a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #00a3ad;
  transition: 500ms;
}
a .icon-chevron-right,
a:visited .icon-chevron-right {
  position: relative;
  display: inline-block;
  width: 20px;
  font-size: 0.8em;
  transition: 500ms;
}
a .icon-chevron-right:before,
a:visited .icon-chevron-right:before {
  position: absolute;
  bottom: 0;
}
a:hover {
  color: #00b6c1;
}
a:hover .icon-chevron-right {
  padding-left: 3px;
}
a:active {
  color: #009099;
}
/*.btn-secondary:hover {*/
/*  border-color: #00b6c1;*/
/*  color: #00b6c1;*/
/*  transform: scale(1.05);*/
/*}*/
/*.btn-secondary:active {*/
/*  border-color: #009099;*/
/*  color: #009099;*/
/*  transform: scale(1);*/
/*}*/
.header {
  position: relative;
  height: 90vh;
  background: #121212 url('./images/bg.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.header-content {
  position: relative;
  height: 100%;
  color: #fff;
  padding-bottom: 60px;
  box-sizing: border-box;
  text-align: center;
}
.header-branding {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  margin-top: -350px;
  height: 500px;
}
.header-logo {
  display: inline-block;
  padding-bottom: 15px;
  height: 305px;
  font-size: 300px;
}
.header-name {
  padding: 25px 0;
  font: 700 60px 'Arsenal', sans-serif;
  text-transform: uppercase;
  line-height: 0.9;
  /*letter-spacing: 0.05em;*/
}
.header-subtitle {
  letter-spacing: 0.03em;
  font-size: 0.9em;
  line-height: 1.3;
  opacity: 0.35;
}
.header-subtitle .icon-florida {
  position: relative;
  display: inline-block;
  width: 45px;
  font-size: 30px;
}
.header-subtitle .icon-florida:before {
  position: absolute;
  top: -20px;
  left: 0;
  transform: rotate(3deg);
}
.header-logo,
.header-logo:hover,
.header-logo:active,
.header-logo:before {
  color: #fff;
  text-decoration: none;
}
.header-scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 5;
  margin-bottom: -40px;
  margin-left: -40px;
  padding-top: 18px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  font-size: 34px;
  color: #121212;
}
.header-scroll:hover {
  transform: scale(1.1);
  color: #00a3ad;
}

/*.header-logo {*/
/*    margin: 0 auto;*/
/*    background: url('images/logo.svg') center center no-repeat;*/
/*    min-width: 300px;*/
/*    width: 25%;*/
/*    aspect-ratio: 1 / 1;*/
/*}*/

.nav {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  padding: 15px 0;
  text-align: center;
  transition: 500ms;
}
.nav-fixed {
  position: fixed;
  top: 0 !important;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 10;
  height: 85px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: top 500ms;
}
.nav-ul {
  margin: 0;
  padding: 0;
}
.nav-ul li {
  position: relative;
  padding: 0;
  display: inline-block;
}
.nav-ul-a {
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0;
  padding: 10px;
  text-decoration: none;
  color: #00a3ad;
  font-size: 1.1em;
}
.nav-ul-a-home {
  display: none;
}
.nav-fixed .nav-ul-a-home {
  display: inline-block;
  width: 70px;
}
.nav-fixed .nav-ul-a-home:before {
  position: absolute;
  top: -15px;
  left: 0;
  z-index: 100;
  font-size: 60px;
  color: #121212;
  transition: 500ms;
}
.nav-fixed .nav-ul-a-home:hover:before {
  color: #00a3ad;
}
.nav-ul-a.icon-scissors:before,
.nav-ul-a.icon-camera:before,
.nav-ul-a.icon-pencil:before,
.nav-ul-a.icon-profile:before,
.nav-ul-a.icon-chat:before {
  position: absolute;
  display: block;
  top: -30px;
  left: 50%;
  z-index: 1;
  margin-left: -25px;
  height: 30px;
  width: 50px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 35px;
  color: #00a3ad;
  opacity: 0;
  transition: 500ms;
}
.nav-fixed .nav-ul-a:before {
  content: '';
}
.nav-ul-a:hover.icon-scissors:before,
.nav-ul-a:hover.icon-camera:before,
.nav-ul-a:hover.icon-pencil:before,
.nav-ul-a:hover.icon-profile:before,
.nav-ul-a:hover.icon-chat:before {
  top: -45px;
  opacity: 1;
}
.nav-fixed .nav-ul-a {
  color: #121212;
}
.nav-ul-a:hover {
  color: #00a3ad;
}
/*.main-content {*/
/*  padding: 25px 0;*/
/*}*/
/*.main-section {*/
/*  position: relative;*/
/*  margin: 75px 0;*/
/*}*/
/*.main-section:after {*/
/*  display: block;*/
/*  content: ' ';*/
/*  clear: both;*/
/*}*/
/*.main-section-left,*/
/*.main-section-right {*/
/*  display: inline-block;*/
/*  width: 50%;*/
/*  padding: 10px 60px;*/
/*}*/
/*.main-section-left {*/
/*  float: left;*/
/*}*/
/*.main-section-right {*/
/*  float: right;*/
/*}*/
/*.main-photo {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  border-radius: 10px;*/
/*  background: #ececec;*/
/*  overflow: hidden;*/
/*}*/
/*div[class^="main-photo-"],*/
/*div[class*=" main-photo-"] {*/
/*  background-position: center center;*/
/*  background-repeat: no-repeat;*/
/*  background-size: cover;*/
/*}*/
/*.main-photo-services {*/
/*  background-image: url('./images/services.jpg');*/
/*}*/
/*.main-photo-portfolio {*/
/*  background-image: url('./images/portfolio.jpg');*/
/*}*/
/*.main-photo-about {*/
/*  background-image: url('./images/about.jpg');*/
/*}*/
/*.main-photo-contact {*/
/*  background-image: url('./images/map.png');*/
/*}*/
.footer {
  padding: 25px 0;

  font-size: 0.8em;
  line-height: 1.5;
  color: #999;
}
.footer-icon {
  font-size: 50px;
}
.footer-address {
  float: right;
  font-style: normal;
}
/*.to-top {*/
/*  position: fixed;*/
/*  right: 25px;*/
/*  bottom: -55px;*/
/*  z-index: 5;*/
/*  padding-top: 12px;*/
/*  width: 50px;*/
/*  height: 50px;*/
/*  border-radius: 50%;*/
/*  background: #00a3ad;*/
/*  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);*/
/*  text-align: center;*/
/*  font-size: 25px;*/
/*  color: #fff !important;*/
/*}*/
/*.to-top.show {*/
/*  bottom: 25px;*/
/*}*/
/*.to-top:hover {*/
/*  transform: scale(1.1);*/
/*}*/
h2 {
  margin-top: 0;
  font: 700 30px 'Arsenal', sans-serif;
  text-transform: uppercase;
}
.btn,
.btn:visited {
  background: #00a3ad;
  text-decoration: none;
  color: #fff;
}
.btn:hover {
  background: #00b6c1;
  color: #fff;
  transform: scale(1.05);
}
.btn:active {
  background: #009099;
  color: #fff;
  transform: scale(1);
}
.btn-book {
  margin-top: 75px;
  width: 300px;

  display: inline-block;
  padding: 10px 35px;
  border-radius: 10px;
  font-weight: bold;
}
.btn-secondary {
  display: inline-block;
  padding: 10px 25px;
  border-radius: 10px;
  border: 2px solid #00a3ad;
  font-weight: 400;
  text-decoration: none;
  color: #00a3ad;
}
.btn-secondary:hover {
  border-color: #00b6c1;
  color: #00b6c1;
  transform: scale(1.05);
}
.btn-secondary:active {
  border-color: #009099;
  color: #009099;
  transform: scale(1);
}
.btn-secondary .icon-scissors {
  display: inline-block;
  padding-right: 10px;
  font-size: 1.1em;
}
@font-face {
  font-family: 'styles-k';
  src: url('./fonts/styles-k.eot?ip3anz');
  src: url('./fonts/styles-k.eot?ip3anz#iefix') format('embedded-opentype'), url('./fonts/styles-k.ttf?ip3anz') format('truetype'), url('./fonts/styles-k.woff?ip3anz') format('woff'), url('./fonts/styles-k.svg?ip3anz#styles-k') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'styles-k' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-florida:before {
  content: "\e900";
}
.icon-calendar:before {
  content: "\e901";
}
.icon-camera:before {
  content: "\e902";
}
.icon-chat:before {
  content: "\e903";
}
.icon-chevron-down:before {
  content: "\e904";
}
.icon-chevron-left:before {
  content: "\e905";
}
.icon-chevron-right:before {
  content: "\e906";
}
.icon-chevron-up:before {
  content: "\e907";
}
.icon-envelope:before {
  content: "\e908";
}
.icon-heart:before {
  content: "\e909";
}
.icon-logo:before {
  content: "\e90a";
}
.icon-map:before {
  content: "\e90b";
}
.icon-pencil:before {
  content: "\e90c";
}
.icon-picture:before {
  content: "\e90d";
}
.icon-pictures:before {
  content: "\e90e";
}
.icon-profile:before {
  content: "\e90f";
}
.icon-refresh:before {
  content: "\e910";
}
.icon-scissors:before {
  content: "\e911";
}
.icon-search:before {
  content: "\e912";
}
.icon-wallet:before {
  content: "\e913";
}

@media screen and (max-width: 600px) {
  body {
    font-size: 30px;
  }

  .header {
    height: auto;
  }

  .header-logo {
    font-size: 250px;
  }

  .header-subtitle .icon-florida {
    display: none;
  }

  .header-branding, .nav {
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }

  .btn-book {
    margin-top: 30px;
  }

  .footer {
    text-align: center;
  }

  .footer-address {
    float: none;
    margin-bottom: 15px;
  }

  .footer-address-city {
    display: block;
  }
}

@media screen and (max-width: 400px) {
  .btn-book {
    width: 100%;
  }
}