:root {
    --eggshell: #fcf1e4;
    --sage: #a0bcae;
    --dark-sage: #6e8970;
    --yellow: #fab42d;
    --yellow-light:#fdf6d8;
    --white: #fff;
    --outline:#ff990010;
    --darker-sage: #39473A;
}

[data-theme="contrast"] {
     --eggshell: #000;
    --sage: #fff;
    --dark-sage: #fff;
    --yellow: #ffd700;
    --yellow-light: #111;
    --white: #000;
    --outline:#fab42d;

}

/*Debug Linien

* {
  outline: 1px solid red;
}
*/

/* Fonts hinzufügen */


@font-face {
  font-family: myfont; /* set name */
  src: url(Gelasio-Regular.woff2) format("woff2"),
     url(Gelasio-Regular.woff) format("woff");
    font-display: swap;
}
@font-face {
  font-family: myfont2; /* set name */
   src: url(OpenSans-Regular.woff2) format("woff2"),
     url(OpenSans-Regular.woff) format("woff");
    font-display: swap;
}

@font-face {
  font-family: myfont3; /* set name */
  src: url(OpenSans-Bold.ttf); /* url of the font */
    font-display: swap;
}


/*Allgemeines*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  min-width: 0;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}
h4{
    font-family: 'myfont2', serif;
    color: var(--dark-sage);
    font-size: 50px;
}

h2, h3 {
    font-family: 'myfont2', serif;
    font-size: 40px;
}
h1{
    font-family: 'myfont', serif;   
    color: var(--yellow);
  font-size: clamp(1.5rem, 4vw, 60px);
}


    p {
    font-size: clamp(20px, 2vw, 25px);
}

    a{
    text-decoration: none;
}
body {
  margin: 0;
  font-family: 'myfont2', 'Arial', sans-serif;
  color: var(--sage);
  line-height: 1.6;
  overflow-x: hidden;
}
/* Fokus Outlines */
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 3px solid var(--outline);
  outline-offset: 4px;
}

/* Weißer Hintergrund */
section {
  padding: 60px 0px;
  scroll-margin-top: 220px;
    background: var(--white);
  
}
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: black;
  color: white;
  padding: 1rem;
  z-index: 999;
}

.skip-link:focus {
  left: 20px;
}
/* Burger */
.burger {
  position: fixed;
  top:  60px;
  right: 20px;
  width: 40px; 
  cursor: pointer;
  z-index: 1003;
}

