#intro {
    width: 100%;
    height: 100%;
	height: 100%; 
    min-height: 100%; 
    position: absolute; 
    top: 0; 
    right: 0; 
    bottom: 0;
    margin: auto;
}
#home-content-img{
    width: 80px;transition-duration: 500ms;
}
#home-content-img:hover{
    transform: scale(1.2);
}


.button-0 {
    border-radius: 10px;
    font-family: 'Helvetica', cursive;
    font-size: 14px;
    color: #FFF;
    text-decoration: none;  
    background-color: #2f4a80;

    text-shadow: 0px -2px #2f4a80;
    /* Animation */
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
}

.button-0:hover, 
.button-0:focus {
    text-decoration: none;
    color: #fff;
}

.button-0:active {
    transform: translate(0px,5px);
    -webkit-transform: translate(0px,5px);
    border-bottom: 1px solid;
}
