﻿@media (min-width: 992px) {
    .custom-row {
        display: flex;
    }

        .custom-row > div:first-child {
            flex: 1;
        }
}


.h1 {
    margin-top: 0;
    color: gray;
    font-size: 44px;
}

.ContentPane {
    margin-top: 15px;
    padding: 0 15px;
}

#mapCol {
    display: flex;
    align-items: center;
    justify-content: center;
}

#map {
    height: 500px;
    width: 100%;
    background-color: rgb(229, 227, 223);
    ;
}

#salonListOpen, #salonList {
    overflow-y: auto;
}

#salonListOpen {
    max-height: 150px;
}

#salonName {
    text-align: center;
}

    #salonName .h1 {
        font-size: 35px;
    }

.salon {
    margin: 5px;
}

    .salon > hr {
        margin: 0;
    }

.salonLabel {
    font-family: Roboto,Arial;
    font-weight: bold;
    font-size: 12px;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    width: 500px;
    text-align: center;
}

#extensive .h2 {
    font-size: 25px;
}

.custom-row {
    margin: 15px 0;
}

#extensive hr {
    margin-top: 5px;
    margin-bottom: 15px;
    border-color: lightgray;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

    .row > div {
        padding-left: 15px;
        padding-right: 15px;
    }


.HeaderPane {
    width: 100%;
    height: 100px;
    background-color: #00CDEF;
    padding-top: 15px;
    padding-bottom: 10px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

    .HeaderPane img {
        float: left;
        width: 80px;
        height: 80px;       
    }

    .HeaderPane h1 {
        position: relative;
        top: 18px;
        left: 10px;
    }

.HeaderText {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

.FooterPane {
    width: 100%;
    /* 	height: 35px; */
    background-color: #00CDEF;
    padding-top: 15px;
    padding-bottom: 10px;
    -moz-border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.FooterText {
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}

    .FooterText > a > u {
        text-decoration: none;
        border-bottom: 2.5px solid #FFFFFF;
    }

        .FooterText > a > u:hover {
            border-bottom: 2.5px solid #000000;
        }

    .FooterText > a {
        text-decoration: none;
        font-weight: bold;
        color: #FFFFFF;
    }

        .FooterText > a:link, .FooterText > a:visited {
            text-decoration: none;
            font-weight: bold;
            color: #FFFFFF;
        }

        .FooterText > a:active, .FooterText > a:hover {
            text-decoration: none;
            font-weight: bold;
            color: #000000;
        }

.imageContainer img, .socialmediaImage img {
    width: 100%;
}

.socialmediaImage {
    max-width: 80px;
}

.wrongInformation, .newInformation {
    text-align: center;
    padding-top: 15px;
    margin: 0;
}
.text-below-marker {
    font-family: Roboto,Arial;
    font-weight: bold;
    font-size: 12px;
    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;
    width: 500px;
    text-align: center;
}
.cluster {
    margin-left: -10px;
    margin-top: -10px;
}