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/SBogers10/jacques-hein.komma.pro/wwwroot/css/pages/_contact.sass
.contact-block
  background-color: $greenGrey
  .content-container
    +flex(space-between, flex-start)
    height: calc(100% - #{$partInViewport})

    +respond-to(small)
      flex-direction: column
      align-items: center

    .contact-information
      padding: $paddingSmallTextBlock
      max-width: $textMaxWidth
      margin-top: 50px

      +respond-to(small)
        margin-top: 0

      h2
        color: $black
        margin-bottom: 50px
      color: $black
      a
        color: $blue
        transition: color 0.4s ease
        &:hover
          color: rgba($blue, 0.7)

    .contact-person-block
      margin-top: 100px
      position: relative
      top: 0
      right: 0
      left: 0
      bottom: 0
      justify-content: flex-start
      animation: none
      opacity: 1

      +respond-to(small)
        display: none

      .contact-person-information
        color: $black
        h4
          color: $black

.contact-content-container
  width: 100%
  top: -$partInViewport
  position: relative
  background:
    color: $contactFormBgColor
  padding: $paddingSmallTextBlock
  max-width: $textMaxWidth

  +respond-to(small)
    top: 0
    margin-bottom: 50px


.contact-form
  h3
    color: $contactFormTitleColor