*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html {
    scroll-behavior: smooth;
}


::selection {
    background: #5FAD56;
    color: #ffffff;
}

::-moz-selection {
    background: #5FAD56;
    color: #ffffff;
}


@import url('https://fonts.googleapis.com/css2?family=Beth+Ellen&display=swap');

.beth-ellen {
  font-family: 'Beth Ellen', cursive !important;
}





.card {
    background: #151b17;
    overflow: hidden;
    border-radius: 20px;
}

.card img {
    width: 100%;
    aspect-ratio: 8 / 5;
    object-fit: cover;
    display: block;
}

.divider{
    width:100%;
    height:1px;
    background:#3d5943;
    margin:0 auto;
}



.back-to-top {
    position: fixed;
    right: 24px;
    bottom: 24px;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid #444;
    border-radius: 50%;

    background: #111;
    color: #fff;

    text-decoration: none;
    font-size: 2rem;
    line-height: 1;

    transition: all 0.2s ease;
    z-index: 1000;
}

.back-to-top:hover {
    transform: translateY(-3px);
    border-color: #666;
}

a:hover {
    color: #5FAD56;
}


nav{
    display:flex;
    gap:24px;
}

header{
    position:sticky;
    top:0;
    z-index:1000;
    background:#1e2620;
}




.menu-toggle{
    display:none;
    background:none;
    border:none;
    color:white;
    font-size:2rem;
    cursor:pointer;
}



header .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}



#header-logo {
    width: 200px; /* adjust to whatever size you want */
}




body {
   font-family: "Arial", serif;
 font-size: 16px;
  font-weight: 300;
	line-height: 20px;
  font-style: normal;
	 background:#1e2620;
	color: white;
}





h1 {
  font-family: "Beth Ellen", "Arial", "sans-serif";
  font-size:72px;
  font-weight: 400;
		line-height: 90px;
  font-style: normal;
color: white;
}


h2 {
   font-family: "Arial", serif;
 font-size: 23px;
  font-weight: 300;
	line-height: 35px;
  font-style: normal;
	 background:#1e2620;
	color: white;
}


h3 {
  font-family: "Beth Ellen", "Arial", "sans-serif";
 font-optical-sizing: auto;
  font-weight: 400;
		line-height: 70px;
  font-style: normal;
color: white;
}





h4 {
 font-family: "Arial", serif;
  font-size: 20px;
  font-weight: 5	00;
	line-height: 20px;
  font-style: normal;
	color: white;
}




h5{
 font-family: "Arial", serif;
  font-size: 22px;
  font-weight: 300;
	line-height: 30px;
  font-style: normal;
	 background:#1e2620;
	color: white;
}



.container{
    width:min(1100px,90%);
    margin:auto;
}



header{
    padding:30px 0;
    position:sticky;
    top:0;
    background:#1e2620;
}

header .container{
    display:flex;
    justify-content:space-between;
    align-items:center;
}


h1 a{
    color:#ffffff;
    text-decoration:none;
}


.tags {
	font-size:16px;
	margin-top: -10px;
}

nav a{
    color:#ffffff;
    text-decoration:none;
}

nav a:hover {
    color:#5FAD56;
     text-decoration:none;
}


a,
a:visited {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover,
a:focus {
    color: #5FAD56;
}



.hero{
 padding: 60px 0px 60px 0px;
}



@media(max-width:768px){
.hero{
 padding: 0px;
	}}




.hero-grid {
    display: grid;
    grid-template-columns: 1fr 300px;
    align-items: center;
    gap: 50px;
}

@media (max-width:768px) {
    .hero-grid {
        grid-template-columns: 1fr;
    }
}



.container .hero{
    width:min(1100px,90%);
    margin:auto;
}



#headshot {
    width:100%;
    border-radius:20px;
	padding: 0px 0px 0px 0px;
}


@media(max-width:768px){
#headshot {
    max-width: 280px;
}
}



.sid {
opacity:15%;
}


@media(max-width:768px){
.sid {
  display: none;
}
}





.buttons{
 position: relative;
    display: inline-block;
    padding: 1px 6px;
    background: #fff;
    color: #111;
    text-decoration: none;
    border-radius: 7px 11px 6px 9px;
    transform: rotate(-0.5deg);
}

.hand-button::after {
    content: "";
    position: relative;
    inset: -4px;
    border: 1.5px solid #fff;
    border-radius: 8px 5px 11px 6px;
    transform: rotate(1.2deg);
}

a.button {
    display:inline-block;
    background:#ffffff;
    color:#000000;
    padding:12px 24px;
    text-decoration:none;
    border-radius:8px;
}

a.button:hover {
padding:9px 20px;
}

a.button.secondary {
    background:#5FAD56;
    color:#ffffff;
}


a.button.secondary:hover {
    background:#fff;
    color:#000000;
}



.section {
    padding: 60px 0px 60px 0px;
}



.about-text {
    column-count: 2;
    column-gap: 40px;
}


@media(max-width:768px){
.about-text {
    column-count: 1;
    column-gap: 40px;
	}}

@media(max-width:768px){
h1 {
font-size: 40px !important;
	}}

@media(max-width:768px){
h2 {
font-size: 20px !important;
	}}






.section h3{
    font-size:2rem;
    margin-bottom:40px;
}



.portfolio-grid{
    display:grid;
	  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
}




.card{
      background:#191e1a;
    border-radius:15px;
    overflow:hidden;
    display:flex;
    flex-direction:column;
}

.card img{
    width:100%;
    display:block;
}

.card h4,
.card p,
.card a{
    padding:0 20px;
}

.card h4{
    margin-top:20px;
	margin-bottom: 15px;
}

.card a{
    display:block;
    padding-bottom:20px;
	 margin-top:auto;
    padding:20px 20px 20px;
    color:white;
    margin-top:auto;
}



#icons {
width: 40px;
margin: 0px 30px 0px 0px;
}



#contact a,
#contact a:visited {

    text-decoration:none;
}

@media (max-width:768px){

    .menu-toggle{
        display:block;
    }

    nav{
        display:none;
    }

    nav.active{
        display:flex;
        flex-direction:column;
        position:absolute;
        top:100%;
        right:0;
        width:200px;
        background:#171717;
        padding:20px;
        border-radius:12px;
        gap:15px;
        z-index:1001;
    }

  

  

    header .container{
        position:relative;
    }

    .eyebrow{
        margin-top:-45px;
    }


	
	
	
	#icons {
width: 40px;
margin: 0px 20px 0px 0px;
}
	
}
	
	
	
@media (max-width: 768px) {
    h1 {
        font-family: 'Beth Ellen', cursive;
        font-size:35px;
  font-weight: 400;
		line-height: 55px;
  font-style: normal;
color: white;
    }
}




@media (max-width: 768px) {
    h3 {
        font-family: 'Beth Ellen', cursive;
	}}




a:hover,
a:focus,
h1 a:hover,
nav a:hover,
.card a:hover,
#contact a:hover {

}

	
	
footer{
    padding-bottom:30px;
    border-top:1px solid #222;

}
	
	
	

footer p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap; /* Wraps nicely on mobile */
}

footer a {
    color: #fff;
    text-decoration: none;
	
}

	footer a:hover {
    text-decoration: underline;
	}
