/*
Theme Name: A Guide to Self-Disruption
Author: Danny Moore
Author URI: http://www.amplifypublishinggroup.com
Description: This theme is a basic blog based book website.
Version: 1.0
License: ©2024 Danny Moore
Text Domain: guidetoselfdisruption
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
body {
	background: #fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

/******************** body *******************/

html{ font-size:19px; }

body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	border:0px;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size:19px;
	line-height:1.25;
	background:#fff;
	color:#133141;
	font-family: "Crimson Text", serif;
}

img{ border:0px; }

#loader{
    width:100%;
    height:100%;
    z-index:1000000;
    position:fixed;
    top:0;
    left:0;
    background:#133141;
}

#loaderin{
    width:4vw;
    min-width:80px;
    height:auto;
    position:absolute;
    line-height:0;
    top:50%;
    left:50%;
}

#loader svg{
    transform:translate(-50%, -50%);
    position:absolute;
    stroke:#d8af53;
    fill:none;
    stroke-width:2;
    stroke-linecap:square;
    stroke-dasharray:180 180;
    animation-duration:2s; 
    animation-iteration-count:infinite; 
    transform-origin:center;
    animation-timing-function:linear;
    animation-name:fr0;
}

@keyframes fr0 { 
  0% { stroke-dashoffset:0; } 
  50% { stroke-dashoffset:180;  }
  100% { stroke-dashoffset:360;  }
}

hr{
	height:1px;
	border:0px;
	background:rgba(0,0,0,0.1);
	margin:2.2em 0 2.3em 0;
	clear:both;
}

h1, .h1{
	font-size:1.59em;
	margin:0 0 2em 0;
    line-height:.3;
    text-align:center;
    font-family:"playfair-display", serif;
    text-decoration:underline;
    text-underline-offset:.15em;
    font-weight:bold;
    text-decoration-thickness:1px;
    position:relative;
    width:100%;
}

.pens{
    width:auto;
    height:2.5em;
    display:inline-block;
    margin:0 .75em .4em;
    position:relative;
    vertical-align:middle;
    line-height:0;
}

.pen{
    width:.68em;
    height:2.5em;
    display:inline-block;
    background-image:url("images/pen.svg");
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:right top;
}

.isdark .pen{ background-image:url("images/penw.svg"); }

/*.pages h1:first-of-type:before{
    position:relative;
    content:"";
    width:.687em;
    height:4em;
    display:inline-block;
    vertical-align:middle;
    padding:0 .75em 0 0;
    background-image:url("images/pen.svg");
    background-repeat:repeat-x;
    background-size:auto 2.5em;
    background-position:right top;
    line-height:1;
    box-sizing:border-box;
}*/

h2, .h2{
    font-weight:bold;
    text-align:left;
    font-size:1.3123em;
    font-family: "playfair-display", serif;
    margin:0 0 1em;
}

h3, .h3{
	font-size:1.34em;
    line-height:1.2;
    margin:1em 0 0;
    font-family: "karin";
    letter-spacing:.12em;
}

h4, .h4{ 
    font-size:1.45em;
    margin:1.6em 0 .8em 0;
    padding-bottom:.15em;
    border-bottom:1px solid #133141;
}

.h5, h5{
    margin:0 0 .4em;
    font-size:1.27em;
    text-align:center;
    line-height:1.3;
    font-weight:bold;
}

.h6, h6, .h7, h7{
    font-size:1.9em;
    margin:0 0 .6em;
    text-align:center;
}

.h7, h7{
    font-size:1.6em;
    color:#d8af53;
    margin-left:7%;
    margin-right:7%;
}

p{ margin:0 0 .6em 0; }
em, i{ font-style:italic; }
strong, b{ font-weight:bold; }

a{
	text-decoration:none;
	color:#d8af53;
	transition:.4s color;
}

a:hover{ color:#A97C18; }

#outside{
	width:100%;
	height:100%;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
    overflow:hidden;
}

#inside{
	width:100%;
	height:auto;
	margin:0 auto;
	padding:0;
}

#top{
	width:100%;
	height:auto;
	position:fixed;
	z-index:10000;
	clear:both;
	float:left;
    background:#133141;
    box-shadow:0 3px 6px rgba(0,0,0,0.15);
}

#navMenuSm{
    z-index:200000;
    position:fixed;
    width:auto;
	display:none;
	height:100%;
	padding:0;
    top:0;
    right:0;
    background:#002033;
}

