body {
  font-family: Arial, "HelveticaNeue", "Helvetica Neue", Helvetica, sans-serif;
}

header.about {
	background-color: #1c5170;
	color: white;
	font-size: 0.8rem;
	display: none;
}

.topper.active {
	top: 145px;
}

header.about.active {
	display: block;
}

.about a {
	color: white;
	text-decoration: underline;
}

.about-btn {
	color: #1c5170;
}

.about-btn:hover {
	color: #163141;
}

.btn-riksdag:hover, .btn-riksdag:focus, .btn-riksdag:active {
	color: #fff;
    background-color: #163141;
    border-color: #163141;
}

.btn-riksdag {
	color: #fff;	
    background-color: #1c5170;
    border-color: #1c5170;
}

header img {
	width: 180px;
	padding: 20px 0;
}

.topper {
	background: white;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

#main-container {
	padding-top: 115px;
}

@media (max-width: 575px) { 
	header img {
		width: 140px;
		padding: 20px 0;
	}
	#main-container {
		padding-top: 100px;
	}
	.topper.active {
		top: 180px;
	}
}

@media (max-width: 375px) { 
}

.card {
	border-radius: 0;
}

.card-img-top {
	border-radius: 0;
}

.col-12 {
	padding-right: 10px;
	padding-left: 10px;
}

.card-text {
	text-align: center;
	font-weight: bold;
}

.card img {
	outline: 10px solid white;
 	outline-offset: -10px;
}

.card-body {
	margin-top: -7px;
}

