body {
    background-image: url(img/background-1.png);
    background-size: cover;
    background-attachment: fixed;
    background-color: rgb(0, 0, 0);
    color: darkslategray;
}

.second-body{
    background-color: rgba(213, 246, 255, 0.820);
    color: rgb(255, 255, 255);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    
}

main {
    
    background-color: rgba(213, 246, 255, 0.820);
    color: rgb(255, 255, 255);
    max-width: 1200px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;

}

.main-home{
    background-color: rgba(0, 170, 212, 0.820);
    color: rgb(255, 255, 255);
    max-width: 1200px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;

}

.main-magazine{
    background-color: rgba(218, 98, 98, 0.820);
    color: rgb(255, 255, 255);
    max-width: 1200px;
    align-self: center;
    display: flex; 
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;

}

.main-games{
    background-color: rgba(255, 230, 128, 0.820);
    color: rgb(255, 255, 255);
    max-width: 1200px;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;

}

.main-draws{
    background-color: rgba(0, 0, 0, 0.82);
    color: rgb(255, 255, 255);
    overflow: auto;
    scrollbar-color: blue;
    line-height: var(--lh-md);
    max-height: 500px;
    display: block;
}

.main-episodes{
    background-color: rgba(82, 82, 82, 0.82);
    color: rgb(248, 175, 255);
    max-width: 1200px;
    align-self: center;
    display: flex; 
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;

}

.main-products{
    background-color: rgba(213, 246, 255, 0.820);
    color: rgb(248, 175, 255);
    max-width: 1200px;
    align-self: center;
    display: flex; 
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;

}

.main-extras{
    background-color: rgba(82, 82, 82, 0.82);
    color: rgb(248, 175, 255);
    max-width: 1200px;
    align-self: center;
    display: flex; 
    flex-direction: column;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.home-logo-index{
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    animation: title 1s;
}

.home-logo-draws{
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    animation: title 1s;
}

.home-logo{
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    animation: title 1s;
}

@keyframes title {
  0% {transform: translateY(-233px);}
  100% {transform: translateY(0px);}
}

.welcome-lets-go-button {
    text-decoration: none;
    width: 25vh;
    height: 8vh;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #0CBCBC;
    color: white;
    font-weight: bolder;
    font-size: 4.0vh;
    border-radius: 1.0vh;
    border-color: #0CBCBC;   
}

.welcome-lets-go-button:hover{
    background-color: #15d2d2;
}

.welcome-credits-button {
    text-decoration: none;
    width: 25vh;
    height: 8vh;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #b6b6b6;
    color: white;
    font-weight: bolder;
    font-size: 4.0vh;
    border-radius: 1.0vh;
    border-color: #999999;   
}

.welcome-credits-button:hover{
    background-color: #dfdfdf;
}

.clear-button {
    text-decoration: none;
    width: 9vh;
    height: 6vh;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #fe4da3;
    color: white;
    font-weight: bolder;
    font-size: 2.0vh;
    border-radius: 1.0vh;
    border-color: #fe4da3;    
}

.clear-button:hover{
    background-color: #ff74b7;
}

.previous-next-button{
    text-decoration: none;
    width: 12vh;
    height: 6vh;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #ff9955;
    color: white;
    font-weight: bolder;
    font-size: 2.0vh;
    line-height: 20px;
    border-radius: 1.0vh;
    border-color: #ff9955;    
}

.previous-next-button:hover{
    background-color: #ffc8a3;
}

.download {
    text-decoration: none;
    width: 9vh;
    height: 6vh;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background-color: #50d638;
    color: white;
    font-weight: bolder;
    font-size: 2.0vh;
    border-radius: 1.0vh;
    border-color: #50d638;    
}

.download:hover{
    background-color: #76ee61;
}


.ingo-portfolio-logo{
    width: 25vh;
    margin-top: 2.5rem;
    margin-bottom: 1rem;

}

.home-section-button{
    text-decoration: none;
    width: 30vh;
    height: 10vh;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFC21C;
    color: white;
    font-weight: bolder;
    font-size: 5.0vh;
    border-radius: 1.0vh;
    border-color: #FFC21C;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
    }
}  


