html{
	height: 100%;
}
body{
	font-family: "Poppins", sans-serif;
	color: #111;
	background-color: #f9f9f9;
	min-height: 100%;
}
a{
	color: #7d0618;
}
a:hover{
	color: #ec1b24;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Satisfy", sans-serif;
}
.img-logo{
	height: 80px;
	width: auto;
}
.bg-black{
	background-color: #111;
}
.text-dark-red{
	color: #7d0618;
}
.medium{
	font-size: 90%;
}
textarea{
	resize: none;
}
.btn:focus{
	box-shadow: none;
	text-decoration: none;
}
header{
	box-shadow: 0px 1px 7px 0 rgba(0, 0, 0, 0.2);
}
header .navbar .nav .nav-item{
	margin-right: 30px;
}
header .navbar .nav .nav-item.active a{
	color: #ec1b24;
}
header .navbar .nav .nav-item:last-child{
	margin-right: 0;
}
.img-darken{
	filter: brightness(70%);
}
.number{
    width: 50px;
    height: 50px;
    font-size: 23px;
    line-height: 33px;
    padding: 5px;
    border-width: 2px !important;
    box-shadow: inset -5px -5px 10px rgba(0,0,0,.5);
}
.number-yellow{
	background-color: #ffdd00 !important;
	border-color: #d2bd30 !important;
}
.border-info{
	border-color: #034ea2 !important;
}
.text-info{
	color: #034ea2 !important;
}
.number-blue{
	background-color: #034ea2!important;
	color: #acccf9;
	border-color: #093362 !important;
}
.number-red{
	background-color: #ed1c24 !important;
	border-color: #b91219 !important;
	color: rgba(0,0,0,.5);
}
.table-bordered td, .table-bordered th{
	border-color: #111;
}
footer{
	box-shadow: 0px -1px 7px 0 rgba(0, 0, 0, 0.2);
}
footer .img-logo{
	height: 50px;
	width: auto;
}
.img-footer{
	height: 40px;
	width: auto;
}
.border-dashed{
	border-style: dashed;
}