@import url(https://fonts.googleapis.com/css?family=Montserrat:400,900);
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 10px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
	background-color:#32383c;
    color: #BCC445; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 1.250em; /* Increase font size */
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
}

#myBtn:hover {
    background-color: #32383c; /* Add a dark-grey background on hover */
}
#myBtn a:link, #myBtn a:visited {
	font-family: 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: 800;
	text-align: center;
	color: #BCC445;
	text-transform:uppercase;
    text-decoration: none;
}
#myBtn a:hover {
	color: #ffffff;
	text-decoration: underline;
}