@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,700,800);

#cookie-bar {
	background: #111111;
	height: auto;
	line-height: 24px;
	color: #eeeeee;
	text-align: center;
	padding: 3px 0;
}

#cookie-bar.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

#cookie-bar.fixed.bottom {
	bottom: 0;
	top: auto;
}

#cookie-bar p {
	margin: 0;
	padding: 0;
}

#cookie-bar a {
	color: #ffffff;
	display: inline-block;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 6px;
	margin-left: 8px;
}

#cookie-bar .cb-enable {
	background: #ed1a23;
}

#cookie-bar .cb-enable:hover {
	background: #e0040e;
}

#cookie-bar .cb-disable {
	background: #990000;
}

#cookie-bar .cb-disable:hover {
	background: #bb0000;
}

#cookie-bar .cb-policy {
	background: #0033bb;
}

#cookie-bar .cb-policy:hover {
	background: #0055dd;
}

body {
	font: 300 14px/1.8 'Raleway', sans-serif;
}

footer {
	margin: 50px 0;
}

.btn-vise:hover > span.highlight {
	color: #ed1c24;
}

.btn-vise:hover {
	color: #fff;
}

.btn-vise {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.vise-color {
	color: #ed1c24;
}

div.header {
	text-align: center;
}

div.header > img {
	margin-left: auto;
	margin-right: auto;
	padding: 50px;
}

h3 {
	margin: 0;
}

div.project {
	text-align: justify;
}

div.project > div {
	padding-top: 10px;
	padding-bottom: 10px;
}

footer a, footer a:visited, footer a:hover, footer a:active, footer a:focus {
	color: #000;
	font-weight: bold;
}
