﻿body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    font-family: 'Cabin', san-serif;
    font-size: 21px;
    line-height: 2.1rem;
    color: #444;
    background-color:white;
}

#form1 {
    height: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.footer-copyright {
    color: #777 !important;
    font-size: 10px;
    line-height: 2rem;
}

.content-filler {
    margin-top: auto;
}

h1 {
    font-family: 'Rouge Script', cursive;
    font-size: 3.0rem;
}

h2 {
    font-family: 'Rouge Script', cursive;
    font-size: 3.2rem;
}

h3 {
    font-size: 1.6rem;
}

h5 {
    font-size: 1.6rem;
    color: goldenrod;
}

.dropdown-content li > a {
    background-color: #333;
    color: #aaa;
    font-size: 1rem;
}

    .dropdown-content li > a:hover {
        background-color: #555;
        color: #ccc;
        font-size: 1rem;
    }

.side-nav {
    background-color: #444;
}

    .side-nav a {
        color: #ffffff;
        font-size: 1.0em;
        padding: 0px !important;
        height: 60px;
    }

        .side-nav li:hover, .side-nav a:hover {
            background-color: #000;
        }

.page-footer {
    background-color:black !important;
    line-height: 2.1rem;
    color: #777;
}

footer {
    background-color:black !important;
}

footer a {
    color: #777;
}

.collapsible-header.active {
    sfont-weight: bold;
    box-shadow: rgba(0,0,0,5);
    transition-duration: .5s;
    transition: ease-in-out;
}



nav {
    background-color: white;
    color: black;
}

    nav .brand-logo {
        margin-top: 0px;
        font-size: 20px;
        color: black;
    }

    nav ul a {
        color: black;
    }


.collapsible {
    border: none;
    box-shadow: none;
}

.collapsible-header {
    background-color: transparent;
    border: none;
}

.collapsible-body {
    background-color: transparent;
    text-indent: 50px;
    border: none;
}

.social-icons a {
    color: #777;
}

    .social-icons a:hover {
        color: white;
    }

.font-route-script {
    font-family: 'Rouge Script', cursive;
}

.color-gold {
    color: #c0a751;
}

.parallax-container {
    height: 300px;
}

.opening-hours-header {
    font-family:'Cabin';
    font-weight:900;
    font-size:30px;
    text-transform:uppercase;
}

.homepage-menu {
    font-weight:200;
    font-size:20px;
}

.homepage-menu li {
    padding:20px 20px 20px 20px;
}

.homepage-menu .course {
    text-transform:uppercase;
    font-weight:bold;
    text-align:left;
}

.homepage-menu .price {
    float:right;
    color: #c0a751;
}
.homepage-menu .details {
    font-size:17px;
    line-height:20px;
}

.materialboxed {
    width: 100%;
}

@media only screen and (max-width: 600px) {
     .nav-wrapper a {
         font-size:17px;
     }
}