/* ALLGEMEIN */

*{
    margin: 0;
    padding: 0;
    
    font-family: Calibri, sans-serif;
}

body{
    background: #282B30;
}


.wrapper{
   width: 960px;
   max-width: 90%;
    
   margin: 0 auto;
} 



/* NAVIGATION */

#navigation{
    width: 100%;
    height: 100px;
    
    position: fixed;
    top: 0px;
    
    background-color: rgba(166, 166, 166, 0.8);
    
}

#logo{
    width: 240px;
    height: 60px;
    
    float: left;
    
    margin: 30px;
    
    
}

#logo p{
    font-family: Arial, sans-serif;
    
    font-size: 2.5em;
    color: white;
    
    font-weight: 600;
}

#menu{
    float: right;
    margin-top: 44px;
    margin-right: 30px;
    
}

#menu a{
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
    
    color: white;
    font-weight: 300;
    
    transition: ease-in-out all 100ms;
}

#selected{
    border-bottom: solid;
    border-bottom-color: white;
    border-radius: 2px;
}

#menu a:hover{
    border-bottom: solid;
    border-bottom-color: white;
    border-radius: 2px;
    
}

/* Content */

.content{
    width: 30%;
    color: white;
    
    margin-top: 20px;
    
}

#firstTleft{
    margin-top: 290px;
    margin-bottom: 50px;
    margin-left: 30px;
    
    padding: 10px;
    
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(71, 72, 75,1);#(166,166,166,1);
    
    
    color: white;
    width: 300px;
    float: left
}
#firstright{
    margin-top: 290px;
    margin-bottom: 50px;
    margin-right: 4em;
    
    padding: 10px;
    
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(71, 72, 75,1);#(166,166,166,1);
    
    
    color: white;
    width: 300px;
    float:right;
    
    
}

#avatar{
    float: right;
    
    margin-right: 40px;
    margin-top: 150px;
    
    border-radius: 40px;
}

#screenshot{
    float: left;
    
    margin-top: 4em;
    margin-left: 7em;
    margin-right: auto;
    
    #padding-left: 2em;
    
    height: 30em; 
    
    border-radius: 2px;
}

#textcenter{
    clear: left;
    
    margin-top: 34em;
    margin-left: auto;
    margin-right:auto; 
    
    
    width: 25em;
    height: auto;
    
    color: white;
    
    padding: 10px;
    border-style: solid;
    border-radius: 8px;
    border-color: rgba(71, 72, 75,1);  
}

#Appicon{
    float: left;
    margin-top: 10em;
    margin-left: 2em;
    
    height: 250px;
    
    margin-bottom: 0;
}

#Headline{
    color: white;
    float: left;
    margin-top: 3.8em;
    margin-bottom: 1.8em;
    font-size: 4em;
    
    font-weight: 500;
    
}

font-family: Calibri, sans-serif;
background: #282B30;
