@charset "utf-8";
@import url(" ../webfonts/B_Yekan/Yekan.ttf");
@font-face {
	font-family: Yekan;
	src: url( "../webfonts/B_Yekan/Yekan.ttf");
}
body {
	background-color: #FFEAEC;
}
* {
	margin: 0px;
	padding: 0px;
}
@media screen and (max-width:575px) {
	.col-6 h1 {
		font-size: medium;
		font-weight: bolder;
	}
	
	.name {	
		font-size: small;
		float: none !important;		
		
	}
	.quantity {	
		font-size: small;
		float:none !important;
	}
	.card-body {
		height: 200px;
		visibility: visible;
		overflow-y: scroll;			
	}	
	
}
@media screen and (min-width:576px) and (max-width:767px){
	.col-6 h1 {
		font-size: large;
		font-weight: bolder;

	}
	.card-body {
		height: 200px;
		visibility: visible;
		overflow-y: scroll;
			
	}
	.card-deck {
		flex-flow: column wrap;
	}
	
}
@media screen and (min-width:768px) and (max-width:991px){
	.col-6 h1 {
		font-size: x-large;
		font-weight: bolder;

	}
	.card h6 {
		font-size: small;
	}
}
@media screen and (min-width:992px) and (max-width:1199px){
	.col-6 h1 {
		font-size: xx-large;
		font-weight: bolder;
	}	
}

.container {
    border: 2px groove #D20678;
    border-radius: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFEAEC;
}
header {
    height: 220px;    
    padding-bottom: 0px;
	padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background-image: url( "../images/background/background10.jpg");
    background-repeat: no-repeat;
	
}
.col-6 {
	height: 140px;
}
.col-6 img{
    width: 30%;
    height: 150px;    
    border-radius: 20px; 	
}
.col-6 h1 {
    color: #D20678;
    text-shadow: 0px 0px 5px #E9526A;
    padding-top: 50px;
    padding-bottom: 10px;
    font-family: Yekan, sans-serif;
	font-weight: bold;
}
.navbar {
	z-index: 1000;
}
.navbar.navbar-expand-lg.navbar-light {
    background-image: url( "../images/background/background10.jpg");
    font-family: Yekan, sans-serif;
}
.nav-link {
    color: #D20678 !important;
    text-shadow: 0px 0px 5px #FC8FDD;
    font-weight: bold   !important;
    font-size: large !important;
    font-family: Yekan, sans-serif;

}
.nav-item {
	justify-content: space-between;

}

.nav-link:hover {
	color: #8A0321 !important;
    text-shadow: 0px 0px 3px #5F0008;
    font-weight: 900 !important;
}
.nav-item.active .nav-link {
	color: #D20632 !important;
    
}

.navbar-toggler.fas.fa-bars {
	background-color: #F0E4EE;
	color:#FFD7DB;
}
.collapse.navbar-collapse {
	text-align: right !important;
	color:black !important;

}
main {
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height: 800px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
   
}
.styleaside {
    background-color: #FDEDEE;
    float: left;
    padding-top: 20px;
    padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
    margin-top: 10px;
}
.styleaside img {
	width: 280px;
	
	
}
.list-group-item.list-group-item-action {
    color: black;
    font-family: Yekan, sans-serif;
    font-weight: bold;
    font-size: medium;
    text-align: right;
	background-color:#FFEAEC !important;

}
.list-group-item.list-group-item-action:hover {
    color: #F70118 !important;
    text-shadow: 0px 0px 3px #5F0008;
    font-weight: 900 !important;
}
.list-group-item.list-group-item-action.active {
    background-color: #FFD7DB !important;
    border: 1px groove #FB8590;
}
.carousel-item img {
    height: 300px;

}
.styleSection {
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
	margin-top: 10px;
}
.divfirst {
    color: #36002F;
	font-family: Yekan, sans-serif;
    text-align: justify;
}
.divfirst h3 {
	font-weight: bold;
}
article h4 {
    color: #36002F;
	text-shadow: 0px 0px 5px #FC8FDD;
	font-family: Yekan, sans-serif;
    font-weight: bold;
	text-align: right;

}
article p {
	color: black !important;
	font-family: Yekan, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: justify;
}
article li {
	color: black !important;
	font-family: Yekan, sans-serif;
	font-weight: bold;
	font-size: medium;
	text-align: justify;
}

