@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Merriweather:opsz,wght@18..144,300..900&display=swap');


body{
	margin: 0;
	font-family: 'Inter', Sans-Serif;
	background-color: #ffffff;
	font-size: 15px; 
	font-weight: 300;
}

p {
	margin: 2px 0px 2px 0px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Merriweather', Sans-Serif;
	font-weight: 700;
}

strong, b {
	font-weight: 700;
}

button, input, textarea {
	font-family: 'Merriweather', Sans-Serif;
}

h1{ font-size: 30px; }
h2{ font-size: 28px; }
h3{ font-size: 26px; }
h4{ font-size: 24px; }
h5{ font-size: 22px; }
h6{ font-size: 20px; }

h2.submenu{
	margin: 10px 0 0 15px;
	font-size: 14px;
	font-weight: 800;
}


a { color: #1368b1; }
a:hover{ color: #424f54; }


.transppp {
    transition: all 0.5s;
}


#cookok {
	width: 70%;
	max-width: 750px;
	position: fixed; 
	right: 70px; 
	bottom: 5px; 
	background: rgba(255,255,255,0.9); 
	color: #000000;
	padding: 10px; border-radius: 10px; box-shadow: 0px 2px 10px rgba(0,0,0,0.6);
	font-weight: 600; 
	text-align: right;
	font-size: 13px; 
	z-index: 1001;
}

	#cookok button {
		border: 0px; 
		background: #000000; 
		color: #ffffff; 
		font-weight: 700;
		padding: 3px 10px 3px 10px; 
		margin: 3px; cursor: pointer;
		font-weight: 700;
		border-radius: 3px;
		display: inline-block;
		margin: 10px 0px 0px 0px;
		font-size: 1.4em;
	}
	#cookok button:hover {
		background: #303030; 
	}



@media screen and (max-width: 720px) {
	h1{ font-size: 24px; }
	h2{ font-size: 22px; }
	h3{ font-size: 20px; }
	h4{ font-size: 18px; }
	h5{ font-size: 16px; }
	h6{ font-size: 16px; }
}

@media screen and (max-width: 620px) {
	body{
		font-size: 14px; 
	}
	
	
}

@media screen and (max-width: 500px) {
	#cookok {
		font-size: 11px; 
		width: 190px;
	}
	
	h1{ font-size: 22px; }
	h2{ font-size: 20px; }
	h3{ font-size: 18px; }
	h4{ font-size: 16px; }
	h5{ font-size: 14px; }
	h6{ font-size: 14px; }
	
}
