/*
Theme Name: Hanna's
Theme URI: http://hannasartandink.com 
Description: Hanna's art website 
Author: Your name or company name
Author URI: your website
Template: blankslate 
*/

.logo-area {
  text-align: center;
  margin-top: 20px;
	margin-bottom: 20px;
}

.logo-image {
  height: 80px;   
  width: auto;
}

.friday-widget {
    background-color: #111;
    color: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);

}
.friday-widget {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 20px;
}

.friday-widget .wp-block-button__link {
    background-color: #ffb300;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    padding: 12px 20px;
}

.friday-widget strong {
    font-size: 18px;
    letter-spacing: 0.5px;
    display: block;
    margin-bottom: 6px;
}

.friday-widget p {
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

.friday-widget {
    border-left: 3px solid #ffb300;
    padding-left: 12px;
}
.friday-widget .wp-block-button__link {
    background-color: #ffb300;
    color: #111;
    font-weight: 700;
    padding: 12px 18px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.friday-widget p {
    max-width: 500px;
    margin: 10px auto;
}

body { background-color: #434040;
margin:0;}
body, p, h1, h2, h3, h4, h5, h6, a, li, span {
  font-family: Arial, Helvetica, sans-serif;
}
p {
 
  margin: 0 auto;
  line-height: 1.6;
	
}
.wrapper {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.content-area p {
  line-height: 1.6;
  margin-bottom: 1em;
}
.wrapper img {
  max-width: 700px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.entry-content p.has-text-align-center {
  display: block;       
  text-align: center;   
  margin-left: auto;    
  margin-right: auto;
}

h1 { color: white;
text-align: center;}

h1 { font-size: 64px;}

h3  { font-size: 45px;}

.entry-title a { color: white;
  font-weight: bold;}

.top-banner {
  width: 100%;                 
  background-color: #630bd6;    
  padding: 10px 0;              
}


.top-banner ul {
  display: flex;                
  justify-content: center;      
  gap: 30px;                    
  list-style: none;             
  margin: 0;
  padding: 0;
}


.top-banner li a {
  color: white;                 
  text-decoration: none;       
  font-weight: bold;
  font-size: 16px;
}


.top-banner li a:hover {
  text-decoration: none;

}
.site-footer {
  background-color: #630bd6;     
  width: 100%;
  padding: 10px 0;
}
.footer-container {
  width: 100%;   
  margin: 0 auto;
  text-align: center;
}


.footer-icons {
  display: flex;
  justify-content: center; 
  gap: 20px; 
  margin-bottom: 10px; 
}

.footer-icons a img {
  width: 20px;   
  height: 20px; 
  object-fit: contain; 
}

.site-footer p {
  color: #ffffff;
  margin: 0;
}

.wp-block-separator {
    border-top: 4px solid #fff;  
    margin: 20px 0;            
    opacity: 0.8; 
	background-color:#434040;
}



.tattoo-section {
    display: flex;               
    align-items: flex-start;     
    gap: 20px;                   
    margin: 20px 0;
	background-color:#434040;
	padding: 20px;
	
}


 .tattoo-section  img {
    max-width: 350px;
	 max-height: 500px;
     object-fit: contain;
    display: block;
}

/* text next to the image */
.tattoo-section .wp-block-media-text__content {
    flex: 1;                     
    color: #ffffff;              
    font-size: 16px;             
    line-height: 1.5;
}

.nfd-container.nfd-py-lg.nfd-wb-text__text-25.is-style-nfd-theme-white.wp-block-group {
    background-color: #434040 !important; 
  
}
.nfd-container .wp-block-group__inner-container {
    background-color: #434040 !important;
}

body, li, p {
    color: #ffffff !important;
}
.has-black-color {
    color: #ffffff !important;
}

img {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

img:hover {
    transform: scale(1.05);        
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);  
}


a.post-edit-link {
    display: none !important;
}

.hamburger {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    width: 30px;
}

.hamburger .bar {
    height: 3px;
    background-color: #000;
    width: 100%;
}
.nfd-container.nfd-py-lg .wp-block-button__link {
    background-color: #d6ad0b; 
    color: #ffffff; 
    padding: 15px 40px; 
    font-size: 18px; 
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px; 
    display: inline-block;
    transition: transform 0.3s ease, background-color 0.3s ease;
}


.nfd-container.nfd-py-lg .wp-block-button__link:hover {
    transform: scale(1.05); 
    background-color: #c49c08; 
}

footer .copyright,
#footer .copyright,
.copyright,
.copyright p {
    color: #ffffff !important;
}


.footer-content p {
  text-align: center;

}

.wp-block-cover {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  min-height: 100vh;
}
.wp-block-cover__background {
  background-color: rgba(127, 117, 110, 0.9) !important;
}

.wp-block-button {
  display: flex;
  justify-content: center;
}

.about-images img,
.wp-block-image img,
.wp-block-column img {
  width: 100% !important;
  object-fit: cover !important;
  display: block;
}

.tattoo-gallery .wp-block-columns {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 20px;
}

.wp-block-columns {
  align-items: flex-start !important;
}

.wp-block-column {
  padding: 0 !important;
}

.wp-block-column figure {
  margin: 0 auto !important;
}

.wp-block-column img {
  width: 100%;
  object-fit: cover;
  display: block;
}





.wp-post-image {
    max-width: 600px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto 20px auto;
}

.post-meta {
    text-align: center;
    margin-top: 10px;
}

.post-meta ul {
    list-style-type: disc;   
    list-style-position: inside;
    padding: 0;
    margin: 0;
}

.post-meta li {
    color: white;
}

.post-meta a {
     color: #ffcc00;   
    text-decoration: none;
    font-weight: bold;
}

.sidebar, h2 {text-align: center;}

.pre-event{ float:left;
		
				}

.next-event { float:right;
			}

.clearfix { clear:both;}

.post-meta ul  {
	list-style: none;
}
.event-navigation a {
  color: orange!important;
}



.wp-post-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
}

article h2 a {
    color: #f5c542; 
    text-decoration: none;
}

article h2 a:hover {
    color: #ffffff;
}

.main-content article p {
  margin-top: 15px;
}

.main-content article {
  margin-bottom: 30px;
}

.main-content article p {
  max-width: 78%;
  margin: 20px auto 0;
  line-height: 1.5;
	text-align: center;
}



.main-content article {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}

.event-button {
  display: block;
  width: fit-content;
  margin: 15px auto 0;
  padding: 10px 18px;
  background:  #e0b93a;
  color: #000;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s ease;
	font-weight: bold;
}

 p a:link,
 p a:visited {
  color: orange !important;
}

 



.wp-block-button__link {
    color: #000;
    font-weight: 600;
    border-radius: 6px;
    transition: all 0.3s ease;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
    color: #000000 !important;
}
.wp-block-button__link:hover {
    opacity: 0.85;
}




sidebar {
    background: #f7f7f7;
    padding: 20px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    margin-top: 40px;
}
 



#sidebar .widget,
#sidebar .wp-block-widget,
#sidebar .widget-container {
    list-style: none !important;
}
.event-navigation {
    max-width: 600px;
    margin: 0 AUTO;
}

.prev-event,
.next-event {
    width: 50%;
}

.prev-event {
    text-align: left;
	float: left;
}

.next-event {
    text-align: right;
}


.wp-block-cover {
	min-height: 600px;
}










@media (max-width: 600px) {
    .hamburger {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto; 
		
    }
    .top-banner {
        display: none; 
        flex-direction: column;
    }
    .top-banner.active {
        display: flex;  
    }
	.top-banner ul { display:block;
		text-align: center;
	}
	.top-banner li {
    margin: 10px;
}
}

@media (max-width: 782px) {

  /* Page padding */
  body {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Button block fix */
  .nfd-container.nfd-py-lg .wp-block-button__link {
    width: 100%;
    padding: 15px 0;
    text-align: center;
  }

  /* Layout stacking fix */
  .main-content {
    display: block;
  }

  /* Event spacing */
  .main-content article {
    margin-bottom: 30px;
    text-align: center;
  }

  

  /* Paragraph control */
  .main-content article p {
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  /* Button centering */
  .event-button {
    display: block;
    width: fit-content;
    margin: 15px auto 0;
  }

  
	
	 .wp-block-image .alignright, .wp-block-image .alignleft  {
		 float: none;
		 
	 }

	}







