body {
	margin: 0;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 1.5;
	color: #100F0F;
	background-color: #fff;
}
a {
	color: #100F0F;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}
a:hover {
	color: #3D3C3C;
	text-decoration: none;
}
small{
	font-size: 100%;
}

.content img {
  max-width: 90% !important;
  height: atuo !important;
}
.content table {
  width: 100% !important;
}

.pages span,.pages a{
    margin: .5rem;
    padding: .2rem .6rem;
    border: 1px solid;
}
.navbar-light .navbar-nav .nav-link{
	color: #100F0F;
    text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	font-weight: 400;
    padding: .5rem .8rem;
}
.top-bar {
	background-color: #100F0F;
	color: #EBE7E7;
}
.top-bar a{
	color: #EBE7E7;
}
.top-bar a:hover{
	color: #BDB9B9;
}
.nav-bar {
	background-color: rgba(242,242,242,0.7);
}
.footer{
	background-color: #f2f2f2;
}
.footer .list-unstyled li{
	margin-bottom: .8rem;
	line-height: 1;
}
.about{
	background-color: #fafafa;
}
.breadcrumb{
	background-color: unset;
}

/*** left ***/
.left .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #060315;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
    white-space: normal;
}

.left .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.left ul .btn.btn-link::before {
    content: none;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.left .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}