
/* main.css | https://staging.philipdelisle.com/wp-content/themes/halcyonic/assets/css/main.css */

body {
  /* color: #474f51; */
  color: black;
}

#content {
  /* background: #f7f7f7 url("images/bg04.png"); */
  background: #3B4346 url("images/bg04.png");
}


/* main.css | http://localhost:8080/assets/css/main.css */

#content a {
  /* color: #ED391B; */
  color: #E12D11;
}

/* main.css | https://staging.philipdelisle.com/wp-content/themes/halcyonic/assets/css/main.css */

#content h3 {
  /* color: #96a9b5; */
  color: black;
}



/* main.css | http://localhost:8080/assets/css/main.css */

#copyright {
  /* color: #8d9ca3; */
  /* text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.5); */
  color: white;
  text-shadow: none;
  background: #3B4346 url("images/bg01.jpg");
}

#copyright a {
  /* color: #8d9ca3; */
  color: #ed391b;
  color: #E12D11;
}

.check-list li {
	font-size: 1em;
}

/* main.css | http://localhost:8080/assets/css/main.css */

/*
.bordered-feature-image {
  background: #fff url("images/bg04.png");
  box-shadow: 3px 3px 3px 1px rgba(0, 0, 0, 0.15);
  background: none;
  box-shadow: none;
  padding-left: 250px;
}
*/