﻿@font-face {
  font-family: 'JDSansPro';
	font-weight: 300;
  font-display: swap;
  src: url("../webfonts/JDSansPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: 'JDSansPro';
	font-weight: 350;
  font-display: swap;
  src: url("../webfonts/JDSansPro-Book.ttf") format("truetype");
}
@font-face {
  font-family: 'JDSansPro';
	font-weight: 500;
  font-display: swap;
  src: url("../webfonts/JDSansPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: 'JDSansPro';
	font-weight: 600;
  font-display: swap;
  src: url("../webfonts/JDSansPro-Semibold.ttf") format("truetype");
}
@font-face {
  font-family: 'JDSansPro';
	font-weight: 700;
  font-display: swap;
  src: url("../webfonts/JDSansPro-Bold.ttf") format("truetype");
}


/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}


.cs-footer{
	font-family: 'JDSansPro', sans-serif;    
	background: #303030;
	color: #fff;
}
.cs-footer a{
	color: #fff;
    font-size: 16px;
    line-height: 1.6;
	font-weight: 300 !important;
	transition: ease all 0.2s;
}
.cs-footer a:hover{
	color: #FFDE00;
}


.cs-footer .fa-brands {
    font-size: 2rem;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
}
.fs-4 {
        font-size: 1.5rem !important;
    }
.fs-4 b {
    font-weight: 600 !important;
    }

p {
    margin: 0 0 1rem;
}
.d-flex {
    display: flex !important;
}
.gap-2 {
    gap: .5rem !important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}

	.cs-footer div[class^="col-"]:not(.col-row) {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important;
		box-sizing: border-box;
	}
@media screen and (min-width: 576px){

	.cs-footer div[class^="col-"]:not(.col-row) {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important;
		box-sizing: border-box;
	}
}