/* 
    Created on : Mar 12, 2015, 2:06:13 AM
    Author     : Sanjurjo Gabriel
*/

html {
  height:100%;
 
}

body {
  background: rgb(5,17,63); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(5,17,63,1) 0%, rgba(22,97,173,1) 24%, rgba(11,92,114,1) 54%, rgba(21,102,38,1) 62%, rgba(79,102,23,1) 72%, rgba(68,96,35,1) 80%, rgba(55,84,6,1) 89%, rgba(23,30,6,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(5,17,63,1)), color-stop(24%,rgba(22,97,173,1)), color-stop(54%,rgba(11,92,114,1)), color-stop(62%,rgba(21,102,38,1)), color-stop(72%,rgba(79,102,23,1)), color-stop(80%,rgba(68,96,35,1)), color-stop(89%,rgba(55,84,6,1)), color-stop(100%,rgba(23,30,6,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(5,17,63,1) 0%,rgba(22,97,173,1) 24%,rgba(11,92,114,1) 54%,rgba(21,102,38,1) 62%,rgba(79,102,23,1) 72%,rgba(68,96,35,1) 80%,rgba(55,84,6,1) 89%,rgba(23,30,6,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(5,17,63,1) 0%,rgba(22,97,173,1) 24%,rgba(11,92,114,1) 54%,rgba(21,102,38,1) 62%,rgba(79,102,23,1) 72%,rgba(68,96,35,1) 80%,rgba(55,84,6,1) 89%,rgba(23,30,6,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(5,17,63,1) 0%,rgba(22,97,173,1) 24%,rgba(11,92,114,1) 54%,rgba(21,102,38,1) 62%,rgba(79,102,23,1) 72%,rgba(68,96,35,1) 80%,rgba(55,84,6,1) 89%,rgba(23,30,6,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(5,17,63,1) 0%,rgba(22,97,173,1) 24%,rgba(11,92,114,1) 54%,rgba(21,102,38,1) 62%,rgba(79,102,23,1) 72%,rgba(68,96,35,1) 80%,rgba(55,84,6,1) 89%,rgba(23,30,6,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05113f', endColorstr='#171e06',GradientType=0 ); /* IE6-9 */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position:fixed;
  height: auto;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  
}

header {
  color: #396c97;
  text-shadow: #acedcd 0.1rem 0.1rem 0.2rem;
  font-size: 4rem;
  height: 15%;
  padding-left: 7rem;
  padding-top: 3rem;
   user-select: none;
}

footer {
  bottom:0;
  position: fixed;
  font-size: 2rem;
  height: 3rem;
  padding-left: 10rem;
  padding-bottom: 0;
	-webkit-transition:all 3000ms ease-in;
	-o-transition:all 3000ms ease-in;
	-moz-transition:all 3000ms ease-in;
 user-select: none;
}

footer:hover {
  color: rgb(200,190,150);
}

a {
  color: rgba(1,2,10,0.5);
  text-shadow: -2px 0 #3ba9eb, 0 2px #3ba9eb, 2px 0 #d9ebf6, 0 -2px #d9ebf6;
  font-size: 3rem;
  text-decoration: none;
	-webkit-transition:all 500ms ease-in;
	-o-transition:all 500ms ease-in;
	-moz-transition:all 500ms ease-in;
 user-select: none;
} 

li:hover a {
  color: #a6d2eb;
}

section {
  display: block;
  bottom: 0;
}

li {
  padding: 0.3rem 4rem;
  width: 90%;
	-webkit-transition:all 300ms ease-in;
	-o-transition:all 300ms ease-in;
	-moz-transition:all 300ms ease-in;
}

li:hover {
  border-radius: 0.5rem;
  background: rgba(12, 23, 60, 0.2);
}

ul {
  display: block;
  overflow: visible;
  position: relative;
  list-style: none;
  height: auto;
  left:1rem;
  right: 5rem;
  width:auto;
  top: 10%;
  bottom: 10%;
  margin: 4rem 10% 10% 1rem;
  padding:0;
}
    
    
    
    
    
    