/* declare fonts */
/*@font-face {
    font-family: Millennial;
    //src: url(fonts/Moonstruck-Handwriting.woff);
	src: url(fonts/Millennial-Sans.woff);
	//src: url(fonts/SofaSansHand-Regular.woff);
}


 @font-face {	
    font-family: Garibaldi;
	src: url(fonts/Garibaldi-Regular.woff)
    //src: url(Moonstruck-Handwriting.woff);
	//src: url(Millennial-Sans.woff);
	//src: url(KappaText-Book.woff);
} */

@font-face {
    font-family: Sofa;
    //src: url(fonts/Moonstruck-Handwriting.woff);
	//src: url(fonts/Millennial-Sans.woff);
	src: url(fonts/SofaSansHand-Regular.woff);
}

@font-face {
	font-family: Kappa;
	src: url(fonts/KappaText-Book.woff);
}

/* style css */

* {
	margin: 0px;
	padding: 0px;
}


html {
	/*overflow: hidden;*/
	height: 100%;
}

body {
	background-color: #15202B;
	width: 100%;
	height: 100%;
}

h1, h2, span {
	color: black;
    font-family: Sofa;
    text-transform: lowercase;
	font-weight: bold;
}

h2, h3 {
	margin-top: 1em;
}

p {
	color: white;
	font-size: 2em;
	font-family: Kappa;
}

.blogEntry a:hover, .blogReadMore:hover {
	opacity: .6;
}

.workEntries {
display: grid; grid-template-columns: 33% 33% 33%; column-gap: 1%; row-gap: 1em;
}
.workEntry img {
	width: 100%;
}
 
#container {
	/*background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(36,156,210,1) 50%, rgba(205,236,250,1) 100%);*/
	min-height: 0%;
	position: relative;
}

.wrapper {
	width: 100%;
	justify-content: center;
    display: grid;
    grid-gap: 1em;
    grid-template-areas:
     "header"
	 "content";
}

.header {
	display: grid;
    grid-gap: 1em;
    grid-template-areas:
	 "header_nav"
     "head_logo";
}

.header_logo {
	text-align: center;
}

.header_logo img {
	width: 100%;
}

.header_logo:hover{
	cursor: pointer;
}


.header_nav {
	width: 100%;
	color: white;
	display: grid;
}

.header_nav a {
	color: white;
	text-decoration: none;
	text-transform: lowercase;
}

.header_nav a:hover {
	color: #8f4def;
}

.nav_box {
	font-family: sofa;
	color: white;
	width: 100%;
}

.nav_box a{
	cursor: pointer;
}

.header_nav div:nth-of-type(1){
	order: 2;
}
.social_icon {
	background-color: white;
	border-radius: 30%;
	width: 100%;
}

.social_icon:hover {
	background-color: #8f4def;
}

.social_icon:nth-of-type(1) {
	order: 2;
}

/* page content grid */
.content_box {
	display: grid;
	position: relative;
}

.content_page h1 {
	text-align: center;
}

#about p {
	margin-top: 1em;
}

	#about {
		width: 100%;
		text-align: center;
	}

hr {
	margin-top: 2em;
}

#footer a {
	text-decoration: none;
}

.blogEntry a:hover, .blogReadMore:hover {
	opacity: .6;
}

#contact_box {
	font-size:2.5vw; margin-left:2vw; padding:2vw; background-color:black;color:white; border-radius:2vw;
}

#onlinecomics {
	display: grid;
}
#onlinecomics img {
	border-radius: 3em;
	width: 90%;
}

