:root {
	--bs-link-color: #EDC884;
	/*--bs-link-color-rgb: 0, 0, 0;
	--bs-link-hover-color-rgb: 236, 50, 55;*/
	--bs-link-color-rgb: 237, 200, 132;
	--bs-link-hover-color: #fff;
	--bs-link-hover-color-rgb: 255, 255, 255;
	--bs-body-font-size: 1.1rem;
}
.btn-primary {
	border-radius: 100px !important;
	border: 2px solid transparent;
	background:
		linear-gradient(160deg, rgba(251,233,185,1), rgba(223,169,81,1)) padding-box,
		linear-gradient(160deg, #fbe9b9, #dfa951) border-box;
	color: #120B0A;
}
.btn-primary:hover, .btn-primary:active {
	border-radius: 100px !important;
	border: 2px solid transparent;
	background:
		linear-gradient(#000, #000) padding-box,
		linear-gradient(160deg, #fbe9b9, #dfa951) border-box;
	color: #fbe9b9;
	border-color: transparent !important;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
	border-radius: 100px !important;
	border: 2px solid transparent;
	background:
		linear-gradient(160deg, rgba(251,233,185,1), rgba(223,169,81,1)) padding-box,
		linear-gradient(160deg, #fbe9b9, #dfa951) border-box;
	color: #120B0A;
}
.btn-outline-primary {
	border-radius: 100px !important;
	border: 2px solid transparent;
	background:
		linear-gradient(#000, #000) padding-box,
		linear-gradient(160deg, #fbe9b9, #dfa951) border-box;
	color: #fbe9b9;
	border-color: transparent !important;
}
.form-control {
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(237, 200, 132,0.4);
	color: #fff;
	font-family: "Roboto";
	padding: 20px;
	border-radius: 30px;
}
.form-control:focus {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
    border-color: #EDC884 !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(237, 200, 132, .25);
}
.form-control::placeholder {
	color: #fff;
	opacity: 1;
}

.form-control::-webkit-input-placeholder { /* Chrome, Safari */
	color: #fff;
}

.form-control:-ms-input-placeholder { /* old Edge */
	color: #fff;
}

.form-control::-ms-input-placeholder { /* IE */
	color: #fff;
}

body {
	text-rendering: optimizelegibility;
	text-rendering: geometricprecision;
	font-family: "Trajan Pro", "Cinzel", Georgia, "Times New Roman", serif;
	
}
a, a:hover {
	text-decoration: none;
	/*border-bottom: 1px solid #ccc;*/
}
.w100 {
	width: 100% !important;
}
.min-vh20 {
	min-height: 20vh !important;
}
#top {
	bottom: 15px;
	cursor: pointer;
	position: fixed;
	right: 15px;
	z-index: 9999;
}
#top {
	font-size: 20px;
    line-height: 15px;
    padding: 10px 14px 13px 14px;
}
@media (max-width: 767px) {
	#top {
		bottom: 15px;
	}
}
.small {
	font-size: .8rem;
}
