div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #dd0099; /* Pink background */
    border: 1px solid #ddd; /* Dark grey border */
    color: white; /* White text color */
    font-size: 1em; /* Size of text */
  	font-style: normal; /*non-italics*/  
	padding: 12px 18px; /* Distance between text and border */
	border-radius: 5px; /*rounded corners*/
}

thead {
	background-color: #bb0088;
}

body {
	color: black;
}

figure figcaption {
  text-align: center;
	font-size: 13.5px;
	color: #bb0088;
	font-style: normal !important;
}

.header-bg {
	height: 100%;
	min-height: 500px;
}

.hero-content p 	{
	padding-top: 2.4em;
}

@media screen and (min-width: 50em) {
	.header-bg {
			background-attachment: local !important;
			background-size: cover !important;
	}
	.hero-content p, h2.site-description 	{
			font-weight: bold  !important;
	}
	.entry-header h2 {
			font-size: 3.0em !important;
	}
	#content h2 {
		font-size: 2.5em;
	}
}

.site-title, .site-title a, .site-title a:hover, .site-description {
	color: white;
	font-weight: normal;
}

.stick, .main-navigation ul ul {
  background-color: #bb0088;
	border-color: #fff;
}

.main-navigation a {
  color: white;
  padding: 1em 1.5em;
	font-weight: normal;
}

.main-navigation .sub-menu a {
    color: white;
}

.main-navigation ul ul li a {
    padding-bottom: 0.5em;
}

.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a, .main-navigation .current_page_ancestor>a, .main-navigation li:hover>a, .main-navigation li.focus>a {
  font-weight: bold;
	color: white;
}

.main-navigation ul li.menu-item-has-children>a:after, .main-navigation ul li.page_item_has_children>a:after {
    border-top-color: #fff;
}

.menu-toggle {
	background-color: #bb0088;
}

.menu-toggle {
    border-radius: 0;
    background-color: #bb0088
    width: 100%;
		color: white;
}

.entry-header h2 {
	font-size: 2.4em;
}

h2, h3, h4, h5 {
	color: #bb0088;
}

p a {
	font-weight: bold;
	color: #bb0088;
}

p a:hover, p a:focus {
	color: #ea00d3;
}

.home-video-content p {
	color: black;
}

.footer-wrap {
    background-color: #000000;
    margin-top: 3em;
}

tr td {
	color: #222 !important;
	font-size: 15px;
}

.wp-block-file .wp-block-file__button {
    background: #000000;
}

.site-footer {
  text-align: left;
  margin: 2.5em auto 2.5em;
  max-width: 1200px;
	color: white;
}

.site-footer .search-form input[type="search"] {
    background-color: white;
	color: black;
}

.widget_wpcom_social_media_icons_widget a:before, .widget_tag_cloud a, .wp_widget_tag_cloud a, .header-bg, html input[type="button"], input[type="reset"], input[type="submit"], button, .button, #infinite-handle span {
   background-color: #bb0088;
	font-style: normal;
	font-weight: bold;
	color: white;
}

select {
  border-color: #757575;
	color: #757575;
	padding: 3px;
	font-size: 13px;
}

.timeline-TweetList-tweet {
    border-top: 1px solid rgb(255,255,255);
}