/*!
Theme Name: proyect7
Theme URI: http://rogersoto.com/
Author: Roger Soto
Author URI: http://rogersoto.com
Description: lateral menu, dark theme, 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: proyect7
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

proyect7 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


.logo-icon{
	width: 200px;
}


.ocultatexto {
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
.rs_header{
    padding: 5rem 0rem;
    position: relative;
    margin-bottom: 3rem;
}
.bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    top: 0;
    right: 0;
    bottom: 0;
    /* left: 0; */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.rs-nav{
    clear: both;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 20px 0px;
}

.rs-nav>.rs-nav-prev{
    float: right;
}
.rs-nav>.rs-nav-next{
    float: left;
}
.rs-nav>.rs-nav-prev, .rs-nav>.rs-nav-next{
    background-color: #f9b707;
    padding: 5px 20px;
}
.rs-nav>.rs-nav-prev:hover, .rs-nav>.rs-nav-next:hover {
    background-color: #131519;
}
.rs-nav>.rs-nav-prev:hover a, .rs-nav>.rs-nav-next:hover a {
    color: #f9b707;
}
.rs-nav>.rs-nav-prev a, .rs-nav>.rs-nav-next a {
    color: white;
}

.page-link{
    color: #fff;
    background-color: transparent;
    border: none;
}
.page-item.active .page-link{
    color: #fff;
    background-color: #f9b707;
}
.page-link:hover{
    color: #f9b707;
    background-color: transparent;
    border: none;
}

/* error pages */

h2.error-main {
    font-size: 200px;
}
.search_notfound{
    font-size: 50px;
    margin-top: 30%;
}
/* media querys */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .entry-title{
        font-size: 1.5rem;
    }
    h2.error-main {
        font-size: 100px;
    }
    
 }

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { ... }

/*  Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { ... }

/*  Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { ... }
