.body{
    padding: 0px;
}

.Contents{
    position: absolute;
    width: 95%; height: 100%; 
    left:5%; right:5%;
    top:0%; bottom: 0%;
}

a{
    text-decoration: none;
    color: inherit;
}

.Logo{
     position: absolute;
    width: 56%; height: 50%; 
    left:2%; right:0%;
    top:0%; bottom: 0%;
    padding: 0%;
}

.Logo img{
    height: 100%; width: 100%;  
    float: none;
}

.Right_comments{
     position: absolute;
    width: 42%; height: 90%; 
    left: 58%; right:0%;
    top:5%; bottom: 0%;
    border-left: 0px slategrey outset;  
    border-bottom-left-radius: 25%; 
    border-top-left-radius: 25%;
}

.Right_comments img{
    margin-left: auto;
    margin-right: auto;
    width: 100%; height: 100%;
    right: 0%; left: 0%;
    border-left: 0px slategrey outset;  
    border-bottom-left-radius: 25%; 
    border-top-left-radius: 25%;
}

.Menu{
   position: absolute;
    width: 66%; height: 50%; 
    left:2%; right:0%;
    top:40%; bottom: 0%;
    background-color: inherit;
    padding: 0%;
}

.tabs {
    display: inline-block;
    padding: 2%;
    width: 20%;
    height: 20%;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: 2s;
}

.tabs:hover{
    width:30%;
    height: 50%;
}

.tabs img{
    max-width:100%;
    max-height:100%;
    border-bottom-left-radius: 20%;
    border-bottom: 0px;
}


 .desc {
    font-size: 100%; text-align: center;
    font-family: 'Raleway', sans-serif;
}

.desc:enabled{
    font-size: 10000%;
}