#content{
	width:100%;
	height:auto;
	padding:6em 0 0;
	margin:0 auto 0 auto;
	clear:both;
	float:left;
	position:relative;
	z-index:150;
    line-height:0;
}

/******************** insides ********************/

#topinside{
	position:relative;
    display:table;
    padding:.65em 1.5em;
    width:100%;
    transition:.3s padding, .3s width, .3s background;
    line-height:1;
    box-sizing:border-box;
}

.slid{ padding:.5em 1em !important; }

/********************* Top ************************/

#title{
	position:relative;
	width:5em;
    display:table-cell;
    vertical-align:middle;
    transition:.3s width;
}

#title svg{
    width:100%;
    fill:#d8af53;
    transition:.5s fill;
}

#title:hover svg{ fill:#fff; }

.slid #title{ width:2.6em; }

.spacer{
    position:absolute;
    z-index:200;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

#navMenu{
    display:table-cell;
    text-align:right;
    position:relative;
    vertical-align:middle;
}

#navMenu div{ display:inline-block; }

.social{
    top:.1em;
	position:relative;
	display:inline-block;
	margin:0 0 0 .6em;
	pointer-events:all;
}

.wp-block-group__inner-container .social{ margin-left:0; }

.social a{
	position:absolute;
	width:100%;
	height:100%;
	z-index:1000;
    top:0;
    left:0;
}

.iconDiv{
	width:1em;
	height:1em;
	margin:0 0 0 .25em;
	position:relative;
	display:inline-block;
	text-align:center;
	cursor:pointer;
}

.iconDiv svg{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100% !important;
}


.iconDiv svg{
	fill:#2acff3;
	transition:.3s fill;
}

.iconDiv:hover svg{
	fill:#d8af53;
}

.wp-block-group__inner-container .iconDiv{
    width:1.3em;
    height:1.3em;
    margin:0 .5em 0 0;
}

/******************** Nav **************************/

#smNavShow{ display:none !important; }

#navMenu .menu, #navMenu ul, #navMenuSm .menu, #navMenuSm ul{
	list-style:none;
	padding:0;
	position:relative;
	z-index:900;
	margin:0 0 0 0;
	display:inline-block;
}

#navMenuSm .menu, #navMenuSm ul{
	width:100%;
	margin:0;
	padding:0;
}

#navMenu ul li, #navMenuSm ul li{
	display:inline-block;
	float:none;
	padding:0;
	margin:0;
}

#navMenuSm ul li{
    clear:both;
    float:left;
	height:auto;
}

#navMenu ul li a, #navMenuSm ul li a{
	text-decoration:none;
    color:#fff;
	display:inline-block;
	margin:0 0 0 2em;
	position:relative;
	line-height:1;
	font-size:1.1875em;
	transition:.5s color;
    cursor:pointer;
    font-family:"karin";
}

#navMenu ul li a:hover, #navMenuSm ul li a:hover, .pove{ color:#d8af53; }


#menucloser{
    width:100%;
    height:.75em;
    margin:1em 0 .8em 1.5em;
    fill:#fff;
    cursor:pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition:.5s fill;
}

#menucloser svg{
    height:100%;
    width:auto;
}

#menucloser:hover{ fill:#d8af53; }

/****** sub menu ******/

#navMenu ul ul{
	opacity:0;
	display:none;
	position:absolute;
	z-index:999;
	margin-top:.5em;
	border-radius:0 0 3px 3px;
	width:200px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, #fff 50%, #efefef 100%);
	background: -webkit-linear-gradient(top, #fff 50%,#efefef 100%);
	background: linear-gradient(to bottom, #fff 50%,#efefef 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 );
	box-shadow:0 6px 16px rgba(0,0,0,0.2);
}

#navMenu ul ul ul{
	left:200px;
	width:230px;
	margin-top:-2.5em;
}

#navMenu ul ul li{
	clear:both;
	float:left;
	margin:0;
	text-align:left;
	width:100%;
	transition:.5s background;
}

#navMenu ul li ul a{
	font-size:1.25em;
	display:block;
	line-height:1.15;
	font-style:italic;
	padding:.6em .65em .3em .65em;
	width:100%;
}

#navMenu ul li ul a:hover{ color:#000 !important; }	

#navMenu ul ul li:hover{
	background:#fff200;
}

