@charset "utf-8";

/* CSS Document */
@media screen {
html, body {
    padding: 0px;
    margin: 0px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
     background-color:#FFF;
}
    body *{box-sizing: border-box;}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
html, body {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    overflow-x: hidden;
    min-height: 100vh;
}
body {
    display: grid;
      background-color:transparent;
}
.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition-duration: 0s !important;
}
#abovethefold {
    width: 100%;
    display: grid;
    box-sizing: border-box;
    grid-area: abovethefold;
    grid-template-areas: "header" "my-slideshow";
    grid-template-columns: 100%;
    grid-template-rows: min-content auto;
}
#abovethefold> div {
    box-sizing: border-box;
}
header {
    display: grid;
    width: 100%;
    background-color: #FFF;
}
#header-street-address, #header-phone-number, #header-social-icons {
    white-space: nowrap;
    display: flex;
}
header > div {
    align-items: center;
    display: flex;
}
#header-street-address {
    grid-area: header-street-address;
    padding-left: 1rem;
}
#header-phone-number {
    grid-area: header-phone-number;
    text-align: right;
    padding-right: 1rem;
}
#header-logo {
    grid-area: header-logo;
    padding-left: 1rem;
    box-sizing: content-box;
}
#header-nav {
    grid-area: header-nav;
    padding-right: 1rem;
    justify-content: flex-end;
}
#header-social-icons {
    grid-area: header-social-icons;
    padding-right: 1rem;
}
    #header-social-icons span{margin-right:.5em;}
#my-slideshow {
    grid-area: my-slideshow;
}
#main-h1 {
    grid-area: main-h1;
    line-height: 1;
}
main {
    grid-area: main;
    width: 100%;
    max-width: 1280px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}
footer {
    background-color: #484848;
    grid-area: footer;
  position:relative;
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
#d-fi{
    
    font-size: .5rem;
    padding: 1rem;
    text-align: center;
    position:absolute;
    bottom:0px;
    width:100%;
}
    #d-fi a {color: rgba(255,255,255,0.55);}
#footer-content {
    grid-area: footer-content;
    padding: 2em;
    box-sizing: border-box;
    position:relative;
}
#header-logo img {
    width: 100%;
    height: auto;
}
#header-logo a {
    display: block;
    line-height: 0px;
}
.slider-wrapper {
    height: 100%;
    width: 100%;
}
h1 {
    text-align: center;
}
.my-buttons {
    grid-area: my-buttons;
    margin-bottom: 20px;
}
.my-buttons a {
    overflow: hidden;
    border: solid;
    border-width: 10px;
    border-color: #484848;
    display: block;
    line-height: 0px;
    color: #FFF;
    text-align: center;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
}
.my-buttons img {
    transition: all .4s ease-in-out;
    width: 100%;
    height: auto;
}
.my-buttons img:hover {
    transform: scale(1.1);
}
.my-buttons div {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(0,0,0,0.63);
    line-height: 1.1rem;
}

.stretch {
    white-space: nowrap;
    padding: 2%;
}
#my-slideshow {
    position: relative;
}
#my-slideshow .sa_owl_theme .owl-dots {
    z-index: 5;
}
#my-slideshow .owl-dots .owl-dot span {
    background-color: #ffffff !important;
}
#my-slideshow .owl-dots .active span {
    background-color: #084701 !important;
}
#my-slideshow .owl-dots .owl-dot span:hover {
    background-color: #084701 !important;
}
#my-slideshow > div, #my-slideshow > div > div, .owl-stage-outer, .owl-stage, .owl-item, .owl-item > div, .owl-item > div > div {
    height: 100% !important;
}

a[href^=tel] {
    color: #FFF;
    text-decoration: none;
}
.entry a[href^=tel] {
    color: #000;

}
input[type=submit], .wpcf7-date {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding: .25em;
}
.footer-phone {
    font-size: 1.4rem;
}
.footer .stretch {
    padding: 0px;
}
.stretch_it {
    white-space: nowrap;
}
#slider-text-overlay-1 .stretch, #slider-text-overlay-2 .stretch, #slider-text-overlay-3 .stretch {
    line-height: 1.75;
}
.justify {
    text-align: justify;
}
.owl-prev, .owl-next {
    outline: none;
}
input[type=checkbox] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    width: auto;
}
input[type=radio] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    width: auto;
}
input[type=date] {
    display: block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 30px;
}
input[type=submit], .wpcf7-date {
    width: auto;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
span.wpcf7-list-item {
    display: block;
    width: 100%;
}
select {
    padding: 8px;
    border: solid;
    border-width: 1px;
    border-color: #555;
    color: #555;
    border-radius: 3px;
}


iframe {
    box-sizing: border-box;
}
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input, textarea {
    border-radius: 3px;
    line-height: 1.5rem;
    border: solid;
    border-width: 1px;
    border-color: #555;
    color: #555;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    margin: 0px;
}
#footer-content {
    color: #FFF;
    width: 100%;
}
.myinfoboxes a > div {
    border: none;
    border-color: #FFF;
    border-left-width: 1px;
    border-top-width: 0px;
    border-bottom-width: 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
   text-align: center;
    
    }
    
    
    .myinfoboxes,.myinfoboxes *,#abovethefold{background-color:transparent;}
    .myinfoboxes a {display:block;overflow: hidden;text-decoration: none;}
   
