/*
Theme Name: everyman music - countdown
Author: Anthony Durgavich
Version: 1.0
*/

*,
::before,
::after {
    box-sizing: inherit;
}
html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
}
body {
    background-color: #645c53;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    box-sizing: border-box;
    color: black;
    font-family: 'American Typewriter', 'Courier New', Courier, monospace;
    font-size: 1em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
	text-shadow: 2px 0 white;
}
.bg-period-1 {
    background-image: url('images/bg1.jpg');
}
.bg-period-2 {
    background-image: url('images/bg2.jpg');
}
.bg-period-3 {
    background-image: url('images/bg3.jpg');
}
.bg-period-4 {
    background-image: url('images/bg4.jpg');
}
.bg-period-5 {
    background-image: url('images/bg5.jpg');
}
.bg-period-6 {
    background-image: url('images/bg6.jpg');
}
.bg-period-7 {
    background-image: url('images/bg7.jpg');
}
.bg-period-8 {
    background-image: url('images/bg8.jpg');
}
.bg-period-9 {
    background-image: url('images/bg9.jpg');
}
#logo {
    display: block;
	height: auto;
    margin: 0 auto;
	max-width: 100%;
}
#tagline,
#date,
#countdown {
	display: block;
    text-align: center;
}
#tagline,
#date,
#countdown {
	font-size: 3.5rem;
	text-transform: uppercase;
}
footer {
	position: fixed; bottom: 0; left: 0; right: 0;
}
#sign-up-form {
	margin-left: auto; margin-right: auto;
	width: 250px;
}
.formkit-form {
	margin-bottom: 0 !important;
}
.formkit-form [data-style="clean"] {
	padding-top: 0 !important;
}
.formkit-powered-by-convertkit {
	display: none !important;
}
.formkit-form .formkit-fields {
	flex-direction: column-reverse;
}

@media (max-width: 1024px) {
	/* tablet and below */
	#tagline,
	#date,
	#countdown {
		font-size: 2.4rem;
	}
}

@media (max-width: 768px) {
  /* mobile */
}