/*
Theme Name: Organized by Design (Business)
Version: 0.1
Template:   organizedbydesign
*/

:root {
  --redalpha: rgba(190, 30, 45, 0.8);
}

a:link, a:visited, a:hover, a:active {
	color: white;
}

.navbar-item {
    color: black !important;
}

.home-page {
  background-image: url('img/business-front-page.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.logo-large {
  background-image: url('img/logo-white-red.svg')
}

.button.is-primary {
  background-color: var(--red);
}

section {
  background-color: var(--red);
  color: white;
}

section a {
	color: inherit;
	text-decoration: underline;
}
section a:hover {
	color: inherit;
	text-decoration: none;
}

.author {
  color: white;
}

.card {
  background-color: var(--red);
  color: white;
}
.card:hover {
  color: white;
}

.footer {
  background-color: black;
}

.social-icons a:hover {
  color: white;
}

h1 {
  background-color: var(--red);
  color: white;
}

strong {
  color: white;
}

section {

}

.page-background {
  opacity: 1;
}

.wpcf7-form-control {
  border: 0;
}

.wpcf7-submit {
  background-color: black;
  color: white;
}

.call-to-action-title {
	color: white !important;
}

h3 span {
	color: white;
}

.footer {
  position: relative;
  z-index: 1;
}
