
/*

Free for personal & commercial Use !!

Author : http://consultmachine.com/html-bootstrap/

Copyright : 2017

This is distributed under MIT licence, you can read full licence below :
https://opensource.org/licenses/MIT

*/

  /* Google Fonts */
@import url('https://fonts.googleapis.com/css?family=Dosis|Titillium+Web');

/* General Styles */
body{
  font-size: 30px;
line-height: 35px;
background-color: #000000;
color: #fff;
padding-top: 180px;
font-family: 'Titillium Web', sans-serif;
}
.big-name{
font-family: 'Dosis', sans-serif;
font-size: 60px;
text-transform:uppercase;
}
.med-name{
font-family: 'Dosis', sans-serif;
font-size: 40px;
text-transform:uppercase;
color: yellow;
font-weight: 900;
}

.buynow-btn {
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(254, 224, 0, 0.96);
  border-radius: 0px;
  border: 0px;
  color: #000;
  font-weight: 900;
  padding: 5px 10px;
  font-size: 20px;
}
