/*	CSS Document - Personalized CSS for Project */

body {
	padding-top: 60px;
}



.bg-blue { background: #007b91; }
.bg-dark-blue { background: #006a7c; }


.border-top-dark-blue { border-top: 5px solid #006a7c; }

.featured {
	background: rgb(0,123,145);
	background: linear-gradient(90deg, rgba(0,123,145,1) 0%, rgba(18,58,65,1) 25%, rgba(0,106,124,1) 100%);
}

.text-blue { color: #007b91; }
.text-dark-blue { color: #006a7c; }

