@import url('https://fonts.googleapis.com/css2?family=Arapey:ital@0;1&family=Montserrat:wght@300&display=swap');

/*========*\
   Header
\*========*/
header:not(.reduced) {
  background-color: transparent;
  box-shadow: none;
}
header:not(.reduced) .logo {
  background: url('https://cy-sierra-assets.s3-us-west-1.amazonaws.com/sites/liveonthebigisland.com/images/liveonthebigisland-logo-white.png')
    center no-repeat;
  background-size: contain;
  width: 300px;
}
header:not(.reduced) .logo img {
  opacity: 0;
}
header:not(.reduced) nav > ul > li > a {
  color: white;
}
header:not(.reduced) nav > ul > li > a:focus,
header:not(.reduced) nav > ul > li > a:hover {
  color: black;
}
header:not(.reduced) .sub-nav .menu-button .bar {
  background: white;
}
header:not(.reduced) .sub-nav .menu-button:focus,
header:not(.reduced) .sub-nav .menu-button:hover {
  background: none;
}
header:not(.reduced) .sub-nav .menu-button:focus .bar,
header:not(.reduced) .sub-nav .menu-button:hover .bar {
  background: #8c8c8c;
}

/*=========*\
   General
\*=========*/
h2 {
  font-family: 'Arapey', Georgia, serif;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 300;
  font-size: 50px;
}

a.button {
  color: black;
  font-size: 20px;
  padding: 1rem 3rem;
  text-decoration: none;
  border: black solid 1px;
  transition: background 1s;
}
a.button:focus,
a.button:hover {
  color: white;
  background: black;
}

/*=====================================*\
   Top Strip - to hold welcome section
\*=====================================*/
.main-content .top-strip {
  margin: -65px -70px 0;
  height: 100vh !important;
}
.main-content .top-strip .container {
  padding: 0;
}

/*==============*\
   All Sections
\*==============*/
.section-inner {
  padding: 10vh 0;
  text-align: center;
}
.section-welcome {
  height: 100vh;
  background: black;
  background: url('https://cy-sierra-assets.s3.us-west-1.amazonaws.com/sites/liveonthebigisland.com/images/hero.jpg')
    center no-repeat;
  background-size: cover;
}
.section-agent {
  background: #8c8c8c;
  margin: 0 -85px;
}

/*================================*\
   Sections with dark backgrounds
\*================================*/
.section-inner.welcome-inner {
  padding: 30vh 0 40vh;
}
.welcome-inner h2,
.main-content .si-content-area .agent-inner h2 {
  color: white;
}
.welcome-inner a.button {
  padding: 2rem 3rem;
}
.welcome-inner a.button,
.agent-inner a.button {
  color: white;
  border: white solid 1px;
}
.welcome-inner a.button:focus,
.welcome-inner a.button:hover,
.agent-inner a.button:focus,
.agent-inner a.button:hover {
  color: black;
  background: white;
}

/*============*\
   Responsive
\*============*/
@media screen and (min-width: 992px) {
  .section-inner {
    padding: 10vh 10%;
  }
}
@media screen and (min-width: 1200px) {
  .section-inner {
    padding: 10vh 20%;
  }
}

/* STYLE MODS APRIL 2022 */
body.inner-page header:not(.reduced) .logo img {
	opacity: 1;
}
body.inner-page .main-content .top-strip {
	margin: initial;
	height: var(--si-top-strip-height) !important;
}
body.inner-page header:not(.reduced) nav > ul > li > a {
	color: #363636;
}
body.page-blog #internal_header,
body.page-inner-hero #internal_header {
	margin-top: 0px;
}
#internal_header h2 {
	position: relative;
	z-index: 9;
	text-shadow: 2px 2px 0px #020000;
	font-size: 40px;
    color: #fff;
    font-family: inherit;
}