body,html {
	height: 100%;
	font-family: "Kameron",sans-serif;
	font-weight: 400;
	font-size: 1rem;
	position: relative;
}
.bgbrown{background-color: #350000;}

#mainHeading {
	cursor: pointer;
}
#mainHeading h1{
	font-family: "Cinzel",sans-serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.3;
	text-transform: uppercase;
	color: #fff;
}
.heading1{
	font-family: "Kameron",sans-serif;
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.2;
    text-transform: uppercase;
    color: #495057;
	border-bottom: 1px solid #e9ecef;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.w-90 {
	width: 90px;
}
.bg-purple { 
   background-color: #6f42c1;
}
.text-purple,.text-purple:hover { 
   color: #6f42c1;
}  
#sidebarBg {
	background: #e9ecef;
}
#sidebarBg .archiveBox {
    border: 1px solid #495057;
}
#sidebarBg .archiveBox .arcHeading {
	font-family: "Archivo",sans-serif;
    font-weight: 500;
	font-size: 1.2rem;
	color: #fff;
	background: #495057;
	padding: 5px 10px;
	text-transform: uppercase;
}
#sidebarBg .archiveBox .arcContent {
    padding: 0px 10px 15px 10px;
	font-size: 1rem;
}
#sidebarBg .archiveBox .arcContent .arcLink {
    color: #0175bd;
}

.breadcrumb {
	background: transparent;
	margin-bottom: 0;
	padding: .75rem 0rem;
}
.breadcrumb i {
    font-size: 10px;
} 

#mainTab .nav-tabs .nav-item.show .nav-link, #mainTab .nav-tabs .nav-link.active {
    background: none;
    border: none;
}
#mainTab .nav-tabs .nav-link {
    border: none;
}

.collectionBox {
    margin: 10px;
    border: 1px solid #ccc;
    padding: 10px;
}








.underConst {
	width: 170px;
	position: absolute;
	bottom: -60px;
	right: 0;
	text-align: center;
}
.underConst h6 {
	color: #f6b019;
	font-size: 1rem;
}


.footer {
  /*position: relative;
  bottom: 0;*/
  width: 100%;
  height: 60px;
  line-height: 60px;
  background-color: #350000;
}