html {
	font-size: 10pt;
}

body {
	font-size: 1.2rem;
}

html, body {
	height: 100vh;
	margin: 0;
	padding: 0;
	min-height: 30rem;
	min-width: 22.5rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

a, a:link {
	text-decoration: none;
	color: #000;
}

p a:link {
	text-decoration: underline;
	text-decoration-style: dotted;
	-moz-text-decoration-style: dotted;
	-webkit-text-decoration-style: dotted;
}

a:hover, a:active {
	text-decoration: underline;
	text-decoration-style: solid;
	-moz-text-decoration-style: solid;
	-webkit-text-decoration-style: solid;
	color: #333;
}

p a:hover, p a:active {
	text-decoration: underline;
	text-decoration-style: solid;
	-moz-text-decoration-style: solid;
	-webkit-text-decoration-style: solid;
}

body {
	background: var(--img) center / cover fixed;
}

body[data-random="0"] {
	--img: url(bg-01-4096.jpg);
}

body[data-random="1"] {
	--img: url(bg-02-4096.jpg);
}

body[data-random="2"] {
	--img: url(bg-03-4096.jpg);
}

body[data-random="3"] {
	--img: url(bg-04-4096.jpg);
}

#border {
	height: 1px;
	margin: 1.5rem 0rem;
	background: #000;
}

#content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 60vw;
	min-width: 30rem;
	margin: 0 auto;
}

#text {
	background: rgba(255, 255, 255, 0.75);
	padding: 2rem;
}

h4 {
	margin-top: 0;
}

#social {
	text-align: center;
}

#social img {
	height: 3.6rem;
	vertical-align: bottom;
}