/*
Theme Name: Happy Cat
Description: Black Cat Curios Landing Page
Author: Black Cat Curios
*/

/** BEGIN GENERAL STYLES & RESET
--------------------------------------------------------*/

@font-face {
  font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("webfonts/fa-brands-400.woff2") format("woff2"), 
  src: url("webfonts/fa-brands-400.ttf") format("truetype"); 
}

@font-face {         /*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 12, 2021 */

  font-family: "Westmeath";
  src:  url("../fonts/westmeath.woff2") format("woff2"),  /* Super Modern Browsers */ 
        url("../fonts/westmeath.woff") format("woff"),    /* Pretty Modern Browsers */
        url("../fonts/westmeath.ttf")  format("truetype"), /* Safari, Android, iOS  */
        url("../fonts/westmeath.otf") format("opentype");
        font-weight: normal;
        font-style: normal;
        
}   


/* 1. IceFit CSS
================================================== */
/* #Reset (E. Meyers) */
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: top;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}


body {
    line-height: 1;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

blockquote,
q {
    quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
    content: "";
    content: none;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.


button,
input { /* 1 */
  overflow: visible;
} */

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}


/*  END OF RESET   */

/*BEGIN BASIC ELEMENTS*/

html,body { 
	margin: 0;
	padding: 0;
	width: 100%;
        height: 100% /* ADDED FOR PARALLAX */
       -webkit-font-smoothing: antialiased;
       -moz-osx-font-smoothing: grayscale;
        text-rendering: optimizeLegibility;
        text-shadow: rgba(0,0,0,.01) 0 0 1px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Oxygen, Cantarell, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-family: "Roboto", Helvetica, Geneva, Sans-Serif; font-size: 2.25em; } /* 36px */
h2 { font-family: "Roboto", Helvetica, Geneva, Sans-Serif; font-size: 1.75em; } /* 28px */
h3 { font-family: "Roboto", Helvetica, Geneva, Sans-Serif; font-size: 1.375em; } /* 22px */
h4 { font-family: "Roboto", Helvetica, Geneva, Sans-Serif; font-size: 1.75em; } /* 18px */
h5 { font-family: "Roboto", Helvetica, Geneva, Sans-Serif; font-size: 1em; } /* 16px */
h6 { font-family: "Roboto", Helvetica, Geneva, Sans-Serif; font-size: .875em; } /* 14px */

p
{
    font-family: "Roboto", Helvetica, Geneva, Sans-Serif;
    font-size: 1em;    /*  Original font size is .875em;  */
    margin: 0 0 1.5em;
    line-height: 1.5;
}

p.splash

{
    font-family: "Roboto", Helvetica, Geneva, Sans-Serif;
    color: #fff;     /* lime green color: #1ed719; */
    font-size: 30px;    /*  Original font size is .875em;  */
    text-align: center;
    margin: 0 0 1.5em;
    line-height: 1.5;
}

p.expo

{
    font-family: "Roboto", Helvetica, Geneva, Sans-Serif;
    color: #fff;     /* lime green color: #1ed719; */
    font-size: 15px;    /*  Original font size is .875em;  */
    text-align: left;
    margin: 0 0 1.5em;
    line-height: 1.5;
}



strong {font-weight: 700;}


blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
}


a:link { color: rgb(255,255,255); text-decoration: none;}
a:visited { color: rgb(255,255,255); text-decoration: none;}
a:focus { color: rgb(255,255,255); text-decoration: none;}
a:hover { color: rgb(255,255,255); text-decoration: none;}
a:active { color: rgb(255,255,255); text-decoration: none;}


/* -----------------------
Hamburger styles
------------------------*/

/* header */

.header {
  background-color: #290156 !important;         /* Purple was  #33016C; */      
  position: fixed;
  padding-top: 1.25%;
  padding-bottom: 1%;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding-right: 2%;
  list-style: none;
  overflow: hidden;
  background: #290156 !important;        /* Purple was  #33016C; */    
}

.header li
{
    display: inline;
    margin: 0;
}

.header a {
    position: relative;
    margin-top:  0%;
    margin-left: 3%;
    margin-right: 1%;
    margin-bottom: 0%;
    display: block;
    color: rgb(10,17,253);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto", Helvetica, Geneva, Sans-Serif;
    font-size: 1.25em; 

}

.header li a:link { color: white; }
.header li a:visited { color: white; }

.header li a:focus
{
    color: rgb(30,215,25);
}

.header li a:hover
{
    color: rgb(30,215,25);
}

.header li a:active
{
    color: rgb(30,215,25);
}

.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  font-family: "Westmeath", "Roboto", Helvetica, Geneva, Sans-Serif;
  font-size: 3em;  
  margin-top: .25em;
  display: block;
  float: left;
  text-decoration: none;
  color: #fff;
}

.header .logo:hover{
  color: rgb(30,215,25);
}



/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #fff;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #fff;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}


/* -----------------------
Layout styles
------------------------*/

.container
{
  position: relative;
  // viewport of 100vh
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  // Set the perspective / simulate distance of children from the viewport
  perspective: 2px;
        max-width: 100%;
	margin: 0 auto;
}
    
