﻿@font-face {
    font-family: 'Eurostile LT Pro Unicode';
    src: url('/fonts/EurostileLTProUnicode.woff2') format('woff2'), url('/fonts/EurostileLTProUnicode.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    font-family: 'Eurostile LT Pro Unicode','Montserrat', 'Inter', 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;

    font-size: 14px;
    line-height: 1.6;
    height: 100%;
    margin: 0;
    background-color: #f4f6f8;
}

a{
    text-decoration:none;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.fixed-top {
    background-color: #872434 !important;
}

.topmenu{
	padding-top:0 !important;
	padding-bottom:0 !important;
}
.topmenu, footer {
    background-color: #00205B !important;	
}

.topmenu a, footer .text-white, footer h5{
    color: #fff !important;
}

.topmenu .dropdown-item{
	color:#00205B !important;	
}

.site-logoCSI {
    height: 32px; /* default for desktop */
}

.site-logo {
    height: 60px; /* default for desktop */
}

.carousel-item img{
    height:100% !important;
}