#home-gullah .gullah__comment p {
    font-size: 1.6rem;
}
#home-gullah .gullah__info {
    margin-bottom: 40px;
}
#birdcam-content {
	margin: 30px auto;
}
#player_birdbox-11 {
	margin-bottom: 30px;
}
.header-menu.menu .bluebird {
	margin-right: 10px;
}
.header-menu.menu .bluebird a {
    background-color: #87949b;
    color: #edebe8;
    width: 100%;
    text-align: center;
    position: relative;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out;
	font-size: 1.1rem;
	font-weight: 600;
    padding: 6px 15px;
}
.header-menu.menu .bluebird a:after {
    position: absolute;
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    border: 1px solid #edebe8;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.header-menu.menu .bluebird a:hover {
    background-color: #999C87;
	color:#fff;
}
.header-menu.menu .bluebird a:hover:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.header-menu.menu li>a, .top-header-menu.menu li>a {
	padding: 0.48em;
}

/*Tours details page edits*/

.tour-details-template .main-info h2 {
	font-size: 32px;
	margin-top: 33px;
	line-height: 1.25;
}
.tour-details-template .main-info p,
.tour-details-template .main-info ul li
{
	font-size: 20px;
}
.tour-details-template .intro__title {
	margin-top: 30px;
}

.padding-block-0 { padding-block: 0 !important; }
.padding-top-30 { padding-top: 30px !important; }
.buy-links__item { display: flex; justify-content: center; }

/*Tours details page edits*/

@media screen and (max-width:1273px) {
	.header-menu.menu li>a, .top-header-menu.menu li>a {
		padding: 0.48em;
	}
	.header-menu.menu .bluebird {
		margin-right: 10px;
	}
	.header-menu.menu .bluebird a {
		padding: 6px 10px;
	}
}