/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  font-family: Nintendo-DS-BIOS;
  background-image: url('images/crycry.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	margin: 0;
  padding: 0;
  cursor: url(https://cur.cursors-4u.net/symbols/sym-1/sym46.cur), auto !important;
}
.tittle{
  text-align: center;
  color: #8d9b7b;
  font-size: 35px;
  margin-top: -1em;
  -webkit-text-stroke: 0.1px black;
    filter: drop-shadow(2px 2px 0px 0.5px white) drop-shadow(0px 0px 1.5px black);
}
.title
{
  margin-left: auto;
}
.title.images{
  width: 100%;
  text-align: right;
  padding-right: 10px;
  margin-top: 10px;
  box-sizing: border-box;
}
/* 
//fuentes
*/

.pop {
font-size:2em;
color: #8d9b7b;
text-align:center; /* looks weird often if not aligned in center */
-webkit-animation: pop 1s ease-in-out infinite alternate;
-moz-animation: pop 1s ease-in-out infinite alternate;
animation: pop 1s ease-in-out infinite alternate;
}

@keyframes pop {
from { transform:scale(0.95) }
50% { transform:scale(1) }
to { transform:scale(0.95) }
}

@-webkit-keyframes pop {
from { -webkit-transform:scale(0.95) }
50% { -webkit-transform:scale(1) }
to { -webkit-transform:scale(0.95) }
}
@font-face {
font-family: Nintendo-DS-BIOS;
src: url(https://dl.dropbox.com/s/vlxjtnvrl9s0snp/Nintendo-DS-BIOS.ttf);
}
a {
  color: black;
  box-shadow: inset 0 0 0 0 #911F1F; 
   -webkit-transition: all ease 0.5s; 
   -moz-transition: all ease 0.5s; transition: all ease 0.5s;
   text-decoration: none;
}
.about-me a:hover { 
  text-decoration-line: underline;
  text-decoration-style:dashed;
}
@media only screen and (max-width: 500px) {
  body {
    transform: scale(0.27);
    transform-origin: top left;
    width: 500%;  
    margin: 0;
    padding: 0;
  }
}
/*
 //desktop
 */
  .desktop
  {
    position: absolute;
    top: -3em;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform-origin: top left; 
  }
  .outer
  {
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: relative;
  }
  .outer.main{
    height: 425px;
    width: 335px;
    top: 10em;
    left: 7em;
    display: flex;
    align-items: flex-start;
  }
  .outer.small{
    height: 150px;
    width: 170px;
    top: 3em;
    left: 25em;
  }
  .outer.small.two{
   top: -5em;
   left: 57em;
  }
  .outer.small.three{
   top: -4em;
   left: 67em;
  }
  .header
  {
    border-top: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-radius: 10px 10px 0px 0px;
    height: 10px;
    width: 150px;
    padding: 10px;
    background: #eff2e9;
    display: flex;
  }
  .inner
  {
    border-bottom: 1px solid #808080;
    border-left: 1px solid #808080;
    border-right: 1px solid #808080;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
    background: #FFF;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.7) 92%, rgba(255, 255, 255, 0.7) 92%);
  }
  .inner.small
  {
    height: 100px;
    width: 150px;
    overflow-y: scroll;
  }
  .outer.about{
    height: 315px;
    width: 320px;
    top: -20em;
    left: 33em;
  }
    .outer.about.two{
    height: 315px;
    width: 320px;
    top: -50em;
    left: 60em;
  }
  .inner.about{
    height: 265px;
    width: 300px;
    display: flex;
    align-items: flex-start;
  }
  .inner.about.two{
      overflow-y: scroll;
  }
  .header.about
  {
    width: 300px;
  }
  .about-me{
    height: 265px;
    width: 200px;
    font-size: 2em;
  }
  mark
  {
  font-family: Nintendo-DS-BIOS;
    font-weight: bold;
    -webkit-text-stroke: 0.5px black;
    color: #8d9b7b;
    background: none;
    display: inline-block;
    font-size: 2.5rem;
    right: 1rem;
      filter: drop-shadow(2px 2px 0px 0.5px white) drop-shadow(0px 0px 1.5px black);
  }
  .outer.song
{
    height: 155px;
    width: 420px;
    top: -20em;
    left: 52em;
}
.outer.song.two{
     top: -20em;
    left: 30em;
}
.outer.song.three{
     top: -5em;
    left: 10em;
}
.inner.song
{
    height: 105px;
    width: 400px;
    display: flex;
    align-items: flex-start;
}

.song-details
{
  margin-top: 5px;
  height: 100px;
  width: 300px;
  font-size: 1.5em;
  margin-left: 10px;
  line-height: 1.5em;
}

.header.song
{
    width: 400px;
}
.outer.pic
{
    height: 215px;
    width: 220px;
    top: -60em;
    left: 70em;
}
.outer.pic.two
{
    top: -60em;
    right: 70em;
}

.inner.pic
{
    height: 165px;
    width: 200px;
}

.header.pic
{
    width: 200px;
}

    .left
  {
    border-left: 1px solid #808080;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-radius: 10px 0px 0px 10px;
    height: 405px;
    width: 100px;
    padding: 10px;
    background: #FFF;
    background: linear-gradient(360deg,rgba(255, 255, 255, 0.7) 92%, rgba(239, 242, 233, 1) 50%, rgba(239, 242, 233, 1) 100%);
  }
  
    .left img {
  transition: filter 0.3s ease;   
  }
  
  .left img:hover {
    filter: grayscale(100%);
  }  
  
  .right img
  {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
  }

  .right
  {
    border-right: 1px solid #808080;
    border-bottom: 1px solid #808080;
    border-top: 1px solid #808080;
    border-radius: 0px 10px 10px 0px;
    width: 250px;   
    height: 425px;
    background: #FFF;
    background: linear-gradient(360deg,rgba(255, 255, 255, 0.7) 92%, rgba(239, 242, 233, 1) 50%, rgba(239, 242, 233, 1) 100%);
  } 
  button
  {
    width: 10px;
    height: 10px;
    padding: 0; 
    border-radius: 50%; 
    background-color: #808080; 
    border: none; 
    margin-right: 5px;
  }
  
  .red
  {
    background-color: #b43233; 
  }
  
  .yellow
  {
    background-color: #E5CF76; 
  }
  
  .green
  {
    background-color: #8d9b7b; 
  }



/*
 //fade
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
  /*
  //scrollbar
  */
::-webkit-scrollbar {
width: 14px
}

::-webkit-scrollbar:horizontal {
height: 14px
}

::-webkit-scrollbar-corner {
background: #eee
}

::-webkit-scrollbar-track:vertical {
background: linear-gradient(90deg, #e5e5e5, #f0f0f0 20%);
border-radius: 5px; 
}

::-webkit-scrollbar-track:horizontal {
background: linear-gradient(180deg, #e5e5e5, #f0f0f0 20%);
border-radius: 5px; 
}

::-webkit-scrollbar-thumb {
border: 1.5px solid #888;
border-radius: 5px;
box-shadow: inset 0 -1px 1px #fff, inset 0 1px 1px #fff;
}

::-webkit-scrollbar-thumb:vertical {
background: linear-gradient(90deg, #eee 45%, #ddd 0, #bbb);
}

::-webkit-scrollbar-thumb:horizontal {
background: linear-gradient(180deg, #eee 45%, #ddd 0, #bbb);
}