@charset "utf-8";   
/* calamityofdesire */

/* colors */

:root {
  --lite: #e4e0d2;
  --dark: #242424;
  --gold: #dca626;
}


/* fonts */


@font-face {
    font-family: 'alpinaf';
    src: url('fonts/GTAlpinaFine-Thin.woff2') format('woff2'),
        url('fonts/GTAlpinaFine-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alpinaf';
    src: url('fonts/GTAlpinaFine-Regular.woff2') format('woff2'),
        url('fonts/GTAlpinaFine-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'alpina';
    src: url('fonts/GTAlpina-Regular.woff2') format('woff2'),
        url('fonts/GTAlpina-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ach';
    src: url('fonts/subset-ach.woff2') format('woff2'),
        url('fonts/subset-ach.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-Bold.woff2') format('woff2'),
        url('fonts/FiraSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-ExtraLight.woff2') format('woff2'),
        url('fonts/FiraSans-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/FiraSans-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-Italic.woff2') format('woff2'),
        url('fonts/FiraSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-Light.woff2') format('woff2'),
        url('fonts/FiraSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-LightItalic.woff2') format('woff2'),
        url('fonts/FiraSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}



@font-face {
    font-family: 'firas';
    src: url('fonts/FiraSans-Regular.woff2') format('woff2'),
        url('fonts/FiraSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*@font-face {
	font-family: 'foobar';
	src: url('fonts/foobar.woff2') format('woff2'),
		url('fonts/foobar.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
*/

/* base */

html, body {

}

html {

}

* {
	box-sizing: border-box;
}

.clearboth {
	clear:both;
}

a:focus {
	outline:none;
}

a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);
}

.videooverlay {
	display:none;
	position:fixed;
	top:0;
	bottom:auto;
	right:auto;
	left:0;
	width:100%;
	height:99%;
	padding:1% 0 0 0;
	margin:0;
	text-align:center;
	z-index:9999;
	background:rgba(0,0,0,0.9);
	line-height:1.9em;
	border:none;
}

.closeoverlay {
	position:absolute;
	display:block;
	top:2%;
	bottom:auto;
	left:2%;
	right:auto;
}

.closeoverlay a {
	font-size:1.6em;
	font-weight:bold;
	color:#fff !important;
}

.closeoverlay a:hover {
	color:#eee;
	text-decoration:underline;
}

.videowrapper {
	display:block;
	margin:4em auto 0 auto;
	width:75%;
	height:auto;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

.img100 {
	width:100%;
}


.vertalign {
	position: relative;
	top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
}

.vertalign-dt {
}

/* Mobile Layout */

body {
	background: #000;
	font-family: 'firas', sans-serif;
	color: #fff;
	font-size: calc(16px + (24 - 16) * ((100vw - 400px) / (2000 - 400)));
	line-height: 150%;
}

.showdt {
	display: none;
}

.showdt-inline {
	display: none;
}

.allcaps {
	text-transform: uppercase;
}

a {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:var(--lite);
	text-decoration:underline;
}

a:visited {
	color:#fff;
	text-decoration:underline;
}

cite {
	font-style: normal;
}

.formcell, .formarea {
	display:block;
	width:100%;
	margin:0 0 1em 0;
	padding:.4em;
	border:1px solid #333;
	background:#eee;
}

#zmodalmsg {
	color: #000;
}


.formarea {
	display:block;
	width:100%;
}


.formbutton {
	display:inline-block;
	border:none;
	background:var(--lite);
	padding:.4em 1em;
	color:#000;
	text-decoration: none;
	font-size:1em;
	font-family: firas, sans-serif;
}

.formbutton:hover {
	color: #fff !important;
	background: #aaa;
	text-decoration: none;
}

.formbutton:visited {
	color: #000;
}

input::placeholder, textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: .7;
}

header {
	position: relative;
	width: 100%;
	margin:0;
	background: var(--dark);
}

/*.topmsg {
	padding: 1em;
	color: var(--lite);
	font-family: alpinaf, serif;
	text-align: center;
}

*/.topmsg {
	padding: 1em;font-size: 1.1em;
	color: #000;
	background: var(--gold);
	font-family: alpinaf, serif;
	text-align: center;
}

.menutog {
	position: absolute;
	right:1em;
	top:1em;
	width: 2em;
}

.menutog:hover {
	cursor: pointer;
}

nav {
	position: absolute;
	top:100;
	left:0;
	width:100%;
	background: var(--lite);
}

nav ul li {
	margin: .6em 1em;
	padding: 0;
	color:#000;
	font-family: alpina, serif;
	font-weight: bold;
}

nav ul li a, nav ul li a:visited {
	color:#000;
	text-decoration: none;
}

nav ul li a:hover {
	color:#222;
	text-decoration: underline;
}

h1 {
}

h2 {
}

h3 {
}

main {
	width: 100%;
}


.contentholder {
	width: 90%;
	margin: 2em auto;
}

/* home */

.homecover {
	display: block;
	width: 70%;
	margin: 2em auto;
}

.homecover img {
	display: block;
	margin: 0 0 2em 0;
	width: 100%;
}

.promomsg1 {
	width: 100%;
	margin: 2em 0 0 0;
	padding: .8em 1em;
	color:var(--lite);
	background: none;
	border:2px solid var(--lite);
	/*background: var(--gold);*/
	text-align: center;
	font-size: 1em;
}

.promomsg1 h3 {
	margin: 0;
	padding: 0;
}

.booktitle {
	color:var(--lite);
	font-family: alpinaf, serif;
	font-size: 4em;
	text-align: center;
	font-weight: 100;
	line-height: 100%;
}

.booktitle em {
	font-family: ach, serif;
	font-style: normal;
	font-weight: normal;
	font-size: .8em;
}

.booktitle b {
	font-weight: normal;
	font-size: .5em;
}

.bookauthor {
	display: block;
	font-weight: normal;
	font-size: .4em;
}

.hometagline {
	margin: 0 0 2em 0;
	color:var(--lite);
	font-size: 1.2em;
	font-family: alpina, serif;
	text-align: center;
}

.quote {
	margin: 2em 0 1em 0;
}

.attr {
	font-size:.8em;
}

.attr em {
	font-weight: bold;
}

.col03 {
	font-size: 1.2em;
	margin: 2em 0;
	font-family: alpina, serif;
	text-align: center;
}

.col03 p {
}

.col04 {
	margin: 0 0 2em 0;
}

.col04 h4 {
	margin: 0;
	font-family: alpina, serif;
	font-size: 1em;
}

.audioholder {
	margin: .2em 0;
	padding: .4em 1em;
	border:1px solid #fff;
	background: var(--dark);
}

.audioholder p {
	margin-left: 1em; 
	text-indent: -1em 
}

.bookinfo {
	margin: 3em 0 1em 0;
	font-family: alpina, serif;
	font-size: 1.2em;
	line-height: 1.5em;
}

.title1 {
	font-weight: bold;
	font-size: 1.2em;
	font-family: alpina, serif;
}

.eventholder {
	margin: 1em 0;
	padding: .4em 1em;
	border:1px solid #fff;
	background: var(--dark);
	height: 40vh;
	overflow-y: scroll;
}

.eventitem {
	margin: 2em 0;
}

.eventdate {
	color:var(--lite);
	font-weight: bold;
	font-size: 1.2em;
	font-family: alpina, serif;
}


.eventtitle {
	font-size: 1.2em;
}

/* inner */

.title2 {
	width: 80%;
	margin: 1em auto 2em auto;
	padding: .6em 0;
	border-bottom:2px solid #e4e0d2;
	color:var(--lite);font-family: alpina, serif;
	text-align: center;
	text-transform: uppercase;
}

.title3 {
	margin: 0 auto 2em auto;
	padding: .6em 0;
	font-size: 2em;
	font-family: alpina, serif;
	font-weight: normal;
	text-align: center;
}

.style01 {
	margin: 3em 0;
	color:var(--lite);
	font-family: alpina, serif;
	font-weight: bold;
	font-size: 1.2em;
}

.sample .booktitle {
	margin: 0;
	color:var(--lite);
	text-align: center;
	font-size: 2em;
	font-family: alpinaf, serif;
	font-weight: 100;
	font-style: italic;
}

/* gallery guide */

.galholder {
}

.galitem {
	margin: 0 0 3em 0;
}

.galtitle {
	width: 100%;
	margin: 0;
	padding: 0 0 .6em 1.2em;
	border-bottom:1px solid #fff;
	font-size: 1.2em;
	font-family: alpina, serif;
}

.galimg {
	margin: 2em 0;
	width: 100%;
}

.galdesc {
}

.galattr {
	font-size: .8em;
	margin: 1em 0;
}

.list1 li {
	margin: .8em 0;
}

.fivestars {
	color: var(--gold);
}

footer {
	width: 90%;
	margin: 8em auto 2em auto;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.vertalign-dt {
	position: relative;
	top: 50%;
	 -webkit-transform: translateY(-50%);
	 -ms-transform: translateY(-50%);
	 transform: translateY(-50%);
}

body {
	font-size: calc(12px + (24 - 16) * ((100vw - 400px) / (2000 - 400)));
}

.showmob {
	display: none;
}

.showdt {
	display: block;
}

.showdt-inline {
	display: inline-block;
}


header {
}

#menu_main ul {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content:space-between;
	flex-flow: row wrap;
}

#menu_main ul li {
	margin: 0;
	padding: .8em 0;
	flex: 1 1 auto;
    text-align: center;
	font-size: 1.1em;
}

#menu_main ul li:last-child {
	display: none;
}

#menu_main ul li + li {
	/*border-left:3px solid #000;*/
}

main {
}

.grid01 .contentholder {
	display: grid;
	grid-template-columns: 50% auto;
	grid-gap: 2em 4em;
}

.inner .contentholder {
	margin: 5em auto;
}

.inner .booktitle {
	font-size: 3em !important;
}

.col01 {
}

.homecover {
	display: block;
	width: 80%;
	margin: 2em auto;
}

.hometagline {
	text-align: left;
}

.col04 {
	width: 80%;
	margin: 0 auto;
}

.eventholder {
	height: 90vh;
}

.title1 {
	font-size: 1.6em;
	margin: 0 0 1.2em 0;
}

.bookinfo .title1 {
	font-size:1.2em;
}

/* inner */

.xid_sample .contentholder {
	width: 60%;
}

/* gallery guide */

.galholder {
}

.galitem {
	display: flex;
	flex-wrap: wrap;
	column-gap: 3em;
	margin: 0 0 4em 0;
}

.galtitle {
	width: 100%;
	margin: 0;
	padding: 0 0 .6em 1.2em;
	font-size: 2.2em;
}

.galimg {
	width: 30%;
	margin: 2em 0 1em 0;
}

.galimg img {
	width: 100%;
}

.galdesc {
	width: calc(70% - 3em);
	padding: 2em 35% 0 0;
}

.galitem:nth-child(even) .galimg {
 	order: 4;
}

.galitem:nth-child(even) .galdesc {
 	order: 3;
 	padding: 2em 0 0 35%;
}

.galitem:nth-child(even) .galtitle {
	text-align: right;
	padding-right:1em !important;
}


/*.galimg {
	margin: 2em 0;
	width: 100%;
}

.galimg img {
	display: inline-block;
}

.gimg1 {
	width: 40%;
}

.gimg2 {
	width: 60%;
}

.gimg3 {
	width: 20%;
}

.gimg4 {
	width: 30%;
}

.galdesc {
	width: 50%;
}

.galattr {
	margin: 2em 0;
}

.galitem:nth-child(even) .galtitle, .galitem:nth-child(even) .galimg, .galitem:nth-child(even) .galattr {
	text-align: right;
}

.galitem:nth-child(even) .galtitle {
	padding-right:1em !important;
}


.galitem:nth-child(even) .galdesc {
	margin: 0 0 0 50%;
}

.col07 {
	width: 30%;
}*/

footer {
}


}

