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/SBogers60/royalforkliftbenelux.com/wwwroot/css/pages/_contact.sass
/*==========================================================================
  Contact page
  ========================================================================== */
.contact
  .color-wrapper
    background-color: $royalForkDarkBlue

  .contact-content
    position: relative

    .background
      position: absolute
      top: 0
      right: 0
      width: 50%
      height: 100%
      background: white

    .contact-info
      width: column(4, 12)
      margin-left: column(1, 12)
      padding: 72px 0 100px

      h1
        font-size: 2rem
        line-height: 1.2
        color: white
        font-weight: bold()
        margin: 0 0 32px

      //h3
      //  font-size: 0.8rem
      //  line-height: 1.2
      //  color: white
      //  opacity: 0.5
      //  text-transform: uppercase
      //  font-weight: semi-bold()
      //  margin: 100px 0 15px


      p
        font-size: 0.8rem
        line-height: 1.7
        color: white

        span
          display: inline-block
          margin-left: 10px
          color: $royalForkLightBlue

        a
          color: white
          text-decoration: none
          transition: color 0.2s

          &:hover
            color: rgba(white, 0.6)

      +respond-to-width(1100)
        width: column(5, 12)
        margin-left: 0

    .contact-form
      position: relative
      padding-top: 72px
      display: inline-block
      margin-left: column(1, 12)
      padding-left: column(1, 12)
      width: column(5, 12)
      vertical-align: top

      //&:before
      //  content: ''
      //  position: absolute
      //  left: 0
      //  top: 0
      //  width: 40px
      //  height: 100%
      //  background:
      //    image: url("/img/horizontal-gradient.png")
      //    size: contain

      h2
        font-size: 2rem
        line-height: 1.2
        margin: 0 0 32px
        color: $royalForkBlue
        font-weight: bold()

      p
        font-size: 0.9rem
        line-height: 1.2
        color: $royalForkBlue

      .submit
        text-align: right

      .button
        background-color: $royalForkGreen
        color: white
        border-radius: 5px
        font-size: 0.7rem
        font-weight: semi-bold()
        text-transform: uppercase

        &:after
          border-radius: 5px

    +respond-to-width(840)
      .grid-row
        width: 100%

      .background
        display: none

      .contact-info
        width: 100%
        padding: 72px column(1, 12) 100px
        background-color: $royalForkDarkBlue

        h3
          margin-top: 60px

      .contact-form
        width: 100%
        padding-right: column(1, 12)
        margin-left: 0
        background-color: white