@import url('https://fonts.googleapis.com/css?family=Roboto:400,700,900|Signika:400,700&display=swap');

/* 

    font-family: 'Signika', ;

    font-family: 'Roboto', ;

*/

@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:700,900&display=swap');

html.dark #header .header-body {
    background: rgba(32, 36, 40, 0.7) !important;
    background-color: rgba(32, 36, 40, 0.7) !important;
    border-top-color: #32383f;
}


.list.list-icons li {
    position: relative;
    padding-left: 5px;
    color: white;
    text-transform: uppercase;
}

body {
    font-family: 'Roboto', Arial, sans-serif !important ;
    font-size: 15px;
    line-height: 26px;
    margin: 0;
    color: #cbcbcb;
}

.font-weight-bold, b, strong {
    font-weight: 700 !important;
    font-family: 'Roboto Slab', Arial, sans-serif  !important;
    letter-spacing: 0em;
    text-transform: uppercase;
}

.footersmaller {
	font-size: 13px;
}

.font-weight-extra-bold, .font-weight-black {
    font-weight: 900 !important;
    font-family: 'Roboto Slab', Arial, sans-serif  !important;
    text-transform: uppercase;
}

.teal {
	color: #00718b;
}

.form-style-2 .form-control::placeholder {
    color: white;
    opacity: 0.5;
}

p {
    color: #cbcbcb;
}

.sort-source.sort-source-style-3 > li > a {
    color: #cbcbcb;
}