/* ----------------------------
base
---------------------------- */

html,
body
{
	color: #012437;
	background: #fff;
}

body
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-family: 'Montserrat', sans-serif;
    text-transform: none;
    text-decoration: none;
	line-height: 1.6;
    letter-spacing: 0.5px;
    max-width: 100%;
    
}

h1
{
    margin-bottom: 0;
	padding: 0em 0em 1em;
	font-size: 3em;
	font-family: "Amatic SC", sans-serif;
    font-weight: 700;
    font-style: normal;
	line-height: 1em;
    text-align: center;
}

h2 {
    margin-bottom: 0;
	padding: 0em 0em 1em;
	font-size: 2em;
	font-family: "Montserrat", sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 750;
    font-style: normal;
	line-height: 1em;
}


h3 {
    margin-top: 0em;
	margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4em;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
	line-height: 1.2em;
}


h4,
h5,
h6
{
    margin-top: 0em;
	margin-bottom: 1em;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
	line-height: 1.2em;
}
p {
    margin-bottom: 2em;
}

img
{
    max-width: 100%;
	height: auto;
	border: 0;
}

a:focus img { background: none; }
a:hover img { background: none; }
a:active img { background: none; }
blockquote { margin: 0; }
section {
    overflow: hidden;
}

.button {
    padding: 1em;
    border-radius: 3px;
    background: #0091AC;
    border: none;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: .8em;
}
.button-container div {
    margin: 2em;
}

.header-container {
    max-width: 1200px;
    margin: 0em auto 0em;
}
.container {
    max-width: 1200px;
    margin: 0em auto 0em;
    padding-top: 2em;
    padding-bottom: 2em;
    display: inline-block;
}
.container a {
    text-decoration: none;
}

.padding {
    padding: 1em;
}

.col-66, .col-50, .col-33, .col-33-left .col-15 {
    text-align: center;
    margin: auto;
}
.col-33 img {
    max-width: 60%;
}

@media (min-width: 768px)
{
    
    .col-66, .col-50, .col-33, .col-33-right {
        display: inline-block;
        vertical-align: middle;
    }
    .col-66 {
        width: 66%;
    }
    .col-50 {
        width: 49.5%;
    }
    .col-33 {
        width: 32.5%;
    }
    .col-33 img {
        max-width: 80%;
    }
    .left-align {
        text-align: left;
        float: left;
    }
    .right-align {
        text-align: left;
        float: right;
        vertical-align: middle;
    }
    .button-container div {
        margin: 0em;
    }
}
/* ----------------------------
header and nav
---------------------------- */
.header { 
    height: 80px;
    background-color: #fff;
}

.topnav {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding-left: 1em;
    padding-right: 1em;
}
.topnav a:first-child {
    float: left;
    font-weight: 500;
    font-size: 1.8em;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}
.topnav a {
    display: block;
    color: #012437;
    letter-spacing: 2px;
    text-align: center;
    text-decoration: none;
    font-size: 1.8em;
    font-family: "Amatic SC", sans-serif;
    font-weight: 300;
}

.topnav a:not(:first-child) {
    float:right;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
}

.topnav a:hover {
  font-weight: 600;
}

.topnav a.active {
    background-color: #fff;
    color: #555350;
}

.topnav .icon {
    display: none;
}
.header-icon {
    max-height: 25px;
    padding-top: 4px;
}
.bar {
    width: 35px;
    height: 1px;
    background-color: #555350;
    margin: 6px 0;
}

@media only screen and (max-width: 992px) {
    .topnav a:first-child {
        float: left;
        font-weight: 500;
        font-size: 1.8em;
        padding-top: .7em;
        padding-bottom: .7em;
    }
    .topnav a:not(:first-child) {
        display: none;
        padding-top: 1em;
        padding-bottom: 1em;
    }
    .topnav a.icon {
        float: right;
        display: block;
      }
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
      }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media (min-width:768.1px){
    .topnav a:first-child {
         }
    .topnav a:not(:first-child) {
        text-align: left;
        margin-left: 2em;
    }
}

/* ----------------------------
slideshow
---------------------------- */
.content {
    position: absolute;
    left: 0;
    width: 100%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    z-index: 0;
}

.content h1 {
    font-size: 4em;
    padding-bottom: 10px;
}
.content h3 {
    text-align: center;
}
.cb-slideshow{ 
    position: absolute;
    width: 100%;
    height: 80%;
    margin: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow li {
    list-style: none;
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
    animation: imageAnimation 24s linear infinite 0s; 
}

.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/dogberry_mountain_fullscreen_overlay.jpg);
        
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/fog_rolling_in_fullscreen_overlay.jpg);
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/sunrise_bay_fullscreen_overlay.jpg);
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/sunset_harbour_fullscreen_overlay.jpg);
    animation-delay: 18s; 
}

.cb-slideshow li:nth-child(2) div { 
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    animation-delay: 18s; 
}

@keyframes imageAnimation { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    40% { opacity: 0 }
    100% { opacity: 0 }
}

.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

  
/* ----------------------------
404
---------------------------- */

