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 */
@media (min-width: 1000px) {
	
body {background-color: #212121;	
  margin: 0;
  padding: 0;
}

h1  {
    font-family: "futura-pt-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 5.5em;
    line-height: 37px;
    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: 3.0em;
    letter-spacing: -0.04em;
    color: #EEE;
    text-transform: lowercase;
    
 }


}

/* Mobile breakpoint */


@media (min-width: 100px) and (max-width: 999px){
	
body {background-color: #212121;
	background-image: none;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right top;
	background-attachment: fixed;
	
}

h1  {
    font-family: "futura-pt-bold","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 4.5em;
    line-height: 37px;
    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: 3.0em;
    letter-spacing: -0.04em;
    color: #EEE;
    text-transform: lowercase;
 }
 
}


media="only screen and (min-width: 700px)"
#feature h1, #feature h2 {
    font-family: "futura-pt-bold","sofia-pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 900;
    font-size: 6em;
    line-height: 55px;
    letter-spacing: -0.03em;
}



 
  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;}
 
 
 .container { height: 100%; margin-left: 3em; margin-top: 3em; margin-bottom: auto;}
 
 .fixed-image {
   position: fixed;
   bottom: 0;
   right: 0;
   width: 25%; /* The image will take up 10% of the viewport width */
   height: auto; /* Ensures the aspect ratio is maintained */

 }