.navbar {
	background-color: #ccebf2;
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #285858;
}
.nav-link, .nav-link:hover {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #285858;
	text-align: center;
}
.navbar-name {
	font-family: 'Noto Serif Georgian', serif;
	font-size: 25px !important;
	color: #fdb614 !important;
	font-weight: bold;
	margin: 0;
}
.container-fluid.navbar {
	justify-content: bottom !important;
	align-items: center;
}
.navbar-title {
	font-family: 'Barlow Semi Condensed', sans-serif;
	font-size: 20px !important;
	color: #285858 !important;
	font-style: italic;
}
.d-flex.blue { 
	background-color: #009fc0;
	border-width: 2px !important;
	border-style:solid;
	border-color:#fdb614;
	border-left:none;
	border-right:none;
	border-bottom:none;
}
.d-flex.blue.center { 
	background-color: #009fc0;
	justify-content: center;
}
.d-flex.light-blue {
	background-color: #ccebf2;
}
.name {
	font-family: 'Noto Serif Georgian', serif;
	font-size: 30px;
	color: #1e4242;
	font-weight: bold;
	text-align: center;
}
.under-name {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	color: #285858; 
	text-align: center;
}
.container-fluid.pink {
	background-color: #ccebf2;
}
.container-fluid.border-3 {
	border-width: 2px !important;
	border-style:solid;
	border-color:#fdb614;
	border-left:none;
	border-right:none;
	border-bottom:none;
	
}
.body-index {
	background-color: #ccebf2;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='199' viewBox='0 0 100 199'%3E%3Cg fill='%23fdb614' fill-opacity='0.51'%3E%3Cpath d='M0 199V0h1v1.99L100 199h-1.12L1 4.22V199H0zM100 2h-.12l-1-2H100v2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	margin:0px;
}
.body-about, .body-membership, .body-faq {
	background-color: #ccebf2;
	background-image: none !important;
	margin:0px;
}
.body-header {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #285858;
	font-weight: bold;
	text-align: center;
}
.body-text {
	font-family: 'Noto Serif Georgian', serif;
	font-size: 20px;
	color: #285858;
	text-align: center;
}
.body-text.pink {
	font-family: 'Noto Serif Georgian', serif;
	font-size: 20px;
	text-align: center;
	color: #285858;
}
.body-header-center {
	font-family: 'Poppins', sans-serif;
	font-size: 25px;
	color: #285858;
	font-weight: bold;
	text-align: center;
}
.body-header-center.pink {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	color: #ea5fa3;
	font-weight: bold;
	text-align: center;
}
.body-text-center.pink {
	font-family: 'Noto Serif Georgian', serif;
	font-size: 20px;
	color: #ea5fa3;
	text-align: center;
}
.body-text-center {
	font-family: 'Noto Serif Georgian', serif;
	font-size: 20px;
	color: #285858;
	text-align: center;
}
.container-sm {
	   max-width: 600px;
}
.d-flex.dark { 
    color: #50b1b0;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
footer{
	background-color:#285858 !important;
	font-family: 'Poppins', sans-serif;
	color: #50b1b0;
}
.container-fluid.dark { 
    color: #50b1b0;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
.footer-text.header {
	font-size: 25px;
	font-family: 'Poppins', sans-serif;
	color: #50b1b0;
	text-align: center;
}
.footer-text.body {
	font-size: 20px;
	font-family: 'Poppins', sans-serif;
	color: #50b1b0;
	text-align: center;
}
.footer-border {
	height: 1px !important;
	border: none;
}
#footer-link:hover, #footer-link{
	color: #50b1b0;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
}
#sm-icon {
	text-decoration: none !important;
}
#body-link:hover, #body-link{
		color: #285858;
		font-family: 'Poppins', sans-serif;
		font-size: 20px;
}
.p-2.flex-fill.bd-highlight.pic {
	width: 30%;
}
.question {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	color: #285858;
	background-color: #ccebf2;
}
.answer {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	color: #285858;
}
.accordion-item {
	background-color: #E8E8E8;
}
.accordion-button.collapsed, .accordion-button:focus, .accordion-button:active, .accordion-button:hover {
	background-color: #ccebf2;
	outline-color: #285858 !important;
	box-shadow: none !important;
	color: #285858 !important;
}
.accordion-body {
	font-style: italic;
}
.btn-lg, .btn:active, .btn:focus, .btn.btn-primary, .btn.btn-primary:active, .btn.btn-primary:focus, .btn.btn-primary:hover {
	background-color: #285858 !important;
	outline-color: none !important;
	box-shadow: none !important;
	color: #e0f8f8 !important;
	font-size: 20px;
	border: none;
	font-family: 'Noto Serif Georgian', serif;
	text-align: center;
}
