@charset "UTF-8";
h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 23px;
}

h6 {
  font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: droid;
}

.article {
  font-family: droid;
}

/*
p {
    font-family: al ;
    font-size: 35px ;
}
*/
#post-wrap p {
  font-size: 35px;
  font-family: ba;
  color: black;
  /*  text-shadow:
        3px 3px 0 $color,
      -1px -1px 0 $color,  
       1px -1px 0 $color,
       -1px 1px 0 $color,
        1px 1px 0 $color;
        */
}

.fake-btn {
  border: none;
  display: inline-block;
  padding: 8px 16px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  background-color: inherit;
  text-align: center;
  white-space: nowrap;
}

.container {
  border: none;
}

.vertical-center {
  margin-top: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center !important;
}

.mail {
  font-size: 40px;
}

/*
article {
    margin: 1em;
    max-width: 60em;
    min-width: 20em;
    height: 100vh;

    border-radius: 7em;
    padding: 1.5em;
    font: 16px "Open Sans", Verdana, Arial, Helvetica, sans-serif;
  }
  */
.article_img {
  max-width: 20vw;
  margin-bottom: 1.25em;
  margin-top: 4em;
}

.overlay {
  width: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  background: url("/assets/img/4.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* -------------------------------------------------------------------
 * ## pageheader content
 * ------------------------------------------------------------------- */
.featured {
  background-color: #151515;
  height: 564px;
  position: relative;
}

.featured::before, .featured::after {
  content: "";
  display: block;
  height: 1px;
  width: 60px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
}

.featured::before {
  left: -75px;
}

.featured::after {
  right: -75px;
}

.featured__column {
  float: left;
}

.featured .entry {
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}

.featured .entry h1 {
  font-size: 3.6rem;
  line-height: 1.333;
  margin-top: 0;
  margin-bottom: 3rem;
}

.featured .entry h1 a {
  color: #FFFFFF;
  border-bottom: 0.5px solid transparent;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.featured .entry h1 a:focus, .featured .entry h1 a:hover {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.featured .entry::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 0.5;
  background-color: #151515;
}

.featured .entry:hover::before {
  opacity: 0.8;
}

.featured .entry__content {
  position: absolute;
  left: 0;
  bottom: 6rem;
  width: 100%;
  padding: 0 20% 0 6rem;
  display: block;
}

.featured .entry__category {
  display: inline-block;
  font-family: "metropolis-bold", sans-serif;
  font-size: 1.1rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  margin-bottom: 2.4rem;
}

.featured .entry__category a {
  display: inline-block;
  color: #FFFFFF;
  padding: 0 1.5rem;
}

.featured .entry__info {
  position: relative;
}

.featured .entry__profile-pic {
  float: left;
  height: 4.2rem;
  width: 4.2rem;
  margin-top: -0.9rem;
}

.featured .entry__profile-pic img {
  border-radius: 50%;
}

.featured .entry__meta {
  list-style: none;
  margin: 0 0 0 6rem;
  padding: 0;
  font-family: "metropolis-semibold", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

.featured .entry__meta li {
  display: inline-block;
  padding-left: 0;
}

.featured .entry__meta li::after {
  content: "•";
  margin-left: 9px;
  margin-right: 6px;
}

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

.featured .entry__meta a {
  color: rgba(255, 255, 255, 0.5);
}

.featured .entry__meta a:focus, .featured .entry__meta a:hover {
  color: #FFFFFF;
}

.featured__column--big {
  width: 66.66666%;
  position: relative;
}

.featured__column--big .entry {
  height: 564px;
}

.featured__column--big .entry__category a {
  background-color: #01aef0;
}

.featured__column--small {
  width: 33.333333333%;
  position: relative;
}

.featured__column--small .entry {
  height: 282px;
}

.featured__column--small .entry h1 {
  font-size: 2rem;
  margin-bottom: 1.2rem;
}

.featured__column--small .entry__content {
  bottom: 2.4rem;
  padding: 0 10% 0 3rem;
}

.featured__column--small .entry__category {
  font-size: 1rem;
  line-height: 2.1rem;
  margin-bottom: 1.5rem;
}

.featured__column--small .entry__category a {
  background-color: #679a23;
}

.featured__column--small .entry__profile-pic {
  display: none;
}

.featured__column--small .entry__meta {
  margin: 0;
  font-size: 1.4rem;
}

.featured_size {
  font-family: "metropolis-regular", sans-serif;
  font-size: 0.1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.875;
  color: #656565;
  margin: 0;
  padding: 0;
}

div.w3-container:nth-child(2) {
  padding: 0 0 0 30%;
}

/* Blog Entry container */
.blog-entry {
  display: flex; /* Flex container for image and text */
  margin: 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  max-width: 900px; /* Set a max width */
  background-color: #f9f9f9;
  border-radius: 8px;
}

/* Image container styling */
.image-container {
  flex: 1; /* Image takes 1 part of the available space */
  margin-right: 20px; /* Space between image and text */
}

.blog-image {
  width: 100%; /* Image will fill the container */
  height: auto; /* Maintain aspect ratio */
  border-radius: 8px; /* Optional rounded corners */
}

/* Text container styling */
.text-container {
  flex: 2; /* Text takes up 2 parts of the available space */
}

.blog-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}

.blog-description {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.read-more {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

.read-more:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=content.css.map */