.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	left:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
  font-size: 30px;
}

.my-float{
	margin-top:16px;
}

@media (min-width: 1600px) {
  .carousel-container {
    margin: 50px !important;
  }
}

#sendmessage {
  color: green;
  border:1px solid green;
  display:none;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}

#errormessage {
  color: green;
  display:none;
  border:1px solid green;
  text-align:center;
  padding:15px;
  font-weight:600;
  margin-bottom:15px;
}