.burger::before {
  content: "";
  position: absolute;
  inset: -10px;
  background: rgba(252, 241, 228, 0.2); 
  border-radius: 10px; 
  z-index: -1;
}
.burger:hover::before{
   box-shadow: 0 4px 12px rgba(0,0,0,0.15);
   transform: translateY(-3px);
   
}

        .burger span {
          display: block;
          height: 3px;
          background: black;
          margin: 6px 0;
          transition: 0.3s;
}


      /* Menü */
        #menu {
          position: fixed;
          top: 0;
          right: -260px;
          width: 260px;
          height: 100%;
          background: var(--eggshell);
          padding-top: 80px;
          transition: 0.4s;
          z-index: 1002;
          font-family: 'myfont2', 'Arial', sans-serif; 
}
    #menub{
    max-width:1400px;
}
    #menu a {
        
        display: block;
        padding: 15px 25px;
        text-decoration: none;
        color: var(--dark-sage);
}
    #menu.active {
        right: 0;
        
}
    #phone{
        position: absolute;
        bottom: 10px;
}
     /* Burger Animation */

    .burger.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
}
    .burger.active span:nth-child(2) {
        opacity: 0;
}
    .burger.active span:nth-child(3) {
        transform: rotate(-45deg) translate(7px, -6px);
}
    #contrast-toggle{
    margin-left: 10px;
    color: var(--dark-sage);
    border: none;
    min-width:40px;
   
   
    

}
    .container {
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        padding: 0 20px;
}

    /* Header */
    header {
        position: sticky;
        top: 0;
        z-index: 1000;
        background: var(--eggshell);
        
        will-change: transform;
}

    .social-header {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        gap: 20px;
        white-space: nowrap;
}    

    .fa {
        padding: 20px;
        font-size: 2em;
        width: 30px;
        text-align: center;
        text-decoration: none;
        border-radius: 50%;
        position: sticky;
        color: var(--dark-sage);
}
    .social{
    padding-right: 3rem;
    z-index:1000;
        
}
    .social a{
        font-size: 2em;
        padding: 10px 30px;
       
}
.social i{
        width: 2em;
        font-size: 2em;
}
    .social a:hover {
      transform: translateY(-5px);
}
    .title{
        
        padding-right: 3em;
}
    .title img{
        padding: 1.5rem 2rem;
        max-width: 400px;
        margin-bottom: 30px;
}
    nav a {
      text-decoration: none;
      color: #777;
}
    #navbar {
      display: flex;
      flex-wrap: nowrap;
      gap: 20px;
      #navbar {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    
}

}
    #navbar a{
        padding: 15px 35px 15px 15px;
        font-family: 'myfont2', serif;
        font-size: 35px;
        text-decoration: none;
        color: var(--dark-sage);
        border-radius: 10%;
        white-space: nowrap;
        min-width: 210px;
        text-align: center;
}

    #navbar a:hover{
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        transform: translateY(-3px);
}

     /* Hero */
    .hero {
        display: flex;
         min-height: 100vh;
        min-height: 100svh;
        min-height: 100dvh;
        isolation: isolate;
        background: linear-gradient(to bottom, #f5f0eb, #ffffff);
        align-items: center;
        justify-content: center;
        text-align: center;
        position: relative;
        overflow: hidden;
        text-align: center;

}
#phone{
        max-width: 290px;
        width: 250px;
        border: 2px solid var(--yellow);
        background: none;
        color: var(--yellow);
        text-decoration: none;
        border-radius: 30px;
        cursor: pointer;
        right: 5px;
   
    
}

#phone:hover {
        transform: translateY(-5px);
        background: var(--yellow);
        color: var(--eggshell);
        transition: 0.3s;
}
#phone p{
        white-space: nowrap;
        font-size: 1rem;
        font-family: 'myfont2', 'Arial', sans-serif; 
      
}
    .hero h2 {
        font-size: 2.5rem;
}

@keyframes pulseAnimation {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}

    .hero button {
        padding: 20px 30px;
        border-style: solid;
        border-color: var(--yellow);
        background: rgba(99, 95, 89, 0.5);
        font-size: 2rem;
        color: var(--yellow);
        cursor: pointer;
        box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        animation-name: pulseAnimation;
        animation-duration: 1.8s;
        animation-timing-function: ease;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: both;
}


    /* Video */
    .hero-video {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
      z-index: 0;
      object-fit: cover;
      filter: brightness(1.05) contrast(1.05);
      pointer-events: none;
}


/* Overlay für Transparenz */
    .hero-overlay {
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient(
        rgba(252, 241, 228, 0.25),
        rgba(252, 241, 228, 0.45)
      );
}

    /* Inhalt darüber */
    .hero-content {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      min-height: 60vh;
      z-index: 2;
      color: var(--sage);
      max-width: 700px;
      width: 100%;
      height: 1000px;;
      text-align: center;
      padding: 20px;
}

.video-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;       /* Passt sich exakt an die 40vh des Videos an */
  z-index: 10;        /* Liegt sicher über dem Video */
  pointer-events: none; /* Wichtig: Erlaubt Klicks/Touches auf das Video im Hintergrund, falls nötig */
}