.fourohfour {
    height: calc(100vh - 100%);
    min-height: calc(100vh);
    background-color: #F5F0EC;
    display: flex;
    align-items: center;
}

/* ----------------------------
hero section
---------------------------- */

.hero {
    height: calc(80vh - 100%);
    min-height: calc(80vh);
    background-color: #012437;
    background-size: cover;
    display: flex;
    align-items: center;
}
.hero ul {
    padding-left: 0px;
}

@media (min-width: 768px){
    .hero {
        height: calc(80vh - 100%);
        min-height: calc(80vh);
    }
    .hero-logo {
        width: 50%;
    }
}
/* ----------------------------
logo
---------------------------- */
.logo { text-align: center;}
.logo img {
    max-width: 60%;
    margin-top: -100px;
    position: relative;
}
.logo-in-page {
    width: 200px;
    margin: auto;
    }
@media (min-width: 768px){
    .logo img {
        width: 25%;
    }
    .logo-in-page {
        width: 20%;
        z-index: 200;
    }
}
/* ----------------------------
about
---------------------------- */
.about {
    text-align: center;
}
.about img { display: none;}

.about a { color: #fff }
.about-page{
    height: calc(50vh - 100%);
    min-height: calc(50vh);
    background-size: cover;
    display: flex;
    align-items: center;
}
.about-page img {
    margin: auto;
}
.sub-page {
    height: calc(30vh - 100%);
    min-height: calc(30vh);
    background-color: #012437;
    background-size: cover;
    display: flex;
    align-items: center;
}
    
@media (min-width: 768px){
    .about h1, .about p {text-align: left;}
    .about img { display: inline-block; max-width: 100%; }
}

/* ----------------------------
council photos
---------------------------- */
.council-photos {
    text-align: center;
}
/* ----------------------------
divider
---------------------------- */
.divider {
    background-color: #98002E;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0px;
    padding: 2em;
}


/* ----------------------------
dining & takeout
---------------------------- */
.dining-takeout {
    min-height: 500px;
    display: flex;
    align-content: center;
    background-color: aliceblue;
}
@media (min-width:768px){
    .dining-takeout h2, .dining-takeout p {
        
}
    .dining-takeout img {
        vertical-align: middle;
    }
}
/* ----------------------------
catering
---------------------------- */

.slides {
    margin-top: 75px;
}
.slides img {
    width: 600px;
}
.catering a {
    color: #012437;}

@media only screen and (min-width:768px){
    .slides {
        margin-top: 50px;
    }
}

@media only screen and (min-width:992px) {
    .slides {
        margin-top: 40px;
    }
}

/* ----------------------------
events
---------------------------- */
.events {
    height: calc(80vh - 100%);
    min-height: calc(80vh);
    display: flex;
    align-items: center;
}
.date {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 5px
}
@media (min-width:768px){
    .events h2, .events p {
        text-align: left;}
}
/* ----------------------------
widget-area
---------------------------- */
.widget-area {
    background: #012437;
    background-size: 1200px;
    color: #fff;
    font-size:.7em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 2em;
    border-bottom: 1px solid #666;
    text-align: center;
    display: flex;
}
.widget-area a {
    color: #fff
}

.widget-area img {
    
    width: 200px;
    margin: auto;
}

.widget-area ul {
    list-style: none;
    padding: 0;    
}
@media only screen and (min-width:768px){
    .widget-area img {
        width: 70%;
    }
    .widget-area ul {
        text-align: left;
        line-height: 1.5em;
    }
}
/* ----------------------------
footer
---------------------------- */

.footer {
    background: #012437;
    margin-bottom: 0em;
    padding: 1em;
}
.copyright {
    text-align: center;
    color: #fff;
    font-size: .6em;
	font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
	line-height: 1em;
}

/* ----------------------------
Resources
---------------------------- */
.resources-head {
    background-color: #F5F0EC;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.resources {
    border-top: 1px solid #555350;
    margin-bottom: 50px;
}
.resources h2, .resources p {
    text-align: left;
}
.resources img {
    max-width: 50%;
}

/* ----------------------------
Subpages
---------------------------- */
.subpage-head {
    height: calc(50vh - 100%);
    min-height: calc(50vh);
    background-color: #F5F0EC;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.design-head {
    height: calc(50vh - 100%);
    min-height: calc(50vh);
    background-image: url(../images/design_bg_mobile.jpg);
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
}

.spin {animation:spin 5s linear}
@keyframes spin {0% {transform:rotate(-120deg)}100%{transform:rotate(-359deg)}}

.subpage-head h1, .design-head h1 {
    font-weight: 700;
}

.contact-options {
    margin-bottom: 45px;
}

@media only screen and (min-width:768px){
    .design-head {
        background-image: url(../images/design_bg.jpg);
    }
    .subpage-head .col-50 {
        vertical-align: top;
    }
    .subpage-head h1, .subpage-head h2, .subpage-head p {
        vertical-align: top;
        text-align: left;
    }
    .subpage-head h1 {
        margin-top: 2em;
        padding-bottom: 0em;
    }
    .subpage-head h2 {
        margin-top: 0;
    }
}