﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
    font-size: 21px;
}

main {
    flex: 1 0 auto;
    min-height: 700px;
}

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

.icon-block {
    padding: 0 15px;
}

nav .brand-logo {
    font-size: 20px;
}

nav ul a {
    color: #eee !important;
    padding: 0px 15px !important;
}

.navbar-fixed {
    height: 80px !important;
}

.icon-block .material-icons {
    font-size: inherit;
}

.btn {
    background-color: #097656;
}

    .btn:hover {
        background-color: #119b72;
    }


.dropdown-content li {
    background-color: #333734;
    padding: 0px 0px;
}

    .dropdown-content li:hover {
        background-color: #333734;
    }

    .dropdown-content li > a {
        background-color: #333734;
        padding: 10px 0px;
        line-height: 3rem;
    }

        .dropdown-content li > a:hover {
            background-color: #555;
            zcolor: #000;
            zfont-size: 1rem;
        }

.promo-caption {
    text-align: center;
    font-size: 24px;
}

.call-icon {
    font-size: 50px;
    position: relative;
    top: 20px;
}

.side-nav {
    background-color: #333933;
}

    .side-nav a {
        font-size: 19px;
        padding: 15px 10px !important;
        height: 50px;
        line-height: 20px;
    }

        .side-nav li:hover, .side-nav a:hover {
            background-color: #222;
            color: #333;
        }

    .side-nav li {
        padding: 0px !important;
        line-height: 20px !important;
    }

    .side-nav .divider {
        background-color: #aaa;
    }


.card-action {
    color: #eee;
}

.page-footer {
    margin-top: 0px !important;
}

footer a {
    color: #fff;
}

footer .input-field label {
    color: #fff;
}

.footer-copyright {
    color: #999 !important;
    font-size: 12px;
}

h1 {
    font-size: 2.5rem !important;
    color: #1b9f9b;
}

h2 {
    font-family: 'News Cycle';
    font-size: 2.5rem !important;
    font-weight: 500;
    color: #1b9f9b;
}

h3 {
    font-size: 1.7rem !important;
    color: #1b9f9b;
}

h4 {
    font-size: 1.3rem !important;
}

h5 {
    font-size: 1.2rem !important;
    color: #1b9f9b;
}

h6 {
    font-size: 1.1rem !important;
}

.ModalPopupBackground {
    height: 100%;
    filter: alpha (opacity=80);
    opacity: 0.8;
    background-color: #000;
}

.header {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    transition-timing-function: cubic-bezier( 0.215, 0.610, 0.355, 1.000 );
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
}

.header--hidden {
    -webkit-transform: translateY( -100% );
    -ms-transform: translateY( -100% );
    transform: translateY( -100% );
}

.header--narrow {
    height: 5em;
}

.quotes {
    height: 77px;
    width: 80px;
    display: inline-block;
    background-image: url('../images/quotation_marks.png');
}

.opening {
    background-position: 0px 0px;
}

.closing {
    background-position: -80px 0px;
    vertical-align: text-top;
}


/****************/
/* Homepage     */
/****************/

.default-bar-section {
    background-color: #feeaea;
    padding: 10px 0px;
}

.slider {
    sheight: 500px !important;
}

.slides .caption a {
    font-size: 24px;
}

.slides h3, .slides h5 {
    text-shadow: 3px 3px 8px #000;
}

.parallax-container {
    height: 600px;
}

.parallax {
    height: 500px;
}

.sub-header {
    text-align: center;
    font-size: 1.5em;
    color: #444;
    margin-bottom: 40px;
    font-style: italic;
}

p.grey-text {
    font-size: 20px;
}

.slider .indicators .indicator-item.active {
    background-color: #888;
}

.select-wrapper input.select-dropdown {
    margin: 0px 10px;
}

.aspx-homepage-drop-down {
    display: block !important;
    height: 50px;
    margin-bottom: 10px;
}

/*************/
/*  GALLERY  */
/*************/
.materialboxed {
    width: 100%;
}

/*************/
/*  CONTACT  */
/*************/
.booking-box-header {
    background-color: #eee;
    padding: 10px;
}

@media only screen and (min-width: 1101px) {
    nav ul a {
        padding: 0px 10px;
    }
}

@media only screen and (min-width: 601px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px;
        line-height: 80px;
    }
}

@media only screen and (max-width: 600px) {
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 80px;
        line-height: 80px;
    }

    .navbar-fixed {
        height: 60px !important;
    }
}

.more-dd {
    display: none;
}

.more-item {
    display: block;
}

@media only screen and (min-width: 900px) and (max-width: 1100px) {
    .more-dd {
        display: block;
    }

    .more-item {
        display: none;
    }
}

@media only screen and (max-width: 400px) {
    .footer-contact {
        font-size:15px;
    }
}