/*portrait mode */
@media only screen and (orientation: portrait){

	body {
		background: white;
	}
	a {
		color: white;
	}
	
	a:hover {
		color: #8f4def;
	}
	
	
	p {
		font-size: 2em;
		color: black;
	}
	
	#container {
	}
	.wrapper {
		width: 95%;
		margin: 0px auto;
	}
	
	.header {
		width: 100%;
		background:black;
	}
	
	#fp_banner {
		width:100%; background: #aaffcb; border-radius:1em; display: grid; grid-template-columns: 100%;
	}
	#fp_banner_img {
		width: 100%;
		grid-row-start: 1;
		grid-row-end: 2;
		border-radius: 1em 1em 0em 0em;
	}
	#fp_banner_img img {
		width: 100%;
		border-radius: 1em 1em 0em 0em;
	}
	#fp_bannerHead {
		font-size: 4em;
	}
	#fp_bannerText {
		font-size: 3em;
	}
	#fpShopNow {
		font-size: 3em;
	}
	
	#footer {
		background-color: black;
		color: white;
	}
	#footer h2 {
		font-size: 3em;
		color: white;
	}
	
	.social_box {
	margin: 5% 5% 5% 5%;
	display: grid;
	grid-template-columns: 30% 30% 30%;
	grid-gap: 1em;
	}
	
	.nav_box {
		text-align: center;
		display: grid;
		margin: 5% 5%;
		grid-template-columns: 90%;
		font-size: 50pt;
	}
	
	.nav_box a {
		background-color: #8f4def;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 5%;
		width: 90%;
	}
	
	.nav_box a:hover {
		color: white;
		opacity: 50%;
	}
	
	.header_logo span {
		font-size: 2.5em;
	}
	
	.header_nav .nav_box {
		/*display: none;*/
	}
	
	#content_box {
		margin: auto;
		font-size: 1em;
	}
	
	.content_page {
		margin-top: 1em;
		text-align: center;
	}
	
	.content_page h1 {
		font-size: 4em;
	}
	
	/* about section*/

	#front_page {
		/*display: none;*/
	}
	
		
	#storenvy_products {
		width: 100%;
		display: grid;
		grid-template-columns: 100%;
	}
	
	.storenvy_entry {
		width: 100%;
		text-align: center;
		font-family: Kappa;
		margin: 2em 0em 2em 0em;
	}
	
	.storenvy_entry img {
		border-radius: 1em;
	}
	
	.storenvy_entry a {
		text-decoration: none;
		color: black;
		font-size: 3em;
	}
	
	.storenvy_entry a:visited {
		color: black;
	}
	
	.storenvy_entry img {
		width: 95%;
	}
	
	#onlinecomics, #digital_markets {
		grid-gap: 2em;
	}
	
	#about {
		width: 100%;
		text-align: center;
	}

	#about_portrait {
		width: 80%;
		border-radius: 100em;
	}
	
	#about_links {
		display: none;
	}

	.blog-box {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		/*grid-gap: 10%;*/
	}

	.blogEntry {
		width: 100%;
		display: grid;
		grid-template-columns: 40% auto;
		grid-gap: 2em;
		margin-bottom: 2em;
		border-color: black;
		border: 2px solid;
		text-align: left;
		border-radius: 20pt;
		overflow: hidden;
		background-color: white;
	}

	.blogEntry img {
		float:left;
	}
	
	.blogEntry a {
		padding-right: 1em;
		font-size: 1.5em;
		color: black;
	}
	
	.blogEntry p {
		margin-top: .5em;
	}
	
	.blogDate {
		display: none;
	}
	
	.blogReadMore a{
		color: white;
	}
	
	#contact img {
		display: none;
	}
	
	#contact_box {
		width: 95%;
	}
	
	#footer {
		margin-top: 20px;
	}

	#footer a, #footer h2 {
	background-color: #15202B;
	}
	
	#footer a:hover {
		color: #8f4def;
	}

	#footer ul {
		list-style: none;
	}

	#footer_wrap {
		display: grid;
		grid-gap: auto;
		grid-template-columns: 80%;
	}
	
	.f_item .nav_box, .f_item .f_head {
		display: none;
	}
	
	/*mailchimp*/
	#mce-EMAIL {
	font-size: 3.5em;
	margin-bottom: 5px;
	border-radius: 20px;
	}

	#mc-embedded-subscribe {
	background-color: #8f4def;
	color: white;
	font-size: 3em;
	padding: .5em;
	/*font-size: 16pt;*/
	border-radius: 20px;
	}

	#mc-embedded-subscribe:hover {
	background-color: white;
	color: black;
	}

}

