.navbar{
    background-color: rgb(255, 255, 255);
    display: flex;
   
    
}

html{
    overflow-x: hidden;
    
    font-family: "Jost", sans-serif !important;
    
    font-weight: weight;
    font-style: normal;


    
}



.button {
    background-color: rgb(53, 53, 53);
    border: none;
    color: white;
    padding: 25px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 7px;
    width: 282px; 
    height: 76px;
    border-radius: 39px;
    transition-duration: 0.3s;
    cursor: pointer;

    
}

.obutton {
    
    border: none;
    color: white;
    background-color: rgb(53, 53, 53);
    text-align: center;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 45;      
    margin: 7px ;
    width: 80px;
    height: 76px;
    border-radius: 38px;
    transition-duration: 0.3s;
    vertical-align: middle;
    cursor: pointer;

   
}
.obutton:hover {
    background-color: #eeb259; /* Green */
    color: rgb(255, 255, 255);
    
  }


.button:hover {
    background-color: #eeb259; /* Green */
    color: rgb(255, 255, 255);
    
  }

body{
    
    overflow-x: hidden;
    overflow-y: hidden;
    font-family: "Jost", sans-serif !important;
    

    h1{
        color: rgb(53, 53, 53);
        font-size: 40px;
        font-weight: 400;
    }    
    
    h2{
        font-size: 100px;
        color: rgb(53, 53, 53);
        font-weight: 480; 
        letter-spacing: -2px;
        transition-duration: 0.3s;
        
    }
    
    .queenslogo{
        width: 160px; 
        height: 75px;  
        border-radius: 5px; 
        border-color: white; 
        margin-right: 7px; 
    }
    .rowstrike{
    
        background-color: transparent;
        background: linear-gradient(to left, transparent 50%, rgb(255, 255, 255) 50%) right;
        background-size: 200%;
        transition: .7s ease-out;
    
    
        
    }
    .rowstrike:hover{
        h2{color: #d9513f;}
    
        background-position: left;

        
    }

    h3{
        font-size: 34px;
        color: rgb(53, 53, 53);
        font-weight: 400;
        padding-bottom: 20px;
        margin-top: 18px;
    }
    h4{

        font-size: 20px;
        font-weight: 400;
        color: rgb(53, 53, 53);
        line-height: 1.5;
        a{
            color: rgb(53, 53, 53);
        }
    }

    @media screen and (max-width: 1400px) {
        h2 {
            font-size: 70px; /* Larger font size for wider screens */
        }
        h3{
            font-size: 25px;
            margin-top: 20px;
        }
        .queenslogo{
            width: 120px; 
            height: 55px;  
            border-radius: 5px; 
            border-color: white; 
            margin-right: 7px; 
            
        }
    }
    

    @media screen and (max-width: 992px) {
        h2 {
            font-size: 90px; /* Larger font size for wider screens */
        }
        h3{
            font-size: 25px;
            margin-top: 20px;
        }
        .queenslogo{
            width: 120px; 
            height: 50px;  
            border-radius: 5px; 
            border-color: white; 
            margin-right: 7px; 
            
        }
    }

    @media screen and (max-width: 450px) {
        h2 {
            font-size: 75px; /* Larger font size for wider screens */
        }
        h3{
            font-size: 20px;
            margin-top: 25px;
        }
        .queenslogo{
            width: 100px; 
            height: 45px;  
            border-radius: 5px; 
            border-color: white; 
            margin-right: 7px; 
            
        }

        h4{
            font-size: 15px;
        }
    }

    
    

    
    
    .pagetitle{
           
        margin-top: 90px;
        margin-bottom: 90px;
        

    }
    
}
.nav-item{
    display: block;
    justify-content: center;
    margin: 35px;
    font-size:20px;
    a{
        color: black;
        font-style: none;
    }
        

    a:hover{
        color: #d9513f;
        transition: 0.3s;
    }
    
}
.navbar{margin-bottom: 0;}
.titlecard{
    padding-top: 80px;
    padding-bottom: 80px;
    

    color: white;
    
        
    
    
}

.parallax {
    
    background-image: url("/image/headbird.JPEG");
    
    
    /* Set a specific height */
    min-height: 600px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    
    background-size: cover;
    
}

.wells{
    
    

    .skillbox{
        display: flexbox;
        background-color: #ffffff;
        justify-content: center;
        border-radius: 10px;
        text-align: center;
        padding: 20px;

        
        height: auto;
        margin-top: 10px;
        
        img{
            
            height: 83px;
            padding: 18px;
        }
        @media screen and (max-width: 1400px) {
            img{
                height: 73px;
                padding: 15px;
            }
        }
        @media screen and (max-width: 450px) {
            img{
                height: 60px;
                padding: 10px;
            }
        }
        

    }
}


.card{
    background-color: black;
    
    padding: 10px;
    margin-top: 3%;
    border-radius: 50px;
    border-color: #eeb259;
    border-width: 10px;
    

}


.timeline{
    
    font-family: "Jost", sans-serif !important;
    body {
        
        --color: rgb(255, 255, 255);
        --bgColor: rgba(245, 245, 245);
        min-height: 100vh;
        display: grid;
        align-content: center;
        gap: 2rem;
        padding: 2rem;
        
        color: var(--color);
        background: var(--bgColor);
      }
      
      h1 {
        text-align: center;
      }
      
      ul {
        --col-gap: 2rem;
        --row-gap: 2rem;
        --line-w: 0.25rem;
        display: grid;
        grid-template-columns: var(--line-w) 1fr;
        grid-auto-columns: max-content;
        column-gap: var(--col-gap);
        list-style: none;
        width: min(70rem, 90%);
        margin-inline: auto;
      }
      
      /* line */
      ul::before {
        content: "";
        grid-column: 1;
        grid-row: 1 / span 20;
        background: rgb(225, 225, 225);
        border-radius: calc(var(--line-w) / 2);
      }
      
      /* columns*/
      
      /* row gaps */
      ul li:not(:last-child) {
        margin-bottom: var(--row-gap);
      }
      
      /* card */
      ul li {
        grid-column: 2;
        --inlineP: 1.5rem;
        margin-inline: var(--inlineP);
        grid-row: span 2;
        display: grid;
        grid-template-rows: min-content min-content min-content;
      }
      
      /* date */
      ul li .date {
        --dateH: 3rem;
        height: var(--dateH);
        margin-inline: calc(var(--inlineP) * -1);
      
        text-align: center;
        background-color: var(--accent-color);
      
        color: white;
        font-size: 1.5rem;
        font-weight: 500;
      
        display: grid;
        place-content: center;
        position: relative;
      
        border-radius: calc(var(--dateH) / 2) 0 0 calc(var(--dateH) / 2);
      }
      
      /* date flap */
      ul li .date::before {
        content: "";
        width: var(--inlineP);
        aspect-ratio: 1;
        background: var(--accent-color);
        background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);
        position: absolute;
        top: 100%;
      
        clip-path: polygon(0 0, 100% 0, 0 100%);
        right: 0;
      }
      
      /* circle */
      ul li .date::after {
        content: "";
        position: absolute;
        width: 2rem;
        aspect-ratio: 1;
        background: var(--bgColor);
        border: 0.3rem solid var(--accent-color);
        border-radius: 50%;
        top: 50%;
      
        transform: translate(50%, -50%);
        right: calc(100% + var(--col-gap) + var(--line-w) / 2);
      }
      
      /* title descr */
      ul li .title,
      ul li .descr {
        background: var(--bgColor);
        position: relative;
        padding-inline: 1.5rem;
        color:rgb(53, 53, 53);
      }
      ul li .title {
        overflow: hidden;
        padding-block-start: 1.5rem;
        padding-block-end: 1rem;
        font-weight: 450;
        font-size: 1.25rem;
      }
      ul li .descr {
        padding-block-end: 1.5rem;
        font-weight: 350;
        font-size: 1.25rem;
      }
      
      /* shadows */
      
      ul li .title::before {
        bottom: calc(100% + 0.125rem);
      }
      
      ul li .descr::before {
        z-index: -1;
        bottom: 0.25rem;
      }
      
      @media (min-width: 40rem) {
        ul {
          grid-template-columns: 1fr var(--line-w) 1fr;
        }
        ul::before {
          grid-column: 2;
        }
        ul li:nth-child(odd) {
          grid-column: 1;
        }
        ul li:nth-child(even) {
          grid-column: 3;
        }
      
        /* start second card */
        ul li:nth-child(2) {
          grid-row: 2/4;
        }
      
        ul li:nth-child(odd) .date::before {
          clip-path: polygon(0 0, 100% 0, 100% 100%);
          left: 0;
        }
      
        ul li:nth-child(odd) .date::after {
          transform: translate(-50%, -50%);
          left: calc(100% + var(--col-gap) + var(--line-w) / 2);
        }
        ul li:nth-child(odd) .date {
          border-radius: 0 calc(var(--dateH) / 2) calc(var(--dateH) / 2) 0;
        }
      }

}





.imageoverlay{
    position: relative;
    
    
}

.card-content{
    width: 100%;
    height: 100%;
    display: flex;
    opacity: 0;
    position: absolute;
    transition: 0.55s;
    background-color: rgba(0,0,0,0.6);
    
    h4{
        font-size: 1vw;
    }
    @media screen and (max-width: 992px) {
        h4 {
            font-size: 3vw; /* Larger font size for wider screens */
        }
    }

}

.card-body{
    h3{
        font-size: 30px;
        font-weight: 500px;
    }
    @media screen and (max-width: 992px) {
        h3 {
            font-size: 5vw; /* Larger font size for wider screens */
        }
    }
}

.card-content:hover{
    opacity: 1;

}

.row{
    padding-left: 5%;
    padding-right: 5%;

    
    
}


.footer{
    padding-top: 100px;

}