.top-btn {
    /* Ihre bestehenden Styles */
    padding: 20px 30px 20px 25px;
    border: 2px solid var(--yellow);
    background:     rgba(250, 180, 45,0.65);;
    font-size: 2rem;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;

    /* Für das Schweben über dem Video */
    position: absolute;   
    top: 85%;             
    left: 50%;            
    z-index: 10;          
    display: inline-block;
    text-align: center;
    white-space: nowrap;  /* Verhindert, dass der Text auf kleinen Handys zweizeilig wird */

    /* KOCHREZEPT FÜR DIE ZENTRIERUNG: Zieht den Button um die Hälfte seiner eigenen Größe zurück */
    transform: translate(-50%, -50%); 
}

    /* Sections */
    .section {
      padding: 60px 20px;
      scroll-margin-top: 100px;
}
.section h3 {
    font-size: 32px;
}

    .section.light {
      background: var(--yellow-light);
}


/* Über mich */

    #lasi .about-content{
        max-width: 2000px;
        background-image: url('pictures/canvas.jpg');
        s
}
    .portrait{
        justify-content: center;
        float: right;

}
.portrait img{
        max-height: 600px;
        padding: 20px;
        
}

    .description {
    text-align: left;
    margin-top: 20px;
    max-width: 860px;
    color: var(--dark-sage)
}
.btn{
    padding-top: 20px;
}

    .main-btn {
        margin: 20px -20px;
        padding: 20px 30px 20px 25px;
        border: 2px solid var(--yellow);
        background: var(--yellow);
        font-size: 2rem;
        color: white;
        text-decoration: none;
        border-radius: 30px;
        cursor: pointer;
}
    .main-btn:hover {
        background: none;
        color: var(--yellow);
        transform: translateY(-3px);
        transition: 0.3s;
}

    .button-wrapper {
      grid-column: 1 / -1;
      display: flex;
      justify-content: center;
}

    #about {
      text-align: center;
  }

    .about-content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 40px;
gap: 0;
        text-align: center;
        background: var(--yellow-light);    
    }

    #about .main-btn{
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
        background: var(--yellow);
        color: var(--white);
        padding: 15px 25px;
        
}
    .about-light p {
        background: var(--eggshell);
        color: var(--dark-sage);
        font-size: 20px;
        padding: 10px 40px;
        text-align: left;
        max-width: 1600px;
        margin: auto;
        border-radius: 5%;
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

    .about-dark p{
        text-align: left;
        color: var(--dark-sage);
        background: var(--eggshell);
        position:relative;
        font-size: 20px;
        width: 100%;
        padding: 10px 40px;
        max-width: 1600px;
        margin: auto;  
        border-radius: 5%; 
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
#oranges{
    max-width: 80%;
}

    #langenhard{
        width: 300px;
        margin: 10px 10px 10px 20px;
}
    #kind{
       
    width: 100%;
    height: auto;
    max-width: 300px;
    object-fit: cover;
    break-inside: avoid;
}
   #dream {
    width: 100%;
    height: auto;
    max-height: 800px;
    object-fit: cover;
    break-inside: avoid;
}


.highlight{
    font-size: 2rem;
    font-weight: bold;
}
    .text-icon{
        float: right;
        width: 250px;
        margin: 10px 0 10px 20px;
        border-radius: 10px;
}

    .text-icon-alt{
        float: left;
        margin-right: 30px;
        border: 30px;
        width: 250px;
        margin: 10px 20px 10px 20px;
        border-radius: 10px;
}

/*Spiel*/

    

    .farb-btn {
      width: 100px;
      height: 100px;
      border: none;
      padding: 0;
      border-radius: 12px;
      overflow: hidden;
      cursor: pointer;
      transition: transform 0.15s, box-shadow 0.15s;
    }

    .farb-btn img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    .farb-btn:hover {
      transform: scale(1.08);
      box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    }

    .game {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    background: var(--white);
    }

    .farben-container {
     display: flex;
     flex-wrap: wrap;
     gap: 12px;
     max-width: 100%;
     justify-content: center;
     margin-bottom: 24px;
     text-align: center;
    }


    .farb-btn.aktiv {
      outline: 4px solid #000;
      outline-offset: 2px;
    }

    #textfenster {
      background: white;
      padding: 20px;
      border-radius: 12px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      min-height: 100px;
      display: none;
    }

    #textfenster h2 {
      margin-top: 0;
      margin-bottom: 8px;
    }

    #textfenster p {
      margin: 6px 0;
      line-height: 1.5;
    }
    #avi{
        bottom: -30px;
}
    .label {
      font-weight: 600;
    }
  

