﻿.WordPressMainHeader1 {
    background-position: 50% 100%;
    box-sizing: border-box;
    color: #5f4798;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    column-rule-color: rgb(53, 39, 57);
    perspective-origin: 473px 55.5px;
    transform-origin: 473px 55.5px;
    /*background: rgba(0, 0, 0, 0) url("/images/line_dark.png") no-repeat scroll 50% 100% / auto padding-box border-box;*/
    border: 0px none rgb(53, 39, 57);
    /*font: normal normal 600 normal 36px / 47.988px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    font-stretch: normal;
    line-height: 47.988px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    outline: rgb(53, 39, 57) none 0px;
}

.WordPressHeaderItalics {
    box-sizing: border-box;
    color: #5f4798;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-size-adjust: 100%;
    column-rule-color: rgb(53, 39, 57);
    border: 0px none rgb(53, 39, 57);
    font-style: italic;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 600;
    font-stretch: normal;
    line-height: 47.988px;
    font-family: "PT Serif";
    outline: rgb(53, 39, 57) none 0px;
}

 

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 0px) and (max-width:480px) {
    .WordPressMainHeader1 {
        font-size: 18pt;
    }
    .mbsc-fr-btn-cont h1 {
        
        margin-top: 10px;
        font-size: 14pt;
    }

    #FreeQuote {
        font-size: 18px;
    }
   
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 0px) and (max-width:479px) {
    .WordPressMainHeader1 {
        font-size: 20px;
        font-weight:bold;
    }

    #FreeQuote {
        font-size: 17px;
        font-weight:bold;
    }

    .mbsc-fr-btn-cont h1 {
        color: #feefd3;
        margin-top: 10px;
        font-size: 12pt;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 480px) and (max-width:768px) {
    .WordPressMainHeader1 {
        font-size: 25px;
        font-weight: bold;
    }

    #FreeQuote {
        font-size: 30px;
    }

    .mbsc-fr-btn-cont h1 {
        color: #feefd3;
        margin-top: 10px;
        font-size: 12pt;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width:1080px) {
    .WordPressMainHeader1 {
        font-size: 30px;
        font-weight: bold;
    }

    #FreeQuote {
        font-size: 35px;
    }

    .mbsc-fr-btn-cont h1 {
        color: #feefd3;
        margin-top: 10px;
        font-size: 16pt;
    }
}

/* Desktops and laptops ----------- */
@media only screen and (min-width:1081px) {
    .WordPressMainHeader1 {
        font-size: 40px;
        font-weight: bold;
    }

    #FreeQuote {
        font-size: 40px;
         
    }

    .mbsc-fr-btn-cont h1 {
        color: #feefd3;
        margin-top: 10px;
        font-size: 16pt;
    }
}