* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}
/*.space-mono-regular {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
}
.space-mono-bold {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: normal;
}
.space-mono-regular-italic {
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: italic;
}
.space-mono-bold-italic {
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-style: italic;
}*/

body {
    background-color: white;
    font-family: "Space Mono", monospace;
    font-weight: 400;
    font-style: normal;
    min-height: 100vh; 
    }

nav {
    width: 100%;
    height: 360px;
    z-index: 999;
    bottom: 0;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    background-color: white;
}

.navegador {
    z-index: 900;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.nav-logo {
    z-index: 900;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 300px;
}

.nav-logo h1{
    z-index: 900;
    text-decoration: none;
    font-family: "Space Mono", monospace;
    font-weight: 700;
    font-size: 2em;
    color: #A52019;
    margin: 20px 0;
}

h2 {
    font-size: .6em;
    color: black;
    font-family: "Space Mono", monospace;
    font-weight: 100;
}

.links {
    display: flex;
    width: 300px;
    justify-content: center;
}

.nav-menu {
    width: 50%;
    margin-right: 12px;
}

.nav-tags {
    width: 50%;
    margin-left: 12px;
}

.li-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.li-tags {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.links a {
    color: black;
}

.links .ct_item-active {
    color: #A52019;
}

.nav-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 300px;
}

.f-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.nav-footer img{
    transform: scale(0.4);
}

.f-contacto a{
    color: #A52019;
    margin: 50px 0;
}

.cuerpo {
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100vw;
    padding: 40px 0 100% 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    margin-left: 0vw !important;
}


.GIFS {
    width: 35%;
    margin: 10px;
}

.GIFS > a > img{
    width: 100%;
}

.GIFS:hover {
    transform: scale(1.1);
}

@media (min-width: 740px) {

    nav {
        z-index: 900;
        width: 24vw;
        height: 100%;
        justify-content: space-around;
    }

    .navegador {
        height: 100%;
        justify-content: space-evenly !important;
    }

    .nav-menu {
        width: 60%;
    }



    .nav-logo {
        align-items: flex-start;
        width: auto;
    }

    .nav-logo h1 {
        font-size: 2em;
    }

    .links {
        display: flex;
        width: 200px;
        flex-direction: column;
        align-items: center;
        font-size: 1.2em;
    }

    .nav-menu {
        margin-right: 0px;
        margin-bottom: 20px;
    }
    
    .nav-tags {
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .li-menu {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .li-tags {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .cuerpo {
        position: absolute;
        z-index: 10 !important;
        width: 50vw;
        height: 100%;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-left: 35vw !important;
        justify-content: center;
        align-content: center;
        padding: 0 0 0 0;
    }

    .GIFS {
        width: 30%;
        margin: 20px;
    }

    .f-1 {
        margin-bottom: 20px;
        font-size: 1.6em;
    }

    .f-contacto {
        font-size: 1.4em;
    }

    
}