/* Cards */
    .container h2{
        padding-bottom: 20px;
}
    .cards {
        display: flex;
        gap: 80px;
        flex-wrap: wrap;
}

    .card {
        flex: 1 1 250px;
        transition: 0.3s;
}
    .cards p{
        text-decoration: none;
        color: var(--dark-sage);
    padding-bottom: 10px;
}
        .cards img{
        width: 100%;
        height: 420px;
        object-fit: cover;
        border-radius: 20px;
        display: block;
    }

    .card:hover {
        transform: translateY(-5px);
}

/*Banner*/

    .banner{
        text-align: center;
        background-image: url('pictures/canvas.jpg');
        color: var(--eggshell);
        height: 80px;
        justify-content: center;
        align-items: center;
        display: flex;
        z-index: 1000;
}
.banner h1{
    color: var(--yellow);
    font-size: 50px;
}
 
    

/*Galery*/



    .gallery {
         column-count: 4;
         column-gap: 12px;
}
    .gallery img{
        width: 100%;
        margin-bottom: 12px;
        border-radius: 12px;
        display: block;
        transition: transform 0.3s ease;
        break-inside: avoid; 
        
}

    .gallery img:hover {
        transform: scale(1.03);
}


    img {
        max-width: 100%;
        height: auto;
}

/*mobile Galerie*/
         .masonry-grid {
          display: grid;
          gap: 12px;
          width: 100%;
          /* Handy-Standard: Feste 2 Spalten */
          grid-template-columns: repeat(2, 1fr); 
        }

        .masonry-grid img {
          width: 100%;
          height: auto;
          display: block;
        }

        /* --- PLATZIERUNG AUF DEM HANDY (2 Spalten) --- */
        .pos-m1-pc1, .pos-m1-pc3 { grid-column: 1; } /* Spalte 1 auf dem Handy */
        .pos-m2-pc2, .pos-m2-pc4 { grid-column: 2; } /* Spalte 2 auf dem Handy */


        /* --- PLATZIERUNG AUF DEM PC (4 Spalten) --- */
        @media (min-width: 768px) {
          .masonry-grid {
            /* PC-Modus: Feste 4 Spalten */
            grid-template-columns: repeat(4, 1fr);
          }

          /* Jetzt weisen wir jedem Bild seine exakte PC-Spalte (1 bis 4) zu */
          .pos-m1-pc1 { grid-column: 1; }
          .pos-m2-pc2 { grid-column: 2; }
          .pos-m1-pc3 { grid-column: 3; }
          .pos-m2-pc4 { grid-column: 4; }
        }


/* Zitat */

    .quote {
        text-align: center;
        font-style: italic;
        background: var(--eggshell);
        position:relative;
        font-size: 25px; 
}

.quote p {
        font-size: 20px;
        color: var(--dark-sage);
}

blockquote{
        padding-top: 2rem;
}

/* Form */
    .contact-container{
        max-width: 70%;
        margin: auto;
        padding: 20px;
}

    form {
        display: flex;
        flex-direction: column;
        gap: 10px;
}

    input, textarea {
        padding: 10px;
        border: 1px solid #ddd;
}

    textarea{
        min-height: 4em;
}

    button {
        margin-top: 20px;
        padding: 5px 10px;
        border-style: solid;
        border-color: var(--yellow);
        background: none;
        color: var(--yellow);
        cursor: pointer;
        border-radius: 30px;
}
    #submit {
        background-color: var(--yellow);
        color: var(--eggshell);
        margin-top: 20px;
        padding: 5px 10px;
        border-style: solid;
        border-color: var(--yellow);
        cursor: pointer;
}
    #submit:hover {
        transform: translateY(-5px);
}

