body { 
	background-color: white/*#f5f5f5*/; 
	color: #333333; 
	font-size: 19px;
}
.btn-accent { 
	background-color: #FF6F61; 
	color: white; 
font-size: 19px;}
.btn-accent:hover { 
	background-color: #e65c50; 
}

/*body { background-color: #F5F5F5; color: #333; }
    .btn-accent { background-color: #FF6F61; color: white; }
    .btn-accent:hover { background-color: #e65c50; }*/
    .app-icon { width: 48px; height: 48px; background-color: #4169E1; color: white; font-size: 24px; display: flex; align-items: center; justify-content: center; border-radius: 8px; }
    .screenshot { width: 100%; border-radius: 8px; box-shadow: 0 0 8px rgba(0,0,0,0.1); }

	p {
		font-size: 19px;
	}
	
	@media (max-width: 576px) {
		
		.carousel-item {
			height: 545px; /* Set a fixed height for all slides */
			overflow: hidden; /* Hide any overflow if images are too large */
		}
	}
	
/* .entry-title {
  font-size: 2.61111em;
  line-height: 1.26383em;
  text-align: center;
} */
.post-title a, .post-category a {
	
	color: inherit;
	text-decoration: none;  
}

.post-title a:hover, .post-category a:hover {
	/*opacity: 0.91;*/
	filter: brightness(145%);
	transition: 0.3s;
}
/* @media screen and (max-width: 800px) {
  .entry-title {
    font-size: 1.83333em;
    line-height: 1.8em;
  }
} */

.post-category {
	
	/* padding: 5px 0 5px 20px; */
	padding-left: 20px;
    /*color: #827A60; */
    background: url(../media/tag.png) left center no-repeat;
    font-size: 1rem;
    text-transform: uppercase; 
}

/* =Navigation */
.site-content [class*="navigation"] {
  font-style: italic;
  /* font-weight: bold; */
  /* margin-bottom: 30px; */
  overflow: hidden;
}

[class*="navigation"] a {
  text-decoration: none;
  color: inherit;
}
[class*="navigation"] .nav-previous {
  float: left;
  width: 50%;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

.page-title {
	font-size: 1rem;
	line-height: 1.65em;
	margin: 0;
	text-transform: uppercase;
}

.page-header {
 /*  border-bottom: 1px solid #cccccc; */
  /* margin-bottom: 58.4px; */
 /*  padding-bottom: 14.85px; */
}

.tutorial-subtitle {
	font-weight: bold;
/* 	display: block;
	line-height: 1.65em;
	font-size: 1.5rem;
	    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
	line-height: 1.4; 
  margin-bottom: 2em;
  font-weight: bold; */
}