@media only screen and (min-width:1200px) {
    .container {
        width: 1200px
    }
}

@media only screen and (max-width:991px) {
	.btn-book-mobile {
		display: inline-block !important;
	}

	.navbar-brand img {
		width: 200px;
		height: 59px !important;
		max-height: 59px !important;
	}

	.navbar-toggle {
		margin-top: 18px !important;
	}
}

.top_menu {
	background-color: #caa64d;
	z-index: 1000000;
	color: white;
	border-bottom : none;
}

.top_menu a {
	color : white;
}

.top_menu a:hover {
	color : white !important;
}

header {
	box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
	position: relative;
	min-height: 76px;
}

.navbar-brand {
	margin-top: 0px !important;
}

.navbar-brand img {
	width: 200px;
	height: 59px !important;
}

.about .logo {
	width: 200px;
	height: auto
}

.btn-book-mobile {
	display: none;
	margin-left: 16px;
	margin-top: 16px;
}

.gradient_overlay:after {
	background-image: linear-gradient(135deg, rgba(224, 143, 30, 0.5) 0px, rgba(23, 137, 209, 0.5) 100%);
}

.button.btn-blue {
	background-color: #2a70b8;
	color : white;
}

.button.btn-blue:hover {
	background-color: #cba74f;
}