@font-face {
    font-family: 'Lora';
    src: url('../../../assets/css/fonts/Lora/Lora-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Bodoni';
    src: url('../../../assets/css/fonts/LTC_Bodoni/LTCBodoni26.otf') format('opentype');
}
body, html, p, span, .btn {
    font-size: 14pt;
    color: #3A2935;
    font-family: "Lora", serif;
    font-weight: 200;
    line-height: 21pt;
    margin: 0 0 16px;
}
#logo, #logo a, #logo a:hover, #logo a:visited {
    color: #3A2935;
    font-size: 26pt;
    font-family: "Bodoni", serif;
}
.heading1, h1, h1 {
    color: #3A2935;
    font-size: 48pt;
    font-family: "Bodoni", sans-serif;
    font-weight: 700;
    line-height: 60pt;
    margin: 0 0 20px; }

.heading2, h2, h2 {
    color: #3A2935;
    font-size: 24pt;
    font-family: "Bodoni", sans-serif;
    font-weight: 600;
    margin: 0 0 40px; }

.heading3, h3, h3 {
    color: #3A2935;
    font-size: 17pt;
    font-family: "Bodoni", sans-serif;
    font-weight: 600;
    margin: 0 0 4px; }

.heading4, h4, h4 {
    color: #3A2935;
    font-size: 13pt;
    font-family: "Bodoni", sans-serif;
    font-weight: 600;
    margin: 0 0 4px; }

.heading5, h5, h5 {
    color: #3A2935;
    font-size: 11pt;
    font-family: "Bodoni", sans-serif;
    font-weight: 600;
    margin: 0 0 4px; }

footer {
    font-family: "Bodoni", sans-serif;
}

.btn-outline-primary {
    border-color: #D6A730;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0095e0;
    border-color: #0095e0;
}

html {
    font-size: 14px;
    color: #444444;
}

.header {
    background: #0095e0;
    /*background: -moz-linear-gradient(top,#fafafa,#f5f5f5);
    background: -webkit-linear-gradient(top,#fafafa,#f5f5f5);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#fafafa),color-stop(1,#f5f5f5));
    background: linear-gradient(top,#fafafa,#f5f5f5);*/
    border-bottom: 1px solid #eee;
    color: #ffffff;
    min-height: 44px;
    padding: 14px 15px 13px;
}

.header a {
    color: #ffffff;
    font-family: "Bodoni", serif;
}

footer a, footer a:hover {
    color: #D6A730;
}

.margin-bottom-10px {
    margin-bottom: 10px;
}

.margin-bottom-20px {
    margin-bottom: 20px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-60px {
    margin-bottom: 60px;
}

.margin-bottom-80px {
    margin-bottom: 80px;
}

.margin-bottom-100px {
    margin-bottom: 100px;
}

.padding-10px {
    padding: 10px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.card-deck .card {
    min-width: 220px;
}

.border-top { border-top: 1px solid #e5e5e5; }
.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
