#logo{
    width: 100%;
    position:relative;
    left:-0.5%;
}

h1{
font-size: 500%;
padding-left: -5%;
}

h2{
font-size: 350%;
font-family: "Franklin Gothic", medium condensed, monospace;
}

.h2title{
 font-size: 350%;
font-family: "Franklin Gothic", medium condensed, monospace;
font-stretch: condensed;
padding-left:1.4%;
}

h3{
font-size: 200%;
font-family: "Franklin Gothic", medium condensed, monospace;
padding-left:1.5%;
}

ul{
    list-style: none;
    font-family: "Franklin Gothic", medium condensed, monospace;
    font-stretch: condensed;
    padding-left: 1.4%;
}

a{
    text-decoration: none;
    color:black
}

#index{
    background-image: url("../img/bg.png");
    background-color: #fafafa;
    background-size:100%;
}

#about{
   background-image: url("../img/bgabout.png");
    background-color: #fafafa;
    background-size:100%; 
}

p{
    font-family: "Franklin Gothic", medium condensed;
    padding-left:1.4%;
    font-size: 125%;
}

.pflink{
    color:red;
    animation: blinker 0.5s linear infinite;
}

@keyframes blinker{
    50%{
        color:yellow;
    }
}

#start{
    background-image: url("../img/cio60685.jpg");
    background-size: repeat;
}

#instf{
    position:fixed;
    bottom: 7%; 
    color: white;  
}

#arrow{
    position: fixed;
    bottom: 1%;
}

#room01enter{
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    color: pink ;
    animation: jorge 0.4s linear infinite;
    text-align: center;
    position:relative;
    left:45%;
}

@keyframes jorge {
    50%{
        color:lightgreen;
    }
}


#instructions{
    background: rgba(255,255,0,0.5);
    border: red dotted 5px;
}

#plogo{
    width:6%;
}