body {
    margin: 0;
    font-family: 'Righteous';
    font-size: 18px;    
    overflow-x: hidden;
}

#cover {
    width: 100%;
    background-image: url('../media/cloud_small.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#presentation {
    position: absolute;
    top: 0;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 100%;
}

#presentation > div {
    color: white;
    text-align: center;
}   

#presentation > div > h1 {
    font-size: 40px;
    letter-spacing: .5em;
}

#social > a {
    text-decoration: none;
}

#social > a:hover {
    opacity: .7;
}

#arrow-down {
    text-align: center;
}

#arrow-down > a {
    color: white;
}

#arrow-down > a:hover {
    opacity: .7;
}

#arrow-up {
    -ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
    transform: rotate(-45deg);        
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0;
}

#arrow-up > a {
    color: red;
    margin: 15px;
}

#arrow-up > a:hover {
    opacity: .5;
}

/* Not used*/
.fade {
    width: 100%;
    height: 10%;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
}

.devpost-logo {
    height: 54px;
    margin-bottom: -8px;
}

.medium-logo {
    height: 68px;
    margin-bottom: -15px;
}

.container {    
    background-color: white;
    padding-top: 3em;
    padding-left: 10%;
    padding-right: 10%; 
}

@keyframes flyUp {
    0% {
        opacity: 1;
    }

    25% {
        opacity: .7;
    }

    50% {
        opacity: .5;
    }

    75% {
        opacity: .2;
    }

    100% {
        opacity:  0;
        bottom: 100%;
    }
}

#about > div > div {
    padding-left: 20px;
}

#about {
    /*margin-bottom: 200px;*/
}

#projects-mask {
    position: absolute;
    background-color: white;
    /*background-color: grey;*/
}

#projects {    
   border: 1px solid black;
}

#project-1 {
    /*border: 1px solid black;*/
}

#project-2 {

}

#project-3 {
 
}

