:root{
    --header-font: 'Bebas Neue', Arial, Helvetica, sans-serif;
    --maingrey: #EBEBEB ;
    --grey2: #dedede;

}

body{
    height: 100%;
    display: flex;
    flex-direction: column;

}

footer{
    background-color: var(--maingrey);
    
    height: 35rem;
}

h1,h2,h3,h4,h5,h6, .btn-primary{
    font-family: var(--header-font);

}

p, .contact-card{
    font-size: 18px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    color: #797979;
}

ul{
    list-style-type: none;
}

.bg-image{
    
/*     background-image: url('../images/photos/thumbnail2.jpg');  */
    height: auto;
/*     background-attachment: fixed;
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: contain; */
    img{
        width: 100%;

    }

    
}

.bio-pic, .contact-card{
    border: 5px solid #484848 !important;
}

.bring-banner{
    min-height: 40vh;
    background-image: url('../images/photos/fishc/bhead.jpg');
    background-size: cover ;
    background-position: 50% 50%;
}

.bring-list{
    

    list-style-type: disc;
    font-size: large;
    
}

.btn-primary{
    background-color: #712a35 !important;
}
.btn-primary:hover{
    background-color: #9a525d !important;
}

.card-mid{
    margin-top: 15% !important;
    margin-bottom: 15% !important;
    padding: 1rem;
    background-color: rgba(232, 246, 244, 0.952);
    width: fit-content;
    border-radius: 2px;
}



.contact-card{
    max-width: fit-content;
    font-weight: 600;
}

.footer-li{
    color:#000000;
    text-decoration: none;
    font-size: large;
}

.footer-li:hover{
    color: #2b2b28;
    
}

.hero{  
    height: 30vh;
    background: rgb(54, 54, 54);
    /* background: linear-gradient(-155deg, #202020d8 0%, #101010ac 100%); */
}


.hero-header{
    
    font-size: clamp(1rem, -1.5rem + 8vw, 3rem);;
    color: #f7fbfd;
 font-family: 'Aboreto', Arial, Helvetica, sans-serif;
    font-weight: 700;
}

.hero-subheader{
    color: #a2e1a9;
    font-size: clamp(.75rem, -1.5rem + 6vw, 2rem);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;

}

.hero-text{
    background-color: #1e1e1d;
    
    padding-top: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: .5rem;
    
    
    
}

.link-container{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.material-symbols-outlined {
  vertical-align: middle;
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

.navbar{
    
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.navbar-brand{
    
    font-family: 'Julius Sans One', Arial, Helvetica, sans-serif;
}
.nav-link{
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-weight: 600;

}

.note{
    font-size: 14px;
    
}

.p-link{
    color: #2f7d35;
    text-decoration: none;
    font-weight: 600;
    font-size: larger;
    transition: 200ms;
    
}

.p-link:hover{
    color: #144610;
    text-decoration: underline !important;
}

.page-sec{
    background-color: #dedede;
}
.page-sec2{
    background-color: #EBEBEB;
}

.photo-container{
    display: grid;
    gap: 0.75rem;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    grid-auto-rows: minmax(350px, auto);
    background-color: var(--grey2);
    border-radius: 10px;
    padding-top: .75rem;
    padding-bottom: .75rem;
       a{
        img{

            border-radius: 10px;
        }
    } 

}

.season-banner{
/*     min-height: 40vh;
    background-image: url('../images/photos/seaon-banner.jpg');
    background-size: contain ;
    background-position: 50% 30%;
    background-repeat: no-repeat; */
    img{
        width: 100%;
    }
}

/*.sec-1, .contact-card{
     background-color: rgb(233, 241, 240) ; 
}*/
.sec-2{
    padding-top: 1%;
    padding-bottom: 13%;
    /* background-color: #c2c1af; */
    
}

.sec-2-link:hover{
    color: #3a1f19;

}
.sec-2-link{
    color: #762f21;
    text-decoration: none;
    font-weight: 600;

}

.sponsors{
    background-color: var(--grey2);
}






