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

@font-face {
	font-family: "ZenTokyoZoo-Regular";
	src: url("fonts/ZenTokyoZoo-Regular.ttf") format("truetype");
	font-stretch : normal;
	font-weight : normal;
	font-style : normal;
}

body {
	font-size: 18px;
	color: #fff;
	background-color: #a2b089;
}

h3 {
	font-family: "ZenTokyoZoo-Regular", Helvetica, Arial, sans-serif;
	font-size: 36px;
	font-weight: 600;
}

.navbar {
	background-color: #a2b089 !important;
}

a {
	color: #fff !important;
	text-underline-offset: 5px;
}

a:link {
	color: #fff !important;
}

a:visited {
	color: #fff !important;
}

a:focus {
	color: #b23949 !important;
}

a:hover {
	color: #b23949 !important;
}

a:active {
	color: #000 !important;
}

.footer {
	background-color: #fff !important;
	color:#a2b089 !important;
	margin-top:120px;
}

.footer a {
	color: #a2b089 !important;
}

.footer a:link {
	color: #a2b089 !important;
}

.footer a:visited {
	color: #a2b089 !important;
}

.footer a:focus {
	color: #b23949 !important;
}

.footer a:hover {
	color: #b23949 !important;
}

.footer a:active {
	color: #000 !important;
}

.text-secondary {
	color: #b23949 !important;
}

.btn-outline-secondary, .btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:visited {
    background-color: #b23949 !important;
}

.alert-warning {
	color: #fff !important;
	background-color: #b23949 !important;
	border-color: #fff !important;
}