.home-section-button:hover{
    background-color: #ffd562;
}

.game-title{
    background-color:#0CBCBC;
    font-weight: bolder;
    color: white;
    font-size: 3vh;
    
}

.draw-portraits{
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;}
    100%{
        opacity: 100;}
}

.draw-portraits-extras{
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    width: 80%;
    opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;}
    100%{
        opacity: 100;}
}

.credits-text{
    color:rgb(66, 139, 202);
    font-family: serif;
    font-weight: bolder;
    margin-left: auto;
    margin-right: auto;


}

/* ------------>>>>IMAGE CAROUSEL<<<<------------ */

div#page {
    margin-left: 1em;
    margin-right: 1em;
}
#options{
	margin: 1em 1em 0em 1em;
}
.carousel-control.left,.carousel-control.right{
	background:none !important;
}
#myCarousel img{
	width:100%;
    
}
.optionBox,#optionHead1,#optionHead2{
	text-align:center;
}
.carousel-inner  {
    background-color: black;
    
}

.buttons{
	width: 6%;
    position: absolute;
    top: 2%;
    left: 4%;
    z-index: 99;
}
.buttons button{
	display:block;
	margin-bottom: 3px;

}
/* CSS REQUIRED */
.state-icon {
    left: -5px;
}
.list-group-item-primary {
    color: rgb(255, 255, 255);
    background-color: rgb(66, 139, 202);
}

/* DEMO ONLY - REMOVES UNWANTED MARGIN */
.well .list-group {
    margin-bottom: 0px;
}

@media screen and (min-width: 768px)
{
	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
		margin-left: -45px !important;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -45px !important;
	}
	/* #options .row:nth-child(1){
		margin-bottom:4em;
	} */
}

/*PRODUCTS SECTION WITH ITS BACKGROUND IMAGES DIVS*/

