html 
{
  position: relative;
  min-height: 100%;
}
body 
{
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    color: black;
    font-weight: 300;
    font-size: 14px;
    background: #454545;
    
    /* Margin bottom by footer height (sticky)  */
    margin-bottom: 80px;
}



.backgroundImage body 
{
    /* Full background image */
    background: url('../images/construccion.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
h1, h2, h3, h4, h5, h6 
{
    font-weight: 300;
    line-height: normal;
}
h1
{
    font-size: 45px;
}

h2
{
    font-size: 20px;
	margin-top: 15%;
}

h3
{
    font-size: 17px;
}
a 
{
    color: black;
    text-decoration: none;
}
a:hover 
{
    text-decoration: none;
    color: #f0f0f0;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}






/* Sticky footer */
#footer 
{
    color: black;
    position: absolute;
    overflow: hidden;
    bottom: 0;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100;
    padding-bottom: 20px;
}


#footer p 
{
    font-size: 15px;
    margin: 0px;
}

#footer a 
{
    color: black;
    text-decoration: underline;
}

#footer .section{
	padding: 15px 0px;
}




/*********************************/
/************* .btn **************/
/*********************************/                  
.btn 
{
    border-radius: 0px;
}

.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active,
.btn-facebook.active 
{
    color: #3B5998 !important;
		-webkit-transform:scale(0.8);transform:scale(0.8);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	

}


.btn-linkedin:hover,
.btn-linkedin:focus,
.btn-linkedin:active,
.btn-linkedin.active
{
    color: #007bb6 !important;
		-webkit-transform:scale(0.8);transform:scale(0.8);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	

}

.btn-instagram:hover,
.btn-instagram:focus,
.btn-instagram:active,
.btn-instagram.active
{
    color: #517fa4 !important;
		-webkit-transform:scale(0.8);transform:scale(0.8);
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;	

}





/*********************************/
/************ Others *************/
/*********************************/ 


#contact 
{
    margin: 10px 0px;
}

#contact a:first-child 
{
    margin-right: 20px;
}

/*********************************/
/************ @media *************/
/*********************************/
@media (max-width:991px)
{
    
}
@media (max-width:767px)
{

    #footer p 
    {
        font-size: 14px;
    }
    
    
}