HEX
Server: Microsoft-IIS/8.5
System: Windows NT YDAWBH120 6.3 build 9600 (Windows Server 2012 R2 Standard Edition) AMD64
User: tentjecom_web (0)
PHP: 7.4.14
Disabled: NONE
Upload Files
File: D:/HostingSpaces/SBogers79/artofeinstein.be/wwwroot/css/partials/_other.sass
.other-row, .error-row
  background: #544F4A
  position: relative

  .content-container
    position: relative
    z-index: 5
    max-width: 1000px
    padding: 60px 0 120px

    +column-count(2)
    +column-gap(80px)

    h2
      +font-header(36px, 44px)
      color: $beige


    p
      color: white
      +font-default(20px, 28px)


  .cta-block
    position: relative
    z-index: 5
    padding: 60px 0 120px
    div
      text-align: center

    h1
      +font-header(36px, 44px)
      color: $beige
      text-align: center

    p, a
      color: white
      +font-default(20px, 28px)
      text-align: center

  .background
    +position(absolute, 0 0 0 0)
    width: 100%
    height: 100%

    .background-image
      +position(absolute, 0 0 0 0)
      width: 100%
      height: 100%
      background: url('/img/forrest2.jpg') 50% 50%
      background-size: cover
      opacity: 0.5