a {
    color: #17A689;
}

a:hover {
    color: #56BBB4;
}

#header {
    background-color: #009790;
    background-image: url("../img/sgdf_logo.png");
    background-repeat: no-repeat;
    background-position: center;
    height: 200px;
	margin-bottom: 20px;
}

#footer {
    background-color: #009790;
	margin-top: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #FFF;
}

#footer a {
	color: #FFF;
}

h1 {
	color: #009790;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
}

h2 {
	color: #009790;
	margin-bottom: 20px;
}

#time div.card {
	padding: 15px;

}

div.card {
	margin-bottom: 20px;
}

div.card-body p.icon span.oi {
	font-size: 2em;
}

div.card-body p.card-text {
	text-align: justify;
}

.ap {
	background-color: #6A0888;
}
.rg {
	background-color: #013ADF;
}
.chefs {
	background-color: #FF8000;
}
