/* Action Network code */

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9,
h {
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: Manrope, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
}

#can_embed_form > h2 {
  font-size: 0.8em !important;
}

#can_embed_form_inner > h4 {
  font-size: 0.5em;
  text-transform: lowercase;
}
/* 
#form_col2 {
  display: none;
} */

#action_info {
  display: none;
}

#logo_wrap {
  display: none;
}

/* Page code */

.header_image {
  background-color: #00a85a;
}

#can_main_col > h2 {background-color: #00a85a; color: #ffffff;
 margin-left: -600px;
 margin-right: -600px;`}
#can_main_col {margin: 0 auto;
 padding: 40px 600px;}

body
  > main
  > div
  > div.row.align-items-md-stretch
  > div:nth-child(2)
  > div
  > h2 {
  font-weight: 700 !important;
  font-size: 1.5em !important;
}

/* .container {
  display: flex;
  justify-content: center;
}
.AN_Content {
  width: 600px !important;
  display: flex !important;
  justify-content: center !important;
} */