.myinfoboxes a:first-child  > div{
    border-left: none;
}
.myinfoboxes a:last-child  > div{
    border-right: none;
}
.myinfoboxes h2:first-child {
    background-color: rgba(8,71,1,0.63);
    color: #FFF;
    text-align: center;
    display: block;
    padding: .5em;
    margin-top: 0px;
    margin-bottom: 0px;
}
 
    .myinfoboxes h2{font-size:1.3em;width:max-content;align-self:center;border-radius:5px;}
.infobox-content {
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    flex: 1;
    overflow: hidden;
    position: relative;
}
.infobox-content .coollink {
    font-size: .8em;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    line-height: 2em;
}
.infobox-content > div {
    align-self: center;
    padding: .5em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: rgba(255,255,255,0.71);
    border-radius: 5px;
    -webkit-box-shadow: 4px 5px 9px 5px rgba(0,0,0,0.46);
    box-shadow: 4px 5px 9px 5px rgba(0,0,0,0.46);
    font-weight: 500;
    border: solid;
    border-width: 0px;
    border-color: #FFF;
}
    .infoboxh2wrap {position: absolute;height:100%; width:100%; display:flex;justify-content: center;align-content: center;z-index:2;}
.infoboxbg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -2;
    opacity: 1;
    overflow: hidden;
}
.infoboxbg > div {
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 100%;
    display: block;
}
.my-dimmer {
    position: absolute;
  
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
z-index:1;
    background-color: rgba(0,0,0,0.21);
}
/* Video background */

.videobg {
    position: relative;
    width: 100%; /* Set video container element width here */
    height: 100%; /* Set video container element height here */
    overflow: hidden;
    background: #111; /* bg color, if video is not high enough */
}
/* horizontally center the video */
.videobg-width {
    position: absolute;
    width: 100%; /* Change width value to cover more area*/
    height: 100%;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
/* set video aspect ratio and vertically center */
.videobg-aspect {
    position: absolute;
    width: 100%;
    height: 0;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
}
.videobg-make-height {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.videobg-hide-controls {
    box-sizing: content-box;
    position: relative;
    height: 100%;
    width: 100%;
    /* Vimeo timeline and play button are ~55px high */
    padding: 55px 97.7777px; /* 16:9 ratio */
    top: -55px;
    left: -97.7777px; /* 16:9 ratio */
}
.videobg iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 0 none;
}
#my-little-fade, #slideshow-dimmer {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
#my-little-fade {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.67+0,0.52+15,0+28 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0.52) 15%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0.52) 15%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.67) 0%, rgba(0,0,0,0.52) 15%, rgba(0,0,0,0) 28%, rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ab000000', endColorstr='#00000000', GradientType=0 ); /* IE6-9 */
}
#slideshow-dimmer {
    background-color: rgba(0,0,0,0.14);
}
.myinfoboxes a:hover .infoboxbg,.myinfoboxes a .infoboxbg   {
    transition: all .4s ease-in-out;
}
.myinfoboxes a:hover .infoboxbg {
    transform: scale(1.1);
}
.myinfoboxes a:hover .my-dimmer,.myinfoboxes a .my-dimmer {
    transition: all .4s ease-in-out;
}
.myinfoboxes a:hover .my-dimmer {
    opacity: .5;
}
#compass-ledge {
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 40%;
}
#compass-ledge img {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
}
.fullwidth {
    position: relative;
    clear: both;
}
    .entry{margin-top:1em;}
    .myinfoboxes h2{max-width:80%;}
   
}
 
@media only screen and (max-width: 1890px) and (min-width: 1501px) {
#main-h1 {
    font-size: 3em;
}
}

@media only screen and (max-width: 1500px) {
#main-h1 {
    font-size: 2.5em;
}
  
}
