a.button{
	display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    color: #eee;
    text-align: center;
    background: #008AD3;
    border: 1px solid #eee;
    font-family: 'Roboto Slab', serif;
    padding: 6px;
    transition: 0.5s;
    box-sizing: border-box;
    text-decoration: none;
	font-size: 1.5em;
}
a.button.gold:hover {
    background: #b97106 !important;
}
a.button.gold {
    background: #ffad25 !important;
}
a.button:hover {
    text-decoration: none;
    background: #1560A9;
}
h2,h3{
	color:white;
}
h2.blue{
color:#008AD3;
}
h2 span{
	color:#ffc500;
}
h3 span{
	color:#ffc500;
}
.bg{
	position:relative;
	z-index:5;
        background: #211938;
	padding: 1em 2em;
}
.bg:after{
    background-image: url("backgroundbitcoin.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    content: " ";
    clear: both;
    width: 960px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .8;
    z-index: -1;
    display: inline-block;
}
