body{
    height: 100%;
    background-color: #FAFEFE;
}

::-moz-selection{
    background-color: #4E4F5C;
    color: #B3B8AD;
}

::selection{
    background-color: #4E4F5C;
    color: #B3B8AD;
}

h1 {

}

h2 {
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 100;
    text-align: center;
    color: #6AB1CC;
}

h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #3A6170;
    text-align: left;
}

.text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 16px;
    color: #91999D;
    text-align: left;
}

a {
    z-index: 1;
}

a:link {
    text-decoration: none;
    color: #6AB1CC;
}

a:visited {
    color: #6AB1CC;
}

a:hover {
    text-decoration: none;
    <!--color: #F45540;-->
}


header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    transition: top 0.3s ease-in-out;
    max-height: 50px;
    height: auto;
    z-index: 10;
}

.nav-up {
    top: -50px;
}

.nav_bar{
    background-color: #E4E8E8;
    z-index: 10;
    max-height: 50px;
    height: auto;
    width: 100%;
}

.banner {
    width: 700px;
    margin: auto;
    height: 50px;
}

.quixo_banner {
    z-index: 15;
    margin-right: 10px;
    margin-top: 2px;
    max-height: 45px;
    height: auto;
    width: 160px;
    display: inline-block;
}

.menu {
    position: absolute;
    display: inline-block;
}

ul{
    width: 430px;
    height: auto;
    max-height: 50px;
    margin: auto;
    text-align: center;
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400;
}

li {
    display: inline-block;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    

}

li:hover {
    background-color: #FFF16D;
    font-weight: 600;
    text-shadow: 0px 0px 8px #FFF;
    
}

.body_wrapper {
    top: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    position: relative;
    min-height: 100%;    
}

.banner_wrapper {
    width: 100%;

    height: auto;
}



.tag_line {
    
}

.content_wrapper {
    width: 100%;
    height: 3300px;
}

.content {
    margin: auto;
}

.cubes {
    margin: auto;
    border-spacing: 40px;
    overflow-x: visible;
}

.cube_wrap {
    position: relative;
    width: 440px;
    height: 225px;
}


.link_tag {
    padding-top: 90px;
    text-decoration: none; 
    color: inherit;
}

.empty_link { 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;
}

.cube {
    text-align: center;
    width: 440px;
    height: 225px;
    position: absolute;
    z-index: 1;
   
}

.desc {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: -20px; 
    cursor: pointer;
}

.desc:hover {
    box-shadow: 0px 0px 5px #000;
}

.detail {   
    display: none;
    transition: .5s ease-in-out;
    z-index: 20;
    background-color: rgba(0, 0, 0, .8);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 1000px;
    width: 100%;
    height: auto;
}

.close {
    z-index: 30;
    width: 30px;
    height: 30px;
    float: right;
    margin: 20px;
    display: inherit;
    top: 20px;
    background-color: rgba(250, 254, 254, .9);
    border-radius: 11px;
    border-width: 0px;
    
}

.explain_wrapper{
    display: inherit;
    margin: auto;
    width: 850px;
    height: auto;
    
}

.explain {
    display: inherit;
    background-color: #FAFEFE;
    width: 800px;
    height: auto;
    margin: auto;
}

#eggsdeets {

}

#271deets {

}

.vid {
    padding-top: 10px;
    display: inherit;
    width: 500px;
    margin: auto;
}

.tex {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
}

footer {
    width: 100%;  
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
}

.footer1 {
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
    text-align: center;
    color: #6AB1CC;
    width: 400px;
    margin: auto; 
    height: 20px;
}

