@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,400&display=swap');
/* Basic styling for all screen sizes */
html,
body {
	color: white;
	font-size: 16px; /* 1rem */
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
body {
	background-size: cover;
	background-image: url('https://homey.allapoosa.com/img/allapoosa_lane.jpg');
	background-position: center bottom;
	-webkit-background-size: cover; 
	-moz-background-size: cover;
	-o-background-size: cover;
}
a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: white;
	text-decoration: underline;
}
article,
footer,
header {
	margin: 1em auto;
	width: 100%;
}
input {
	display: inline-block;
	font-size: 0.875em;
	margin: 1em;
	vertical-align: middle;
}
input[type=button],
input[type=submit] {
	background-color: #49A3F1;
	border: 2px solid #49A3F1;
	border-radius: 0.25em;
	color: white;
	cursor: pointer;
	font-weight: 700;
	letter-spacing: 1px;
	margin: 4px;
	outline: none;
	padding: 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 0;
	width: 140px;
}
input[type=email] {
	background-color: transparent;
	border: none;
	left: 0;
	margin: 16px;
	position: absolute;
	top: 0;
	width: 272px;
}
input[type=email]:focus{
	border-bottom: 2px dotted darkgray;
	outline: none;
}
main {
	bottom: 0;
	position: fixed;
	width: 100%;
}
p {
	margin: 0;
	text-align: center;
}
section.shady {
	background: rgba(0, 0, 0, 0.4);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	color: white;
	display: table;
	height: 100%;
	width: 100%;
}
.copyright {
	margin: 0.75em 0;
	text-align: center;
}
.input-cont {
	background-color: white;
	border: 2px solid white;
	border-radius: 0.25em;
	display: block;
	height: 3em;
	margin: 0.5em auto 0;
	position: relative;
	width: 444px;
}
.link-cont {
	display: inline-block;
	margin: 1.25em 0 0.5em;
	text-align: center;
}
.link-item {
	display: block;
	margin: 0 1em;
	width: 100%;
}
.link-label {
	text-align: center;
	font-size: 1em;
	font-weight: 400;
}
.link-text {
	font-size: 4.8vw;
	margin-top: 0.25em;
	text-align: center;
}
.social-cont {
	list-style: none;
	margin: 2em 0;
	padding: 0;
	text-align: center;
}
.social-link {
	background: black;
	border: 1px solid black;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	box-shadow: none;
	color: white;
	display: inline-block;
	font-variant-numeric: tabular-nums;
	line-height: 1em;
	margin: 0 1em 0 0;
	padding: 0.5em;
	transition: all .3s ease-out;
	-webkit-transition: all .3s ease-out;
}
#input-msg {
	color: orangered;
	font-size: 1em;
	font-style: italic;
}

/* Styling for intermediate screen sizes */
@media (min-width: 833px) {
	article,
	footer,
	header {
		margin: 0 auto;
	}
	form > input[type=submit] {
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		margin-left: -2px;
	}
	form > input[type=email] {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		margin-right: -2px;
	}
	.link-item {
		display: inline-block;
		margin: 0 1em;
		vertical-align: top;
		width: 200px;
	}
	.link-item + .link-item {
		padding-left: 1em;
	}
	.link-text {
		font-size: 2.5em;
	}
}
