/* Background */

body{background: url(IMAGES/30.avif);
background-size: cover;
background-position: center;
background-attachment: no-repeat;
background-attachment: fixed; }

/* Writing Style and Organization */

@font-face{
  font-family: 'SuperPunk';
  src: url('SuperPunk-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;}

  p{font-family:"Avenir", sans-serif;
font-weight: 500;
font-size: 18pt;}

.writingone{
position:absolute;
left: 115px;
top: 180px}

.writing{
position:absolute;
left: 130px;
top: 300px
}

h1 {position: absolute;
    
    font-family: "SuperPunk", system-ui;
    font-weight: 900;
    font-size: 70pt;
    padding: 10pt;
    margin-top: auto;
    text-align:auto;
    width: 900px;
    color: #800020;}

div {
    z-index: 1;}

/* Navigation */

ul {
list-style-type: none; /* removes bullets */
margin-top: 90px;}

li {
display: inline;
margin-left: 5px;
margin-bottom: 0px;}

a {
font-family:"Avenir", sans-serif;
font-weight: 400;
font-size: 25pt;
color: rgb(0, 0, 0);
opacity: .4;
padding-right: 32px;
text-decoration: none;  /* removes underline */}

a:hover {
opacity: 1;}

a.active {
font-weight: 400;
opacity: 1;}

.navigation {
position: absolute;
width:100%;
height: 100%;
max-width: 627px;
max-height: 127px;
left: 55%;
top: 4%;}

/* One */

.one {
position: absolute;
width: 760px;
height: 800px;
left: 99px;
top: 200px;
padding: 20px;
margin-right: 10px; 
margin-bottom: 10px;
background: url(IMAGES/PA.avif); 
display: block;
float: left}

/* Two */

.two {
   z-index: -5; 
position: absolute;
width: 749px;
height: 885px;
left: 691px;
top: 195px;

background: #f49f9d;
background: url(IMAGES/ME.avif);}

/* Footer */

.footer {
z-index: 11;
position: absolute;
width: 100%;
height: 50px;
left: 0px;
top: 1024px;
background: #800020;
color: lightgrey;
font-family: 'Avenir', sans-serif;
font-weight: 200;
font-size: .8em;
text-align: center;
padding-top: 10px;}