/* Default Link Styles */
a {
  color: #C6782E;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #aa6728; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem !important;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Liberty W01 SC", times, serif;
  font-weight: normal;
  font-style: normal;
  color: #C6782E;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #dea773;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; 
  color: #B2B2B2 !important;}

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }


.whitetext{
	color: #fff !important;
}

.vapor-button{
	color: #c6782e;
}
.vapor-button:hover{
	color: #000000; 
}
