@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Rubik+One);

body {
  font-family: "Trebuchet MS";
  font-size: 16px;
  line-height: 28px;
  background-color: #FFF;

}

a{color: #FF0000;text-decoration: none;}
a:hover { transition: text-shadow 0.3s ease-in 0s, color 0.3s ease-in 0s;text-shadow: 1px 1px 0px #F9BD28;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------------Button--------------------------------- */
/* ---------------------------------------------------------------------------- */
a.button{
	cursor: pointer;
	font-size: 13px;
	border:1px solid #ffffff; 
	display: inline-block;
	text-decoration: none;
	background: #303030;
	margin: 5px 0;
	text-transform: uppercase;
	color: #fff;
}
a.button:hover{
opacity: 0.9;}

a.button.bt1 {
background: #FFCD02;
color: #333;
padding: 10px 20px;
text-align: center;
text-shadow: none;
font-weight: bold;
border: none;
margin-top: 20px;}

a.button.bt1:hover {
background: #333;
color: #FFCD02; }

a.button.bt2 {
background: #0000ff;
color: #ffffff;}
