@tailwind base;
@tailwind components;
@tailwind utilities;

/* Add your custom styles below the Tailwind directives */
/* Copy your custom styles from application.css here */
/* Site footer – loaded last so it overrides; matches application.css footer block */
.site-footer {
  margin-top: 3rem;
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
  border-top: 1px solid #565656;
  background-color: #393A3F;
}

.site-footer__intro {
  color: #8C8C8C;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 0 0 1.5rem;
}

.site-footer__links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
  justify-content: center;
  justify-items: center;
  gap: 2rem 2.5rem;
  max-width: 42rem;
  margin: 0 auto 2rem;
}

.site-footer__link-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  text-align: center;
}

.site-footer__links a {
  color: #E7E7E7 !important;
  text-decoration: none !important;
  font-size: 0.9375rem;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.site-footer__links a:hover {
  color: #F2F2EE !important;
  border-bottom-color: #8C8C8C;
}

.site-footer__link-desc {
  display: block;
  color: #565656 !important;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.35;
}

.site-footer__legal {
  color: #565656 !important;
  font-size: 0.75rem;
  font-weight: 500;
  margin: 0;
  padding-top: 1.5rem;
  border-top: 1px solid #565656;
}
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *


 */


 ::-moz-selection { /* Code for Firefox */
   color: #8C8C8C;
   background: #393A3F;
}

::selection {
   color: #8C8C8C;
   background: #393A3F;
}

 @font-face {
    font-family: 'NimbusSanL';
    src: url(/assets/NimbusSanL-Reg-09b67a1a8321b4f5b902d4ee36eedd4ab99520c8e0b2daf05b443ddbcf08342d.otf) format('otf');
  }

   
  @font-face {
    font-family: "Urbanist", sans-serif;
    /* src: url(/assets/Urbanist-Regular-6cc311f0a38c71a9b852ac858dc594f6983f92e35392233a1db7342774fc552b.otf) format('otf'); */
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  @font-face {
    font-family: 'YoungSerif';
    src: url(/assets/YoungSerif-Regular-2ad9e9359a6842892a2703139945a8010a07985f8da1edcbdea6a0489b0995f5.otf) format('otf');
    font-weight: normal;
    font-style: normal;
  }

 * {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
    /* font-family: 'NimbusSanL', sans-serif; */
    /* font-family: 'YoungSerif', sans-serif; */
    /* font-style: normal;
    font-weight: normal; */
    /* background-color: black;
    color: white; */
 }

 /* ul {
   list-style: none;
   margin: 0;
   padding: 0;
 } */
 
 ul li::before {
   content: "+ ";
 }
 

 .body {
   /* width: 80%; */
   /* margin-left: auto; */
   /* margin-right: auto; */
 }


 .content {
   /* margin-left: auto;
   margin-right: auto;
   padding: 20px;
   margin-top: 20px;
   border-top: 1px solid #565656; */
 }

 .footer {
   /* margin-left: auto;
   margin-right: auto;
   padding: 20px;
   margin-top: 20px;
   border-top: 1px solid #565656; */
 }

 .footer a {
   /* color: #EFEFEF;
   text-decoration: none; */
 }

 /* Site footer – clean, content-friendly (TrainForUltra-inspired) */
 .site-footer {
   margin-top: 3rem;
   padding: 2.5rem 1.5rem 2rem;
   text-align: center;
   border-top: 1px solid #565656;
   background-color: #393A3F;
 }

 .site-footer__intro {
   color: #8C8C8C;
   font-size: 0.75rem;
   font-weight: 600;
   letter-spacing: 0.08em;
   text-transform: uppercase;
   margin: 0 0 1.5rem;
 }

 .site-footer__links {
   display: grid;
   grid-template-columns: repeat(auto-fill, minmax(10rem, 1fr));
   justify-content: center;
   justify-items: center;
   gap: 2rem 2.5rem;
   max-width: 42rem;
   margin: 0 auto 2rem;
 }

 .site-footer__link-block {
   display: flex;
   flex-direction: column;
   align-items: center;
   gap: 0.35rem;
   text-align: center;
 }

 .site-footer__links a {
   color: #E7E7E7;
   text-decoration: none;
   font-size: 0.9375rem;
   font-weight: 600;
   border-bottom: 1px solid transparent;
   transition: color 0.15s ease, border-color 0.15s ease;
 }

 .site-footer__links a:hover {
   color: #F2F2EE;
   border-bottom-color: #8C8C8C;
 }

 .site-footer__link-desc {
   display: block;
   color: #565656;
   font-size: 0.75rem;
   font-weight: 500;
   line-height: 1.35;
 }

 .site-footer__legal {
   color: #565656;
   font-size: 0.75rem;
   font-weight: 500;
   margin: 0;
   padding-top: 1.5rem;
   border-top: 1px solid #565656;
 }

 .footer-links {
   display: flex;
   justify-content: space-between;
   flex-direction: column;
 }

 .footer-links > li {
   min-height: 35px;
 }

 h1 {
  /* font-size: 6em; */
 }

 h2 a {
   /* text-decoration: none; */
 }

 /* h1:hover {
   color: white;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   -ms-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
 } */
 
.highlight {
   /* color: #393A3F;
   background: #F2F2EE; */
   -webkit-box-decoration-break: clone;
   box-decoration-break: clone;
}

/* .highlight:hover {
   color: #393A3F;
   background: #F2F2EE;
   -webkit-box-decoration-break: clone;
   box-decoration-break: clone;
   cursor: pointer;
} */

.onyx {
   color: #393A3F;
}

.gray {
   color: #8C8C8C;
}

.iron {
   color: #DADADB;
}

.platinum {
   color: #E7E7E7;
}

.isabelline {
   color: #F2F2EE;
}

/* Black Olive: #3D3D3D

Davy's Gray: #565656

Dove Gray: #666666

Gray: #818181 */

.welcome {
   font-size: 2em;
   margin-top: 20px;
   letter-spacing: 0.1em;
}

.section {
   /* margin-top: 60px;
   margin-bottom: 20px; */
}

.section-title {
   font-family: 'NimbusSanL' !important;
   font-size: 6em;
}

.section-title2 {
  font-family: 'Urbanist' !important;
  font-size: 6em;
}

.section-title3 {
  font-family: 'YoungSerif' !important;
  font-size: 6em;
}

.section-title4 {
  font-family: serif;
  font-size: 6em;
}

mark {
   margin: 0 -0.4em;
   padding: 0.1em 0.4em;
   border-radius: 0.8em 0.3em;
   background: transparent;
   background-image: linear-gradient(
     to right,
     rgba(255, 225, 0, 0.1),
     rgba(255, 225, 0, 0.7) 4%,
     rgba(255, 225, 0, 0.3)
   );
   -webkit-box-decoration-break: clone;
   box-decoration-break: clone;
 }



 .wrapper {
   /* display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
   grid-auto-rows: minmax(100px, auto);
   overflow: hidden; */
   display: flex;
   /* height: 500px; */

   /* Then we define the flow direction 
      and if we allow the items to wrap 
      * Remember this is the same as:
      * flex-direction: row;
      * flex-wrap: wrap;
      */
   flex-flow: row wrap;

   /* Then we define how is distributed the remaining space */
   justify-content: space-evenly;

   flex-basis: content;
 }


 /* 3 column layout */
 .one {
   /* grid-column: 1 / 3;
   grid-row: 1; */
   width: 25%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
 }
 .two {
   /* grid-column: 2 / 4;
   grid-row: 1 / 3; */
   width: 25%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
 }
 .three {
   /* grid-column: 3 / 3;
   grid-row: 1 / 3; */
   width: 25%;
   height: 300px;
   margin-left: auto;
   margin-right: auto;
 }

 .four {
  /* grid-column: 3 / 3;
  grid-row: 1 / 3; */
  width: 25%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}


 .cell-banner {
   /* stretch images */
   background-size: cover;
   background-position: center;
   /* set the height */
   /* height: 300px; */
   max-height: 100px;
   /* set the width */
   /* width: 100%; */
   /* max-width: 400px; */
   /* set the background color */
   background-color: #000;
   /* set the background image */
 }

 .header-content {
   /* position: absolute; */
   /* top: 0; */
   /* left: 0; */
   /* right: 0; */
   /* bottom: 0; */
   /* display: flex; */
   /* flex-direction: column; */
   /* justify-content: center;
   align-items: center; */
   /* text-align: center; */
   /* color: #fff; */
   /* padding: 0 20px; */
   /* background: rgba(0, 0, 0, 0.5); */
 }

 .hero {
   max-width: 125px;
   padding-left: 10px;
 }

 .logo {
   max-width: 250px;
   padding-left: 10px;
 }

 .post {
   margin-top: 20px;
   margin-bottom: 20px;
   border-top: 1px solid #565656;
   padding: 20px;
   padding-left: 0px;
   margin-left: 0px;
 }

 /* .post > h1 {
   margin-bottom: -20px;
   font-size: 4em;
 } */

 @media (max-width: 800px) {
   /* .body {
     width: 100%;
   } */
   /* .wrapper {
      flex-direction: column;
    }
    .one {
      width: 100%;
    }
    .two {
      width: 100%;
    }
    .three {
      width: 100%;
    }
    .four {
      width: 100%;
    } */

    /* h1 {
      font-size: 3em;
    }

    h2 {
      font-size: 2em;
    }

    h3 {
      font-size: 2em;
    } */

    .post > h1 {
      font-size: 3em;
    }
 }

 .latest_status {
  /* border: 1px solid red; */
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
 }

 /* .latest_status > div {
  margin-left: 10px;
 } */

/* Links */
a {
  color: #F2F2EE;
  text-decoration: none;
}

a:hover {
  color: #DADADB;
  text-decoration: underline;
}