/* Responsive */

/*ios fix*/
@supports (-webkit-touch-callout: none) {
  .hero-overlay {
    background: linear-gradient(
      rgba(252, 241, 228, 0.35),
      rgba(252, 241, 228, 0.6)
    );
  }
  .hero-video {
    filter: brightness(1.1) saturate(1.05);
  }
html {
    scroll-behavior: auto;
    -webkit-text-size-adjust: 100%;
  }

}



@media (hover: hover) {
  .farb-btn:hover {
    transform: scale(1.08);
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  video {
    display: none;
  }
}
@media (hover: none) {
  .section-p2 {
    background-attachment: scroll;
  }
}

/*Mobile Geräte allgemein */
@media (max-width: 1024px) {
  .gallery {
    column-count: 3;
  }

  .header-bar {
    display: none;
  }
.col{
    width:370px
}

#contact,
#uber,
#follow{
    padding-top: 20px;
}
#follow{
padding-right: 20px;
}
}

@media (max-width: 768px) {

html {
  -webkit-overflow-scrolling: touch;
}
p {
  font-size: clamp(20px, 2.5vw, 25px);
}
.container {
  min-width: 0;
}

.section{
scroll-margin-top: 20px;
}

  header {
    padding: 4px 10px;
    min-height: unset;
  }

  .social-header {
    align-items: center;
    min-height: 60px;
  }

  .title {
    padding-left: 0;
  }

  .title img {
    max-width: 85px;
    padding: 0;
    margin: 0;
    display: block;
  }

  .burger {
    top: 50px;
    transform: translateY(-50%);
    right: 15px;
  }

button, a {
  -webkit-tap-highlight-color: transparent;
}
button, .farb-btn {
  min-height: 44px;
  min-width: 44px;
}
.hero{
    min-height: 75vh;
}
.video-container {
  width: 100%;          /* HIER steuern Sie die Stauchung (z. B. 50% der Seite) */
  height: 100%;       /* Feste Höhe des Videos */
  margin: 0 auto;      /* Zentriert das gestauchte Video auf der Seite */
  overflow: hidden;    /* Schneidet überstehende Ränder ab */
}
    .hero-video {
  width: 90vh !important;     
  height: 100% !important;
  object-position: center;     
  display:block;
  object-fit: fill;
}
.hero-overlay{
    display: none;
}

.gallery img{
    max-width: 200px;
}

.container{
    padding: 0px 0px;
}
.social {
  display: flex; 
  align-items: stretch;
  justify-content: flex-start;
  padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;  
    max-width:180px;  
}
.social a {
font-size: 1.3em;
padding: 50px 20px;
padding-left: 0px;
}

/*.social > a {
  display: none !important;
}
*/
.social #icon1 {
  display: inline-block !important;
  margin: 27px 0px 15px 0px !important; /* 0px haut es ganz an den linken Rand */
  visibility: visible !important;
  opacity: 1;
  color: var(--dark-sage);
    font-size: 1.7rem;
padding-left: 5px;
padding-right: 0px;

}

.social-header {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
  min-height: 40px;
  max-height: 100px;
  width: 100%;
}
    .title{
    padding-left: 0;    
}

  .title img {
    max-width: 140px;
    padding: 0;
    margin: 0;
    display: block;
  }



  .cards {
    flex-direction: column;
    column-count: 1;
    padding: 20px;
  }
    .banner h1{
    font-size: 25px;
}

  .text-icon,
  .text-icon-alt {
    float: none;
    display: block;
    margin: 20px auto;
    width: 100%;
    max-width: 300px;
  }
 .about-content {
    grid-template-columns: 1fr;

  }
