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

/* using this for legacy code: http://the-echoplex.net/flexyboxes*/

@font-face {
  font-family: 'Allison-Regular';
  src:url(../fonts/Allison-Regular.ttf)format('truetype');/* Safari, Android, iOS */ 
}


@font-face {
	font-family: 'Poppins-Light';
	src:url(../fonts/Poppins-Light.ttf)format('truetype');
}
@font-face {
	font-family: 'Poppins-Regular';
	src:url(../fonts/Poppins-Regular.ttf)format('truetype');
}

/*for older browsers*/
header, footer, main,  p, img, figure {
    display: block; 
}

body, h1, h2, h3, h4, div, ul, li, p, img, main, figure {
	margin: 0;
	padding:0;
}
html {
     overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
/*for bottom of page footer*/
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*end of for bottom of page footer*/

a {
	text-decoration:none;
	outline:none;
	color:inherit;
}
section a {
	color:#63C;
	font-weight:bold;
}
a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline:none;
}

section a:hover {
	color: #69F;
}

a:active {
	outline:none;
	text-decoration:none;
}


.go-top {
	font-size:1.4em;
	position:fixed;
	bottom: 2.8em;
	right:1em;
	text-decoration:none;
	color: #63C;
	border: 1px solid #63F;
	padding: 0.4em 0.8em 0.4em;
	display:none;
}



header img {
    border: none;/*for IE to stop border on linked logo*/
}


body {
	font-family: 'Muli', sans-serif;
	font-weight:400;
	font-size:0.8em;
	color:#000;
	/*For bottom of the page footer*/
	position: relative;
  /* margin: 0;*/
   padding-bottom: 2rem;
   min-height: 100%;
	/*end of for bottom of page footer*/

}

h1 {
   font-family:'Allison-Regular', cursive;
	
   font-size:10em;
   font-weight:100;
   color:#666;
   padding:10px 20px 20px;
   text-align: center;
   line-height: 60%; /*for tagline*/
   
  
}



.h1-wrap {
	width:100%;/*for IE H1 to wrap correctly*/
}

.tag {
	font-family:'Allison-Regular', cursive;
	
  /* font-size:10em;*/
   font-weight:100;
   color: #999;
  /* padding:10px 20px 10px;*/
   /*rotate: 346deg;*/
    text-align: center;
	
}


h2 {
	font-size:2.6em;
	line-height:1.6em;
    font-weight: 500;
	padding:20px 0px 10px;
	text-align: left;
	width:100%;/*for IE10*/

}

h3 {
	/*font-size:1.8em;
	color:#5E605C;
	line-height:1.2em;
    font-weight:lighter;
	padding:0px 20px 10px;
	text-align: center;*/
	width:100%;/*for IE10*/
}

p {
	font-size:1.6em;
	max-width: 1200px;
	width:100%; /*for IE10*/
	padding-bottom:10px;
}
.p-center {
	text-align:center;
}


