@font-face {
    font-family: 'Georgia';
    src: url('../font/Georgia.eot');
    src: url('../font/Georgia.eot?#iefix') format('embedded-opentype'),
         url('../font/Georgia.woff') format('woff'),
         url('../font/Georgia.ttf') format('truetype'),
         url('../font/Georgia.svg#Georgia') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'georgia_bold_italic';
    src: url('../font/Georgia-BoldItalic.eot');
    src: url('../font/Georgia-BoldItalic.eot?#iefix') format('embedded-opentype'),
         url('../font/Georgia-BoldItalic.woff') format('woff'),
         url('../font/Georgia-BoldItalic.ttf') format('truetype'),
         url('../font/Georgia-BoldItalic.svg#Georgia-BoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'carolynaproblack';
    src: url('../font/emily_lime_-_carolynaproblack-webfont.eot');
    src: url('../font/emily_lime_-_carolynaproblack-webfont.eot?#iefix') format('embedded-opentype'),
        url('../font/emily_lime_-_carolynaproblack-webfont.woff') format('woff'),
        url('../font/emily_lime_-_carolynaproblack-webfont.ttf') format('truetype'),
        url('../font/emily_lime_-_carolynaproblack-webfont.svg#emily_lime_-_carolynaproblack-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*postcard-25*/
/*.changeBgColor { background-color: #cfe9de; }*/
/*.changeTextColor { color: #3a3a3c; }*/

.cardBox-1 {
    width: 480px;
    height: 663px;    
}
.postCard25 {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-image: url('../img/bg25.png');
    background-repeat: no-repeat;
    position: relative;    
}
.postCard25 img {
    margin-left: 83px;
    margin-top: 11px;
}
.postCard25 p {
    text-align: center;
    position: absolute;
    width: 480px;
}
.postCard25 .text1, .postCard25 .text3, .postCard25 .text4, .postCard25 .text5, .postCard25 .text6, .postCard25 .text7 {
    /*font-size: 12.7px;*/    
}
.postCard25 .text1, .postCard25 .text4, .postCard25 .text5, .postCard25 .text6, .postCard25 .text7 {
    font-family: 'Georgia';
    letter-spacing: 0.9px;    
}
.postCard25 .text3 {
    font-family: 'georgia_bold_italic';   
}
.postCard25 .text2 {
    font-family: 'carolynaproblack';
    /*font-size: 36.83px;*/
    line-height: 1.8em;
    top: 451px;    
}
.postCard25 .text1 {
    top: 441px;
}
.postCard25 .text3 {
    top: 530px;
    letter-spacing: 1.2px;
}
.postCard25 .text4 {
    top: 555px;
}
.postCard25 .text5 {
    top: 578px;
}
.postCard25 .text6 {
    top: 601px;
}
.postCard25 .text7 {
    top: 623px;
}