.about-dark p{
 border-radius: 0;
}
.about-light p{
 border-radius: 0;
}


  .about-light p,
  .about-dark p {
    padding: 20px;
    font-size: 20px;
    
  }
#oranges{
width: 150px;
margin-top: -20px;;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }

.section_light{

    background: var(--yellow-light);
}

footer{
    padding-top: 20px;
    flex-direction: column;
    column-count: 1;
    background: var(--white);
}

img{
 max-width: 100%;
  height: auto;
  display: block;
}
#bird{
    position: sticky;
    right:10px;
    bottom:200px;
    padding-left: 200px;
    max-width: 10%
}  
}

@media (max-width: 480px) {
        
    button, a {
  -webkit-tap-highlight-color: transparent;
}
    button, .farb-btn {
  min-height: 44px;
  min-width: 44px;
    
}
 .hero-content {
      width: 80%;
}

.hero{
    
}
.main-btn {
  min-height: 44px;
  min-width: 44px;
 font-size: 1.5rem;
    top: 20px;
}

.video-overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;       /* Passt sich exakt an die 40vh des Videos an */
  z-index: 10;        /* Liegt sicher über dem Video */
  pointer-events: none; /* Wichtig: Erlaubt Klicks/Touches auf das Video im Hintergrund, falls nötig */
}

.top-btn {
    /* Ihre bestehenden Styles */
    padding: 8px 13px 8px 13px;
    border: 2px solid var(--yellow);
    background: rgba(250, 180, 45,0.65);
    font-size: 2rem;
    color: white;
    text-decoration: none;
    border-radius: 30px;
    cursor: pointer;

    /* Für das Schweben über dem Video */
    position: absolute;   
    top: 85%;             
    left: 50%;            
    z-index: 10;          
    display: inline-block;
    text-align: center;
    white-space: nowrap;  /* Verhindert, dass der Text auf kleinen Handys zweizeilig wird */

    /* KOCHREZEPT FÜR DIE ZENTRIERUNG: Zieht den Button um die Hälfte seiner eigenen Größe zurück */
    transform: translate(-50%, -50%); 
}

.cards {
  align-items: stretch;
}

  .gallery {
    column-count: 2;
    column-gap: 5px;
  }

  .gallery img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    display: block;
    break-inside: avoid;
    border-radius: 12px;
  }
#dream
}

@media screen and (max-width: 414px) {

  .gallery{
    column-count: 2;
    column-gap: 8px;
    padding: 0px 10px;
  }

  .gallery img{
    margin-bottom: 8px;
    border-radius: 8px;
  }

.about-content{
    padding: 10px;
}
.description{
    padding: 0px 20px 0px 30px; 
    padding-bottom: 40px; 
}  
.bt{
    text-align: center;
}
.main-btn{
    padding: 6px 20px;
    
}
}
/*Ende Media*/

 .about-dark,
 .about-light {
    padding: 10px;
    font-size: 20px;
  }


h3, h4{
font-size: 20px;
}
footer p{
font-size: 12px;
}
.copyright{
font-size: 18px;
}


/* Hero Grundstruktur */


.section-p2{

background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
padding: 20px;
background-color: var(--white);
}


footer{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
text-decoration: none;
}

footer .col{
display: flex;
flex-direction: column;
align-items: flex-start;
margin-bottom: 30px;
margin: auto;
}

footer .col p{
color: var(--sage);
font-size: 20px;
}
.phone-row{
  display: flex;
  align-items: center;
  gap: 10px;
  
}

.phone-row img{
    padding-top: 6px;
}
#email{
    text-decoration: none;
    color: var(--sage);   
}

#contact{
padding right:4em;
}
#uber{
padding-right: 4em; 
}
#account{
  padding-right: 40px;
}
#bird{
    position: sticky;
    bottom: 400px;
    right: 0px;
}  

.follow{
    padding-top: 20px;
}

.copyright{
text-align: center;
padding-bottom: 20px;
margin-top: 40px;
color: var(--dark-sage)
}

#access{
    display: none;
}