.nospace{
    list-style: none;
    padding-top: 0;
    padding-bottom: 0%;
}

.content
{
    margin: 0 auto; 
    width:  100%;

}


.btn_row {              /* designate link buttons */
    width:  	50%;
}


.wrapper {
    width:  100%;

}


#footer {
   bottom: 0;
   margin: 0;
   padding-top: .50%;
   padding-bottom: 1%;
   position: fixed;
   background-color: #000 !important;           /* Purple was  #290156; */  
   color: #fff;
   width: 100%;
   text-align: center;
   
 } 


/** INTERNAL INFORMATION BOXES
--------------------------------------------------------*/
 .verbiage_container {
    width: 55%; 
    height: 90%;    /* was 80% */
    margin: 0% auto;   /* was 3% */
    padding-bottom: 1%;
    background: #fff; 
    border: solid 1px #000;            
    
}

 .verbiage_title { 
    margin: 0 0 0 0; /* replace 75px on bottom */
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 2%;
    background:  rgb(0, 0, 0) !important;                    
    color: rgb(255, 255, 255) !important;                        
}  

p.verbiage {  
   max-width: 95%;
   color: rgb(0, 0, 0);  
   font: 1em "Roboto", Helvetica, Geneva, Sans-Serif;                           
   font-weight: 400;
   text-align: justify;
   display: block;
   margin-top: 2%;
   margin-left: auto;
   margin-right: auto;
   margin-bottom: 1%;
}

.format_info {
width: 95%;
display: table;
}

.info_caption{
display: table-caption;
text-align: center;
font-size: 2em;
font-weight: bold;
}

.info_header{
display: table-header-group;
background-color: white;
font-weight: bold;
font-size: 1.5em;
}

.cell_header{
display: table-cell;
width: 90%;
padding: 3%  3%  1%  5%;
text-align: justify;
font-size: .90em;
}

.format_body{
display: table-row-group;
}

.format_row{
display: table-row;
width: 90%;
}

#first{
padding-top: 20px;
}

.format_cell{
display: table-cell;
padding: 1.25%  1.25%  1%  5%;
width: 90%;
font-size: 1em;
color: black;
height: auto;
text-align: left;
overflow-wrap: break-word;
}

.format_cell a:link, .format_cell a:active, .format_cell a:visited{
font-size: 1em;
color: black;
}

.format_cell a:hover {
font-size: 1em;
color: rgb(30,215,25) !important;
}

#social_icons{
padding: .25%  1.25%  1%  5%;
}

.info_footer {
display: table-footer-group;
background-color: white;
font-weight: bold;
font-size: 1em;
}

.format_footer_cell{
display: table-cell;
text-align: justify;
}


/**BEGIN SOCIAL MEDIA - CONTACT US 
--------------------------------------------------------*/

.format_cell .contact_icons{
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
 }

.format_cell .contact_icons a:link, .format_cell .contact_icons a:active, .format_cell .contact_icons a:visited{
   font-size: 1.25em;
   text-decoration: none;
   cursor: pointer;
   background: #fff !important;         /* DRK PURPLE was #290156; */
   color: #000 !important;
   padding: 12px 17px;
   border-radius: 2px;
   border: 1px solid #000;
   align-items: center;
   gap: var(--social-media-list-gap, .75rem 2rem);
  
}

.format_cell .contact_icons a:hover { 
    color: #fff !important;  
    background: #290156 !important;        
}


 
/** END SOCIAL MEDIA - CONTACT US 
--------------------------------------------------------*/


**/

/** PARALLAX STYLES
--------------------------------------------------------*/

style="background-image: url('image.jpg');"


/** CONTENT SLIDES STYLES
--------------------------------------------------------*/

#home, #readings, #services, #contact, #about{
    width: 100%;
}

#home{
        background:url('https://blackcatcurios.com/img/home.png');     /*  was ../img/home.jpg */
 
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	margin: 0 auto;
	height: 1000px;
        padding: 0;
}

#blank{    /* static-section */
    background: rgb(50, 3, 99);
    height: 400px;
	margin: 0 auto;
	overflow: hidden;
	padding: 300px 0;
}

/*
#readings{
        background:url('https://blackcatcurios.com/img/readings.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	color: #333333;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 300px 0;
}

#services{
        background:url('https://blackcatcurios.com/img/services.jpg');
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	color: #fff;
	height: 1000px;
	margin: 0 auto;
	overflow: hidden;
	padding: 300px 0;	
}
*/

#contact{
        background:url('https://blackcatcurios.com/img/contact_paisley.png');   /*  was ../img/contact.jpg */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;

	color: #333333;
	height: 1050px;
	margin: 0 auto;
	overflow: hidden;
	padding: 300px 0;
}

#about{
        background:url('https://blackcatcurios.com/img/about_paisley.png');     /* was ../img/about.jpg */
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	color: #333333;
	height: 1050px;
	margin: 0 auto;
	overflow: hidden;
	padding: 300px 0;
}


/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }

.btn
{
	color: #fff !important;
	background-color: black;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: black;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

