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

.container-fluid {
	background-color: #FFFDFA;
}

.btn-primary {
	color:#E9E8E2;
	background-color: rosybrown;
	border-color: rosybrown;
}

.btn-primary:hover {
	background-color: darkgray;
	border-color: darkgray;
}

.btn-outline-success {
	font-family: 'Roboto Mono';
}

.btn-dark {
	background-color: #03090D;
	color: aliceblue;
	margin-top: 5%;
}

.nav-link {
	font-family: 'Roboto Mono', Medium;
	background-color: #FFFDFA;
	justify-content: center;
}

.nav, .navbar, .navbar-toggler-icon, .navbar-toggler, .navbar-collapse, .navbar-nav, .navbar-light, .bg-light {
	background-color: #FFFDFA;
	justify-content: center;
}

.navbar-brand, .form-control {
	font-family: "Roboto Mono", Medium;
}

.text-right {
	text-align: end;
	font-family: 'Roboto Mono', thin;
	font-size: 1.2em;
	text-emphasis-color: black;
}

body {
	background-color:#FFFDFA;
}

.product-title {
	font-family: 'Roboto Mono', thin;
	font-size: 2em;
	padding-left: 4rem;
	margin-top: 2em;
	padding-bottom: 2rem;
}

.event-title {
	font-family: 'Roboto Mono', thin;
	font-size: 1.8em;
	text-align: center;
}

.img-fluid1 {
	padding: 0 0 0 3;
}

.img-fluid {
	border-bottom: thin;
	border-color: black;
}

.card-body {
	background-color: #FFFDFA;
	border-color: #FFFDFA;
}

.card {
	border-color: #FFFFFFF;
	background-color: #FFFDFA;
	outline-color: #FFFDFA;
}

.card.mb-4 {
	border-color: #FFFFFFF;
	background-color: #FFFDFA;
	outline-color: #FFFDFA;
}

.col-3 {
	padding: 12 0 12 20;
}
.col-4 {
	padding: 0 0;
}

.title-text {
	font-family: 'Roboto Mono', thin;
	text-align: end;
}

.title-text-ab {
	font-family: 'Roboto Mono', thin;
	text-align: start;
	margin-left: 10%;
}

.welcome-text1 {
	text-align: end;
	margin-left: 10%;
	font-size: 1.5em;
}

.welcome-text-ab {
	text-align: start;
	margin-left: 10%;
	font-size: 1.3em;
}

.welcome-text {
	text-align: start;
	margin-left: 10%;
	font-size: 1.3em;
}

.more {
	text-align: end;
}

.aside-text {
	text-align: left;
	box-sizing: border-box;
	font-size: 1em;
	margin-top: 19%;
}

.aside-left {
	min-width: 50%;
	background-color:#FFFDFA;
	min-height: 516px;
	float: left;
	padding: 0% 12%;
	box-sizing: border-box;
}

.aside-right {
	min-width: 30%;
	background-color:#FFFDFA;
	min-height: 516px;
	float: left;
	padding: 1% 4%;
	box-sizing: border-box;
	margin: 0 100%;
}

.aside-image {
	justify-content: center;
	height: inherit;
	width: 35%;
	box-sizing: border-box;
	display: block;
}

.main-box{
	background: #FFFDFA;
	min-height: 200px;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.footer-title {
	font-size: 1.8em;
	background-color: #FFFDFA;
}

.card-footer {
	background-color: #FFFDFA;
}

.text-center {
	font-family: 'Roboto Mono',	thin;
}

h1 {
	font-size: 2.3em;
}

h2, h3, h4, h5, h6 {
	font-family: 'Roboto Mono',	thin;
}

b {
	font-family: 'Roboto Mono', thin;
	font-size: 2em;
}

p {
	font-family: 'Roboto Mono', thin;
	font-size: 0.9em;
}