/*landscape modes*/

@media only screen and (orientation: landscape) /*and (min-width: 600px)*/{
	
	body {
		background-color: white;
	}
	
	p {
		color: black;
		/*text-align: justify;*/		
	}
	
	h1, h2, span{
		color: black;
		font-size: 2em;
	}
	
	#container {
		margin:0px auto;
		max-width: 1920px;
	}
	
	.wrapper{
		max-width: 95%;
		margin: 0px auto;
	}

  .header {
	background-color: black;
	border-radius: 0px 0px 25px 25px;
	background-image:url('');
    background-repeat:no-repeat;
    background-position:right bottom;
    grid-template-columns: 50% auto;
	grid-gap: 1em;
    grid-template-areas:
	"header_nav"
    "header_logo"
  }
  
  .header_logo {
	padding: 2%;
	/*background-color: #15202B; /*darkblue*/
    border-radius: 0px 0px 25px 25px;
  }
  
  .header_logo img {
	  width: 100%;
  }
  
  .header_logo span {
	font-size: 12pt;
	color: white;
  }
  
  .header_nav {
	  border-radius:20px;
	  margin: 2% 0% 2% -2%;
	  text-align: right;
	}
  
	.header_nav .nav_box {
		font-size: 2.5em;
	}
  
	.header_nav .social_box {
	}

	.header_nav .social_icon {
    width: 50px;
	}
	
	.content {
	  grid-template-columns: 100%;
	}
	
	#content_box {
		width: 95%;
		max-width: 1920px;
		margin: auto;
	}
	
	.content_page {
		display: none;
	}
	
	.content_page h1 {
		width: 100%;
		text-align:left;
		background-color: #f0f8ff;
		padding: .3em 0em 0em .5em;
		margin-bottom: 1em;
		border-radius: 1em;
	}
	
	.page_name {
		display: none;
	}
	
	#front_page {
		display: initial;
	}

	#fp_banner {
		width:100%; background: #aaffcb; border-radius:1em; display: grid; grid-template-columns: 30% 70%;
		padding: 0px;
	}
	#fp_banner_img img{
	width: 100%; border-radius: 0 1em 1em 0;
	}
	
	#fp_BannerHead {
		font-family:Sofa; font-size: 2.25em;color:black;
	}
	
	#fp_BannerText {
		font-size: 1.5em
	}
	
	#fpShopNow {
    color: black;
    text-decoration: none;
	font-size: 2em;
	}
	#fpShopNow:hover {
		color: #8f4def;
	}

	.image_hover a:hover{
		opacity: .8;
	}
	
	#storenvy_products {
		width: 100%;
		display: grid;
		grid-template-columns: 20% 20% 20% 20% 20%;
	}
	
	.storenvy_entry {
		width: 100%;
		text-align: center;
		font-family: Kappa;
	}
	
	.storenvy_entry img {
		border-radius: 1em;
	}
	
	.storenvy_entry a {
		text-decoration: none;
		color: black;
	}
	
	.storenvy_entry a:visited {
		color: black;
	}
	
	.storenvy_entry img {
		width: 95%;
	}
	
	#onlinecomics {
		width: 100%;
		grid-template-columns: 25% 25% 25% 25%;
	}
	
	#digital_markets {
		width: 100%;
		display: grid;
		grid-template-columns: 30% 30% 30%;
		grid-gap: 3%;		
	}
	
	#digital_markets img {
		width: 100%;
	}

	#moreMarkets {
		width: 100%;
		grid-template-columns: 25% 70%;
	}
	
	#moreMarkets img {
		border-radius: 1em;
	}
	
	#about p {
		width:80%;
		text-align:justify;
	}


	#about_portrait {
		float: right;
		width: 15%;
		border-radius:10em;
		margin-left: 1em;
		clear: left;
	}


	#about_links {
		display: grid;
		grid-template-columns: auto 20em;
		grid-gap: 1em;
		text-align: left;
	}
	#about_links li {
		/*list-style-type:none;*/
		font-family: Kappa;
		font-size: 1.5em;
		list-style-position: inside;
	}
	
	.blogEntry a {
	padding-right: 1em;
	width:100%;
	text-align: left;
	font-size: 1.5em;
	color: black;
	}

	.blogDate {
		display: initial;
		width: 100%;
	}
	
	#footer {
		background-color: black;/*#efbbef;*/
		margin-top: 20px;
	}

	#footer a, #footer h2 {
		color: white;
		font-size: 1.5em;
	}
	#footer a:hover {
		color: #8f4def;
	}

	#footer ul {
		list-style: none;
	}

	#footer_wrap {
		display: grid;
		grid-gap: auto;
		grid-template-columns: 30% 30% 30%;
	}

	#footer .social_icon {
		width: 50px;
	}
	
	#mce-EMAIL {
	font-size: 16pt;
	margin-bottom: 5px;
	border-radius: 20px;
	}

	#mc-embedded-subscribe {
	background-color: #8f4def;
	color: white;
	padding: .5em;
	/*font-size: 16pt;*/
	border-radius: 20px;
	}

	#mc-embedded-subscribe:hover {
	background-color: white;
	color: black;
	}
	
	#contact_box {
		float: right;
	}
	
}


