﻿/* Lora Font */
            @font-face {
                font-family: 'lorabold';
                src: url('../fonts/lora-bold-webfont.eot');
                src: url('../fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'),
                     url('../fonts/lora-bold-webfont.woff2') format('woff2'),
                     url('../fonts/lora-bold-webfont.woff') format('woff'),
                     url('../fonts/lora-bold-webfont.ttf') format('truetype'),
                     url('../fonts/lora-bold-webfont.svg#lorabold') format('svg');
                font-weight: normal;
                font-style: normal;
            }

            @font-face {
                font-family: 'lorabold_italic';
                src: url('../fonts/lora-bolditalic-webfont.eot');
                src: url('../fonts/lora-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
                     url('../fonts/lora-bolditalic-webfont.woff2') format('woff2'),
                     url('../fonts/lora-bolditalic-webfont.woff') format('woff'),
                     url('../fonts/lora-bolditalic-webfont.ttf') format('truetype'),
                     url('../fonts/lora-bolditalic-webfont.svg#lorabold_italic') format('svg');
                font-weight: normal;
                font-style: normal;
            }

            @font-face {
                font-family: 'loraitalic';
                src: url('../fonts/lora-italic-webfont.eot');
                src: url('../fonts/lora-italic-webfont.eot?#iefix') format('embedded-opentype'),
                     url('../fonts/lora-italic-webfont.woff2') format('woff2'),
                     url('../fonts/lora-italic-webfont.woff') format('woff'),
                     url('../fonts/lora-italic-webfont.ttf') format('truetype'),
                     url('../fonts/lora-italic-webfont.svg#loraitalic') format('svg');
                font-weight: normal;
                font-style: normal;
            }

            @font-face {
                font-family: 'loraregular';
                src: url('../fonts/lora-regular-webfont.eot');
                src: url('../fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
                     url('../fonts/lora-regular-webfont.woff2') format('woff2'),
                     url('../fonts/lora-regular-webfont.woff') format('woff'),
                     url('../fonts/lora-regular-webfont.ttf') format('truetype'),
                     url('../fonts/lora-regular-webfont.svg#loraregular') format('svg');
                font-weight: normal;
                font-style: normal;
            }


/* Style Changes */
            h1 {font-family: 'loraregular', serif !important;}
            h1 a {font-family: 'loraregular', serif !important;}
            h1 a span{font-family:'loraregular', serif !important;}
            h1 span{font-family:'loraregular', serif !important;}
            h2{font-family:'loraregular', serif !important;}
            .cin-r, h2, #homeSlide .carousel-inner .item .carousel-caption h2 span{font-family:'loraregular', serif !important;}

/* Media Queries */

            @media (min-width: 768px) {
                .header h1{margin-top: 0.2em; padding-right:0px;}
                .header h3{margin-top:0.5em;}
            }

            @media (min-width: 992px) {
                .header h1{margin-top: 0.6em;}
                h1 a{font-size:36px;}
                h1{font-size:36px;}
                .header h3{margin-top: 3em;}
            }

            @media (min-width: 1200px) {
                .header h3{margin-top: 2.7em;}
            }
   
