{
  "title": "404 Minimal Teal",
  "type": "page",
  "thumbnail": "404_page/404-minimal-teal.png",
  "content": [
    {
      "id": "sec404mt",
      "elType": "section",
      "settings": {
        "layout": "full_width",
        "content_width": "boxed",
        "background_background": "gradient",
        "background_color": "#0f9b8e",
        "background_color_b": "#032d32",
        "background_gradient_type": "linear",
        "background_gradient_angle": 135,
        "padding": {
          "unit": "px",
          "top": "160",
          "bottom": "160"
        }
      },
      "elements": [
        {
          "id": "col404mt",
          "elType": "column",
          "settings": {
            "horizontal_align": "center"
          },
          "elements": [
            {
              "id": "num404mt",
              "elType": "widget",
              "widgetType": "heading",
              "settings": {
                "title": "404",
                "align": "center",
                "title_color": "#ffffff",
                "typography_typography": "custom",
                "typography_font_size": {
                  "unit": "px",
                  "size": 130
                },
                "typography_font_weight": "800"
              }
            },
            {
              "id": "sub404mt",
              "elType": "widget",
              "widgetType": "heading",
              "settings": {
                "title": "Page Not Found",
                "align": "center",
                "title_color": "#d0f0ec",
                "typography_typography": "custom",
                "typography_font_size": {
                  "unit": "px",
                  "size": 28
                },
                "typography_font_weight": "400"
              }
            },
            {
              "id": "txt404mt",
              "elType": "widget",
              "widgetType": "text-editor",
              "settings": {
                "editor": "The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.",
                "align": "center",
                "text_color": "#a8ddd8"
              }
            },
            {
              "id": "btn404mt",
              "elType": "widget",
              "widgetType": "button",
              "settings": {
                "text": "Back to Homepage",
                "align": "center",
                "link": {
                  "url": "/"
                },
                "button_background_color": "#ffffff",
                "button_text_color": "#fffff",
                "border_radius": {
                  "unit": "px",
                  "size": 50
                },
                "padding": {
                  "unit": "px",
                  "top": "14",
                  "bottom": "14",
                  "left": "38",
                  "right": "38"
                }
              }
            }
          ]
        }
      ]
    }
  ]
}
