﻿:root {
    --primary: #1f255b;
    --secondary: #ff2539;
    --font-primary: #141515;
    --font-secondary: #fff;
}

.title {
    font-size: 1.75rem;
    color: var(--primary);
    padding-bottom: 10px;
    border-bottom: 2px solid var(--secondary);
    font-weight: bold;
    margin-top: 0;
}

.title-without-border {
    font-size: 1.75rem;
    color: var(--primary);
    padding-bottom: 10px;
    font-weight: bold;
    margin-top: 0;
}

.sub-title {
    color: var(--primary);
    font-size: 1rem;
}

.sub-title-with-border {
    color: var(--primary);
    font-size: 1rem;
    border-bottom: 2px solid var(--secondary);
}

.paragraph {
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.375rem;
}

.card {
    border-radius: 20px;
    background-color: var(--primary);
    min-width: 50px;
    min-height: 50px;
}

.CommonTitle {
    color: #969a33;
    font-size: 20pt;
    text-align: center;
    margin: -5px 0 13px 0;
}

.CommonHeader1 {
    color: #6f7408;
    font-weight: lighter;
    font-size: 170%;
    margin-top: 20px;
    margin-bottom: 5px;
}

.CommonHeader2 {
    color: #6f7408;
    font-weight: lighter;
    font-size: 130%;
    margin-top: 13px;
    margin-bottom: 10px;
}

.CommonContent {
    font-size: 100%;
    color: #303440;
    margin-top: -5px;
    line-height: 1.5;
}

.CommonFooter {
    padding-top: 5px;
    padding-bottom: 5px;
    color: Black;
    font-size: 12px;
    text-align: right
}

.ImageMargin {
    margin: 0 0 5px 20px;
}

.ImageTitle {
    color: #000000;
    line-height: 20px;
}

a.link {
    text-decoration: none;
}

    a.link:hover {
        text-decoration: underline;
    }
/* Image Styles */
.WithBorder {
    border: solid green 5px;
}

.WithPaddings {
    border: dashed blue 1px;
    padding: 50px 10px;
    background-color: yellow;
}

.SemiTransparent {
    opacity: 0.4;
}

.CommonTitlePreview {
    color: #969a33;
    font-family: Tahoma;
    font-size: 20pt;
    font-weight: bold;
}

.CommonHeader1Preview {
    color: #6f7408;
    font-weight: lighter;
    font-size: 15pt;
}

.CommonHeader2Preview {
    color: #6f7408;
    font-weight: lighter;
    font-size: 12pt;
}

.CommonContentPreview {
    font-size: 100%;
    color: #303440;
}

.CommonFeaturesPreview {
    font-weight: 700;
    color: #595d66;
}

.CommonFooterPreview {
    color: Black;
    font-size: 12px
}

.LinkPreview {
    color: #0000FF;
}

.ImageMarginPreview {
    font-size: 100%;
    color: #303440;
    border: 1px dotted #576fa5;
    padding: 0px 2px 1px 2px;
    display: inline-block;
}

.ImageTitlePreview {
    color: #000000;
    line-height: 20px;
    font-style: italic;
}

.ImageWithBorderPreview {
    color: Black;
    font-size: 12px
}

.ImageWithPaddingsPreview {
    color: Black;
    font-size: 12px
}

.ImageSemiTransparentPreview {
    color: Black;
    font-size: 12px
}

img {
    height: auto !important;
    max-width: 100% !important;
}