#navMenuSm ul ul{
	opacity:1;
	position:relative;
	display:block;
	margin:0;
	border-radius:0;
	box-shadow:none;
	padding:0;
	backfgound:#ddd;
}

/******************** Main Content *******************/

#mainContent{
	width:100%;
	height:auto;
	margin:0 auto;
	position:relative;
}

#mainText{
	width:100%;
	float:left;
	margin-left:0;
}

.pages{
    display:inline-block;
    width:100%;
    background-position:top right;
    background-size:auto 100%;
    background-repeat:no-repeat;
}

.pageinside{
    max-width:880px;
    margin:0 auto;
    padding:3em 0;
    text-align:left;
    position:relative;
    line-height:1.35;
    box-sizing:border-box;
}

#mainContent ul, #mainContent ol{
	list-style:none;
	margin:1em 0;
}

#mainContent ol{ list-style:decimal; }

#mainContent ol ol{ list-style:lower-latin; }

#mainContent ul li, #mainContent ol li{
	padding:0 0 .5em 1.75em;
	margin-left:1em;
}

#mainContent ul li{
	text-indent:-1.2em;
	line-height:1.3;
	margin-bottom:.35em;
}

#mainContent ul li:before{
	color:inherit;
	content:'•';
	margin-right:.4em;
	font-size:1.25em;
}

/******************* Bottom **********************/

#bottom{
	width:100%;
	height:auto;
	clear:both;
	float:left;
    bottom:0;
	padding:1em 0;
	position:relative;
    background:#d8af53;
}

#bottomInside{
	width:100%;
	margin:0 auto;
	position:relative;
	text-align:center;
}

#copyright{
	width:84%;
	clear:both;
	font-size:.9em;
	line-height:1;
	text-align:center;
	margin:0 auto;
    font-family:"karin";
}

#gueri{
    fill:#092c3d;
    display:inline-block;
    margin-right:1.5em;
    height:2.75em;
    width:auto;
    vertical-align:middle;
    text-align:center;
}

#gueri svg{
    width:auto;
    height:100%;
}

/******************* Blog Posts *************************/

.blogposts{
    width:100%;
    clear:both;
    font-size:0;
    text-align:center;
}

.blogpost{
    font-size:1rem;
    display:inline-block;
    vertical-align:top;
    width:33%;
    padding:.75em 1.25em;
    margin:.25em;
    background:#f5f4ee;
    text-align:center;
    transition:.5s background;
    box-sizing:border-box;
}

.blogpost:hover{ background:#ded8c5; }

.blogpost .h3{ 
    text-align:center;
    color:#d8af53 !important;
}

.blogpost .descr{
    color:#000;
    text-align:left;
}

.postInfo, .postInfo2{
	display:block;
	margin:0 0 .5em 0;
	color:rgba(0,0,0,.45);
	font-size:.85em;
}

.postInfo2{
	margin:0 0 1em 0;
}

#pagination{
	width:80%;
	text-align:center;
	font-size:1.25em;
}

.pagination, .paginationp, .paginationn{
    display:inline-block;
    margin:0;
    width:1em;
    cursor:pointer;
}
.paginationp{ margin-right:.2em; display:none; }
.paginationn{ margin-left:.2em; }

.pageno{ display:none; }

/***************** reset styles for contat form ****************/

.wpcf7{
    max-width:500px;
    margin:2em auto 0;
}

label{
	font-size:1em;
	vertical-align:baseline;
    display:inline-block;
    margin:.8em 0 .1em;
	position:relative;
}

input, textarea{
    -webkit-appearance:none;
    appearance:none;
	font-family:inherit;
	font-size:1rem;
    padding:.75em 1em;
    width:100%;
    box-sizing:border-box;
    border:1px solid #133141;
    border-radius:0;
    margin-bottom:.5em;
}

textarea{ height:8em; }

::placeholder{
    color:#d8af53;
    font-family:"karin";
}

