  html, body {
   width: 100%; 
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-color: #f0f0f0;
}

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



/* Fonts */
@font-face {
  font-family: 'Futura Book';
  src: url('/fonts/FuturaCyrillicBook.ttf') format('ttf'),
       url('/fonts/FuturaCyrillicBook.ttf') format('ttf');
}

@font-face {
  font-family: 'Degheest Director Light';
  src: url('/fonts/Director-Light.woff') format('woff');
}

@font-face {
  font-family: 'Degheest Director Bold';
  src: url('/fonts/Director-Bold.woff') format('woff');
}

@font-face {
  font-family: 'Trueno';
  src: url('/fonts/TruenoExBdOl.otf') format('ttf');
}

@font-face {
  font-family: 'GT America';
  src: url('/fonts/GT-America-Standard-Bold.otf') format('ttf');
}

/*  */
h2 {
  font-family: 'GT America';
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

p {
  font-family: 'Futura Book';
  font-style: normal;
  font-weight: 200;
  font-size: 1.1rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.2em;
  color: #3b3b3b;
}

a {
    color:  #3b3b3b;
    text-decoration: none;
}

.caption-text {
    font-family: 'Futura Book';
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.1em;
}

hr {
    size: 0.5px;
}
.divider {
  height: 1px;
  color: black;
  margin: 10px 0;       
}


/* Navbar Section */
.navbar {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  margin-top: 80px;
}


.nav-links {
  display: flex;
  gap: 4rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-text {
       font-family: 'Futura Book';
       font-weight: 200;
    font-style: normal;
font-size: 1.4rem;
  letter-spacing: 0.1rem;
    color:  #484746;
    padding-bottom: 2px;
    padding-top: 6px;
    padding-left: 8px;
    padding-right: 8px;
    border: 0.95px inset lightgrey;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

/* Small Gallery */
.small-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
margin-left: 10px;
margin-right: 10px;
margin-top: 50px;
margin-bottom: 50px;
justify-content: center;
text-align: center;
}

.small-gallery-image {
  width: 100%;
  height: auto;
}

/* Bio Section */
.bio-entry {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 100px;
    justify-content: center;
    text-align: center;
}

.entry-text {
     font-family: 'GT America';
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

.main-bio {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 10px;
    justify-content: center;
    text-align: left;
}

.tools-image {
    width: 50%;
    height: auto;
}


/* Name Section */
.name-heading-div {
display: grid;
grid-template-columns: 1fr 1fr;
}

.name-heading{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0.2em;

}

.home-image {
    width: 100%;
    height: auto;
  }

/* Image Heading */
.image-heading {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 200px;
    margin-right: 200px;
    margin-top: 20px;
    margin-bottom: 0.1em;
}

.headingimage {
width: 40%;
height: auto;
}




/* Mobile Styles */

@media (max-width: 810px) {

h2 {
  font-family: 'GT America';
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
  color: #141414;
}

p {
  font-family: 'Futura Book';
  font-style: normal;
  font-weight: 200;
  font-size: 0.9rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
}


a {
    color: #00B140;
    text-decoration: none;
}

.caption-text {
    font-family: 'Futura Book';
  font-style: normal;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 0.1em;
}

hr {
    size: 0.5px;
}
.divider {
  height: 1px;
  color: black;
  margin: 10px 0;       
}


/* Navbar Section */
.navbar {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
 margin-left: 20px;
 margin-right: 20px;


}


.nav-links {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-text {
       font-family: 'Futura Book';
       font-weight: 300;
    font-style: normal;
font-size: 1.1rem;
  letter-spacing: 0.1em;
    color:  black;
}

.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

/* Small Gallery */
.small-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
margin-left: 20px;
margin-right: 20px;
margin-top: 50px;
margin-bottom: 50px;
justify-content: center;
}

.small-image {
  width: 100%;
  height: auto;
  justify-self: center;
}

/* Bio Section */
.bio-entry {
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 100px;
    justify-content: center;
    text-align: center;
}

.entry-text {
     font-family: 'GT America';
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.3em;
  letter-spacing: 0.1em;
}

.main-bio {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-left: 200px;
    margin-right: 200px;
    margin-bottom: 10px;
    justify-content: center;
    justify-items: center;
    text-align: left;
}

.tools-image {
    width: 50%;
    height: auto;
}


/* Name Section */
.name-heading-div {
display: grid;
grid-template-columns: 1fr 1fr;
}

.name-heading{
    text-align: center;
    margin-top: 80px;
    margin-bottom: 0.2em;

}

.home-image {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    height: auto;
    margin-right: 50px;
    margin-top: 0.1em;
}

/* Image Heading */
.image-heading {
    display: grid;
    grid-template-columns: 1fr;
    justify-items: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 0.1em;
}

.headingimage {
width: 80%;
height: auto;
}


/* Small Gallery */
.small-gallery {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
margin-left: 50px;
margin-right: 50px;
margin-top: 50px;
margin-bottom: 50px;
justify-content: center;
text-align: center;
}

.small-gallery-image {
  width: 100%;
  height: auto;
}
}