
	.book-table-section {
		background-image: url("assets/images/booking/birthday-party.jpg");
	}

	.surprise-btn {
		text-align: center;
		margin: 30px 0;
	}

	.surprise-btn a {
		background-color: #c59d5f;
		font-family: 'Raleway', sans-serif;
		font-weight: bold;
		border-radius: 0;
		border: none;
		padding: 13px 30px;
		text-transform: uppercase;
		color: #fff;
		letter-spacing: 0.56px;
		-webkit-transition: all 0.7s ease 0s;
		-moz-transition: all 0.7s ease 0s;
		-o-transition: all 0.7s ease 0s;
		transition: all 0.7s ease 0s;
	}

	.surprise-btn a:hover {
		background-color: #fff;
		color: #c59d5f;
		text-decoration: none;
		border:2px solid #c59d5f;
	}

	.surprise-content a{
	    text-decoration:none;
	    color:white;
	}
	
    .about-section h1{
	    color:#222222;
	    font-family:'Raleway', sans-serif;
	    font-size:25px;
	    font-weight:700;
	    text-transform:uppercase;
	    letter-spacing:1px;
	    line-height:40px;
	}
    a{
        color: #f5b654;
    }
    a:hover{
        color: #c59d5f;
    }