:root {
	--color-darkest: #021b03ff;
	--color-darker: #5d250fff;
	--color-dark: #744f60ff;
	--color-medium: #ba968fff;
	--color-light: #d6d0afff;
	--color-lighter: #9ddef7ff;
	--color-lightest: #f9edf9ff;

	--color-head: #ba968fff;
	--color-darkest-t: #021b03cc;
	--color-darker-t: #5d250fcc;
	--color-dark-t: #744f60cc;
	--color-medium-t: #ba968fcc;
	--color-light-t: #d6d0afcc;
	--color-lighter-t: #9ddef7cc;
	--color-lightest-t: #f9edf9cc;
}

body {
	margin: 0px;
	background-color: var(--color-lightest);
	color: var(--color-darkest);
	overflow-x: hidden;
	font-size: 16px;
}

#background {
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100%;
	overflow: hidden;
	background: url("../images/background.jpg") repeat-x;
	background-size: cover;
	animation: bgslide 120s linear infinite;
	z-index: -1;
}

@keyframes bgslide{
	0% { background-position: 0 0; }
	50% { background-position: 100% 0; }
	100% { background-position: 0 0; }
}

/*
div, span, a {
	border: 1px solid red;
}
*/

a {
	color: var(--color-lighter);
	text-decoration: none;
}

a:hover {
	color: var(--color-dark);
	text-decoration: none;
}

#preloader {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	text-align: center;
	vertical-align: middle;
	font-family: sketchnote-square, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 300%;
	background-color: var(--color-lighter-t);
	color: var(--color-dark);
	z-index: 150;
}

@keyframes blink {
    0% {
      opacity: .2;
    }
    20% {
      opacity: 1;
    }
    100% {
      opacity: .2;
    }
}

.loading span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading span:nth-child(2) {
    animation-delay: .2s;
}

.loading span:nth-child(3) {
    animation-delay: .4s;
}

.align-right {
	width: 70%;
	margin: 0px;
	text-align: right;
}

#content-error {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	background-color: var(--color-lightest-t);
	font-family: template-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
	z-index: 10;
}

#content-error img {
	width: 400px;
}

header-wrapper, nav {
	height: 90px;
	width: 98%;
	margin-left: 2%;
	position: absolute;
	top: 0px;
	display: flex;
	justify-content: flex-start;
	z-index:1000;
	overflow: hidden;
}

.head-element-wrapper {
	background-color: var(--color-head);
	border-radius: 0px 15px 225px 15px/15px 225px 15px 255px;
	border: 8px solid var(--color-darkest);
	border-top: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

#logo-wrapper {
	position: fixed;
	height: 120px;
	margin: 0px -10px;
	z-index: 1000;
}

#logo {
	max-height: 100px;
}

.nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

nav a {
	font-family: cabazon, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 200%;
	text-decoration: none;
	display: inline;
	margin: 0px 30px;
}

#links {
	margin-left: 205px;
	border-left: none;
	z-index: 10;
}

#location {
	font-family: template-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 400%;
}

#content-wrapper {
	display:flex;
	display: none;
	align-items: flex-start;
	align-content: center;
	justify-content: space-between;
	vertical-align: top;
	min-height: 100vh;
	width: 100%;
}

#content-quote {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	width: 100%;
	background-color: var(--color-lightest-t);
	font-family: template-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
	z-index: 10;
	cursor: pointer;
}

#quote {
	transform: skew(0, 1deg);
}

#packed {
	position: absolute;
	left: 50%;
	bottom: 60px;
	width: 400px;
	margin-left: -200px;
	text-align: center;
	transform: skew(0, -2deg);
	font-family: sketchnote-square, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 150%;
	clear: both;
}

.rotate {
	transform: rotate(180deg);
}

.blurbs {
	display: flex;
	height: 150px;
	width: 100%;
	margin: -30px 0;
	border-radius: 90% 0 70% 0/3% 0 5% 0;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	z-index: 50;
	font-family: felt-tip-roman, sans-serif;
	font-style: bold;
	font-weight: 400;
	background-color: var(--color-darkest);
	color: var(--color-light);
	transform: skew(0, -1deg);
}

.blurbs:nth-of-type(3n) {
	background-color: var(--color-dark);
	color: var(--color-lightest);
	transform: skew(0, -1deg);
}

.blurbs:nth-of-type(4n) {
	background-color: var(--color-darker);
	color: var(--color-lighter);
	transform: skew(0, -1deg);
}

.mini-blurbs {
	display: flex;
	height: 60px;
	width: 100%;
	margin: -20px 0;
	border-radius: 90% 0 70% 0/3% 0 5% 0;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	z-index: 50;
	font-family: felt-tip-roman, sans-serif;
	font-style: bold;
	font-weight: 400;
	background-color: var(--color-darkest);
	color: var(--color-light);
	transform: skew(0, 1deg);
}

.mini-blurbs:nth-of-type(3n) {
	background-color: var(--color-darker);
	color: var(--color-lighter);
	transform: skew(0, -1deg);
}

.mini-blurbs:nth-of-type(4n) {
	background-color: var(--color-dark);
	color: var(--color-lightest);
	transform: skew(0, 1deg);
}

