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 {
    margin-top: 50px;
}

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

.content {
    height: 600px;
    margin: auto;
}

.cube_wrap {
    margin-top: 80px;
    position: relative;
    width: 100%;
    height: auto;
}

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

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

.cube {
    margin: auto;
    text-align: center;
    width: 580px;
    height: auto;
    z-index: 1; 
}

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

.mail {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: -20px; 
    margin-left: 185px;
}

.desc:hover {
    
}

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;
}

