/* =================================================================================
Body
================================================================================= */

body {
    background: #f5f5f5;
}


/* =================================================================================
Home banner
================================================================================= */

#Home-banner {
    margin-top: 30px;
}

#Home-banner h1.header {
    color: #1a54de;
}

@media(min-width:601px) {
    #Home-banner h1.header {
        font-size: 45px;
    }
}

@media(max-width:600px) {
    #Home-banner h1.header {
        font-size: 30px;
    }
}

#Home-banner .btn.btn-purchase {
    border-radius: 25px 0px 0px 25px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 36px;
    line-height: 36px;
}

#Home-banner .btn.btn-preview {
    border-radius: 0px 25px 25px 0px;
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 36px;
    line-height: 36px;
}


/* =================================================================================
Template banner
================================================================================= */

#template-banner .btn.btn-preview {
    border-radius: 0px 25px 25px 0px;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    height: 28px;
    line-height: 28px;
    padding: 0px 20px;
}

#template-banner .btn.btn-preview.round {
    border-radius: 25px;
}

#template-banner .template-box:nth-child(odd) {
    margin-right: 20px;
}

#template-banner .template-box:nth-child(even) {
    margin-left: 20px;
}

#template-banner .m-b-50 {
    margin-bottom: 50px
}

#template-banner .card-image {
    max-height: 100%;
    height: 100%;
}

#template-banner .card-image img {
    height: 241px;
}


/* =================================================================================
Background Color
================================================================================= */

.default-color1 {
    background: #6a90eb
}

.default-color2 {
    background: #1eb7a8
}

.default-color3 {
    background: #42c747
}

.default-color4 {
    background: #795548
}

.default-color5 {
    background: #607d8b
}