/*
Välkommen till Anpassad CSS!

Om du vill lära dig hur det fungerar kan du läsa mer på
http://wp.me/PEmnE-Bt
*/
CSS Example


.site-title a, .site-title a:visited, .site-title a:active, .site-description {
	color: #fff;
}

.site-description {
	font-size: .9em;
}

.site-title a, .site-title a:visited, .site-title a:active {
	font-size: .7em;
}

.footer-widgets .column, .footer-widgets .columns {
	margin-left: 1em;
	margin-right: 1em;
}

.footer-widgets .large-3 {
	width: 29%;
	min-width: 150px;
}

[class*="column"] + [class*="column"]:last-child {
	float: left;
}

.header-image {
	background-position: center center;
}

.newsletter {
	width: 550px;
	background: url('https://orebro.naturskyddsforeningen.se/wp-content/uploads/sites/206/2016/05/nyhetsbrev_bg_webb.png');
	background-repeat: no-repeat;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 85px;
	font-size: 12px;
	padding-bottom: 165px;
}

.newsletter p {
	margin-bottom: 10px;
}

@media only screen and (max-width: 940px) {
	.header-image {
		background-position: -620px center;
	}
}

@media only screen and (max-width: 420px) {
	.header-image {
		background-position: -720px center;
	}
}

.timeline {
	text-align: center;
	font-family: Amatic SC;
	font-size: 2em;
	background-color: #1f1f1f;
	background-image: URL("images/background.png");
	background-position: top center;
	color: #fff;
	line-height: .9;
}

.clear {
	clear: both;
}

.date {
	margin-top: 20px;
	margin-bottom: 10px;
}

.ball {
	margin: 0 auto;
	background-color: white;
	float: left;
}

.ball-large {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: white;
	margin-top: 5px;
}

.ball-medium {
	width: 10px;
	height: 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: white;
	margin-top: 5px;
}

.wrapper {
	margin: 0 auto;
	width: 500px;
}

.bubble, .left-bubble {
	float: left;
	width: 240px;
	height: 50px;
	background-image: URL("images/green-bubble.png");
	margin-top: -22px;
	padding-top: 30px;
	font-size: 14px;
	font-family: Dosis;
}

.left-bubble.kat1, .bubble.kat2, .bubble.kat3 {
	visibility: hidden;
}

.left-bubble.kat2 {
	background-image: URL("images/green-bubble-left.png");
	visibility: visible;
}

.left-bubble.kat3 {
	background-image: URL("images/pink-bubble-left.png");
	visibility: visible;
}