/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Helvetica;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS RESET END */

/* WEBFONTER */

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-100.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-100.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-100.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-100Italic.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-100Italic.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-100Italic.otf') format('opentype');
    font-weight: 100;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-500.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-500.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-500.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-500Italic.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-500Italic.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-500Italic.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-900.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-900.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-900.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Museo Sans';
    src: url('webfonts/museo-sans/MuseoSans-900Italic.woff2') format('woff2'),
        url('webfonts/museo-sans/MuseoSans-900Italic.woff') format('woff'),
				url('webfonts/museo-sans/MuseoSans-900Italic.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: auto;
}

@font-face {
  font-family: 'Font Awesome Solid';
  font-style: normal;
  font-weight: normal;
  src: url("webfonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("webfonts/fontawesome/fa-solid-900.ttf") format("truetype"); 
  font-display: auto;
}




  
  
  * {
    box-sizing: border-box;
  }
  
  body {
	background-image: url("pastelbg_80.jpg");
	background-repeat: repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
  }

  body.sleek {
	  padding: 0 20px;
	  background-image: none;
	  background-color: #fff;
  }


  /* FONT AWESOME */

  .fa-solid {
    font-family: 'Font Awesome Solid';
  	  -moz-osx-font-smoothing: grayscale;
  	  -webkit-font-smoothing: antialiased;
  	  display: inline-block;
  	  font-style: normal;
  	  font-variant: normal;
  	  text-rendering: auto;
  	  line-height: 1;
}

/*
  .fa-solid a, a {
  color: #99cc01;
  color: #00A7F0;
  	text-decoration: none;
  }

  .fa-solid a:hover, a:hover {
  	color: #000000;
  	text-decoration: none;
  }

  */




a:hover {
	color: #000000;
	text-decoration: none;
}

.coolis .fab a:hover, .coolis a:hover {
	color: #fff;
	text-decoration: none;
}

a {
	color: #2abffa;
}

.coolis a {
	color: #fcba03;
}



.sub a, .sub {
	color: red;
}

/* SOCIAL BLOCK */

.social, .social a {
	width: 50%;
}

div.socialrow {
	flex: 50%;
	margin: 0 auto;
}


.bottombarsleek .social, .bottombarsleek .social a {
	width: 20%;
}

.bottombarsleek .socialcolumn {
	width: 50%;
	flex: 10%;
}

.bi-youtube, .bi-youtube a {
	color: #ff0000;
}

.bi-discord, .bi-discord a {
	color: #5865F2;
}

.bi-substack, .bi-substack a {
	color: #FF7731;
}

.bi-envelope-fill, .bi-envelope-fill a {
	color: #000;
}

.social a:hover {
	color: #000;
}

.socialcolumn svg {
	margin: 0 auto;
}

.handleheader {
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 5px;
}

.handle {
	text-align: center;
	margin-top: 0;
}

.additional {
	font-size: 0.7em;
	font-style: italic;
	margin-top: -10px;
}




.topwrapper, .bottomwrapper {
width: 100%;
		padding: 0;
    background-color: #000;
	color: #fff;
}

.topwrappersleek, .bottomwrappersleek {
	background-color: #fff;
	color: #000;
}


.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	
}

/* HEADER */

.topwrapper .row, .bottomwrapper .row {
	padding: 20px 0;
	text-align: center;
}

.topwrappersleek .row {
	padding: 20px 0;
	text-align: left !important;
}

.bottomwrappersleek h1 {
	text-align: center !important;
}


.headerbar, .bottombar {
	vertical-align: center;
	max-width: 1000px;
	margin: 0 auto;
}

.headerbarsleek {
	border-bottom: 2px solid #000;	
}

.headerbar h1, .bottombar h1 {
	display: block;
	margin: 0 auto;
}

.headerbarsleek h1, .bottombarsleek h1 {
	margin: 0;
}

.bottombarsleek {
	border-top: 2px solid #000;
	padding: 20px 0;
	
}


.bottomwrappersleek {
	padding: 0;
	text-align: center !important;
	margin-top: 1em;
}


.navcolumn {
	text-align: right;
	vertical-align: center;
}

ul.nav > li {
    list-style-type: none;
    display: inline-block;	
	margin-left: 10px;
	}

	ul.nav {
		margin: 0;
	}
	


/* FLEXLAYOUT */


.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.nicecolumn {
    flex: 50%;
}

.widecolumn {
	flex: 66%;
	padding-right: 20px;
}

.widercolumn {
	flex: 75%;
	padding-right: 20px;
}

.narrowcolumn {
	flex: 33%;
}

.narrowercolumn {
	flex: 25%;
}

.onesixcolumn {
	padding: 10px;
}

