/* Text Elements */

h1.RR-TopOfPageItalic {
  margin-top: 30px;
  border-width: 0;
  border-style: solid;
  text-align: center;
  font-weight: 900;
  font-style: normal;
  font-variant: normal;
}

p.paragraph.RRabout-Me {
  display: block;
  margin-top: 25px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #fefdfd;
  background-image: -webkit-linear-gradient(110deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(110deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(110deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(340deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, .5) 5px 5px 10px 0;
  text-align: center;
  text-shadow: #fbf8f8 4px 4px 0;
  font-weight: 700;
  opacity: .51;

  background-blend-mode: soft-light;
}

/* Layout Elements */

body.ARTEverywhereAnywhere {
  display: block;
  background-image: url('../RR/RRpaint1.jpg');
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: contain;
  background-repeat: repeat-y;

  background-blend-mode: darken;
}

.container.container-1 {
  background-color: #fbf8f8;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .5) 0%, rgba(29, 30, 33, .5) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;
  opacity: .73;

  background-blend-mode: darken;
}

.container.container-2 {
  position: -webkit-sticky;
  position:         sticky;
  display: inline-block;
  -ms-flex-order: 0;
  margin-top: 17px;
  padding: 36px 37px 10px;

  grid-template-columns: auto;
  grid-template-rows: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
          align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
     -moz-box-ordinal-group: 1;
          order: 0;
}

video.html-video-1 {
  display: inline;
  float: none;
  clear: none;
  margin-right: 0;
  padding: 5px;
  width: 100%;

  grid-area: auto /span 1/ auto / auto;
  -o-object-position: 50% center;
     object-position: 50% center;
}