/* Content */
* {
	font-family: 'Ubuntu', sans-serif;
}
html {
	scroll-behavior: smooth;
}
h1, h2, h3 {
	font-weight: bold;
}

a:not(.gb-try):not(.gb-info):not(.nav-link):not(.btn):not(.card-link) {
	color: #8affd0;
}
.row {
	margin-left: 0;
	margin-right: 0;
}
.row-column {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.container {
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
.post-container .container {
	padding-top: 0 !important;
}
p {
	margin-bottom: .9rem;
}
ul {
	margin-left: -1rem;
}
ul > li:not(.nav-item) {
	margin-bottom: .5rem;
}
.gb-try {
	background: linear-gradient(90deg, #F1CF3B 60%, #ead48c 100%);
	border: none;
	border-radius: 5px;
	padding: 1rem;
}
.gb-info {
	background: #F1CF3B;
	border: none;
	border-radius: 5px;
	padding: 1rem;
}
.section-padding:first-of-type {
	padding-top: 100px;
}
.section-padding {
	padding: 50px 0;
}
.feature-box {
	background: linear-gradient(90deg, #000 0, #2a83d3 100%);
	color: white !important;
	h1 {color: white !important;}
	h2 {color: white !important;}
	h3 {color: white !important;}
}
a.gb-info, a.gb-try {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	transition: all 0.3s ease-in-out;
}
a.gb-info:hover, a.gb-try:hover {
	scale: 105%;
}
.back-to-top {
	background: linear-gradient(90deg, #F1CF3B 60%, #ead48c 100%);;
	position: fixed;
	bottom: 30px;
	right: -100px;
	padding: 10px;
	border-radius: 50%;
	text-align: center;
	z-index: 1000;
	transition: all 0.3s ease-in-out;
}
.visible {
	right: 30px;
}
.card-img-top {
	height: 200px;
	object-fit: cover;
}
.card-link-full > .card {
	overflow: hidden;
}
.card-title {
	margin-bottom: 1rem;
}
.under-title {
	position: relative;
	top: -0.9rem;
	font-size: 70%;
	display: block;
	height: 0;
}
.card-link-full img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}
.card-link-full img:hover {
	transform: scale(1.05);
}
.card-link-full {
	text-decoration: none !important;
	transition: all 0.3s ease-in-out;
}
.card-link-full:hover {
	transform: scale(1.05);
}
@media (max-width: 767px) {
	h1 {font-size: 2rem}
	h2 {font-size: 1.5rem}
}
/* Content */
/* Colors */
.bg-gb-blue {
	background-color: #015fa6;
	border-color: #015fa6;
}
h1, h2, h3, .gb-blue {
	color: #015fa6;
}
.color-black {
	color: black;
}
/* Colors */
/* Nav */
.bg-gatebooking {
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(42, 131, 211, 1) 100%);
}
.bg-gatebooking .navbar-nav .nav-item.active .nav-link {
	color: #8affd0; !important;
}
.bg-gatebooking .navbar-nav .nav-item .nav-link {
	color: #ffffff;
	transition: all 0.2s ease-in-out;
}
.bg-gatebooking .navbar-nav .nav-item .nav-link:hover {
	color: #8affd0; !important;
}
.palceholder {
	padding-top:100px;
}
/* Nav */
