/* Time-stamp: "2019-10-10 13:55:25 CDT" */

html
{
  background: linear-gradient(-215deg, #342239 -20%, #FFF 6%, #FFF 13%, #636067 98%) fixed;
}

body
{
  font-family : 'Source Sans Pro', serif;
  font-style  : normal;
  font-weight : 300;
  font-size   : 4.6mm;
  line-height : 128%;
  margin      : 0;
  padding     : 0;
}

img#logo
{
  position: absolute;
  top: 1%;
  left: 1%;
  height: 6vh;
}

div#ur
{
    position : absolute;
    right: 2%;
    bottom: 12%;
    color: white;
    font-size: 3mm;
}

a
{
  text-decoration : none;
  color           : white;
  font-weight     : 600;
  font-family     : 'Source Sans Pro', serif;
  /* font-size       : 18mm; */
  text-shadow     : 2px 3px black;
}

a:hover 
{
  color           : #222;
  text-decoration : none;
  text-shadow     : 0px 0.7mm #DDf2f2;
}

div#linx
{
  position   : absolute;
  text-align : center;
  top        : 45%;
  width      : 80%;
  left       : 10%;
  line-height: 5vw;
  font-size: 5vw !important;
}

a#about
{
  float: right;
}

a#music
{
  float: left;
}


