@import './footer.css';
@import './header.css';
@import './nav.css';
@import './_variables.css';

@font-face {
	font-family: "Scala Sans";
	src: url("../fonts/ScalaSans-RegularLF.eot"); /* IE9 Compat Modes */
	src: url("../fonts/ScalaSans-RegularLF.otf") format("opentype");
}

html, body {
	font-size: 1.1rem;
}

body, h1, h2 {
	font-family: 'Scala Sans';
}

/* Data content */
div[role="main"] {
	min-height: calc(100vh - 139px);
	position: relative;
}

.section {
	padding: 25px 50px 25px 50px;
}
.section h1:first-child {
	width: calc(100% - 150px);
}
.section p {
	font-size: 1em;
}
h1 {
	font-size: 1.2em;
}

.section img[src*="#center"] {
	margin: 0 auto;
}
.section img[src*="#right"] {
	margin-left: auto;
}
.section img[src*="#block"] {
	display: block;
}
.section img[src*="#inline_block"] {
	display: inline-block;
}

table {
	margin: 10px 0;
}
table th, table td {
	padding: 7px;
}

/** Share link button **/
.share_link {
	position: absolute;
	top: 43px;
	right: 50px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.share_link img {
	height: 20px;
}

.share_link_mobile {
	display: none;
}

@media only screen and (max-width: 768px) {
	.share_link_mobile {
		margin: 30px 0;
		text-align: center;
		display: block;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
		font-size: 18px;
		cursor: pointer;
	}
	.share_link_mobile img {
		height: 20px;
	}
	.section {
		padding: 20px 17px 0 17px;
	}
}
