@charset "utf-8";
/* CSS Document */

body {
    background-color: #000000!important;
    color: #ffffff;
    font-size: 15px;
}
h1 {font-size: 25px;
	color: #f3f1a6!important;
}
h2 {font-size: 25px;
	color: #f3f1a6!important;
}
h3 {font-size: 25px;
}
a {color: #ffffff;}
.navbar {
    background-color: rgba(0,0,0,0.40);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dropdown-item {color: #000000!important}
.itemname a {
	color: #f3f1a6!important;
}
.itemDescription {
	color:#ffffff!important
}
.salePrice {
	color:#ffffff!important
}
.salePriceValue {
	color:#ffffff!important
}
.item_option_level {
	color:#ffffff!important
}
.itemQuantity {
	color:#ffffff!important
}
.li .dropdown-item {
	color: #ff0000;
}
.header{
}
.gray {background-color: #111111;}

.footer {
    background-color: #000000;
    color: #f3f1a6;
    
    margin-top: 25px;
    padding-top: 15px;
}
.footer a{
    color: #f3f1a6;
    text-decoration: underline;
    font-weight: bold;
}
 .header-index{
    height: 350px;
    background-image: url(../images/header-OITC.webp);
    background-size: cover;
	background-position: center top;
	 background-repeat: no-repeat;}

@media only screen and (max-width: 600px) {
 .header-index {
    height: 150px;
}
}
