.enter {
    white-space: pre-line;
}

body {
    font-family: 'Inconsolata', monospace;
    background-color: #000000;
    color: #b5b5b5;
}



.logo {
    width: 100%;

}

.big {
    font-size: 24px;
}

.work-img {
    text-align:center;
    max-width: 50%;
    height: auto;
    display: block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:-1px;
}

.work-paragraph {
  margin-left: 10%;
  margin-right: 10%;
}

.mini-sculpts-img:hover {
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.7);
  
}

.blog-img {
  max-width: 30%;
  margin: 0 1%;
}

.link-img {
    width:100%;
}

.container{
    box-sizing:border-box;
    border: solid red;
    height: 200px;
    width: 300px;

}

.inside{
    border: solid red;
    margin: 7.5px;
    height: 170px;
    width: 270px;
}


.scrolling-numbers {
    height:16px;
    margin-bottom:-3px
}


.header {
    display:block;
    width: 99.2%;
    position: fixed;
    background:#000000;
    margin-top: -20px;
    margin-left: -5px;
    margin-right: -5px;
    height:30px;
    border-radius: 10px;
    z-index: 2;
    padding:8px
}

.flex-heading {
    display:flex

}

@media screen and (max-width: 768px) {
  .header {
    height: 50px;
  }
  
  .flex-heading .after{
    padding-top:15px;
    
  }
  
}




.flex-heading .after {
    flex: 1 1 0%;
    background:#0f1e0f;
    color:white;
    font-family: 'Inconsolata', monospace;
    text-align: center;
    margin: 0 20px;
    padding-top: 5px;
    border-radius: 10px;
    transition: all 0.2s ease;
    
}



.flex-heading .after:hover {
    box-shadow: 0 0 10px 4px rgba(255, 255, 255, 0.7);
    z-index: 3;
}


.flex-heading .after span {
    display:block;

    padding-top: calc(50% * var(--parent-height));

}

.flex {
    display:flex;
    justify-content: center;
}

.left, .right {
  position: fixed;
  top: 42px;
  bottom: 0;
  width: 13%;
  background-color: lightgray;
  z-index: 1; /* keep them on top if needed */
  background-image:  url(img/sparkles.gif);
  display:flex;
  justify-content: center;
  align-items: center;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.ad_here {
  width: 90%;
  margin:auto;
  
}

.main {
  text-align:center;
  position: absolute;
  top: 42px;
  left: 13%;    /* same as .left width */
  right: 13%;   /* same as .right width */
  bottom: 0;
  width:74%;
  background-color: #000000;
    height:1000px;
}

@media (max-width: 400px), (max-aspect-ratio:1) {
  .left, .right {
    display: none;
  }

  .main {
    left: 0;
    right: 0;
    width:100%;
  }
}


.header a{
    color: gray;
}

.contact-form label {
    display:block;
}

a.submit-button {
    display:block-inline;
    color:white;
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
}

div.submit-button {
    background:#0f1e0f;
    width:60px;
    height: 25px;
    text-align: center;
    padding-top: 5px;
    border-radius: 10px;
    transition: ease .3s;
}

div.submit-button:hover {
    width:75px;
    height:30px;
    padding-top:7.5px;
    font-size:20px;
}

.link-button {
    display:block-inline;
    color:white;
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
}

.link-button {
    background:#0f1e0f;
    width:40%;
    height: 45px;
    text-align: center;
    padding-top: 2px;
    border-radius: 10px;
    transition: ease .3s;
    font-size: clamp(16px, 3.5vw, 30px);
}

.link-button:hover {
    width:60%;
    height:60px;
   font-size: clamp(16px, 5vw, 45px);
}





/* Cover all link states */
a,
a:link,
a:visited {
  color: #93e9be !important;
  text-decoration: none; /* optional */
}

a:hover,
a:focus,
a:active {
  color: #93e9be !important;
}

/* Kill iOS tap highlight overlay */
a {
  -webkit-tap-highlight-color: transparent;
}

/* If you have dark mode enabled, also ensure the color sticks */
@media (prefers-color-scheme: dark) {
  a,
  a:link,
  a:visited,
  a:hover,
  a:focus,
  a:active {
    color: #93e9be !important;
  }
}

/* If using tel/mail auto-detection */
a[href^="tel"],
a[href^="mailto"] {
  color: #93e9be !important;
  text-decoration: none;
}
a,
a:link,
a:visited,
a:active,
a:hover {
  color: #93e9be !important;
  -webkit-text-fill-color: #93e9be !important; /* iOS override */
}






.center-container {
    display: flex;
    justify-content: center;
}

.mini-sculpts-img {
    justify-content: center;
    width:100%;
}

.centering-div {
    text-align:center;
    
}

.center-vertical {
  display: flex;
  align-items: center; 
}

.back-button {
    display:block-inline;
    color:white;
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
    background:#0f1e0f;
    width:18%;
    height: 45px;
    text-align: center;
    padding-top: 0;
    border-radius: 10px;
    transition: ease .3s;
    font-size: clamp(16px, 3.5vw, 30px);
    margin-top:15px;
    margin-bottom:5px;
}

.back-button:hover {
   box-shadow: 0 0 12px 3px white;
}



.contact-img {
  display: block;
  width: 50%;      /* relative to parent */
  max-width: none; /* allow it to grow without limit */
  height: auto;
  margin: 0 auto;  /* keeps it centered */
}


.work-img{
  display: block;
  width:80%;
  height:auto;
}


          .footer-container {
  display:flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  bottom: 0;
  background: #0f1e0f;
  background-color:#000000;
  color: #b5b5b5;
  text-align: center;
  padding: 10px 0;
  z-index: 2; /* ABOVE sidebars */
  font-size: 0.8em;
  height: 50px;
  border-top: 2px solid #b5b5b5;
  border-bottom: 2px solid #b5b5b5;
}

.footer-text {
  /* This tells the div to grow and fill all available space equally */
  flex: 1; 
  
  box-sizing: border-box;
  text-align: center;
  padding: 10px;
}

.footer-logo {
  /* This tells the div: don't grow, don't shrink, just fit the content */
  flex: 0 0 auto; 
  height: 50px;
  
  /* Your specific spacing requirements */
  padding: 0 20px;  /* Space inside the logo box */
  margin: 0 10px;   /* Space between the logo and the text boxes */
}

.logo-img {
  height: auto;
  width:auto;
  display: block;
  max-width:100px;
}

