/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- */
.custom-icon-blue {
  font-size: 48px;
  color : rgb(110,188,217);
}


.myButton{
	background-color: rgb(110,188,217);
	border-radius: 30px;
	border:1px solid #4e6096;
    display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:14px;
	padding:5px 15px;
	text-decoration:none;
}
