﻿.dash-tile-full {
    height: 760px;
}

.dash-tile-large {
    height: 270px;
}

.dash-tile-small {
    height: 220px;
}

.dash-tile-extra-large {
    height: 520px;
}

.overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5); /* Black see-through */
    color: #f1f1f1;
    width: calc(100% - 30px);
    transition: .5s ease;
    opacity: 1.0;
    color: white;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}

#home3:hover .overlay {
    opacity: 1;
}

.tile-footer {
    background-color: white;
    opacity: 0.5;
    height: 40px;
    width: calc(100% - 30px);
    margin-left: -15px;
    /*padding:15px;*/
    display: block;
    padding: 5px;
    /*text-align: center;*/
    bottom: 30px;
    position: absolute;
    /*   
    width: 100%;
    height: 50px;
    display: block;
    overflow: auto;
    float: left;
*/
}

#home1 {
    background-image: url('../img/shutterstock_3574739.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#home2 {
    background-image: url('../img/shutterstock_138865001.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#home4 {
    background-image: url('../img/shutterstock_102292636.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

#home3 {
    /*background-image: url('../img/shutterstock_24884071.jpg');*/
    background-image: url('../img/shutterstock_178021226.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-img:hover {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}


#support1 {
    background-image: url(../img/shutterstock_92816248.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#support2 {
    background-image: url(../img/shutterstock_149015609.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#order1 {
    background-image: url(../img/shutterstock_132336503.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
}

.cake21 {
    height: 100%;
    background-image: url(../img/Quote21-4.png);
    background-position: center center;
    background-size: cover;
}

.quote21-logo {
    margin: 15px;
    height: 128px;
    background-image: url(../img/quote21-128.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.quote-21-top {
    margin: -20px -15px -15px -15px;
    padding: 5px;
    background-color: white;
}

#page-wrapper-home-quote21 {
    padding: 15px;
    margin: 0 -5px;
    border: none;
}

.top {
    position: fixed;
    top: 100px;
}

.large-font {
    font-size: 87px;
}

.bottom-left {
    position: fixed;
    bottom: 60px;
}

.zone1-left {
    margin-top: 250px;
}


.bottom {
    position: fixed;
    bottom: 60px;
    right: 100px;
}


.quickLink > li {
    color: black;
}
.quickLink > li:hover {
    color: white;
}

    .quickLink > li > a {
        color: black;
        display: block;
        outline: none;
        text-decoration: none;
       /* border: 1px solid white;*/
    }

       .quickLink > li > a:hover {
        /* border:1px solid black;*/

        }

.color-primary-0:hover {
    background-color: rgb(255, 148, 55)
}
/* Main Primary color */
.color-primary-1:hover {
    background-color: rgb(255, 200, 154)
}

.color-primary-2:hover {
    background-color: rgb(255, 208, 168)
}

.color-primary-3:hover {
    background-color: white
}

.color-primary-4:hover {
    background-color: rgba(60, 60, 60, 0.3);
    color: black;
}