.fade {
	 -webkit-animation-name: fade; 
    -webkit-animation-duration: 4s; 
    animation-name: fade;
    animation-duration: 4s;
}
@-webkit-keyframes fade {
    to {color: #666;}
    from {color:rgb(151, 180, 184, 0.2);}
	
}
@keyframes fade {
    to {color:#666;}
    from {color:rgb(151, 180, 184, 0.2);}
}

/*------------End NEW 2023------------------------------*/


#wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	padding: 0px 10px;
	margin: 0px 10px;
	min-height:100vh;
	
	
	

}
.border {
	min-height:100vh;
	max-width: 1400px;
	width:100%; /*need for IE*/
	padding:10px 20px 10px;
	margin:10px 20px 20px;
	border:1px solid #6CF;
	background-color:rgb(151, 180, 184, 0.2);
	
}

 header {
	
	max-width: 800px;
	padding-top:40px;
	padding-bottom: 20px;
}


 main {
	padding: 0px 10px 10px;
	margin-bottom:40px; /*because footer has been taken out of the flow*/
	width:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
   /* -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;*/
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	width:100%;
  /*  max-width:1400px;*/
	font-size: 0.8em;
	
	  
}

section {
}



.profile {
	max-width: 1000px;
	padding-bottom:30px;

	
}
.profile p {
	
}
.profile img {
	/*padding : 0px 30px 0px;*/ /*took this out and added  margin for box-shaddow*/
	margin:0px 30px 0px;
	float:left;
	
	
			box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
.profile h2 {
	display:none;
}
.novel {
	max-width: 800px;
	padding-bottom:30px;
}
.novel img {
	float:right;
	padding :0px 30px 10px;
}

.strong {
	font-weight:bold;
}
.links {
	max-width: 800px;
	padding-bottom:20px;
    text-align:left;
}

iframe {
	border:none;
	padding: 10px 12px 0px;

	
}
.vid-container {
}
.vid-container h2 {
}

.shaddow-border {
	padding: 0em 0em 1em;
		box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
  
}

.contact {
	
}


footer {
	font-size: .9em;
	color:rgb(0,0,0);
	text-align:center;
  /*for bottom of the page footer*/
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	/*end for bottom of the page footer*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	 -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 1700px) {
	body {
	background-color:#F5F5F5;
	}
}

@media screen and (max-width: 1200px) {
		
		.novel img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding : 0px 20px 10px;
		max-width: 70%;
	}
	.profile img {
		margin-bottom: 10px;
	}
		
}

@media screen and (max-width: 1000px) {
		h1 {
		font-size: 7.8em;
		
	}
	.novel {
		padding-bottom:20px;
	}
	.novel img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding : 0px 20px 10px;
		max-width:38%;
	}
	.profile {
		padding-bottom:30px;
	}
}
@media screen and (max-width: 800px) {
	.novel img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding : 0px 10px 10px;
		max-width:40%;
	}
}

@media screen and (max-width: 760px) {
		body {
			font-size:.7em;
		}
		h1 {
			margin-top:8px;
			padding:6px 8px 6px;
			font-size: 7.9em;
			text-align: center;
		}
		h2 {
		text-align: center;
	}
		.border {
			margin:12px 6px 6px;
			padding:10px;
	}
		#wrapper {
			padding:0px;
		}
	.profile img {
		float:none;
		width:auto;
		margin-bottom:20px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		max-width:180px;
	}

	.novel img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding : 0px 10px 10px;
		max-width:46%;
	}
	iframe {
		border:none;
		padding: 10px 12px 0px;
		 margin-left: auto;
		margin-right: auto;
	}
	h2 {
		display: block;
		margin-left: auto;
		margin-right: auto;
	}

}
@media screen and (max-width: 700px) {
		.novel img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		padding : 0px 10px 10px;
		max-width:40%;
	}
	

}

@media screen and (max-width: 600px) {
	h1 {
		font-size:5em;
	}
	.profile img {
		
	
		float:none;
		width:auto;
		margin-bottom:20px;
		max-width:60%;
		
	}
	.novel img {
		
		float:none;
		padding-bottom:20px;
		max-width: 180px;
		display:block;
		max-width:60%;
	}
	iframe {
		
	max-width:100%;
		
	}
}

@media screen and (max-width: 570px) {
		h1 {
		font-size:4em;
	}

		iframe {
		max-width:100%;
	}
	
	.vid-container h2 {
		
	}
}

@media screen and (max-width: 500px) {

		h1 {
		font-size:4em;
	}
		.border {
			padding:10px;
			margin:10px;
		}
		 main {
		padding: 10px 0px 10px;
		 }
	iframe {
		max-width:100%
	}
	 
}
@media screen and (max-width: 380px) {
	body {
		font-size:0.8em;
	}

	img {
		display:none;
	}
}
	
@media screen and (max-width: 260px) {
	body {
	font-size:.6em;
	}
	img {
		display:none;
	}

}