@font-face { font-family: 'DINOT';
             src: url('../fonts/DINWeb.eot');
             src: url('../fonts/DINWeb.woff') format('woff');
}

@font-face { font-family: 'DINOTBOLD';
             src: url('../fonts/DINWebBold.eot');
             src: url('../fonts/DINWebBold.woff') format('woff');
}

@font-face { font-family: 'DINOTLIGHT';
             src: url('../fonts/DINWebLight.eot');
             src: url('../fonts/DINWebLight.woff') format('woff');
}

body {
	font-family: DINOT !important;
	background-color:#161616;
	color:white;
}

footer{ 
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.navbar-toggler {
	border:0px !important;
}

.nav-link {
	color:#ffffff;
}

.cursor-pointer {
	cursor:pointer;
}

.card .bg-image {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.details_content {
	display:none;
}

.modal-header {
	border-bottom:0px !important;
}


.bg-dark {
	background-color:#161616 !important;
}

.bg-color-1 {
	background-color:#F64308 !important;
}

.bg-color-2 {
	background-color:#010953 !important;
}

.bg-color-3 {
	background-color:#333333 !important;
}

.text-color-0 {
	color:#ffffff;
}

.text-color-1 {
	color:#000000;
}

.text-color-2 {
	color:#F64308 !important;
}

.text-color-3 {
	color:#010953 !important;
}

.text-color-4 {
	color:#f3f3f3 !important;
}

.bold {
	font-family:DINOTBOLD;
}

.text-size-1 {
	font-size:8px;
}

.text-size-2 {
	font-size:10px;
}

.text-size-3 {
	font-size:12px;
}

.text-size-3 {
	font-size:14px;
}

.text-size-4 {
	font-size:16px;
}

.text-size-5 {
	font-size:24px;
}

.text-size-6 {
	font-size:32px;
}

.text-size-7 {
	font-size:40px;
}

.card-body {
	border-radius:0px !important;
}

.card-img, .card-img-top {
	border-radius:0px !important;
}