@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Poppins:300,400,500,600,700|Droid+Serif:400,400i,700,700i|Montserrat:500,600,700');

.big-heading{
font-size: 40pt;
line-height:normal;
}
.sub-heading{
font-size: 30pt;
line-height:normal;
}
.big-heading-droid{
font-family: 'Droid Serif', serif;
font-size: 40pt;
font-weight:700;
line-height:normal;
}
.sub-heading-droid{
font-family: 'Droid Serif', serif;
font-style:italic;
font-size: 30pt;
font-weight:400;
line-height:normal;
}
.big-heading-monst{
font-family: 'Montserrat', sans-serif;
font-size: 40pt;
font-weight:700;
line-height:normal;
}
.sub-heading-monst{
font-family: 'Montserrat', sans-serif;
font-size: 30pt;
font-weight:400;
line-height:normal;
}
.btn-slider { 
display: inline-block;
width: 198px;
height: 40px;
font-size:10pt;
font-weight:600;
letter-spacing:1pt;
font-style:normal;
text-align:center;
line-height:38px;
color:#060606;
background:#f7d204;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
outline: none;
text-shadow:none;
margin: 5px auto;
margin-left:0px;
padding: 0;
cursor:pointer;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.btn-slider:hover { 
 background:#fff;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;}
  .btn-slider a:hover { color: #060606; } 