/*

include:
    <link rel="stylesheet" href="https://unpkg.com/xp.css" />
on each page

*/

/* #########################################################
  
                  SITE LAYOUT
  
  ########################################################*/


body
{
  background: url("/images/Bliss.jpg");
  background-size: cover;
  
}

nav
{
  position: fixed;
  left: 0;
}

.nav .ul
{
  list-style: none;
}

/*columns code*/


.column {
  position: fixed;
  float: left;
  height: 100%;
  overflow: visible;
}

.icons{

 width: 15%; 
 left: auto;
 position: absolute;
}

.one{
  width: 25%;
  margin-left: 25%;
}

.two{
  width: 25%;
  margin-left: 50%;
 }
   
.three{
  width: 25%;
  margin-left: 75%;
}


.row{
  width: 100%;
  height: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.footer
{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
 background: linear-gradient(
      180deg,
      rgba(9, 151, 255, 1) 0%,
      rgba(0, 83, 238, 1) 8%,
      rgba(0, 80, 238, 1) 40%,
      rgba(0, 102, 255, 1) 88%,
      rgba(0, 102, 255, 1) 93%,
      rgba(0, 91, 255, 1) 95%,
      rgba(0, 61, 215, 1) 96%,
      rgba(0, 61, 215, 1) 100%
  );
}

/* #######################################################

WINDOWS XP THEME REBUILD

############################################################*/



