@charset "utf-8";
/* CSS Document */

body {
	margin-top: 3rem!important;	
	
}

.colTop {
	background-color: #cc6699;
}

h1 {
	font-size 1.6rem;
	text-transform: upppercase;
	text-decoration: underline; 
	font-weight: 600;
}

.bg-light {
	background-color: #fff!important;
	
}

.figure-caption {
	font-size:90%;
	color : #fff;
	text-transform: uppercase;
	font-weight: 600;
}

.img-thumbnail {
padding: 0rem;
border: 1px solid #868e96;
border-radius: 0;
background-color: #dddddd;
	
	
}
ul.pagination>li {
    border: 1px solid #e0e0e0;
    padding: 10px 22px;
    /* margin: auto; */
    text-align: center;
    background: #fff;
}
body{
	background: #000!important;
}
.card-header{
	background: #eedd94!important;
}
.home_img{
	text-align: center;
	margin: auto;
}
.white_container{
	background: #fff!important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.no_padding{
	padding: 0px;
}
.no_margin{
	margin: 0px;
}
ul.menu > li {
    display: block;
    float: left;
    width: 100%;
}
ul.menu > li > a{
    display: block;
}
.act{
	background: blue;
}
ul.menu{
	width: 100%;
}
td {
    border: 1px solid #eaeaea;
}
th {
    border: 1px solid #eaeaea;
}
img.img-fluid.img-thumbnail {
    width: 50%;
}
