
@font-face {
    font-family: 'redhatdisplay_variable';
    src: url('../fonts/RedHatDisplayVF.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    color: #55B99C;

}

@font-face {
    font-family: 'bootstrap-icons';
    src: url('..icons/font/fonts/bootstrap-icons.woff2') format('woff2'),
         url('..icons/font/fonts/bootstrap-icons.woff') format('woff');
}

#landing_section {
    max-height: 750px;
}

.main-image-col {
    padding-top: 50px;
}


@media (max-width: 768px) {
    .main-image {
        max-height: 200px;
    }
}

@media (min-width: 769px) {
    .main-image {
        max-height: 500px;
    }
}

.main-image {
    filter:grayscale(1);
}

.navbar {
    font-family: redhatdisplay_variable;
}

.navbar-brand-mg {
    margin: auto 25px auto 25px;
}

.dark-section {
    background-color: #040D0B;
    color: white;
    font-family: redhatdisplay_variable;
    padding: 50px;
}

.gradient-section, .gradient-card {
    background: radial-gradient(83.2% 128.72% at 66.1% 122.75%, #276E5A 10.65%, #18D9A9 100%);
    color: #35313f;
}


h1 {
    font-size: 60px;
    opacity: 100%;
    text-shadow: 2px 2px #18D9A9;
    transition: text-shadow 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

h1:hover{
    color: #15332B;
    text-shadow: 5px 5px #18D9A9;
    opacity: 80%;
}

.section-header {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
}

.dark-grey-section .section-header {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #DFEDEF;
}

.bright-section .section-header {
    font-weight: bold;
    font-size: 40px;
    text-transform: uppercase;
    color: #35313f;
}

.dark-section-accents {
    color: #55B99C;
}

.feature-card {
    border-radius: 20px;
    padding: 10px;
}

.competence-card {
    color: #15332B;
    background-color: transparent;
    border-radius: 0;
    border-width: 3px;
    border-color: #15332B;   
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}   

.competence-card:hover, .competence-card:focus {
    background-color: #15332B;
    color: #DFEDEF;
    box-shadow: 3px 3px #DFEDEF;
}


.bright-section {
    background-color: #DFEDEF;
    color: #15332B;
}

.red-accent {
    color: #DE5D50;
}

.bg-dark-vr {
    background-color: #040D0B;
}

.bg-bright-vr {
    background-color: #FFF;
}

a {
    text-decoration: none;

}

.navbar a, nav-link, .nav-item .nav-link {
    color: #55B99C !important;
}

footer, .footer-section{
    background-color: #DFEDEF;
}


.hover-link {
  position: relative;
  color: #55B99C;
  text-decoration: none;
}

.hover-link::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #55B99C;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}


.test {
color: #15332B;
color:#010D0A;
color:#18D9A9;
color:#DE5D50;
color:#276E5A;
color:#35313f;
color:#DFEDEF;
color:#ABBACA;
}


.hover-link:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}


.white-card {
    background-color: white;
    color: #15332B;
    border: none;
}

.white-card .btn {
    background-color: #276E5A;
    color: white;
    border: none;
}

.gradient-card .btn {
    background-color: white;
    border: none;
    color: #15332B;
}

.dark-grey-section, .dark-grey-card {
    background-color: #35313f;
    color: #DFEDEF;
}

.dark-grey-card .btn {
    background-color: #DFEDEF;
    color: #35313f;
}

/** different from bright-section **/
.bright-card {
    background-color: #DFEDEF;
    color: #276E5A;
}

.bright-card .btn {
    background-color: #18D9A9;
    color: #15332B;
    border: none;
    border-radius: 10px;
}

.bright-card .btn:hover {

}


.feature-card {
    margin: 20px;
}

.bright-card.feature-card {
   /* box-shadow: 1px 1px 3px #18D9A9;*/

}

.header-title-area {
    background-color: #55B99C;
    padding: 20px;
    min-height: 250px;
}

.header-title-area .pagetitle {
    font-size: 60px;
    color: #DFEDEF;
    opacity: 100%;
    text-shadow: 2px 2px #15332B;
    transition: text-shadow 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.pagetitle {
    margin-top: 50px;
}

.header-title-area .pagetitle:hover{
    color: #DE5D50;
    text-shadow: 5px 5px #276E5A;
    opacity: 80%;
}

.bright-section-stream > div {
    padding:20px;
} 

.plain-text-area {
    padding:20px;
    background-color: #DFEDEF;
}

.plain-text-area a {
    color: #DE5D50;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
}

.plain-text-area a:hover{
    color: #15332B;
    transition: color 0.2s ease-in-out, background 0.2s ease-in-out;
    background-color: #18D9A9;
}

.svg-header {
    height: 30px;
    vertical-align: middle;
}

.topbar {
    border-bottom: 0.2rem solid;
    border-color: #18D9A9;
}

.post-card {
    background: #DFEDEF;
    border-radius: 0px;
    border-width: 0.2em;
    border-color: #DFEDEF;
    transition: border-color 0.3s ease;
}

.post-card .image-col {
    background: #18D9A9;
}

.post-card:hover {
    border-color: #18D9A9;
}

.post-card .img-fluid {
    transition: transform 0.3s ease;
    position: relative;
    overflow: hidden;
}



.post-card:hover .img-fluid {
    transform: scale(1.1); /* Scales the image up by 10% */
    
}

.post-card-image-container {
    width: 100%; /* Set your desired width */
    overflow: hidden; /* Hide the overflow of the scaled image */
    position: relative; /* Relative positioning for absolute positioned image */
}


.post-card-button {
    border-radius: 0px;
    background: #18D9A9;
    border: none;
    color: #15332B;
    transition: color ease 0.3s;
}

.post-card-button:hover {
    color: #DFEDEF;
    background: #15332B;
}

.link-dark {
    color: #15332B;
    transition: color 0.3s ease;
}

.link-dark:hover {
    color: #276E5A;
    
}


.reference-description .description-entry:hover{
    color: #15332B;
    text-shadow: 2px 2px #18D9A9;
    opacity: 80%;
}

.reference-description .description-entry {
    transition: text-shadow 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.2s ease-in-out;  
}

.reference-description {
    padding: 1em;
}

.card-subtitle {
    margin-top: 1em;
    font-size: 16px;
}
.mr-1 {
    margin-right: 1em;
}

.technologies-listing {
    list-style-type: none;
}
.tech-item i {
    font-size: 10px;
}
