body {
  margin: 0;
  font-family: sans-serif;
  font-size: 1.2rem;
  cursor: default; }

* {
  box-sizing: border-box; }

a {
  color: white;
  font-weight: bold;
  transition: 0.3s;
  text-decoration: none !important; }
  a:hover {
    color: #dadada; }

h1 {
  font-size: 3rem; }

h2 {
  font-size: 2.5rem; }

img {
  max-width: 100%; }

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

.w-container {
  max-width: 1400px;
  margin: auto;
  padding: 10px; }

.section {
  padding: 100px 10px; }
  .section.shadow {
    position: relative;
    z-index: 9;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.3) !important; }
  .section.bg {
    display: flex;
    position: relative;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed; }
    .section.bg.content-bottom {
      align-items: flex-end; }
    .section.bg::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5); }

.bg-primary {
  background-color: #80a1c7 !important;
  color: white !important; }

/*# sourceMappingURL=style.css.map */
