html {
  background-color: #000000;
  height: 100%;
  margin: 0px !important;
  -webkit-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
  overflow-y: scroll !important;
  /* to prevent page jumping on ajax and when there is not enough content */ }

body {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  line-height: 24px;
  color: #a2a2a2;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased; }

h1 {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 48px;
  text-transform: uppercase; }

.navbar-menu {
  background-color: black; }

.navbar-end {
  margin-right: 50px; }
  .navbar-end a:hover {
    background-color: #000000 !important; }

.main-nav {
  color: #ffffff;
  font-size: 16px;
  height: 100px;
  font-weight: 600;
  text-transform: uppercase; }
  .main-nav a {
    color: #ffffff !important; }
    .main-nav a:hover {
      color: #f2da7c !important; }

.main-hero {
  margin-top: 40px; }

a.active {
  color: #d1d1d1 !important; }

.main-content {
  color: black;
  font-family: "Open Sans",sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-align: center; }
  .main-content p {
    margin-top: 30px; }
    .main-content p.hero-button {
      margin: 80px 0; }

.main-button {
  border: 2px solid #000000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  padding: 20px 50px; }

a.main-button {
  background-color: #ffffff;
  color: #000000; }
  a.main-button:hover {
    background-color: #000000;
    color: #ffffff; }

.inner-title-container {
  background-image: url("../images/BG_Image.png");
  margin-top: 40px; }

.inner-title {
  height: 200px; }
  .inner-title h1 {
    font-size: 52px;
    line-height: 52px;
    color: #ffffff;
    word-break: break-all;
    font-weight: 800;
    letter-spacing: 7px;
    text-transform: uppercase;
    margin-top: 20px; }

.inner-content {
  color: #000000;
  font-size: 16px;
  line-height: 23px; }
  .inner-content h2 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px; }
  .inner-content p {
    margin-top: 20px; }
  .inner-content li {
    margin-left: 20px;
    margin-top: 10px;
    font-size: 16px; }

.footer {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  margin-top: 60px; }
  .footer p {
    margin: 10px 0; }
  .footer img {
    width: 70px;
    height: 70px;
    margin-top: 30px;
    margin-right: 20px; }
  .footer .footer-container {
    margin: 0 60px; }
  .footer .legal a {
    color: white; }
    .footer .legal a:hover {
      color: #f2da7c; }
  .footer .footer-nav ul {
    list-style-type: none; }
  .footer .footer-nav li {
    display: inline;
    margin-right: 12px;
    text-transform: uppercase; }
    .footer .footer-nav li a {
      color: #ffffff; }
      .footer .footer-nav li a:hover {
        color: #f2da7c; }

#top {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Fixed/sticky position */
  bottom: 20px;
  /* Place the button at the bottom of the page */
  right: 30px;
  /* Place the button 30px from the right */
  z-index: 99;
  /* Make sure it does not overlap */
  border: none;
  /* Remove borders */
  outline: none;
  /* Remove outline */
  background-color: #c1c1c1;
  /* Set a background color */
  color: white;
  /* Text color */
  cursor: pointer;
  /* Add a mouse pointer on hover */
  padding: 15px;
  /* Some padding */ }

#top:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */ }

@media (max-width: 1023px) {
  .main-nav {
    height: 60px; }

  .main-hero {
    margin-top: 0px; }

  .inner-title-container {
    margin-top: 0px; } }
@media (max-width: 768px) {
  .main-nav {
    height: 20px; }

  .main-hero {
    margin-top: 0px; }

  .main-button {
    padding: 10px 25px; }

  .inner-title-container {
    margin-top: 0px; }

  .inner-title {
    padding-top: 60px; }
    .inner-title h1 {
      font-size: 34px; } }
