/*
Theme Name: My Blog Theme
Author: Your Name
Version: 1.0
*/

#root {
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  font-family: "Sora", sans-serif;
}

.logo {
  height: 6em;
  padding: 1.5em;
  will-change: filter;
  transition: filter 300ms;
}

@keyframes logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: no-preference) {
  a:nth-of-type(2) .logo {
    animation: logo-spin infinite 20s linear;
  }
}

.card {
  padding: 2em;
}

.read-the-docs {
  color: #888;
}

:root {
  font-family: "Sora", sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Sora", sans-serif;
	color: #FFF;
}

h2, h3, h4, h5, h6 {
      font-weight: bold !important;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border: 1px solid transparent;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  transition: border-color 0.25s;
}

.page-bg {
    background-image: url(./assets/images/slides/about-slide.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
}

.px-15 {
  padding: 60px;
}

.pb-30 {
  padding-bottom: 120px;
}

.pt-50 {
  padding-top: 200px;
}

.pt-15 {
  padding-top: 60px;
}

.ml-15 {
  margin-left: 60px;
}

.m-0 {
  margin: 0 !important;
}

.webFont {
  font-family: Inconsolata, monospace;
}

.webButton {
  background-color: #bb9a4b;
}

.webButton:hover {
  background-color: #a2833a;
}

.webFontColor {
    color: #a6a6a6;
}

.webBG {
  background-color: #bb9a4b;
}

.social-icon:hover {
    background-color: #ceb366;
}

.blog-section {
  margin: 40px 0;
}

.blog-section .entry-content p {
	color: #a6a6a6;
}

.nav-bg {
  background-color: #01228b;
  box-shadow: 0px 2px 11px 1px rgba(157,157,157,0.69);
-webkit-box-shadow: 0px 2px 11px 1px rgba(157,157,157,0.69);
-moz-box-shadow: 0px 2px 11px 1px rgba(157,157,157,0.69);
}

.text-search-shadow {
  text-shadow: 1px 1px 1px #919191;
}

.text-shadow-black {
  text-shadow: 1px 1px 1px #000;
}

@media (min-width: 1280px) {
    .container {
        max-width: 1440px !important;
    }
}

.tour-font {
  font-family: "Sora", sans-serif;
}

.copyright-border {
  border-top: 1px solid #e1e1e1;
}

@media (max-width: 767px) {

  main {
    margin-top: 20px;
  }

  h1 {
    font-size: 2em;
  }

}

@media (min-width: 768px) and (max-width: 992px)  {

  main {
    margin-top: 30px;
  }

  h1 {
    font-size: 2.3em;
  }

}

@media (min-width: 992px) and (max-width: 1024px)  {

  h1 {
    font-size: 2.3em;
  }

}

.breadcrumb li:after {
  content: "/";
  padding: 0 10px;
}

.breadcrumb li:last-child:after {
  content: "";
}

@media (max-width: 767px) {

  .breadcrumb li:last-child:after {
    display: none;
  }

}

.text-mobile {
  font-size: 0.55rem;
}

.slider-opacity {
  opacity: .8;
}

.blog-detail p,
.blog-detail b {
  color: #a6a6a6;
}

.blog-detail .wp-caption {
    width: 100% !important;
}

.blog-detail ul {
    list-style: inside;
	color: #a6a6a6;
}

.blog-detail .wp-caption img {
  width: inherit !important;
  height: 300px;
  object-fit: cover;
  margin-bottom: 5px;
}

.blog-detail .wp-caption-text {
  font-size: 0.875rem;
  color: #4b5563;
  margin-top: 0.5rem;
}
.blog-detail {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.675;
    text-align: justify;
}

.blog-detail p {
    margin-top: 20px;
    margin-bottom: 20px;
	background: inherit !important;
}

.blog-detail span {
	color: #a6a6a6 !important;
	font-size: 1rem !important;
    line-height: 1.5rem !important;
	font-family: "Sora", sans-serif !important;
}

.blog-detail h2,
.blog-detail h3,
.blog-detail h4,
.blog-detail h5,
.blog-detail h6 {
    margin-top: 20px;
    margin-bottom: 20px;
	color: #bb9a4b;
}

@media (max-width: 768px) {
.single-post h1 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 12px 0 8px 0;
}

.single-post h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 16px 0 8px;
    line-height: 1.3;
}

.single-post h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 14px 0 6px;
    line-height: 1.3;
}
}

ul.single-blog {
	list-style: none;
}