body
  {
  background-color: black;
  //background-image: url("images/bg_2020_looping_1280.png");
  background-image: url("images/bg_2020_looping_1280_red.png");
  background-size: 100%;
  margin: 0;
  padding: 0;
  }

a:link
  {
  color: #ffa0ff;
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  }

a:visited
  {
  color: #ffa0ff;
  text-decoration: none;
  }

a:hover
  {
  color: #ffa0ff;
  text-decoration: none;
  }

a:active
  {
  color: #ffa0ff;
  text-decoration: none;
  }

div.splash
  {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  }

img.splash
  {
  width: 100%;
  }

div.logo
  {
  //background-color: rgba(255, 0, 0, 0.6);
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 15px;
  text-align: center;
  z-index: 1;
  transform: translate(-50%, -50%);
  }

div.left_column
  {
  float: left;
  width: calc(50% - 10px);
  text-align: center;
  }

div.right_column
  {
  float: left;
  width: calc(50% - 10px);
  margin-left: 20px;
  text-align: center;
  }

div.section
  {
  float: left;
  width: calc(100% - 40px);
  margin-bottom: 20px;
  }

div.full_video
  {
  }

div.still_video
  {
  padding: 20px;
  text-align: center;
  }

div.album
  {
  padding: 20px;
  font-family: arial;
  font-size: 11pt;
  color: #FFFFFF;
  text-align: center;
  }

div.text
  {
  //background-color: rgba(0, 0, 0, 0.45);
  padding: 20px;
  font-family: arial;
  font-size: 11pt;
  color: #FFFFFF;
  text-align: left;
  }

div.title
  {
  font-family: arial;
  font-size: 20pt;
  color: #00FFFF;
  width: 100%;
  text-align: center;
  letter-spacing: 18px;
  margin-bottom: 20px;
  }

img.album
  {
  width: 40%;
	}

div.full_video_container
  {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  }

div.still_video_container
  {
  width: 50%;
  position: relative;
  overflow: hidden;
  padding-top: 28.125%;
  margin-left: auto;
  margin-right: auto;
  }

iframe.full_video
  {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }

iframe.still_video
  {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  }

.float_left
  {
  float: left;
  }

div.text_description
  {
  margin: 20px;
  }