.onesixcolumn img {
	width: 100%;
}

.double-column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 2;
  text-align: center;
}

.booksection {
	border: 0 solid;
	margin: 20px auto;
	padding: 20px;
}

.sectionsleek {
	margin: 20px auto;
	
	padding: 0;
}

.bookone {
	border-color: #000;
	background-color: #e6e6e6;
}

.booktwo {
	border-color: purple;
	background-color: #a2f5ec;
	
}

.coolis {
	border-color: #000;
	background-color: #ccc;
	color: #fff;
}


.rightside {
	padding: 0 0 0 20px;
}

.rightsidefirst {
	padding: 0 0 0 20px;
}

.leftside {
	padding: 0 20px 0 0;
}

.leftpadda {
	padding: 20px;
}

.rightpadda {
	padding: 20px 20px 20px 0;
}


.textblock {
	text-align: left;
}

.spaceabove {
	margin-top: 30px;
}

.littlespaceabove {
	margin-top: 20px;
}

/* .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/

.video-container {
	margin-bottom: 1em;
}

iframe {
	aspect-ratio: 16 / 9;
	height: 100%;
	width: 100%;
}


/* TYPOGRAPHY */

em {
	font-style: italic;
}

strong {
	font-weight: 600;
}

h1, h2, h3 {
	font-family: "Museo Sans", Helvetica, sans-serif;
}

h1 {
	font-size: 1.2em;
	text-align: left;
	font-weight: 500;
}



.titles {
	font-weight: 500;
	text-align: left;	
}

h2 {
	font-size: 1.5em;
	text-align: center;
	font-weight: 600;
	margin-bottom: 1em;
}

h2.bioheadline {
	text-align: left;
	margin-bottom: 0.5em;
}

p.intro {
	padding: 2px 1px;
	line-height: 1.4em;
}

h3 {
	font-size: 1.1em;
	font-weight: 600;
	margin-bottom: 0.3em;
}

.obinow h3, .trea h3 {
	margin-bottom: 1em;
	margin-top: -0.6em;
}


p, ul, blockquote {
	font-family: "Museo Sans", Helvetica, sans-serif;
	font-weight: 200;
	margin-bottom: 1em;
	line-height: 1.3em;
}

.vignette {
	font-size: 0.85em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
	padding: 3px 5px 1px;
	font-weight: 600 !important;
	display: inline-block;
}

.obinow .vignette {
	font-size: 0.7em;
	display: inline;
}


.uni {
	font-size: 0.85em;
	color: #666666;
	padding: 10px 15px 0;
	border-left: 3px solid #000;
	margin-top: -1.2em;
}

.coolis .vignette {
	background-color: #fff;
	color: #000;
}

.coolis .minivignette {
	background-color: #fcba03;
}

.minivignette {
	font-size: 0.7em;
	background-color: #ff0000;
	padding: 2px 4px;
	margin-right: 5px;
	  vertical-align: top;
}

.review {
	font-style: italic;
}

.highlight {
	background-color: #ffcc85;
}

.intro .highlight {
	display: inline;
	background-color: #ffbff9;
	
}

ul.bookinfo {
	border-top: 1px solid #000;
	display: inline-block;
	font-size: 0.8em;
	font-weight: 600;
	padding-top: 3px;
}

.coolis ul.bookinfo {
	border-top: 1px solid #fff;
}


/* BIOGRAPHY */

.biography {
	width: 100%;
	padding: 20px 20px 0;
}

.biography .vignette {
	font-size: 0.75em;
}

.obi {
  padding: 0;
  background-color: #deebff;
  width: 100%;
  background: rgba(222, 235, 255, 0.5);
  
}

.obinow {
  background-color: #fff;
  width: 100%;
  border: 1px solid red;
}


.vignettenow {
	font-family: "Museo Sans", Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: red;
	padding: 5px 20px;
	font-weight: 600 !important;
	display: block;
	text-align: center;
}

.earlier {
	background-color: #000;
	margin-bottom: 1em;
	font-size: 0.85em;
}

.splasher {
	padding: 0;
}

.splasherpad {
	padding: 20px;
}

.firstbottom {
  padding: 20px 20px 5px;
}




/* BUTTON */



a.button {
	height: 3em;
	border-radius: 1.7em;
	align-content: center;
    font-family: "Museo Sans", Helvetica, sans-serif;
    font-weight: bold;
	font-size: 1.3em;
    padding: 20px 30px;
    border: 1px solid #000;
    text-decoration: none;
	color: #000;
}

a:hover.button {
    color: #00d4ff;
	background-color: #000;
}


.buttonsleek {
	height: 2.5em !important;
	font-size: 1em !important;
	padding: 10px 15px !important;
}

