﻿.content .h1 {
	font-family: Roboto, sans-serif;
	font-weight: 300;
	font-size: 36px;
	color: #757678;

	margin-bottom: 25px;
}

body.rosette .content .h1 {
	font-family: 'Libre Baskerville';
	font-style: italic;
}

main .content h2 {
	font-weight: normal;
	font-size: 21px;
	margin-bottom: 5px;
}

.content p {
	margin-bottom: 25px;
	font-size: 18px;
	font-weight: 300;
}

.content > div a {
	color: #b4252d;
	text-decoration: underline;
}

body.rosette .content > div a { color: #ab1d3f; }

.content > div { margin-right: 300px; }

.content aside {
	float: right;
	width: 200px;
	margin: 0px 50px;
	text-align: center;
}

.content aside .button {
	width: 100%;

	height: 40px;
	line-height: 40px;

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	text-transform: none;
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

body.rosette .content aside .button {
	font-family: 'Libre Baskerville';
	font-size: 20px;
}

.content aside .button:hover { background-color: #902228; }
.content aside .button:active { line-height: 42px; }

.content aside h3 {
	font-family: Crimson Text, serif;
	font-style: italic;
	font-weight: normal;
	font-size: 31px;
	color: #767676;

	overflow: hidden;
	margin-top: 40px;
}

.content aside h3::before
, .content aside h3::after {
	content: '';
	display: inline-block;
	width: 50%;
	border-top: 1px solid #bfbfbf;
	vertical-align: middle;

	position: relative;
	height: 0px;
	z-index: -1;
}

.content aside h3::before {
	right: 0.25em;
	margin-left: -50%;
}

.content aside h3::after {
	left: 0.25em;
	margin-right: -50%;
}

.content aside a:not(.button) {
	display: inline-block;
	font-weight: 300;
	font-size: 31px;
	color: #b4252d;
	border-bottom: 1px solid #b4252d;
	line-height: 28px;
}

body.rosette .content aside a:not(.button) {
	color: #ab1d3f;
	border-bottom-color: #ab1d3f;
}

.content aside a.thumb {
	border: 0px;
	margin-top: 10px;
}

.content aside img {
	display: block;
	width: 100%;
}

@media only screen and (max-width: 640px) {
	.content aside {
		float: none;
		margin: 0px 15% 40px 15%;
		width: auto;
	}

	.content aside .button {
		height: 65px;
		line-height: 65px;
		font-size: 31px;

		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	.content aside .button:active { line-height: 67px; }
	.content aside h3 { font-size: 42px; }
	.content aside a:not(.button) {
		font-size: 48px;
		line-height: 42px;
	}

	.content > div { margin-right: 0px; }
	.content p { font-size: 20px; }
	main .content h2 { font-size: 23px; }
}