html, body, h1, h2, h3, h4, h5, h6, p, a, blockquote, cite, ol, ul, li, fieldset, form, label, img, div, dl, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


/* Desktop breakpoint */
	
body {background-color: #212121;	
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  padding: 1.5em;
}

h1  {
    font-family: "futura-pt-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: clamp(3rem, 5vw, 10rem);
    line-height: 0.35em;
    letter-spacing: -0.06em;
    color: #EEE;
    text-transform: uppercase;
    
 }
 
 h2  {
    font-family: "futura-pt","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: clamp(2rem, 4vw, 3rem);
    letter-spacing: -0.04em;
    color: #EEE;
    text-transform: lowercase;
    
 }

 
  h3  {
    font-family: "futura-pt","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 1.35em;
    letter-spacing: -0.01em;
    color: #EEE;
    text-transform: lowercase;
    
 }
 
 h4  {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 1em;
    letter-spacing: 0.13em;
    color: #999;    
    line-height: 2em;
 }
 
a {color: #F76900; 
text-decoration: none;
border-color: #999;
border-style: none none solid;
border-width: 0 0 1px;
padding: 0 0 5px;
background-color: #212121; 
}

a: hover { color: #FFF;}
 
.copy {
    font-family: "sofia-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    font-size: 0.75em;
    color: #999;
    letter-spacing: 0.1em;
    /* background-color: #212121; */
    line-height: 2em;
    
 }
 
 .copy a {color: #F76900;
text-decoration: none;
border-color: #999;
border-style: none none solid;
border-width: 0 0 1px;
padding: 0 0 5px;
 }
 
 .copy a: hover { color: #FFF;}
 
 
 .social li {list-style-type: none; display: inline; padding-left: 5px;}
 
 
 .fixed-image {
   position: fixed;
   bottom: 0;
   right: 0;
   width: 33%; /* The image will take up 10% of the viewport width */
   height: auto; /* Ensures the aspect ratio is maintained */

 }