.wpcf7-not-valid-tip{ font-size:1rem; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output{
    border:1px solid #d8af53;
    text-align:center;
    padding:1em;
}

.wpcf7-spinner{ position:absolute; }

input[type="submit"], .backToBlog a, .button, input[type="button"], .wp-block-button__link{
	cursor:pointer;
	width:auto !important;
	clear:both;
	margin:0 auto;
	padding:.6em 1.2em .55em;
	line-height:1;
	display:inline-block;
	font-size:1.3em;
	transition:.5s color, .5s border, .5s background;
	color:#133141;
    text-align:center;
    border:1px solid #133141;
    background:white;
    border-radius:0;
    text-transform:uppercase;
    font-family:"karin";
}

.wp-block-buttons{ 
    text-align:center;
    justify-content:center;
    width:100%;
    margin-top:1em;
}

.backToBlog a{
	margin:3em 0 35px 0;
	font-size:1.4em;
	transition:.5s background;
}

#pagination .next, #pagination .prev, .read-more{
	padding:.2em .4em .2em .4em;
	margin:0 .3em;
	font-size:.9em;
	display:inline-block;
	transition:.5s color, .5s background;
	color:#fff;
	background:#133141;
}

.read-more{
	font-size:.85em;
	padding:.25em .8em .25em .8em;
}

#pagination .next:hover, #pagination .prev:hover, .read-more:hover, .wp-block-button__link:hover{
	color:#d8af53;
    border-color:#133141;
    background:#133141;
}

input[type="submit"]:hover, .backToBlog a:hover, .button:hover, input[type="button"]:hover{
    color:#d8af53;
	border-color:#133141;
    background:#133141;
}


/********************** Press *********************************/

.pressb{
	width:100%;
	clear:both;
	float:left;
	padding:.75em 1em;
	background:rgba(0,32,51,0.1);
	transition:.5s background;
	display:table;
	margin:.1em 0 .2em 0;
    box-sizing:border-box;
}

.pressb:hover{ background:rgba(125,175,195,0.6); }

.pressl{
	width:20%;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	position:relative;
	top:.1em;
	border-right:1px solid rgba(0,32,51,0.25);
}

.pressl img{
	width:85%;
	height:auto;
    max-height:75px;
    object-fit:contain;
}

.presst{
	width:80%;
	padding-left:1em;
	height:100%;
	display:table-cell;
	vertical-align:middle;
	color:#000;
    box-sizing:border-box;
}

/********************** Buy Now Button ***********************/

.buyNowArea{
	width:70%;
	text-align:center;
    display:flex;
    font-size:.7125em;
    gap:.5em;
    flex-wrap:wrap;
    margin:.6em auto 0;
    justify-content:space-between;
}

.buyNowArea2{
    display:inline-block;
    width:auto;
    vertical-align:middle;
}

.buyNowButton{
    flex:1 1 28%;
    cursor:pointer;
    position:relative;
    overflow:hidden;
    line-height:0;
    transition:.5s border;
    border:1px solid #133141;
}

.buyNowArea2 .buyNowButton{
    width:4.25em;
    height:4.25em;
    margin:0 .25em;
    display:inline-block;
    vertical-align:middle;
    flex:none;
}

.buyNowArea .button{
    flex:1 1 auto;
    padding-left:0;
    padding-right:0;
}

.buyNowButton a{
    position:absolute;
    width:100%;
    height:100%;
    z-index:100;
    left:0;
    top:0;
}

