@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  /* line-height: 1.42em; */
  color:#A7A1AE;
  margin: 0;
  background: #BE93C5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #7BC6CC, #BE93C5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #7BC6CC, #BE93C5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



}

h1 {
  font-size:3em; 
  font-weight: 300;
  line-height:1em;
  text-align: center;
  color: #000000;
}

h2 {
  font-size:1em; 
  font-weight: 300;
  text-align: center;
  display: inline-block;
  line-height:1em;
  padding-bottom: 2em;
  color: #000000;
  position: relative;
overflow: hidden;
}

h2 a {
  font-weight: 700;
  text-transform: uppercase;
  color: #0c0c0c;
  text-decoration: none;
}

.blue { color: #000000; }
.yellow { color: #000000; }

.container th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #185875;
}

.container td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
          
}

.container {
	  text-align: left;
	  overflow: hidden;
	  width: 80%;
	  margin: 0 auto;
  display: table;
  padding: 0 0 8em 0;
}

.container td, .container th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;  
}


.container tr:nth-child(odd) {
	  /* background-color: #323C50; */
    background-image: linear-gradient(to bottom, #accbee 0%, #e7f0fd 100%);
    
}


.container tr:nth-child(even) {
  background-image: linear-gradient(to top, #FFFEFF 0%, #D7FFFE 100%);
    
}

.container th {
  background: #acb6e5;  /* fallback for old browsers */
background: -webkit-linear-gradient(to top, #86fde8, #acb6e5);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to top, #86fde8, #acb6e5); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  
  
  

}

.container td:first-child { color: #FB667A; }

.container tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.container td:hover {
  background-image: linear-gradient(to top, #48c6ef 0%, #6f86d6 100%);
  color: #ffffff;
  font-weight: bold;
  
  box-shadow: #594ef1 -1px 1px, #594ef1 -2px 2px, #594ef1 -3px 3px, #594ef1 -4px 4px, #594ef1 -5px 5px, #594ef1 -6px 6px;
  transform: translate3d(6px, -6px, 0);
  
  transition-delay: 0s;
	  transition-duration: 0.4s;
	  transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
}
a{
  position: relative;
  display: inline-block;
  padding: 25px 30px;
  margin: 40px 0;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.5s;
  letter-spacing: 4px;
  overflow: hidden;
  margin-right: 50px;
 align-items: center;
 background: #ffffff;
 color: #050801;
 box-shadow: 0 0 5px #ffffff,
             0 0 25px #ffffff,
             0 0 50px #ffffff,
             0 0 200px #ffffff;
}
a:hover{
  /* background: #ffffff;
  color: #050801;
  box-shadow: 0 0 5px #ffffff,
              0 0 25px #ffffff,
              0 0 50px #ffffff,
              0 0 200px #ffffff; */
   -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}
a:nth-child(1){
  filter: hue-rotate(270deg);
}
a:nth-child(2){
  filter: hue-rotate(110deg);
}



.page{
text-align: center;



}