/* FontAwesome to avoid cookies */
@font-face {
  font-family: 'Font Awesome 6 Brands';
  src: url('/../fonts/font-awesome/webfonts/fa-brands-400.woff2') format('woff2'),
       url('/../fonts/font-awesome/webfonts/fa-brands-400.ttf') format('truetype'),
       url('/../fonts/font-awesome/webfonts/fa-regular-400.woff2') format('woff2'),
       url('/../fonts/font-awesome/webfonts/fa-regular-400.ttf') format('truetype'),
       url('/../fonts/font-awesome/webfonts/fa-solid-900.woff2') format('woff2'),
       url('/../fonts/font-awesome/webfonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}


/* Google Font: Dosis */
@font-face {
  font-family: 'Dosis';
  src: url('/fonts/dosis/Dosis-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url('/fonts/dosis/Dosis-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url('/fonts/dosis/Dosis-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Dosis';
  src: url('/fonts/dosis/Dosis-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Source Sans 3';
  src: url('/fonts/Source_Sans_3/SourceSans3-Light.ttf') format('truetype');
  font-weight: 300 !important;
  font-style: normal;
}

body {
  font-family: 'Source Sans 3', sans-serif !important;
  font-weight: 300 !important;
  line-height: 25px !important;
}

h1 {
  font-family: 'Segoe UI', sans-serif;
  font-weight: 400 !important;
}

h2, h3 {
  font-family: 'Segoe UI', sans-serif;
  font-weight: 600 !important;
}

.pdf-icon {
  width: 25px;
}

header, footer {
  /*background: -webkit-linear-gradient(-65deg, #3d71d1, #00028b);
  background: linear-gradient(-65deg, #afcffa, #00028b);*/
  background-image: linear-gradient(to bottom,
  rgba(116, 124, 151, 0.2),
  rgba(209, 204, 255, 0.3));
}

header{
  padding-top: 20px !important;
  padding-bottom: 20px;
}

/* mobile menu button colors */
.slicknav_btn {
  background-color: transparent;
}

.slicknav_menu .slicknav_menutxt {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.slicknav_menu {
  ppargin-top: 1px;
}

.slicknav_menu .slicknav_icon-bar {
  background-color: black;
  margin-bottom: 2px;
}

.menu-container .menu-item {
  padding-bottom: 0;
}

.header-container .logo {
  margin-bottom: 0 !important;
}

/* Basic setup for the parallax container */
.parallaxDivider-container {
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    /*background: url('/images/parallaxDivider/divider-1.jpg') no-repeat center center fixed;*/
    background: center center fixed no-repeat;
    background-position: center center; /* Initial background positioning */ 
    background-size: cover;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
    --parallax-y: 0px; /* Default position of background */
    background-position-y: var(--parallax-y);
    margin: 200px 0 200px 0;
}

/*
.parallaxDivider-container:hover {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}
*/

/* Content inside the parallax container */
.parallaxDivider-container .parallaxDivider-content {
    position: relative;
    z-index: 1; /* Ensures the content stays on top of the image */
    padding: 20px;
    color: #fff;
    font-size: 2rem;
    text-align: center;
}


/* TEAM DESCRIPTION BOX (= PERSONAL MUSIC FILES) */
/* Overwriting app.min.css with custom values */
.team-section h5 {
    text-align: center;
    margin-top: 0 !important;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 1.75rem;
}
.team-description-box {
    padding-top: 0px !important;
    text-align: center;
}
.about-skillbar {
    margin-top: 0 !important;
}




/* CUSTOM GALLERY */

.gallery-link {
    width: 50%;
}

/* Style for the gallery items */
.gallery-box {
    margin-bottom: 30px;
  }
  
  .gallery-projects {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-direction: row;
  }
  
  .gallery-item {
    margin: 10px;
    cursor: pointer;
  }
  
  .gallery-item img {
    max-width: 50%;
    height: auto;
  }
  
  /* Popup styles for the modal */
  .gallery-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
  }
  
  /* size when popped up */
  .gallery-popup img {
    max-width: 80%;
    max-height: 80%;
  }
  
  .gallery-popup.active {
    display: flex;
  }




  .CV {
    font-size: 1rem;
  }

  .contact-section {
    margin-bottom: 200px;
    padding: 1rem;
    width: 100%;
    margin: 0 auto 200px auto;
  }

  .contact-section h4 {
    padding-bottom: 1rem;
  }

  .contact-section {
    padding-left: 10%;
    padding-right: 10%;
  }

  .contact-section input, textarea {
    width: 100%;
  }

  .contact-section textarea {
    min-height: 100px;
  }

  .stayaway {
    display: none;
  }

  @media (min-width: 768px) {
    .contact-section .col-md-6 {
      width: 100%;
      text-align: center;
    }
  }