* {  
   -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
       -ms-box-sizing: border-box;
           box-sizing: border-box;
}
html, body {
    height: 100%;
    font-size: 15px;
    font-family: 'Arial';
}
div {
    border: 0px solid black;
}
p{
    border: 0px dashed black;
}
a:link, a:visited{
    color: red;
    font-weight: bold;
}
a:hover{
    color: white;
    font-weight: normal;
    text-decoration: none;
    background-color: red;
    padding: 2px;
}
#wrapper{
    position: absolute;
    border: 0px dotted black;
    margin: 0px; padding: 0px 10px 0px 10px;
    background-color: yellow;
    background-attachment: fixed;
    left: 20%; right: 20%; top: 0px;
}
#fixed{
    position: fixed;
    left: 20%; right: 20%;
    margin: 0px 10px 0px 10px; padding: 1px;
}
#title{
    text-align: right;
    color: white;
    background-color: black;
    padding: 3px 7px 3px 0px; 
    margin: 0px 0px 5px 0px;
}
#back, #website-link{
    position: absolute;
    margin: -2px 0px 0px 0px;
}
#back{
    left: 0px;
    padding: 0px 0px 0px 5px;
}
#website-link{
    right: 0px;
    padding: 0px 7px 0px 0px;
}
#category{
    position: absolute;
    font-size: 10px;
    margin: 3px 5px 0px -58px;
}

.yoko, .yoko a, .yoko a:visited, .yoko a:hover{
    padding: 0px;
    color: black;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Tahoma';
    font-size: 35px;
    font-weight: bold;
    margin:0px;
}
.back2top{
    font-size: 15px;
    text-align: right;
    border-top: 4px solid black;
    margin: 3px 0px 0px 0px;
    padding-top: 10px;
}
.back2top a:link, .back2top a:visited, .back2top a:hover{
    text-decoration: none;
    background-color: black;
    color: white;
    padding: 0px 5px 5px 5px;
}
.projects{
    margin: 95px 0px 50px 0px;
    border: 0px solid black;
}
.text{
    font-size: 17px;
    text-align: justify;
    line-height: 130%;
    word-wrap: break-word;
    margin: 2px 0px 5px 0px;
}
.text a:link, .text  a:visited{
    color: black;
    font-weight: bold;
}
.text a:hover{
    color: white;
    font-weight: normal;
    text-decoration: none;
    background: black;
    padding: 2px -2px 2px 2px;
}
.content img{
    width:100%;
}
.text{
    text-align: justify;
    line-height: 130%;
    margin: 0px 0px 0px 0px;
    word-wrap: break-word;
}

/*MEDIA QUERIES*/

/*Smartphones and Tablets*/
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {

    #wrapper, #fixed{
        left: 0px; right: 0px;
    }

}












