

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
    font-family: 'bonvenocflight';
    src: url('../fonts/bonvenocf-light-webfont.eot');
    src: url('../fonts/bonvenocf-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bonvenocf-light-webfont.woff2') format('woff2'),
         url('../fonts/bonvenocf-light-webfont.woff') format('woff'),
         url('../fonts/bonvenocf-light-webfont.ttf') format('truetype'),
         url('../fonts/bonvenocf-light-webfont.svg#bonvenocflight') format('svg');
    font-weight: normal;
    font-style: normal;

}

.logo{
    width: 300px;
}
/* #90be5b verde claro
#138a30 verde oscuro */
body{
	padding: 0px;	
    background-color: #138a30;
}
*{
	font-family: sans-serif;
}
.sharebox{
	
	color: #fff;
}
.shares{
	padding: 25px 0px;
}
.shares:hover{
	opacity: 0.8;
}

.jumbotron{
	position: relative;
	padding-bottom: 100px;
    background-image: url(../img/bk.jpg);
    background-image: url(../img/giphy.gif);
    background-size: cover;
    background-position: left center;
    background-color: #333;
    background-repeat: repeat; 
    background-blend-mode: multiply; 
}

.jumbotron{
    position: relative;
    padding-bottom: 60px;
    border-bottom: solid 14px #90be5b;
}
.ola{
	position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: none;
}







