﻿/*
Theme Name: Theme mikiito 3.5
Theme URI: https://www.mikiito.es/
Author: Miguel Gonzalez
Author URI: https://www.mikiito.es/
Description: Plantilla para la página web oficial de Miguel Gonzalez.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mikiito
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
*/

*{font-family: 'Roboto';}
body{
    background-color: #EEECE9;
}

pre{
	padding: 0.5em;
	border: black 1px solid;
	font-family: "Courier";
}
.container-fluid:nth-child(2n) {
    background-color: #f9f8f6;
}
.ito-border-grey{border-color: #f4f3f1;}
.ito-color-grey{color: #f4f3f1;}
.ito-border-darkgrey{border-color: #c1c1c1;}
.ito-color-darkgrey{color: #c1c1c1;}
.ito-color-orange{color: #FF6D00;}
.ito-color-orange:hover{color: #FF6D00;}
.ito-h1-header{font-size: 1.8em; text-transform: uppercase; letter-spacing: -1.8; margin-bottom: 0.4em;}
.ito-bg-dark{background-color: #222;}

.color-orange{
    background-color: transparent; 
    border: solid 2px #676660;
	color: #676660;
}
.color-orange:hover{
    background-color: #0000000f;
    border: solid 2px #676660;
	color: #676660;
}
.container-header h1, .container-header h2{
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
.container-header h1{
    color:#676660;
}
.container-header h2{
    color:#B3B2AC;
}
.copyright{
    font-family: 'Helvetica';
    font-size:  0.85em;
}
.w-100{width: 100%;}
.b-0{bottom: 0;}
.absolute{position: absolute;}

article img{margin-bottom: 1rem;}

article p, article a{
	font-family: 'Source Sans Pro','Helvetica',sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
	text-align: justify;
}
article p{
	color: #444340;
}

.anime-caption{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333 100%);
    padding: 0.5rem;
}

.anime-caption h1{
    white-space: nowrap;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-size: 1.5em;
    color: white;
}

.text-green{
    color: chartreuse;
}

.h1, h1 {
    font-size: 1.5rem;
}

.h2, h2 {
    font-size: 1.25rem;
}

.containero{
	position: relative;
}

.overlay:hover{
	opacity:1;
	background-color: #0000004d;
}

.overlay{
	opacity:0;
	position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
	
    
}
.text{
	color: white;
    font-size: 1.4rem;
    text-align: center;
    top: calc(50% - 10px);
    position: relative;
}
ol.comment-list, ol .children{
	list-style:none;
}

.comment-list{
	padding: 0;
}
.comment-body{
	border: blue 1px solid;
}