﻿/* Custom ws css */
#footer {
	background-color: white;
	align-content: flex-start;
	height: 200px;
	background-color: #c1d55d;
	border-radius: 20px 20px 0px 0px;
}

#footer .container {
	color: white;
	height: 150px;
	background-color: #007bb3;
	border-radius: 20px 20px 0px 0px;
}

.logo {
	width: 15%;
}

body {
	margin: 50px;
}

.btn-primary {
	background-color: #007bb3 !important;
	border-color: #007bb3 !important;
}