@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../font/source-sans-pro-v21-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/source-sans-pro-v21-latin-ext_latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../font/source-sans-pro-v21-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../font/source-sans-pro-v21-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../font/source-sans-pro-v21-latin-ext_latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

*{
    font-family: "Source Sans Pro" !important;
}

@media screen and (min-width:992px){
    .nav-item {
    line-height:80px;
    }
}

.footer {
    border-top: 1px solid rgba(116, 116, 116, 0.7);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--secondary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;

}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.palign {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 16px;
}

.palignsmall {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 14px;
}

.palignsmallxs {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 12px;
}

.palignsmallxsc {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: center;
    font-size: 12px;
}

.palignbig {
    margin-top: 0;
    margin-bottom: 0.5rem;
    text-align: justify;
    font-size: 16px;
}

.colspace {
    margin-right: 10px;
    margin-left: 10px;
}

.img-80 {
    width: 80%;
}

.img-60 {
    width: 60%;
}

.warning {
    color:#ffcc33;
    fill:#ffcc33;
}
   
.icon-large {
    height: 132px;
    width: 132px;
}