/*
Theme name: tmorg WordPress conversation
Description: Custom Theme
*/

/*
	Source post-css styles are located in the postcss directory.
	The compiled bundle is in assets/bundle.css; The README.md
	file contains instructions how to get the compilation
	process up & running.

	If you need to make a quick fix, feel free to add CSS
	below this comment. It will override bundle.css styles.
*/

p {  }

.page-title h1{
font-size: 2.3em;
font-weight: 300;
}

.book-now-button {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 6px;
  border: 0;
  font-weight: bold;
  letter-spacing: 0.0625em;

  background: #006199;
  color: #ffffff;
}
/* Add a rollover background colour but keep the text white */
.book-now-button:hover,
.book-now-button:focus,
.book-now-button:active {
  background: #4ba5d8;
  color: #ffffff;
}
