/* Color Theme Swatches in Hex */
.Surfers-at-dawn-1-hex { color: #344154; }
.Surfers-at-dawn-2-hex { color: #B6C9B5; }
.Surfers-at-dawn-3-hex { color: #BED5CD; }
.Surfers-at-dawn-4-hex { color: #F2E2CE; }
.Surfers-at-dawn-5-hex { color: #F2EFE9; }
.Flower-on-blurred-background-3-hex { color: #B8ACAE; }
.Flower-on-blurred-background-4-hex { color: #C8CECC; }
.Orange-call-to-action-1-hex { color:#D9734E; }

/* CSS Styles for Services Page */

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, font, 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, caption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    max-width: 100vw;
    margin: 0;
    background-color: #F2EFE9;
}

.grid-container {
    display: grid;
    grid-template-columns: 3fr 2fr 1fr 2fr 3fr;
    grid-template-rows: repeat (7);
    justify-items: stretch;
    align-items: stretch;
  }

.grid-container .navbar {
    grid-column-start: 1;
    grid-row-start: 1;
    width: 100vw;
    background-color: #F2EFE9;
    position: fixed;
    z-index: 10;
}

.grid-container .ssnavbar {
    display: none;
}

.grid-container .navbar .homelogo {
    grid-column-start: 1 / span 1;
    float: left;
}

.grid-container .navbar .logo {
    width: 40%;
    padding: 0% 20%;
    pointer-events: none;
}

.grid-container .navbar .navbuttons a {
    text-decoration: none;
    list-style: none;
    margin-right: 5%;
    margin-top: 2%;
    float: left;
    padding-top: 1%;
    margin-left: 5%;
    color: #344154;
    font-family: "Raleway";
    font-size: 1.25vw;
}

.grid-container .navbar a:hover {
    color: #D9734E;
}

.grid-container .navbar .active {
    background-color: #B8ACAE;
    color: #F2EFE9;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    border-radius: 15px;
}

.grid-container .navbar .home {
    grid-column: span 1;
}

.grid-container .navbar .about {
   grid-column: span 1;
}

.grid-container .navbar .services {
    grid-column: span 1;
}

.grid-container .navbar .contact {
    grid-column: span 1;
  }

.grid-container .banner {
    grid-column: span 5;
}

.grid-container .banner .heroimg {
    max-width: 100vw;
    background-size: cover;
    background-position: 50% 50%;
    pointer-events: none;
}

.grid-container .banner .herotag {
    font-family: "Cormorant-Garamond";
    font-size: 4vw;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1.2px;
    color: #344154;
    position: absolute;
    top: 30%;
    left: 3%;
    right: 50%;
    padding: 2% 5%;
    word-wrap: break-word;
}

.grid-container .banner .herotagb {
    font-family: "Cormorant-Garamond";
    font-size: 4vw;
    font-weight: 400;
    text-align: left;
    letter-spacing: 1.2px;
    color: #344154;
    position: absolute;
    top: 67%;
    left: 55%;
    right: 0%;
    padding: 2% 4%;
    word-wrap: break-word;
}

.grid-container .intro {
    grid-column-start: 1 / span 5;
    width: 85vw;
    margin-left: 6%;
    padding: 3%;
    font-family: "Raleway";
    font-size: 1.125em;
    color: #344154;
    text-align: justify;
    line-height: 1.5;
    height: max-content;
}

.servicescontainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat (2);
    column-gap: 3%;
    row-gap: 3%;
    margin: 1% 3%;
}

.servicescontainer .servicelista {
    grid-column-start: 1 / span 1;
    background-color: #BED5CD9D;
    width: 42vw;
    max-height: fit-content;
    border-radius: 15px;
    margin-left: 1%;
    padding: 2% 5%;
}

.servicescontainer .servicelistb {
    grid-column-start: 2 / span 1;
    background-color: #F2E2CE9D;
    width: 42vw;
    max-height: fit-content;
    border-radius: 15px;
    margin-left: 1%;
    padding: 2% 5%;
}

.servicescontainer .servicelistc {
    grid-column-start: 1 / span 1;
    grid-row-start: 2;
    background-color: #B6C9B59D;
    width: 42vw;
    max-height: fit-content;
    border-radius: 15px;
    margin-left: 1%;
    padding: 2% 5%;
}

.servicescontainer .servicelistd {
    grid-column-start: 2 / span 1;
    grid-row-start: 2;
    background-color: #B8ACAE9D;
    width: 42vw;
    max-height: fit-content;
    border-radius: 15px;
    margin-left: 1%;
    padding: 2% 5%;
}

.servicescontainer .servicehead {
    font-family: "Cormorant-Garamond";
    font-size: 1.5em;
    font-style: oblique;
    font-weight: 400;
    text-align: left;
    padding: 3%;
}

.servicescontainer .tickmark-icon li {
    list-style: none;
    list-style-image: none;
    position: relative;
    padding-left: 1.5em;
    font-family: "Raleway";
    font-size: 1em;
    font-weight: 300;
    color: #344154;
    text-align: left;
    line-height: 1.8em;
    word-wrap: break-word;
}

.servicescontainer .tickmark-icon li:before {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 0.5em;
    border-color: #F2EFE9;
    border-radius: .5em;
    position: absolute;
    left: 0px;
    top: 20%;
}

.servicescontainer .tickmark-icon li:after {
    content: " ";
    display: block;
    width: 0.3em;
    height: 0.7em;
    border-style: solid;
    border-color: #344154;
    border-width: 0 0.16em 0.16em 0;
    position: absolute;
    left: .25em;
    top: 15%;
    transform: rotate(45deg);
}

.grid-container .imagestrip {
    grid-column-start: 1;
    grid-row-start: 1;
}

.grid-container .imagestrip .boatstrip {
    margin-top: 2%;
    max-width: 100vw;
    position: relative;
    pointer-events: none;
}

.grid-container .textbox {
    grid-column-start: 1;
    font-family: "Raleway";
    font-size: 1.125em;
    font-style: italic;
    font-weight: 300;
    color: #344154;
    line-height: 1.5;
    text-align: center;
}

.grid-container .textbox .textboxborder {
    width: 70vw;
    margin: 3% auto;
    padding: 5%;
    border-color: #344154;
    border-radius: 15px;
    border-style: solid;
    border-width: 1%;
}

.grid-container .quote {
    grid-column-start: 1;
    background-color: #B8ACAE9D;
    display: inline-flex;
    max-height: 100vh;
}

.grid-container .quote .quotebox {
    grid-column: span 3;
    max-height: 75vh;
    width: 55vw;
    padding-top: 5%;
    padding-bottom: 5%;
    color: #344154;
    float: left;
    word-wrap: break-word;
    text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}

.grid-container .quote .quotebox .quotation {
    font-size: 3vw;
    font-family: "Cormorant-Garamond";
    font-weight: 300;
    font-style: italic;
    line-height: 150%;
    margin-left: 3%;
    margin-right: -15%;
    margin-top: 5%;
}

.grid-container .quote .quotebox .credit {
    font-size: 1.5vw;
    font-family: "Raleway";
    font-weight: 300;
    margin-left: 15%;
    padding-top: 2%;
}

.grid-container .quote .quotepic {
    grid-column: span 2;
    float: right;
    max-width: 45vw;
    max-height: 80vh;
    margin-left: 10vw;
    pointer-events: none;
}

.grid-container .endpic {
   display: none;
   pointer-events: none;
}

.grid-container .footer {
    background-color: #344154;
    grid-column: span 5;
    width: 100vw;
    max-height: fit-content;
    font-family: "Raleway";
    color: #F2EFE9;
    text-align: center;
}

.grid-container .footer .footercontact {
    text-decoration: none;
    color: #344154;
    font-weight: 700;
    background-color: #BED5CD;
    padding: 1%;
    border-radius: 15px;
    border-color: #344154;
    border-width: 1px;
    border-style: solid;
}

.grid-container .footer a:hover {
    color: #D9734E;
}

.grid-container .footer .footerlogo {
    grid-column: 3 / span 1;
    width: 15%;
    margin: auto;
    pointer-events: none;
}

.grid-container .footer .footerlegal {
    font-size: 0.70em;
    letter-spacing: 1.5px;
}




