/* PAKA Styles */

@font-face {
  font-family: 'Segoe UI';
  src: local('Segoe UI'),
       url('../source/SegoeUI.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Open Sans';
  src: local('Open Sans'),
       url('../source/OpenSans.woff') format('woff');
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

body {
	font-family: Segoe UI, Open Sans, sans-serif;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	background-image: url("../images/Background.webp");
	background-color: #cccccc;
}

body h1, h2, h3, h4, h5, h6, b, strong {
	letter-spacing: 1px;
}

.container {
	font-size: 18px;
	max-width: 1020px;
	height: auto;
	text-align: left;
	padding: 10px;
}

.container .cols {
  float: left;
  width: 33%;
  padding: 0 10px 20px 10px;
}

.container .row {margin: 0 -5px;}

.container .row:after {
  content: "";
  display: table;
  clear: both;
}

.container .card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.header {
	margin-top: 5px;
}

marquee {
	max-width: 1020px;
	display: flex;
}

.float-button-cookie {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 150px;
	left: 40px;
	background-color: #09A994;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 3px #999;
	text-decoration: none;
	font-size: 40px;
}

.float-button-messenger {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 150px;
	right: 40px;
	background-color: #FFFFFF;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 3px #999;
	text-decoration: none;
	font-size: 40px;
}

.float-button-whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 230px;
	right: 40px;
	background-color: #FFFFFF;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 2px 2px 3px #999;
	text-decoration: none;
	font-size: 40px;
}

.head {
	max-width: 1020px;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.head h1 {
	font-family: Segoe UI, Open Sans, sans-serif;
	font-size: 40px;
	text-align: center;
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 0px 0px 10px black, 0px 0px 15px #696969;
	width: 80%;
}

.youtuber {
	max-width: 1020px;
	text-align: center;
	background-color: #f1f1f1;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.youtube-video-news {
  aspect-ratio: 16 / 9;
  margin-bottom: 5px;
  width: 500px;
}

ul.topnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 18px;
	background-color: #333;
	max-width: 1020px;
	text-align: center;
}

ul.topnav a {
	border-bottom: 3px solid transparent;
}

ul.sidenav {
	position: relative;
}

ul.topnav li {
	display: inline;
}

ul.topnav li.dropdown {
	display: inline-block;
}

ul.topnav .dropdown-content {
	display: none;
	position: absolute;
	background-color: #696969;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

ul.topnav .dropdown-content a {
	color: #FFFFFF;
	background-color: #09A994;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

ul.topnav .dropdown-content a:hover {background-color: #838996;}

ul.topnav .dropdown:hover .dropdown-content {
	display: block;
}

ul.topnav li a, .dropbtn {
	display: inline-block;
	color: #FFFFFF;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

ul.topnav li a:hover, .dropdown:hover .dropbtn {
	background-color: #111;
	border-bottom: 3px solid red;
}

* {
	box-sizing: border-box;
}

.row {
	max-width: 1020px;
	content: "";
	clear: both;
}

.column {
	background-color: #09A994;
	color: #000000;
	float: left;
	width: 25%;
	height: 400px;
	padding: 10px;
	text-align: left;
}

.column .heading {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	color: #000000;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
}

.column a {
	line-height: 1.5;
	color: #000000;
}

.column-links a {
	display: block;
}

.column a:link {
  text-decoration: none;
}
.column a:visited {
  text-decoration: none;
}
.column a:hover {
  text-decoration: none;
  color: #AAFF00;
}
.column a:active {
  text-decoration: none;
}

.foot {
	background-color: black;
	color: white;
	max-width: 1020px;
	clear: both;
	padding: 3px;
}

@media (max-width: 980px) {
  .header img {
	width: 100%;
	height: auto;
	max-width: 100%;}
  .head h1 {
	width: 80%;}
  .float-button-cookie {
	display: none !important;}
  ul.topnav {
	font-size: 26px;}
  ul.topnav li a, .dropbtn {
	color: #FFFFFF;
	background: #000000;
	border-radius: 10px;
	margin: 5px 0 5px 0;}
  ul.topnav .dropdown-content {
	background-color: transparent;}
  ul.topnav li a:hover, .dropdown:hover .dropbtn {
	background-color: #09A994;}
  .column {
	font-size: 20px;
	width: 100%;
	height: fit-content;}
  .column a {
	font-size: 26px;
	line-height: 2.0;}
  .column-links a {
	display: block;
	border-bottom: 0.5px solid white;
	margin: 0 10px;
	padding: 16px 0;}
  .column .heading {
	font-size: 28px;}
  .column h2 {
	font-size: 22px;}
}

@media (max-width: 500px) {
  .header img {
	width: 100%;
	height: auto;
	max-width: 100%;}
  .container .cols {
	width: 100%;
	display: block;}
  .float-button-cookie {
	display: none !important;}
  .float-button-messenger {
	bottom: 40px;
	right: 20px;}
  .float-button-whatsapp {
	bottom: 120px;
	right: 20px;}
  .youtube-video-news {
	width: 100%;}
  ul.topnav {
	background-color: orange;
	font-size: 24px;}
  ul.topnav li {
	float: none;}
  ul.topnav li a, .dropbtn {
	color: #FFFFFF;
	background: #000000;
	border-radius: 10px;
	margin: 5px 0 5px 0;}
  ul.topnav .dropdown-content {
	background-color: transparent;
	min-width: fit-content;}
  ul.topnav .dropdown-content a {
	padding: 12px 10px;}
  ul.topnav li a:hover, .dropdown:hover .dropbtn {
	background-color: #09A994;}
  .column a {
	font-size: 24px;
	line-height: 2.0;}
  .column-links a {
	display: block;
	border-bottom: 0.5px solid white;
	margin: 0 10px;
	padding: 12px 0;}
  .column .heading {
	font-size: 20px;
	font-weight: bold;}
  .foot {
	font-size: 10px;}
}