/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
.custom-header
{
	position:relative;
	z-index:-10;
}
.custom-header img
{
	position:fixed;
  padding-right: 4%;
  padding-left: 0;
}

.site-title
{
  display:none;
}
.site-branding
{
	margin:20% 0 0 0;
	padding:0 23.4%;
	background-color: rgba(255,255,255, 0.4);
}

.site-description
{
	display:none;
	color:white;
	font-family:inherit;
}
.main-navigation
{
	background-color : rgb(54,23,55)

}
.site-footer
{
	background-color: rgb(54,23,55)
}
.menu-toggle
{
	background-color:#6f2e6d
}style="background-color: #6d2f6e;"
@media screen and (min-width: 1000px) {
	.custom-header img
	{
				padding: 0;
	}
}
.contact-column
{
	width:33.3%;
}
.special-offer
{
	width:40%;
	margin: auto;
	text-align: center;
	border-style: groove;
	border-width: 5px;
	border-color: #6d2f6e;
	border-radius: 10px;
	padding:10px;
	margin-bottom:50px;
}
@media (max-width:768px) {
  .contact-column  
	{
        width:100%;
        display: block;
        margin:10px 0px;
   }
  .special-offer
  { 
	  width:80%;
	  margin:auto;
  }
}
a
{
	color:#1e8e50;
}
input[type="submit"]
{
	background-color:#1e8e50;
}

.bookbutton {
    background-color: #6d2f6e;  
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 30px;
    font-style: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.sticky
{
	  position: -webkit-sticky;
    position: sul#site-header-cart {
    display: none;
}ticky;
	  top: 0;
}
.videowrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.5%;
    padding-top: 0px;
    height: 0;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul#site-header-cart {
    display: none;
}
.purpleButton
{
	background-color: #6d2f6e;
}
