body {
	font-family: "DejaRip", sans-serif;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	color: #3c3c3c;
}

h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color: #7f7f7f;
}

h2 {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #7f7f7f;
}

h3 {
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #7f7f7f;
}
h4 {
	font-weight: 600;
	font-size: 15px;
	line-height: 18px;
	color: #5b5b5b;
}
h5 {
	font-size: 13px;
	line-height: 16px;
	color: #f89c1b;
	text-transform: uppercase;
}


.leadtext {
	font-size: 20px;
	line-height: 30px;
	color: #7f7f7f;
}
.small {
	font-size: 12px;
	line-height: 14px;
	color: #007caa;
}
.text-center {
	text-align: center;
}
.red {
	color: #ed1c24;
}




em, i {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}


a,
a:link,
a:active,
a:visited,
a:hover {
	color: #007caa;
	text-decoration: none;
}
a:hover {
	color: #f89c1b;
	text-decoration: none;
}


a.arrow:before {
	font-family: "FontAwesome";
	content: "\f0da";
	padding-right: 6px;
	color: #f89c1b;
}






@font-face {
    font-family: 'DejaRip';
    src: url('../Fonts/DejaRip Regular.woff2') format('woff2'),
        url('../Fonts/DejaRip Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaRip';
    src: url('../Fonts/DejaRip Italic.woff2') format('woff2'),
        url('../Fonts/DejaRip Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DejaRip';
    src: url('../Fonts/DejaRip Medium.woff2') format('woff2'),
        url('../Fonts/DejaRip Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaRip';
    src: url('../Fonts/DejaRip Bold.woff2') format('woff2'),
        url('../Fonts/DejaRip Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DejaRip';
    src: url('../Fonts/DejaRip Bold Italic.woff2') format('woff2'),
        url('../Fonts/DejaRip Bold Italic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
