body {
	text-align: justify;
	font: 1em 'Roboto', Arial, sans-serif;
	color: #303B4D;
	background: url('Copenhagen.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	margin-left: 90px;
	margin-right: 90px;
}

/* .org {
	background: rgba(255, 255, 255); /* fallback for browsers not supporting rgba 
	background: rgba(255, 255, 255, 0.95);
	padding: 15px;
	margin-left:180px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

#container {
	height: auto;
	width: 80%;
} */


h1, h2, h3 {
	color: #954B46;
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 8px;
}

h1 {
	text-align: center;
}

a, a:visited {
	text-decoration: none; 
	color: #79BEFF;
}

a:hover {
	font-weight: bold; 
	text-decoration: none; 
	color: #954B46;
}

ul {
	list-style-image: url(square.png);
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

img {
-ms-transform: rotate(90deg); /* IE 9 */
-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
transform: rotate(90deg);
padding: 1em;
}