body, p, a, h2, ul, .btn {
  font-family: 'Open Sans', sans-serif; }

@font-face {
  font-family: 'Bebas Neue';
  font-style: normal;
  font-weight: normal;
  src: local("Bebas Neue"), url(../fonts/BebasNeue.woff) format("woff"); }
h1 {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 115px; }

h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase; }

.btn-default {
  font-size: 14px;
  font-weight: 600;
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  transition: all ease-in-out 300ms;
  -webkit-transition: all ease-in-out 300ms; }
  .btn-default:hover {
    background-color: #ffed59; }

.topbar {
  padding-top: 38px; }
  .topbar ul {
    text-align: right; }
    .topbar ul a {
      color: #fff;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin-left: 20px; }

.intro {
  background-image: url(../images/bg-intro.jpg);
  background-size: cover;
  background-position: center;
  height: 610px; }

.intro-content {
  text-align: center;
  margin-top: 120px; }
  .intro-content h1,
  .intro-content p.sub-title {
    color: #fff; }
  .intro-content p.sub-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 50px; }

.demos {
  padding-top: 60px;
  padding-bottom: 120px;
  text-align: center; }
  .demos header h2 {
    text-align: center;
    margin-bottom: 70px; }
  .demos img {
    -webkit-box-shadow: 0 2px 25px 0 rgba(51, 51, 51, 0.2);
    box-shadow: 0 2px 25px 0 rgba(51, 51, 51, 0.2);
    margin-left: auto;
    margin-right: auto;
    transition: all ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms; }
    .demos img:hover {
      -webkit-transform: scale(1.025, 1.025);
      transform: scale(1.025, 1.025); }
  .demos li {
    margin-left: 25px;
    margin-right: 25px; }
  .demos p {
    font-size: 16px;
    font-weight: 600;
    margin-top: 28px; }

footer {
  background-color: #333;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px; }
  footer img {
    opacity: 0.5;
    margin-bottom: 40px; }

p.copyright {
  color: #707070;
  font-size: 13px; }

@media only screen and (max-width: 778px) {
  .demos p {
    margin-bottom: 50px; } }
@media only screen and (max-width: 778px) {
  h1 {
    font-size: 90px; } }