.logo {
	float:left !important;
	transform: scale(1);
}

.navbar-collapse .nav-item a:hover{
	color:rgb(210,210,210);
	cursor: pointer;
	transform: scale(1.07);
}

.navbar-collapse .nav-item a{
	color:white;
	font-size: 20px;
}

.center {
	margin:auto !important;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.post-title {
	font-size: 20px;
}

.footer {
	background: #560319;
}

.footer li a{
	color:rgb(180,180,180)!important;
}

.footer li a:hover{
	color:rgb(248,248,248)!important;
}

.myselected {
	background-color: #62b4cf;
}

.header {
	width:100%;
	top: 0;
	height:auto;
	background: #560319;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.first {
	margin-top: 150px !important;
}

body {
	background-color:#FFEFD5;
}

.bodycolor {
	background-color:#FFEFD5;
}

.wrapper {
	padding:10px;
	width: 40%;
	float:left;
	margin:20px;
}

.red {
	background-color: #900020;
	color:white !important;
}
.wrapper:hover{
	transform: scale(1.1);
}

.productcard {
	padding:0px;
	border: 0 !important;
}

.productrow {
	margin-bottom:20px;
	margin-top:20px;
}

.producttext {
	text-align:center;
}

.table_row {
	border-bottom: 1px solid #aaaaaa;
}

.table_column {
	padding:10px;
}

.abouttext {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

.aboutident {
	font-family: "Times New Roman", Times, serif;
}

.carouselimg {
	object-fit: contain !important;
	height:100%;
}
.carousellogo {
	height:50%;
	object-fit: contain !important;
}

.carousel {
	height:360px;
}

.carousel-item {
	height: 100%;
}
.carousel-indicators,
.carousel-control-next,
.carousel-control-prev {
    filter: invert(100%);
}

.welcome {
	text-align:center;
	margin-top:30;
	font-family: "Times New Roman", Times, serif;
	font-size:50;
}

.carouselmultiple3 {
	object-fit: contain !important;
	height:100%;
	width:30%;
	padding:0;
	margin:0;
	display:inline-block;
}

.carouselmultiple2 {
	object-fit: contain !important;
	height:100%;
	width:40%;
	padding:0;
	display:inline-block;
}

.mirror {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.centerinside {
	text-align:center;
}
		
.collapsing {
     -webkit-transition: height 0.5s ease-out !important;
     transition: height 0.5s ease-out !important;
	 margin: 0 !important;
	 padding: 0 !important;
}	

.collapse.show {
	padding: 0 !important;
	margin: 0 !important;
}

.collapsebuttondocs {
	background-color:#bbab91 !important;
	color:white;
	border: 0 !important;
}

.collapsebuttonred {
	width:100%;
	font-size:30;
	border: 0 !important;
}

.btn {
	vertical-align: middle !important;
	word-wrap: break-word;
	white-space: initial;
}

.btn:focus {
	outline: none !important;
	box-shadow: none! important;
}


.iconscale {
	transform: scale(1.5);
}

