@font-face {
    font-family: 'Brush Script';
    src: url('../fonts/BrushScript.woff2') format('woff2'),
        url('../fonts/BrushScript.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/BookAntiqua-Bold.woff2') format('woff2'),
        url('../fonts/BookAntiqua-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/TimesNewRomanPS-BoldMT.woff2') format('woff2'),
        url('../fonts/TimesNewRomanPS-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Kristen ITC';
    src: url('../fonts/KristenITC-Regular.woff2') format('woff2'),
        url('../fonts/KristenITC-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Old English Wd';
    src: url('../fonts/OldEnglishWd-Bold.woff2') format('woff2'),
        url('../fonts/OldEnglishWd-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Palatino';
    src: url('../fonts/PalatinoBold.woff2') format('woff2'),
        url('../fonts/PalatinoBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arial';
    src: url('../fonts/Arial-BoldMT.woff2') format('woff2'),
        url('../fonts/Arial-BoldMT.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lucida Calligraphy';
    src: url('../fonts/LucidaCalligraphy-Italic.woff2') format('woff2'),
        url('../fonts/LucidaCalligraphy-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('../fonts/CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Copperplate Gothic';
    src: url('../fonts/CopperplateGothic-Bold.woff2') format('woff2'),
        url('../fonts/CopperplateGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
.font-preview-content,
.typeInput-field{
    font-size: 24px;
}
#arial{
    font-family: 'Arial';
    font-size: 24px;
}

#book-antiqua{
    font-family: 'Book Antiqua';
    font-size: 24px;
}

#brush-script{
    font-family: 'Brush Script';
    font-size: 24px;
}

#century-gothic{
    font-family: 'Century Gothic';
    font-size: 24px;
}

#copperplate-gothic{
    font-family: 'Copperplate Gothic';
    font-size: 24px;
}

#kristen{
    font-family: 'Kristen ITC';
    font-size: 24px;
}

#lucida-calligraphy{
    font-family: 'Lucida Calligraphy';
    font-size: 24px;
}

#old-english{
    font-family: 'Old English Wd';
    font-size: 28px;
}

#palatino{
    font-family: 'Palatino';
    font-size: 24px;
}

#time-new-roman{
    font-family: 'Times New Roman';
    font-size: 24px;
}
#fonts-container{
    float: left;
    margin: 10px 0 20px 0;
    padding: 0px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    color: #333333;
}
@media only screen and (max-width: 767px) {
	#fonts-container .column {
        width: 100% !important;
    }
}