body {
	padding-top: 85px;
	font-size: 18px;
	font-family: "Open Sans";
	font-weight: 300;
}

nav {
	padding: 0;
	padding-right: 10px;
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: white;
}

	a.navbar-brand {
		line-height: 0;
	}

	.log {
		display: flex;
		gap: 20px;
		align-items: center;
	}


.button,
button {
	padding: 10px 20px;
	font-size: 1rem;
	border-radius: 5px;
	border: none;
}

.container {
	width: 1300px;
	margin: 0 auto;
	max-width: 100%;
	display: flex;
	gap: 20px;
	flex-wrap:wrap-reverse;
}

	.content-container {
		flex: 0 2 900px;
		max-width: min(900px, 100%);
	}
		
		.header-image {
			width: 100%;
			height: auto;
		}

	aside {
		flex: 2 1 300px;	
	}


