<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.green {
	color: #009688;
}
.green-bg {
	background-color:#009688;
}
.grey-bg {
	background-color: #f8f9fa;
}
a {
	color: #009688;
}
a:hover {
	text-decoration:none;
	color: #007C71;
}
p {
	color: #423E4B;
}
h1 {
	font-size: 30px;
	color: #009688;
	width: 100%;
    text-align: center;
}
h2 {
	font-size: 34px;
	color: #009688;
	font-weight: 300;
	width: 100%;
    text-align: center;
}
h3 {
	font-size: 20px;
	color: #009688;
	font-weight: 800;
	width: 100%;
    text-align: left;
}
.menu-item.active a, .navbar-light .menu .nav-link.active{
	color: #009688;
}
.btn-green {
	padding:7px 25px!important;
	background-color: transparent;
	color: #009688;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: 2px solid #009688;
	border-radius: 20px;
	display: inline-block;
    margin: 10px 0;
    text-decoration: none;

}
.btn-green:hover {
	cursor: pointer;
	background-color: #009688;
	color:#fff;
	text-decoration: none;
}
.btn-secondary {
	border-radius:20px;
	padding-left: 20px;
	padding-right: 	20px;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
}
.btn-secondary:hover {
	cursor: pointer;
}
.btn-white {
	padding: 12px 25px!important;
    background-color: transparent;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid #ffffff;
    border-radius: 25px;
}
.btn-white:hover {
	cursor: pointer;
	background-color: #ffffff;
	color:#009688;
	text-decoration:none;
}
footer {
	background-color: #009688;
	padding: 20px 10px;
}
footer p {
	color:#ffffff;
	text-align: center;
	margin-bottom: 0;
	font-size: 12px;
}</pre></body></html>