
.main-colour {
    color: #ff2f2f !important;
}

.italic {
    font-style: italic;
}
.home-banner {
    position: relative;
    margin: 0 auto;
}

.home-banner img {
    vertical-align: middle;
    width: 100%;
}

.home-banner .content {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0); /* Fallback color */
    background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.home-banner .title-text
{
    color: #fff;    
    font-family: "Raleway",sans-serif;
    line-height: 1.3em;
    font-weight: 400;
    font-size: 2.0em;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}


.text-left {
    text-align: left !important;
}

.text-center {
    text-align:center !important;
}

.photo-box {
    border: 6px solid #fff;
}

.photo-box-dark {
    border: 6px solid #f8f8f8;
}

hr.new {
    border: 1px solid #e4e4e4;
    margin-bottom: 15px;
    margin-top: 15px;
}

hr.section {
    border: 1px solid #cdcdcd;
    margin-bottom: 30px;
    margin-top: 30px;
}

/*Map*/
.map-container {
    /*height: 450px;*/
    border: 3px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

    .map-container iframe {
        width: 100%;
        height: 100%;
        border: 0;
    }

.bold {
    font-weight: bold;
}

.bolder {
    font-weight: 900;
}

.booking-button {
    max-width: 130px
}