
.temp_heading {
    text-align: center;
    font-size: 30px;
    text-shadow: 2px 2px 4px #AACCEE;
}

.fill-view {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}
.bgCover {
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}
.fadebox {
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.35);
    /* padding-top: 120px; */
}

/* special fix for ipad to show backgrounds properly scaled since they don't do the cover properly */
@media screen and (max-device-width: 1024px){
    .bgCover {
        background-attachment: scroll;
    }
}

a > i, button > i { /* for material icon alignment with text*/
    vertical-align:middle;
}

.rounded {
    border-radius: 5px;
}
.rounded-more {
    border-radius: 15px;
}

.img-bg {
    background-position: center;
    background-size: cover;
}
.img-collage {
    height: 300px;
    border-radius: 15px;
    background-position: center;
    background-size: cover;
    box-shadow: 0 20px 20px 0 rgba(0,0,0,0.4);
}


.bg-intro {
    background-image: url(/core/images/fh_banner_01_sm.jpg);
}
.bg-content-boat {
    background-image: url(/core/images/fh_banner_02_sm.jpg);
}

.logo {
    padding: 10px 20px;
    margin: 5px 15px;
    background: aliceblue;
}

.content-box {
    padding: 25px;
    margin: 20px;
    background: rgba(240, 248, 255, .9);
    box-shadow: 0 10px 10px 0 rgba(0,0,0,0.4);
}
.service-rect {
    min-height: 300px;
}
.addr-rect {
    min-height: 150px;
}

.popup-win {
    z-index: 9;
}

.home-info {
    position: absolute;
    bottom: 0;
    left: 0;
}
.location-image {
    height: 400px;
}