/* Text Elements */

h1.heading-1 {
  color: #00ff0c;
}

h1.heading-2 {
  color: #00ff0c;

  -webkit-text-stroke-color: #00ff0c;
}

p.paragraph.paragraph-1 {
  margin-right: auto;
  margin-left: auto;
  width: 50%;
  background-color: #000;
  color: #00ff0c;
  opacity: 1;
}

p.paragraph span.paragraph-text-1 {
  text-decoration: underline;
}

p.paragraph.paragraph-2 {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
  color: #00ff0c;
}

/* Layout Elements */

body.body-1 {
  position: static;
  background-image: url('../rodneydornailheadbackground.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  background-blend-mode: normal;
}

.container.container-1 {
  margin-right: auto;
  margin-left: auto;
  min-width: 0;
  width: 80%;
}

.container.container-2 {
  margin-right: auto;
  margin-left: auto;
  min-height: auto;
  width: 90%;
  height: auto;
}

a.responsive-picture.picture-link-1 > picture > img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 50% center;
     object-position: 50% center;
}

a.responsive-picture.picture-link-1 {
  position: static;
  display: block;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  margin: 0 auto;
  padding: 0;
  min-width: 0;
  min-height: 0;
  width: 1000px;
  height: 457px;

  justify-self: center;
}

a.responsive-picture.picture-link-1 > picture {
  height: 457px;
}

div.responsive-picture.picture-2 {
  display: block;
  width: 100%;
  height: 1100px;
}

div.responsive-picture.picture-2 > picture > img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 50% top;
     object-position: 50% top;
}

div.responsive-picture.picture-2 > picture {
  height: 1100px;
}

div.responsive-picture.picture-1 {
  width: auto;
  height: 1100px;
}

div.responsive-picture.picture-1 > picture > img {
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: center top;
     object-position: center top;
}

div.responsive-picture.picture-1 > picture {
  height: 1100px;
}