.svgcolor1, .buyNowButton:hover .svgcolor2{ transition:.5s fill; fill:#d8af53; }
.svgcolor2{ transition:.5s fill; fill:#133141; }
.svgback{ transition:.5s fill; fill:transparent; }

.buyNowButton:hover{ border-color:#d8af53; }

/********************************** Rotating Images **********************/

.rotatorImgs{
	width:100%;
	height:auto;
	position:relative;
	overflow:hidden;
}

.rotatorImgs img{
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:auto;
	margin:0;
}

/********************************** 404 *********************************/

.lost{
	margin:0;
	padding:2em;
    text-align:center;
    border:1px solid #133141;
    box-sizing:border-box;
}

.lostH{
	font-size:9em;
	margin:0;
	line-height:1;
}

.lostP{
	margin:0;
    font-style:italic;
}

/********************************* Events Calendar **********************/

.mbecout{ 
	border-width:3px;
	margin:2em 0 2.75em 0;
}
.mbecout, .edate{ border-color:#eee; }
.mbectop, .calendar-day-np, .elocation{ background:#eee; }
.npbut, .mbecbutton, .mbecout .h3, a.mbeca{ color:black; }
.mbeccloseButton svg{ fill:black; }
table.mbeccalendar, .mbeccalendar td{ border-color:#ddd; }
.calendar-day-head th{
	border-bottom-color:#ddd;
	background:#123;
	color:#fff;
}
.calendar-day-head th:last-child{ border-right-color:#ddd; }
.mbcalevent{ background:white; }
.mbeccloseButton{ top:-30px; }

/*************************** Book Covers *************************/

.bookcover{
	width:100%;
	height:auto;
	margin:3% auto -4% auto;
	padding:0 0 7% 0;
	position:relative;
	background:url("images/bookshadow.png") no-repeat;
	background-size:93% 100%;
	background-position:80% top;
}

.coverdiv{
	position:relative;
	width:77%;
	height:auto;
	z-index:1;
	top:0;
	left:10%;
	line-height:0;
	border-radius:3px;
	overflow:hidden;
	border-top:1px solid rgba(0,0,0,0.13);
	border-bottom:1px solid rgba(0,0,0,0.4);
}

.cover{
	position:relative;
	z-index:1;
	width:100%;
	top:0;
	left:0;
	height:100%;
}

.overcover{
	position:absolute;
	top:0;
	left:0;
	z-index:30;
	width:100%;
	height:100%;
	pointer-events:none;
	box-shadow:inset 0 0 2px rgba(0,0,0,0.1);
}

.coverhover{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(1,2,3,0);
	z-index:10000;
	transition:.5s background;
}

.coverhover:hover{ background:rgba(1,2,3,0.4); }

/*************************** Testimonials ************************/

.testimonials{
	width:100%;
	margin:0;
	padding:2.5em 0;
	clear:both;
	float:left;
    background-color:#ecb25e;
    display:block;
    text-align:center;
}
.testimonialsin{ 
    position:relative; 
    height:100%;
    width:86%;
    margin:0 auto;
}

.testimonial{
	position:absolute;
    top:46%;
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    left:0;
    width:100%;
    display:none;
    padding-bottom:1em;
}

.testimonial:first-child{ display:block; }

.testbuttons{
    width:100%;
    clear:both;
    text-align:center;
    position:absolute;
    left:0;
    bottom:0;
}

.testbutton{
    width:.7em;
    height:.7em;
    margin:0 .17em;
    display:inline-block;
    border:3px solid #000;
    line-height:1;
    position:relative;
    cursor:pointer;
    overflow:hidden;
    border-radius:.2em;
}

.testbutton:first-child { opacity:1; }

.tbl{ opacity:0; }
.testbutton:first-child .tbl{ opacity:1; }

.square{
    background:#000;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
}

/******************************* Extras *******************************/


.intext, body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).intext{
	width:40%;
	height:auto;
	margin:0 0 .5em 1.5em !important;
	float:right;
    box-shadow:.1em .1em .35em rgba(0,0,0,0.3);
}

.main{
    max-width:650px;
    width:100%;
    margin:0 auto;
}

.shadowFrame{
	border:10px solid #fff;
	background:#fff;
	margin-bottom:20px;
	box-shadow:0px 2px 6px rgba(0,0,0,0.3);
}

.wide{
	width:100%;
	margin:0;
	padding:3em 0;
	clear:both;
	float:left;
}

.bcolor, .error404{ background:#ded8c5; }

.isdark{ color:#fff; }
.isdark h1:first-of-type:before{ background-image:url("images/penw.svg"); }

.table{ display:table; }

.left, .right{
	display:table-cell;
	vertical-align:top;
}

.left{
	width:50%;
	padding-left:3%;
}

.left .bookcover{ margin-top:.1em; }

.clear{
	clear:both;
	height:30px;
}

.firstP{
    width:100%;
    position:relative;
    overflow:hidden;
    font-size:1.25em;
    margin-bottom:2em;
}

.firstP .pageinside{
    position:relative;
    text-align:center;
    width:100%;
    z-index:5;
    padding:2em;
    display:table;
    height:100%;
    max-width:1100px;
    background-position:center;
    background-size:100% auto;
    background-repeat:no-repeat;
}

.firstP .left{ 
    text-align:left;
    padding:0 0 0 1.5em;
    width:auto;
    vertical-align:middle;
    max-width:none;
}

.firstP .right{ 
    width:60%;
    max-width:none;
	padding-left:3%;
    font-size:1rem;
    vertical-align:middle;
}

.coverarea > div{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:baseline;
    gap:0;
}

.coverarea > div > div{ flex:1 1 50%; }
.coverarea .bookcover{ left:1%; }

.firstP h1{
    text-align:left;
    font-size:1.5em;
    margin:0 0 .4em;
    line-height:1.5;
}

.firstP h2{
    font-family:"karin";
    font-size:1.125em;
    font-weight:normal;
    margin-bottom:2.25em;
}

.firstP h2 em{ 
    text-decoration:underline;
    text-underline-offset:.075em;
    text-decoration-thickness:1px;
}

.amplogo{
    display:inline-block;
    width:4.35em;
    vertical-align:middle;
    margin:0 0 0 .3em;
    fill:#133141;
    position:relative;
    top:-.1em;
}

hr.wp-block-separator{
    max-width:13em;
    margin:2em auto;
    background:none;
    height:1px;
    border-top:0;
    border-bottom:1px solid #133141;
}

.text{
    padding-right:5%;
    display:table-cell;
    vertical-align:middle;
}

.text h1{ text-align:left; }

.sidetext{
    width:35%;
    display:table-cell;
    vertical-align:middle;
    box-shadow:3px 4px 6px rgba(0,0,0,0.3);
    background-size:cover;
    background-position:center;
}

.buttons{
    margin:2em auto;
    width:100%;
    text-align:center;
}

.buttons h3{
    display:inline-block;
    vertical-align:middle;
    padding-right:2em;
    margin:0 !important;
}

.centered{ text-align:center; }

#line1, #line2, #line3{ transition:.3s transform; }
#line1{ transform:translateY(15%); }
#line2{ transform:translateY(0); }
#line3{ transform:translateY(-15%); }

.grecaptcha-badge{ 
    z-index:1000;
    transform:scale(.8);
}

.spread{
    width:47%;
    display:inline-block;
    box-shadow:.15em .15em .35em rgba(0,0,0,0.3);
    margin:0 1% 1em;
}

.noback{ background:transparent; }

/********************************** Resized CSS *************************/

@media all and (max-width:1300px){
    
}

@media all and (max-width: 1175px){
    #navMenu ul li a{
        margin:0 0 0 4vw;
        font-size:1.85vw;
    }
    .firstP .pageinside{
        width:100%;
        margin-left:auto;
        margin-right:auto;
        font-size:1.95vw;
    }
    .pageinside{
        margin:0 auto;
        width:84%;
    }
}

@media all and (max-width:950px){
    #navMenu .menu{ display:none; }
	#smNavShow{ 
		display:inline-block !important; 
		width:1.4em;
        fill:none;
        stroke:#d8af53;
        stroke-width:3;
		margin:0 0 0;
		cursor:pointer;
		position:relative;
		z-index:1100;
        transition:.5s fill;
	}
    #smNavShow:hover #line1, #smNavShow:hover #line3{ transform:translateY(0); }
    #smNavShow svg{
        width:100%;
        height:auto;
    }
	#navMenuSm ul li a{
		padding:.6em 1.2em;
		font-size:1.15em;
		height:auto;
		top:0;
        margin:0;
		text-align:left;
        color:#fff;
	}
    .firstP .pageinside{ 
        width:90%;
        margin-left:auto;
        margin-right:auto;
        font-size:1.2rem;
    }
    .left, .right, .firstP .right, .firstP .left{
		display:block;
		clear:both;
		float:left;
		width:100%;
		padding:0;
		margin:0 0 1em 0;
	}
    .firstP h1, .firstP h2, .firstP p{ text-align:center; }
    .buttons h3{ padding:0; }
}

@media all and (max-width:880px){
    .text, .sidetext{
        display:block;
        clear:both;
        width:90%;
        padding:0;
        margin:0 auto;
    }
    .text{ margin-bottom:1.6em; }
    .text h1, .text .h1{ text-align:center; }
    .sidetext{ 
        min-height:23em;
        max-width:19em;
    }
}

@media all and (max-width:750px){
    #gueri{ 
        width:100%;
        margin-bottom:1em;
    }
    #copyright{ font-size:.75em; }
}

@media all and (max-width:650px){
    .intext, body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).intext {
        width:60%;
    }
    .pens{
        width:100%;
        margin:0 auto .4em;
    }
    h1:first-child{ line-height:1.35; }
}

@media all and (max-width:500px){
	.intext, body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)).intext {
		width:100%;
		float:left;
		margin:0 auto 1em !important;
	}
}