﻿html {
    font-size: 21px;
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column-reverse;
}

.slider-heading {
    font-family: 'Luckiest Guy';
    font-size: 40px;
    line-height: 50px;
    margin-top: 20px;
    text-shadow: 4px 4px 5px #333;
}

.slider-subheading {
    font-size: 30px;
    line-height: 50px;
    text-shadow: 4px 4px 5px #333;
}

h1 {
    font-family: 'Luckiest Guy';
    font-size: 2.5rem !important;
    font-weight: 500;
    color: #111;
}

h2 {
    font-family: 'Luckiest Guy';
    font-size: 1.9rem !important;
    font-weight: 500;
    color: #111;
}

h3 {
    font-size: 1.4rem !important;
}

main {
    flex: 1 0 auto;
    min-height: 700px;
}

nav li a {
    font-size: 15px;
}

#nav-desktop {
    display: flex;
    justify-content: center;
}

#nav-mobile {
    display: block;
    text-align: left;
}

footer a {
    color: #fff;
}

footer a:hover {
    text-decoration:underline;
}


footer.page-footer {
    margin-top: 0px;
}

.triangle-1 {
    height: 0;
    width: 0;
    border-left: 0px solid transparent;
    border-right: 100pc solid green;
    border-bottom: 0px solid transparent;
    border-top: 40px solid transparent;
    position: relative;
    top: -40px;
    z-index: 9999;
}

.triangle-2 {
    height: 0;
    width: 0;
    border-left: 0px solid transparent;
    border-right: 100pc solid transparent;
    border-bottom: 0px solid transparent;
    border-top: 40px solid green;
    position: relative;
    top: -40px;
    z-index: 9999;
}

.ellipse {
    shape-outside: ellipse(150px 300px at 50% 50%);
    background-color: aqua;
}

.element {
    width: 100pc;
    height: 80px;
    -webkit-clip-path: polygon(0 0, 100% 76%, 100% 100%, 0 56%);
    clip-path: polygon(0 0, 100% 76%, 100% 100%, 0 56%);
    position: relative;
    top: -40px;
    background-color: green;
    z-index: 10;
}

.bulleted li {
    list-style-type: square !important;
    text-indent: 20px !important;
    list-style-position: inside;
}

.card-content {
    font-size: 0.9rem;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-floating) {
    font-size: 1rem;
    color: green;
}

    .card .card-action a:not(.btn):not(.btn-large):not(.btn-floating):hover {
        color: darkseagreen;
    }

    .card a {
        color:#111;
    }

    .card-content-arrow {
        font-size: 1.1rem; 
        line-height: 0.5rem; 
        margin-top: 23px;
        margin-left:0px;
        color:orange !important ;
    }

    .card-content-arrow:hover {
        color:green !important;
        smargin-left:100px;
    }

.pacifico-font {
    font-family: 'Pacifico';
    color: #eee;
    font-size: 1.6rem;
    margin-top: 30px;
    margin-bottom: 30px;
}

/*

.icon-block {
    padding: 0 15px;
}

nav ul {
    margin: 0px auto;
}

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:10px 0px;
}
.dropdown-content li:hover {
    background-color: #333734;
}

.dropdown-content li > a {
    background-color: #333734;
     padding:10px 0px;
    sheight:100px;
    acolor: #001100;
    afont-size: 1rem;
}

    .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: #ccaa00;
}
*/
/*
h3 {
    font-size: 1.7rem !important;
    color: #ccaa00;
}

h4 {
    font-size: 1.3rem !important;
}

h5 {
    font-size: 1.2rem !important;
    color: #aaa;
}

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 (min-width: 901px) {
    .container {
        width: 90%;
    }

    .slider-heading {
        font-size: 60px;
        margin-top: 100px;
    }

    .slider-subheading {
        font-size: 40px;
    }
}
