@charset "UTF-8";
/* CSS Document */


/* base */


footer {
    position: relative;
    
    width: 100%;
    height: 300px;
    
    background-image: -webkit-linear-gradient(#232f54, #0b132a);
    background-image: -o-linear-gradient(#232f54, #0b132a);
    background-image: linear-gradient(#232f54, #0b132a);
    
    text-transform: uppercase;
    color: #fff;    
}

footer a:hover {
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 6px #fff;
    color: #fff;
}

nav > ul:nth-child(1) > li:nth-child(2) a { text-shadow: none; }

.base {    
    margin: auto;
    
    width: 90%; max-width: 1500px;
    height: 300px;
}


/* base > social media */


.base .social-media {
    margin: 90px 0 0 0;
}


/* base > menú icon */


.base .menu-icon {
    margin: 120px 0 0 0;
}


/* bottom */


.bottom {
    padding: 30px 0;

    background-image: linear-gradient(#0b132a, #040917);

    font-size: 16px;
    text-align: center;
    color: #fff;
}

.bottom font {
    opacity: 0.2;
    filter: alpha(opacity=20);
}