.btn.btn-link {
	font-family: Yekan, sans-serif;
	font-weight: bold;
	font-size: large !important;
	color:#36002F !important;
	text-decoration: none;
}
.btn.btn-link:hover {
    color: #F70118 !important;
    text-shadow: 0px 0px 3px #5F0008;
    font-weight: 900 !important;	
}
.card {
    background-color: #FFEAEC !important;
    border: 2px solid #EFAAB5 !important;
    border-radius: 10px !important;
}
.card.mb-3 img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.card-title {
	font-family: Yekan, sans-serif;
    font-weight: bold;
    color: #36002F !important;
	text-align: center!important;
}
.card .myIMGcollapse {
	width: 64px;
	height: 64px;
	float: right;
	margin-left: 10px;
}
.card-deck img {
	height: 140px !important;
	border-radius: 10px;
}
.card-body {
    font-family: Yekan, sans-serif;
    font-weight: bold;
    font-size: 15px !important;
    color: black !important;
	text-align: justify !important;
	margin-right: 10px !important;
}

.card-body ul {
	padding-right: 60px;
	list-style-type: disc;
}
.btn.btn-primary {
    font-family: Yekan, sans-serif;
    font-weight: bold;
    font-size: medium;
    background-color: #F9BAE7 !important;
    border-color: #36002F !important;
    color: #E9526A;
    text-shadow: 0px 0px 5px #EFAAB5;
}
.card-deck {
	margin-right: 10px;
    margin-left: 10px;
    
}
.image-menu {
    border: 3px groove #FFD7DB;
    border-radius: 20px;
	height: 300px;
	position: relative;
	animation-name: IMGmenu;
	animation-duration: 1s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	
	
}
@keyframes IMGmenu {
	0% {opacity: 0}
	100% {opacity: 1}
}

.item {
	width: 46%;
    display: inline-block;
	margin: 10px;
	padding: 10px;	
    border-radius: 25px;
    background-color: #FFD7DB;
}
.name {
	color: #36002F;
    font-family: Yekan, sans-serif;
    font-weight: bold;
	float: right;
}
.quantity {
	color: #36002F;
    font-family: Yekan, sans-serif;
    font-weight: bold;
	float: left;
}
.tab-pane h6 {
	font-family: Yekan, sans-serif;
	font-weight: bold;
	color:#5F0008;
	margin-top: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.tab-pane p {
    color: #36002F;
    font-family: Yekan, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-align: justify;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
}
.tab-pane li {
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    color: #36002F;
    font-family: Yekan, sans-serif;
    font-weight: bold;
    font-size: medium;
    text-align: justify;
}
.media img {
	width: 64px;
	height: 64px;
}
.media-body h5 {
    text-align: right;
    color:#36002F;
    font-family: Yekan, sans-serif;
    font-weight:normal;
    text-shadow: 0px 0px 5px #FC8FDD;
}
.media-body {
	text-align: justify;
	color: black;
	font-family: Yekan, sans-serif;
    font-weight: bold;
	font-size: 15px;
}

.page-item {
	font-family: Yekan, sans-serif;
	font-weight: bold;

}
.page-item.active .page-link {
	color: #E9526A !important;
	border-color: #D20678 !important;
}
.page-link {
	color: #D20678;
	background-color: #EBC4CA !important;
}
.page-link:hover {
	color: #36002F !important;
}

footer {
	background-image: url( "../images/background/background10.jpg");
    height: 150px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    clear: both;
}

footer .col h6 {
    font-family: alice;
    font-weight: bold;
    color: #D20678;
	text-align: left;
    text-shadow: 0px 0px 5px #FC8FDD;

}
footer .row.mysite h6 {
	margin-right: auto;
	margin-left: auto;
	font-family: Yekan, sans-serif;
    font-weight: bold;
    color: #D20678;
    text-shadow: 0px 0px 5px #FC8FDD;

}
.fa-arrow-circle-up  {
	color:#D20678 !important;
	margin-right: 0px;
	position: fixed;
	bottom: 0;
	
}

