@font-face{
    font-family: 'Pinky Promise';
    src: url(PinkyPromise.ttf);
    font-style: normal;
font-weight: 100;
}

@font-face{
    font-family: 'Unicorn Scribbles';
    src: url(Unicornscribbles.otf);
    font-style: normal;
font-weight: 100;
}

@font-face{
    font-family: 'Winkle Regular';
    src: url(Winkle-Regular.ttf);
    font-style: normal;
font-weight: 100;
}

p {
    font-family: Winkle Regular;
font-weight: 100;
    font-size: 20px;
    color: #97582a;
}

.text-two {
    font-family: Winkle Regular;
font-weight: 100;
    font-size: 20px;
    color: #ffffff;
}

h2 {
    font-family: Pinky Promise;
font-weight: 100;
    color: #954535;
}

html{
background-image: url(facwlenflawnflkse.jpg);
background-repeat: repeat;
    background-size: center;
margin: 0;
}

body{
margin: 30px auto;
    padding: 20px;}

#container{
background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(skalflsnalvkmad.jpg);
border: 3px solid white;
  width: 960px;
max-width: 95%;
  margin: 0 auto;
  padding: 10px 20px 30px 20px;
  box-sizing: border-box;
  border-radius: 12px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);}

.banner{
background-image: url(0dQfLYC.gif);
background-position: center;
background-size: cover;
width: 100%;
max-width: 900px;
height: 200px;
margin: 20px auto;
display: flex;
border-radius: 10px;
align-items: center;
justify-content: center;
border: 3px solid white;
overflow: hidden;
box-sizing: border-box;
}

.nav-container, .info-row, footer{
  width: 100%; 
  max-width: 900px;
  margin: 10px auto;
}

.web-btn {

display: inline-block;
    text-decoration: none;
    font-family: 'Unicorn Scribbles'; /* Matches your footer/marquee vibe */
    font-weight: 50;
    padding: 8px 16px;
    text-align: center;
    border-radius: 6px;
    
    /* This creates a chunky, retro "drawn" outline */
    border: 3px solid #ffffff;
    box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.15); 
    
    /* Smooth transition when pressing down */
    transition: transform 0.1s ease, box-shadow 0.1s ease;
    cursor: pointer;
    
transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.1s ease, filter 0.1s ease;
    cursor: pointer;
}

a.web-btn.about {
    background-color: #FEC98F; 
    color: #ffffff !important;
}

a.web-btn.gallery {
    background-color: #FEC98F; 
    color: #ffffff !important;
}

a.web-btn.blog {
    background-color: #FEC98F; 
    color: #ffffff !important;
}

a.web-btn.ocs {
    background-color: #FEC98F; 
    color: #ffffff !important;
}

.web-btn:hover {
    filter: brightness(1.1);
    transform: scale(1.08);
    box-shadow: 0px 6px 12px rgba (0, 0, 0, 0.12);
}
.web-btn:active {
    /* Physically "presses down" when clicked */
    transform: translateY(3px);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

/*In case I need to put text or a gif in the header banner.*/
.banner-content{
padding: 16px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
width: 870px;
height: 120px;
box-sizing: border-box;
border-radius: 10px;
margin: 0 auto;
display: flex;
align-items: center;
}

.nav-container { 
max-width: 900px;
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
column-gap: 12px;
grid-row-gap: 8px;
justify-content: center;
align-items: center;
background: #ffebeb;
padding: 10px;
box-sizing: border-box;
border-radius: 8px;
border: 3px solid white;
}

.info-row {
display: flex;
column-gap: 10px;
flex-wrap: wrap;}

.info-box {
flex: 1;
border: 3px solid white;
border-radius: 10px;
padding: 15px;
box-sizing: border-box;
text-align: LEFT;
height: auto;
min-height: 350px;
overflow:hidden;
display: block;
align-items: flex-start;
justify-content: center;
    background: #ffebeb;
}
.ashiintro{
    max-width: 500px;
}

footer {
    width: 900px;
    margin: 30px auto;
    text-align: center;
    font-family: monospace;
    font-size: 12px;
    color: #ffffff;
}

.character{
float: right;
width: 250px;
height: auto;
margin-left: 20px;
margin-bottom: 10px;
}

.marquee {
display: flex;
overflow: hidden;
column-gap: 1rem;
position: relative;
user-select: none;
width: 100%;
background: #ffffff;
border: 2px solid white;
border-radius: 6px;
padding: 8px 0;
margin-bottom: 15px;
height: 34px;
box-sizing: border-box;
}

.marquee-content {
display: inline-block;
white-space: nowrap;
font-family: "Winkle Regular";
color: #808000;
font-weight: 100;
padding-left: 100%;
}

@keyframes scroll {

    0%{
transform: translateX(0);
}
    100% {
            transform:translateX(-100%);
        }
 }
    .scroll {
        animation: scroll 10s linear infinite;
}

@media (max-width: 600px) {
  .info-box {
    text-align: center;     
  }

   .character {
float: none;
display: block;
margin: 20px auto 0 auto;
width: 90%;
max-width: 250px;}
}

.slidinglogos{
    overflow: hidden;
    width: 100%;
}

.track{
    
display: flex;
    width: max-content;
}
.ticker {
    display: flex;
    flex-direction: row;
    flex-wrap:nowrap;
     animation: ticker 30s linear infinite;
} 

.ticker-img{
   display:flex;
    flex-shrink: 0;
    column-gap: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.ticker-img img{
   display: block;
    width: auto;
    height: 75px;
}

@keyframes ticker {
    0%{
        transform: translateX(0%);
    }
    100% {transform: translateX(-50%);
    }
}
   