body {
	align-items: center;
	margin: 0 auto;
	background: #04395e;
	font-family: droid sans, arial, serif;
	font-size: 16px;
	color: #fff;
}

img {
	object-fit: cover;
}

h1,
h2,
h3,
h4 {
	font-family: yanone kaffeesatz, arial, serif;
	font-weight: 600;
	font-style: normal
}

h1 {
	font-size: 2.4em;
	margin: 8px 0
}

h2 {
	font-size: 2.2em;
	margin: 30px 0 15px
}

h3 {
	font-size: 2em;
	margin: 30px 0 15px
}

h4 {
	font-size: 1.8em;
	margin: 30px 0 15px
}

.topnav {
	margin: 0 0 9px;
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	text-align: center
}

.topnav a {
	text-decoration: none;
	font-weight: 400;
	font-size: 1.2em;
	padding: 3px;
	white-space: nowrap
}

.selectedbutton {
	background-color: #fff
}

a {
	color: #000;
	font-weight: 700;
	transition: background-color 1s ease
}

.nu a {
	text-decoration: none
}

.b {
	margin: 5px;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	margin-bottom: 60px;
}

.o {
	padding: 10px;
	background: #fff;
	box-shadow: 4px 4px 5px rgba(0, 0, 0, .2), 6px 6px 20px rgba(0, 0, 0, .19);
	box-shadow: 4px 4px 2px rgba(0, 0, 0, .1);
	border: 1px solid #aaa;
	border-radius: 15px;
	overflow: hidden
}

.pag {
	margin-top: 10px
}

.pag a {
	font-size: 1.2em;
	font-weight: 400;
	text-decoration: none
}

.gl {
	display: grid;
	grid-template-columns: 1fr
}

.gt {
	text-decoration: none;
	font-weight: 400;
	display: flex;
	justify-content: flex-start;
	align-items: center
}

.gt img,
.gt amp-img {
	width: 80px;
	height: 80px;
	border-radius: 5px;
	flex-grow: 0;
	flex-shrink: 0
}

.gt .t {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-left: 10px;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.gt .t b {
	font-size: 15px;
	margin-bottom: 5px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

#gla {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	grid-row: span 2;
	order: 3;
	overflow: hidden;
	min-height: 280px
}

#bha {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	min-height: 90px
}

main {
	padding: 0;
	/* max-width: 1800px */
}

.search {
	--input-line: #cccccc;
	--input-text-color: #808080;
	--input-text-hover-color: transparent;
	--input-border-color: #808080;
	--input-border-hover-color: #999999;
	--input-bg-color: #333333;
	--search-max-width: 250px;
	--search-min-width: 150px;
	--border-radius: 5px;
	--transition-cubic-bezier: 150ms cubic-bezier(0.4,0,0.2,1);
  }
  
  .search-box {
	max-width: var(--search-max-width);
	min-width: var(--search-min-width);
	height: 35px;
	border: 1px solid var(--input-border-color);
	border-radius: var(--border-radius);
	padding: 5px 15px;
	background: var(--input-bg-color);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	transition: var(--transition-cubic-bezier);
  }
  
  .search-box:hover {
	border-color: var(--input-border-hover-color);
  }
  
  /*Section input*/
  .search-field {
	position: relative;
	width: 100%;
	height: 100%;
	left: -5px;
	border: 0;
  }
  
  .input {
	width: calc(100% - 29px);
	height: 100%;
	border: 0;
	border-color: transparent;
	font-size: 1rem;
	padding-right: 0px;
	color: var(--input-line);
	background: var(--input-bg-color);
	border-right: 2px solid var(--input-border-color);
	outline: none;
  }
  
  .input::-webkit-input-placeholder {
	color: var(--input-text-color);
  }
  
  .input::-moz-input-placeholder {
	color: var(--input-text-color);
  }
  
  .input::-ms-input-placeholder {
	color: var(--input-text-color);
  }
  
  .input:focus::-webkit-input-placeholder {
	color: var(--input-text-hover-color);
  }
  
  .input:focus::-moz-input-placeholder {
	color: var(--input-text-hover-color);
  }
  
  .input:focus::-ms-input-placeholder {
	color: var(--input-text-hover-color);
  }
  
  /* .searchBox {
	display: flex;
	max-width: 230px;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	background: #2f3640;
	border-radius: 50px;
	position: relative;
  } */
  .o h1{
	text-transform: capitalize;
	color: #000;
  }
  .searchButton {
	color: white;
	position: absolute;
	right: 8px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: var(--gradient-2, linear-gradient(90deg, #2AF598 0%, #009EFD 100%));
	border: 0;
	display: inline-block;
	transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  }
  /*hover effect*/
  button:hover {
	color: #fff;
	background-color: #1A1A1A;
	box-shadow: rgba(0, 0, 0, 0.5) 0 10px 20px;
	transform: translateY(-3px);
  }
  /*button pressing effect*/
  button:active {
	box-shadow: none;
	transform: translateY(0);
  }
  
  .searchInput {
	border: none;
	background: none;
	outline: none;
	color: white;
	font-size: 15px;
	padding: 10px 46px 10px 26px;
  }
  
  

@media only screen and (min-width:650px) {
	/* main {
		padding: 0 1.5%
	} */

	.gl {
		grid-template-columns: 1fr 1fr
	}

	/* .gt {
		min-height: 135px
	} */

	#gla {
		order: 2
	}
}

@media only screen and (min-width:1072px) {
	.gl {
		grid-template-columns: 1fr 1fr 1fr
	}

	#gla {
		order: 3
	}
}

@media only screen and (min-width:1424px) {
	.gl {
		grid-template-columns: 1fr 1fr 1fr 1fr
	}

	#gla {
		order: 4
	}
}

@media(hover:hover) {
	a:hover {
		background-color: #ffa
	}
}