html,
body {
  font-size: 15px;
}
.row {
  width: 100%;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
}
#scrollTop {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 40px;
  right: 30px;
  background: #ccc;
  color: #fff;
  border-radius: 100%;
  padding: 10px 13px;
}

.logo {
  max-width: 300px;
  width: 100%;
}

.menu a {
  padding: 25px;
  display: inline-block;
  font-size: 13px;
  color: #fff;
  letter-spacing: 2px;
}

.slider {
  background: #ab0224;
  min-height: 300px;
  padding: 4% 2% 0px;
}
.slider h3 {
  font-size: 50px;
  font-family: "Nothing You Could Do", cursive;
  float: left;
  display: block;
  padding: 15px 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 25px;
  right: 10px;
}
.slider h4 {
  background: #222;
  float: left;
  display: block;
  padding: 12px 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  left: 40px;
}

.font-style1 {
  font-family: "Amatic SC", cursive;
}

.style-30deg {
  -webkit-transform: rotate(-5deg);
}

a {
  cursor: pointer;
}

.btn-default {
  background: #222;
  color: #fff;
  border: none;
  padding: 10px;
}

.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 999;
}

@media screen and (max-width: 1199px) {
  .menu a {
    padding: 10px;
    font-size: 11px;
  }
}