.post-nav-newer {
	margin-right: 20px;
}

.post-nav-older {
	margin-left: 20px;
}

.content-section {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: flex-start;
	justify-content: center;
	min-height: 100vh;
	width: 100%;
	z-index: 10;
	background-color: var(--color-light-t);
	padding: 40px 0;
}

.content-section:nth-of-type(3n) {
	background-color: var(--color-darker-t);
}

.content-section:nth-of-type(4n) {
	background-color: var(--color-lighter-t);
}

.content-section:nth-of-type(5n) {
	background-color: var(--color-medium-t);
}

.blog-section {
	min-height: 400px;
}

.gallery-section {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: flex-start;
	min-height: 800px;
	max-width: 90vw;
	width: 90%;
	background-color: var(--color-darker-t);
	border-radius: 20px;
	margin-bottom: 30px;
}

#content-gallery {
	justify-content: flex-start;
}

#gallery-filter-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	width: 90%;
	max-height: 150px;
	margin: 10px 0;
}

.top-section {
	padding-top: 120px;
}

.long-section {
	display: flex;
	flex-direction: row;
}

.long-section div {
	margin: 5px 30px;
}

.section-title {
	max-width: 800px;
	text-align: center;
	font-family: sketchnote-square, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 250%;
	margin-bottom: -15px;
	z-index:100;
	border-radius: 15px 225px 15px 255px/255px 15px 225px 15px;
	background-color: var(--color-lighter-t);
	color: var(--color-darker);
	transform: skew(0, 3deg);
}

.content-section:nth-of-type(3n) .section-title {
	background-color: var(--color-light-t);
	color: var(--color-dark);
	transform: skew(0, -3deg);
}

.content-section:nth-of-type(5n) .section-title {
	background-color: var(--color-medium-t);
	color: var(--color-darkest);
	transform: skew(0, 5deg);
}

.section-info-top {
	display: block;
	max-width: 100%;
	margin-top: 30px;
	margin-bottom: 0;
	font-family: felt-tip-roman, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 150%;
	clear: both;
}

.section-text {
	max-width: 800px;
	font-family: felt-tip-roman, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 120%;
	padding: 10px 35px;
	background-color: var(--color-lightest-t);
	border-radius: 15px 225px 15px 255px/255px 15px 225px 15px;
}

.section-text img {
	max-width: 400px;
}

.section-text a {
	color: var(--color-darker);
	font-weight: bold;
}

.section-text a:hover {
	color: var(--color-lighter);
	font-weight: bold;
}

.gallery-filter {
	display: inline-block;
	font-family: felt-tip-roman, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 150%;
	margin: 2px 10px;
	max-height: 24em;
}

.gallery-filter:hover {
	color: var(--color-lightest);
}

.gallery-image {
	height: 300px;
	margin: 10px 30px;
	background-color: $F4EDE5;
}

.gallery-image img {
	border-radius: 15px 225px 15px 255px/255px 15px 225px 15px;
	border: 5px solid #F4EDE5;
	height: 90%;
	box-shadow: 10px 10px 5px #00000066;
}

.gallery-image img:nth-of-type(2n) {
	border-radius: 255px 15px 225px 15px/255px 15px 225px 15px;
}

.links-header {
	margin-left: 20px;
}

#links-text {
	display: flex;
	flex-wrap: wrap;
}

#footer-wrapper {
	display: flex;
	justify-content: space-between;
	vertical-align: middle;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
	background-color: var(--color-darkest);
	color: var(--color-lighter);
	z-index: 100;
}

#footer-links a {
	font-family: cabazon, serif;
	font-style: normal;
	font-weight: 400;
	font-size: 150%;
	text-decoration: none;
	display: inline-block;
	padding: 10px 10px;
}

#copyright {
	font-family: sketchnote-square, sans-serif;
	font-style: normal;
	font-weight: 400;
	margin: 10px 10px;
}

#social-buttons {
	display: flex;
	justify-content: flex-end;
	vertical-align: middle;
	height: 50px;
	background-color: var(--color-darkest);
	color: var(--color-lighter);
	z-index: 120;
}

.fab, .fa, .fas {
  padding: 15px 2px;
  font-size: 100%;
  width: 20px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

#social-buttons-section {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center;
	align-content: center;
	max-width: 400px;
}

#social-buttons-section > .fab, #social-buttons-section > .fa, #social-buttons-section > .fas {
	padding: 15px 2px;
	font-size: 200%;
	width: 100px;
	text-align: center;
	text-decoration: none;
}

input, textarea {
	border: 1px solid var(--color-darkest);
	background-color: var(--color-lightest);
	color: var(--color-darkest);
}

#lastname {
	display: none;
}

.button {
	height: 40px;
	width: 120px;
	border-radius: 10px;
}

#welcome-back {
	color: red;
}

.easter-egg {
	margin: 2px;
	font-family: template-gothic, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 90%;
	text-decoration: none;
	color: var(--color-darkest);
}

.easter-egg a i {
	color: var(--color-darkest);
	font-size: 90%;
}