.buttonsegment {
	margin: 2em auto;
	text-align: center;
}



.action, .push {
	text-align: center;
}

.action {
	margin-top: 40px;
	padding-bottom: 20px;
}

.badges {
	margin-bottom: -40px;
}


#US0, #UK0, #DE0, #FR0, #ES0, #IT0, #NL0, #JP0, #BR0, #CA0, #MX0, #AU0, #IN0, #SE0, #PL0, #BE0, #US, #UK, #DE, #FR, #ES, #IT, #NL, #JP, #BR, #CA, #MX, #AU, #IN, #SE, #PL, #BE, 
#US1, #UK1, #DE1, #FR1, #ES1, #IT1, #NL1, #JP1, #BR1, #CA1, #MX1, #AU1, #IN1, #SE1, #PL1, #BE1,
#US2, #UK2, #DE2, #FR2, #ES2, #IT2, #NL2, #JP2, #BR2, #CA2, #MX2, #AU2, #IN2, #SE2, #PL2, #BE2 {
	display: none;
}

.legal {
	font-size: 0.85em;
	text-align: center;
}




img.bookpush {
	width: 100%;
	box-shadow: 0px 0px 9px 0px #919191;
	margin: 0 auto;
}

img.portrait {
	width: 100%;
	box-shadow: none;
	margin: 0 auto;
	
}

img.film {
	width: 100%;
	margin: 0 auto;
}

img.imgborder {
	border: 1px solid #000;
}


a:hover img.bookpush {
	box-shadow: 0px 0px 9px 0px #8CD2EA;
	
}

div.badges {
	margin-top: 3em;
}

.sleekcolumn div.badges {
margin: 0 auto 1px;
}


.badges p {
	padding-bottom: 1em;
}

div.badges img {
	height: 60px;
	width: auto;
	margin: 0 5px 1em;
}


.badges .nicecolumn {
	text-align: center;
}

@media (max-width: 800px) {
	
	img.portrait {
		width: 100%;
		margin: 0;
		padding: 0 !important;
	}
	
	img.flowimg {
		width: 50%;
		margin: 0 auto !important;
	}
	
	.imgsegment {
		margin: 1em auto 0;
		text-align: center;
	}
	
	
	.rightside {
		padding: 0;
	}

	.leftside {
		padding: 0;
	}
	
	.leftpadda {
		padding: 20px 20px 0;
		border-bottom: 1px dashed red;
	}
	
	.rightpadda {
		padding: 20px 20px 0;
	}
	
	.obinow {
		border-left: none;
		border-right: none;
		border-bottom: none;
	}
	
	
	.booktwo {
		padding-bottom: 3em;
	}
	
	.topwrapper .row, .bottomwrapper .row {
		padding: 20px;
	}
	
	.sleekcolumn {
		padding: 20px 20px 0;
	}
	
    body.sleek {
  	  padding: 0;
    }
	
	.headerbarsleek {
		border-bottom: none;	
	}
	
	
}




/* Glass cards */

.glass {
background: rgba(255, 255, 255, 0.5);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}

.coolis {
	background: #000;
	
}

/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
  .nicecolumn, .column {
    flex: 100%;
  }
  
  /* NOT NEEDED?
  
  .row{
	  flex-direction: column;
  }
  
  */
  
  .item1 {
    order: 1;
  }
  .item2 {
    order: 2;
  }
  .item3 {
    order: 3;
  }
  .item4 {
    order: 4;
  }
  .item5 {
    order: 5;
  }
  .item6 {
    order: 6;
  }
  .item7 {
    order: 7;
  }
  .item8 {
    order: 8;
  }
  .item9 {
    order: 9;
  }
  .item10 {
    order: 10;
  }
  .item11 {
    order: 11;
  }
  .item12 {
    order: 12;
  }
  .item13 {
    order: 13;
  }
  .item14 {
    order: 14;
  }
  
  
  
  
  
  
  .glass {
	  border-radius: 0;
	  border-bottom: none;
  }
  
 .splasher {
	  padding: 0;
	  margin-top: 0;
	  border: none;
  }
  
  .splasherpad, .sectionsleek {
	  padding: 0 0 20px;
	  margin: 0 auto !important;
	  
  }
  
  .rightsidefirst {
	  padding: 15px 20px 0;
  }
        
  .booksection {
	  margin: 0;
	  border-bottom: 1px solid #000;
  }    
  
  .onesixcolumn {
	  flex: 50%;
  }
  
  .textblock {
	  margin-top: 20px;
  }
  
  .social, .social a {
  	width: 70px;
  }
  
  .handle {
	  margin-bottom: 40px;
  }
  
  
} 