@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'Black Jet Plane';
    src: url('BlackJetPlane-Regular.woff2') format('woff2'),
        url('BlackJetPlane-Regular.woff') format('woff'),
        url('BlackJetPlane-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Black Jet Plane Regular Font */

@font-face {
    font-family: 'Cardo';
    src: url('Cardo-Bold.woff2') format('woff2'),
        url('Cardo-Bold.woff') format('woff'),
        url('Cardo-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/* Cardo Bold Font */

/* Font Bank */

html {
	background-color: #EAE0D5;
}

/* Header:START */
h1 a{
	font-family: 'Black Jet Plane';
	color: #670500;
	font-size: 80px;
	padding: 0;
	text-decoration: none;
	margin-left: .25em;
}
/* Header:END */

/* Under Header, TOP Horizontal Line:START */
.line-02 {
	margin-bottom: 1.5em;
	padding: 0;
	left: 0;
	margin-top: -2em;
	position:static;
}
/* Under Header, TOP Hor. :END */


.subtitle-01 {
	font-family: 'Cardo';
	font-size: 23px;
}

body p {
	margin-left: 3em;
	margin-right: 5em;
}
/* Displays Scrollbar if window is too small */
@media (max-width: 900px) {
	.paragraphs {
		overflow: auto;
		padding-bottom: 10em;
	}
}

.quote-01 {
	color: #89538D;
	font-family: 'Cardo';
	padding-top: 4em;
	margin-bottom: -1.5em;
}
.quote-02 {
	color: #89538D;
	font-family: 'Cardo';
	padding-top: 2em;
}

.quote-02 img {
	width: 300px;
	min-height: auto;
	margin-bottom: 10em;
	border: 3px black solid;
}

/* Bottom Navigation, Horizontal Line:START */
hr {
	margin-bottom: -1.10em;
	padding: 0;
	position: fixed;
}
/* Bottom Navigation, Hor. :END */


/* Bottom Navigation Buttons:START */
.navigation {
	position: fixed;
	z-index: 2000;
	max-height: 130px;
	overflow: hidden;
	bottom: 0;
	min-width: 100%;
	background-color: #0A0B0A;
	left: 0;
}
	.navigation ul {
		list-style-type: none;
		display: flex;
		flex-direction: row;
		float: left;
		justify-content: center;
		padding-left: 0;
		background-color:  #0A0B0A;
		margin-top: 0em;
		padding-top: .5em;
		margin-bottom: 0;
	}
	.navigation ul li {
		color: #670500;
		border-right: 2.5px solid #670500;
		border-bottom: none;
		font-family: 'Black Jet Plane';
		font-size: 28px;
		display: block;
		width: 4em;
	}
.navigation ul li:last-child {
	border-right: 2.5px solid #670500;
}
.navigation ul li:nth-child(3) {
	border-right: none;
}
.navigation ul li:nth-child(2) {
	border-right: none;
}
	.navigation ul li a {
		display: flex;
		height: 120px;
		text-decoration: none;
		color: inherit;
		justify-content: center;
		align-items: center;
	}
		.navigation ul li a:hover {
			background-color: rgba(137,83,141,.5);
			color: #EAE0D5;
			transition: .5s;
		}
.shop-highlighted-01 {
	background-color: rgba(137,83,141,.5);
	color: #EAE0D5;
	border-right: 2.5px solid #EAE0D5;
	border-left: 2.5px solid #EAE0D5;
}
/* Bottom Navigation Buttons:END */


/* logotype:START */
.logotype-box-01 {
	position: absolute;
	width: 140px;
	min-height: 100px;
	/*background-color: red;*/
	right: 0;
	margin-right: 1.5em;
	margin-top: 1em;
}
.box-01 {
	/*background-color: blue;*/
	width: 140px;
	min-height: 100px;
}
.logotype {
	background-image: url("../images/fanged-fiction-logotype-01.svg");
	position: center;
	background-size: cover;
}
/* Hides Logotype if Window is too small */
@media (max-width: 650px) {
	.logotype-box-01 {
		display: none;
	}
}