@media only screen and (orientation: landscape) and (min-width: 1024px){
	.wrapper {
		max-width: 75%;
	}
	
	.header {
    grid-template-columns: 35% auto;
	}
	
	.header_nav .nav_box{
		font-size: 2em;
	}

	#content_box {
		width: 100%;
	}
}

@media only screen and (orientation: landscape) and (max-width: 1439.9px){
	
	.blog-box {
		display: grid;
		grid-template-columns: 100%;
		grid-template-rows: auto;
		/*grid-gap: 10%;*/
	}

	.blogEntry {
		width: 100%;
		display: grid;
		grid-template-columns: 40% auto;
		grid-gap: 2em;
		margin-bottom: 2em;
		border-color: black;
		border: 2px solid;
		text-align: left;
		border-radius: 20pt;
		overflow: hidden;
		background-color: white;
	}

	.blogEntry img {
		float:left;
	}
	
	.blogEntry a {
		padding-right: 1em;
		font-size: 1.5em;
	}
	
	.blogEntry p {
		margin-top: .5em;
	}
	
	.blogDate {
		
	}
	
}

@media only screen and (orientation: landscape) and (min-width: 1440px){
	.header_nav .nav_box a{
		font-size: 1.5em;/**/
		margin-right:.25em;
	}
	
			
	.blog-box {
    display: grid;
    grid-template-columns: 31% 31% 31%;
	grid-template-rows: auto;
	grid-gap: 0% 4%;	
	}
	
	
	.blogEntry {
	border: 2px solid black;
    margin-bottom: 2em;
    border-radius: 20pt;
    overflow: hidden;
	}
	
	.blogEntry a {
		font-size: 1.1em;
	}
	.blogDate {
		font-size: 1.5em;
	}
	
	.blogEntry div {
		padding: 1em;
	}
	
	.blogEntry:nth-of-type(1) {
		grid-column: 1 / 4;
		width: 100%;
		display: grid;
		grid-template-columns: 40% auto;
		grid-gap: 2em;
		margin-bottom: 2em;
		border-color: black;
		
		text-align: left;
		border-radius: 20pt;
		overflow: hidden;
		background-color: white;
	}
	
	/**
	.blogEntry:nth-of-type(2){
		grid-column: 1 / 3;
	}
		.blogEntry:nth-of-type(3){
		grid-column: 3 / 4;
		max-height: 70%;
	}
	**/

	
	.blogEntry:nth-of-type(1)	img {
		float:left;
	}
	
	.blogEntry:nth-of-type(1) a {
		padding-right: 1em;
		font-size: 1.9em;
	}
	
	.blogEntry:nth-of-type(1)  p {
		margin-top: .5em;
	}
	
	.blogEntry:nth-of-type(1) .blogDate {
		font-size: 2em;
	}
	
	#footer {
		/*background-image: url('../assets/website-lula.jpg');
		background-repeat: no-repeat;
		
		background-position: right top;*/
	}

}