.papaloco {
    background-color: rgb(213, 246, 255);;
    width: 30vw;
    height: 80vh;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.parent {
    width: 30vw;
    height: 60vh;
    margin: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.child {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.p {
    display: none;
    font-size: 35px;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    font-family: sans-serif;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 25vh;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.parent:hover .child, .parent:focus .child {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent:hover .child:before, .parent:focus .child:before {
    display: block;
}

.parent:hover p, .parent:focus p {
    display: block;
}

.child:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*EXTRAS SECTION WITH ITS BACKGROUND IMAGES DIVS*/

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.papi {
    width: 60vw;
    height: 30vh;
    margin: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.hija {
    height: 100%;
    width: 100%;
    background-size: cover;/*poner contain*/
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.hija-text {
    display: none;
    font-size: 35px;
    color: #ffffff !important;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    font-family: sans-serif;
    text-align: center;
    font-weight: bolder;
    margin: auto;
    position: absolute;
    top: 3vh;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.papi:hover .hija, .papi:focus .hija {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.papi:hover .hija:before, .papi:focus .hija:before {
    display: block;
}

.papi:hover .hija-text, .papi:focus .hija-text {
    display: block;
}

.hija:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* BIOGRAPHIES CHIBI CHARACTERS */

.fixing-issues{
    display: block;
    word-wrap: break-word;
}

.contenedor-maestro{
    display: flex;
}

.michi-text-box{
    padding: 0.5rem;
    max-width: 50vw;
    text-align: left;  
}

.chibi-video-box {
    padding: 1rem;
}

#michi-bio{
    width: 60vw;
    height: 60vh;
}

.bio-text {
    line-height:1rem;
    padding-right: 2%;
    padding-top: 2.5%;
    font-weight: bold;

}

/*CONCEPT ART PICTURES AREA PLUS ADIO SETUP*/

.crazypapa {
    background-color: rgb(0, 0, 0);;
    width: 30vw;
    height: 80vh;
    overflow: hidden;
    position: relative;
    display: inline-block;
}

.right {float: right !important;}
/* Image zoom on hover + Overlay colour */
.father {
    width: 30vw;
    height: 60vh;
    margin: 20px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.daughter {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.daughter-text {
    display: none;
    font-size: 35px;
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    font-family: sans-serif;
    color: #ffffff !important;
    font-family: sans-serif;
    text-align: center;
    margin: auto;
    position: absolute;
    top: 25vh;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50px;
    cursor: pointer;
    text-decoration: none;
}

.father:hover .daughter, .father:focus .daughter {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.father:hover .daughter:before, .father:focus .daughter:before {
    display: block;
}

.father:hover p, .father:focus p {
    display: block;
}

.daughter:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* AREA OF IMAGES CALLED THROUGH CSS */

.chibi-bios {
    background-image: url(img/chibi-bio.png); 
}

.concept-art {
    background-image: url(img/concept-art.png); 
}

.about-me {
    background-image: url(img/about-me.png); 
}

.bg-one {background-image: url(img/michi-portrait.png); }

.michi-art-1 {background-image: url(img/michi-art-1.png);}
.michi-art-2 {background-image: url(img/michi-art-2.png);}
.michi-art-3 {background-image: url(img/michi-art-3.png);}
.michi-art-4 {background-image: url(img/michi-art-4.png);}
.michi-art-5 {background-image: url(img/michi-art-5.png);}
.leo-art-1 {background-image: url(img/leo-art-1.png);}
.leo-art-3 {background-image: url(img/leo-art-3.png);}
.leo-art-4 {background-image: url(img/leo-art-4.png);}



/* LIST OF FUNCTIONAL MEDIA QUERIES */

@media screen and (min-width: 768px){

    .main-home{
        background-color: rgba(0, 170, 212, 0.820);
        color: rgb(255, 255, 255);
        max-width: 1200px;
        align-self: center;
        display: flex;
        flex-direction: column;
        align-content: center;
        margin-left: auto;
        margin-right: auto;
        gap: 20px;
    }

    .home-logo{
        margin-left: auto;
        margin-right: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 70%;
    }

    .button-cont-1{
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-auto-flow: dense;
    }

    .button-cont-2{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-auto-flow: column;
    }

    .welcome-credits-button{
        margin-top: none;
        margin-bottom: none;
    }

    .home-logo-index{
        display: none;
    }

}


@media screen and (max-width: 960px) {
    .parent {width: 100%; height: 50vh; margin: 20px 0px;}
    p {top: 20vh;}
    .home-logo {width: 100%; margin: 0px 0px;}
    .papi {width: 80vw; height: 20vh; margin: 20px 0px;}
    .hija-text {top: 1vh; display: block; text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 
    0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;}
    .hija {background-position: 50%;}
    .papaloco {width: 100%; height: 70vh; margin: 0px 0px;}
    #michi-bio {width: 100vw; height: 100vh;}
    .chibi-video-box{margin-top: -35%;}
    .contenedor-maestro{display: flow-root;}
    .michi-text-box{max-width: 100vw; margin-top: -23vh;}
    .crazypapa{width: 100%; height: 70vh; margin: 0px 0px;}
    .daughter {background-position: 50%;}
    .father {width: 100vw; height: 50vh; margin: 0px 0px;}
    .home-logo{
        margin-left: auto;
        margin-right: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 90%;
    }

    .draw-portraits{
        margin-left: auto;
        margin-right: auto;
        padding-top: 1rem;
        padding-bottom: 1rem;
        width: 40%;
        
    }

    .main-draws{
        max-height: 350px;
    }

    .home-logo-draws{
        display: none;
    }
    
}

/*
Animacion, para realizar un Estiramiento de algun elemento
desde el Cero al 100% muy efectivo para botones, links o imagenes.
    animation-name: stretch;
    animation-duration: 0.80s; 
    animation-timing-function: ease-out; 
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: 1;
    animation-fill-mode: none;
    animation-play-state: running;
}

@keyframes stretch {
    0% {
      transform: scale(.3);
      
    }
} 
*/