#inicio li, .parallax-container {
 text-shadow: 0px 3px 10px #000000eb;
}
.logoimg {
    height: 64px;
    padding: 8px 0px;
}

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 0px 4px 8px 1px #00000063
  z-index:100;
}

.my-float{
	margin-top:16px;
}


@media only screen and (max-width: 992px) {
	.logoimg {
		height: 54px;
		padding-left: 50px;
	}
}