
body{
  font-size: 2em;
  font-weight: 700;
  font-style: italic;
  font-family: "futura-pt-bold", sans-serif;

}

.wrap {
  background-color: #01ffcd;
  background-image: url(img/lopez.jpg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  margin-bottom: 10px;
  padding-bottom: 50px;
}

.top-presskit {
  width: 100%;
  top: 0;
  height: 60px;
  background-color: #EB3EF6;
  margin-bottom: 40px;

}

li{
  list-style-type: none;
}


h1 {
    display: block;
    font-size: 1em;
    margin-left: 0px;
    margin-right: 0px;
    font-weight: 700;
    font-style: italic;
    font-family: "futura-pt-bold", sans-serif;
    color: #000000;
}




a:link {
    color: #000000;
    text-decoration: inherit;
}

a:visited {
    color: #000000;
    text-decoration: inherit;
}

a:hover {
    color: #EB3EF6;
    text-decoration: inherit;
}

a:active {
    color: #D953EE;
    text-decoration: inherit;
}

.negative {
    text-align: center;
    padding-top: 15px;
}

.negative a:link {
    color: #000000;
    text-decoration: inherit;
}

.negative a:visited {
    color: #000000;
    text-decoration: inherit;
}

.negative a:hover {
    color: #FFFFFF;
    text-decoration: inherit;
}

.negative a:active {
    color: #FFFFFF;
    text-decoration: inherit;
}


/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  div.container {
    font-size: 55px;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  div.container {
    font-size: 40px;
  }
}

@media screen and (max-width: 320px) {
  div.container {
    font-size: 25px;
  }
}
