﻿@import url('https://fonts.googleapis.com/css?family=Cabin:400,700|Great+Vibes');

body {
    font-family: 'Cabin', sans-serif;
    color: #7f7f7f;
    font-size: 16px;
}

*:focus {
    outline: none !important;
}

h1 {
    font-family: 'Great Vibes', sans-serif;
    font-size: 55px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 25px;
    margin-top: 45px;
}

h2 {
    font-family: 'Great Vibes', sans-serif;
    font-size: 45px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    h1 {
        font-size: 35px;
        line-height: 40px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

h3 {
}

h4 {

}

hr {
    height: 2px;
    background-color: #8e4f8c;
}

p {
    color: #7f7f7f;
    font-size: 16px;
    line-height: 1.6;
}

ul li, ol li {
    list-style-type: circle;
    color: #7f7f7f;
    font-size: 16px;
    line-height: 1.6;
}

a {
    transition: ease color 200ms;
}

a:link, a:visited {
    color: #8e4f8c;
}

a:hover, a:active {
    color: #ce8fcc;
    text-decoration: none;
}

a img {
    opacity: 1;
    transition: opacity ease 200ms;
}

a:hover img {
    opacity: 0.7;
}

.hide-on-load {
    display: none;
}

.spacingTop {
    padding-top: 25px;
}

.spacingBottom {
    padding-bottom: 25px;
}

.noSidePadding {
    padding-left: 0;
    padding-right: 0;
}


.btn.btn-contact {
    background-color: #b1b1b1;
    color: #fff;
    width: 100px;
    height: 100px;
    border: none;
    text-align: center;
    line-height: 100px;
    border-radius: 50px;
    padding: 0;
    transition: background-color ease 200ms;
}

.btn.btn-contact:hover {
    background-color: #7f7f7f;
}


/* Menu affixed to top */

/* bootstrap 3 helpers */

.navbar-form input, .form-inline input {
	width:auto;
}

/* Bugfix for slider module admin */
.ModModuleDNNResponsiveTouchSliderC .dnnLabel {
    width: 220px !important;
}



header {
}

#nav {
    position: fixed;
    top: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
    border: none;
}

.showControlBar #nav {
    top: 50px;
}

#banner {
    position: relative;
    min-height: 150px;
}

#banner p {
    margin: 0;
}

#banner p img {
    width: 100%;
    height: auto;
}

#banner #mobile-logo {
    margin: 15px;
}

#banner #mobile-logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

#banner #header-logo {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -166px;
    width: 331px;
    height: 331px;
    z-index: 800;
}

/* Nav bar */
#nav .navbar {
    margin-bottom: 0;
    background: none;
    margin: 0 auto;
    border: none;
}

@media (max-width: 767px) {
    #nav .navbar {

    }

    #nav .navbar .navbar-collapse {
        background-color: #fff;
        border-bottom: solid 3px #8e4f8c;
    }

    #nav .navbar .navbar-toggle {
        color: #8e4f8c;
        border-color: #8e4f8c;
        background-color: #fff;
    }

    #nav .navbar .navbar-collapse li > a {
        background-color: #fff;
        transition: none;
    }

    #nav .navbar .navbar-collapse li > a:hover,
    #nav .navbar .navbar-collapse li > a:active,
    #nav .navbar .navbar-collapse li.active > a {
        background-color: #8e4f8c;
        color: #fff;
    }

}

@media (min-width: 768px) {
    #nav .navbar {
    }

    #nav .navbar .navbar-collapse {
        text-align: center;
    }

    #nav .navbar .navbar-nav {
        display: inline-block;
        float: none;
        margin: 0 auto;
        background-color: rgba(0,0,0,0.25);
        padding: 15px 20px;
        border-radius: 0;
        border-bottom-left-radius: 45px;
        border-bottom-right-radius: 45px;
        transition: ease 200ms all;
    }

    #nav.affix .navbar .navbar-nav {
        padding: 5px 20px;
    }

    #nav .navbar .navbar-nav > li > a,
    #nav .navbar .navbar-nav > li.active > a {
        font-size: 18px;
        background: none;
        color: #fff;
        padding: 0 15px;
        line-height: 25px;
    }

    #nav .navbar .navbar-nav > li > a:hover,
    #nav .navbar .navbar-nav > li > a:active {
        background: none;
        color: #ce8fcc;
    }


}

.home-panel {
    position: relative;
    margin: 20px 0;
}

.home-panel img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {

}

@media (min-width: 768px) {
    .home-panel a {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -150px;
        margin-left: -150px;
        height: 300px;
        width: 300px;
        border-radius: 150px;
        background-color: #fff;
        opacity: 0.7;
        transition: ease all 200ms;
        color: #7f7f7f;
        line-height: 300px;
    }

    .home-panel a:hover {
        opacity: 1;
        color: #7f7f7f;
    }
}


.ModDNNHTMLC img {
    max-width: 100%;
    height: auto;
}


/* Catering panels */

.catering .ModDNNHTMLC {
    position: relative;
}

.catering .ModDNNHTMLC p {
    margin: 0;
}

.catering .ModDNNHTMLC img {
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

.catering .ModDNNHTMLC h2 a {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    margin: 0;
    padding: 0;
    transition: background-color ease 200ms;
    background-color: rgba(0,0,0,0.3);
}

.catering .ModDNNHTMLC h2 a:hover {
    background-color: rgba(0,0,0,0);
}

.catering .ModDNNHTMLC h2 a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    font-size: 45px;
    line-height: 45px;
    margin-top: -22px;
    color: #fff;
}

@media (max-width: 767px) {
    .catering .ModDNNHTMLC h2 a span {
        font-size: 22px;
        line-height: 25px;
        margin-top: -12px;
    }
}


#testimonials img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}



.google-map-frame {
    width: 100%;
    height: 400px;
    margin: 0 25px;
}

@media (max-width: 767px) {
    .google-map-frame {
        height: 300px;
        margin: 0 10px;
    }

}

/* Footer */



.footer-above {
    margin-top: 45px;
    border-top: solid 5px #8e4f8c;
}

.footer-below {
    text-align: center;
    padding: 15px 0;
}

.footer-below a, 
.footer-above a {
    color: #7f7f7f;
}

span.sep {
    padding: 0 8px;
}



/* Leave at bottom */
.DNNEmptyPane {
    padding: 0;
}
