html, body {
	scroll-behavior: smooth;
}
*{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}
a{
	text-decoration: none !important;
}
p{
	line-height: 1.6;
}
.vibe{
	color: #f5a019 !important;
}
@media(max-width: 1200px){
	.menu_bar .first{
		margin-left: 0%;
	}
}
.menu_bar p:hover{
	color:#00add8;
}
.menu_bar p:active{
	color:#00add8;
}
.menu_bar .onthis{
	color:#00ADD8;
}
.tiktok{
	cursor: pointer;
	height: 20px;
	margin-top:10px;
	margin-right: 10px;
}

#vid{
	width: 100%;
	margin-top: 40px;
}

.nyelv{
	top:0;
	position: fixed;
	z-index: 999;
	height: 88px;
	width: 60px;
	margin-left: 43px;
}
.menu_bar a {
	color:black;
	text-transform: uppercase;
}
.menu_bar .circle{
	cursor: default !important;
	padding-left: 5px;
	padding-right: 5px;
}
.menu_bar{
	top:0;
	height: 40px;
	z-index: 999;
	width: 100%;
	position: fixed;
	background-color:white;
	text-align: center;
	box-shadow: 5px 10px 18px #888888;
}
.menu_bar p{
	cursor: pointer;
	margin-top: 5px;
	vertical-align: middle;
	display: inline-block;
	font-size: 22px;
	color:black;
}
.menu_bar .social{
	font-size: 22px;
	padding:8px;
}
.menu_bar .social:hover{
	cursor: pointer;
}

footer{
	height: 142px;
	margin-top: 4rem !important;
}

footer .left{
	text-align:left;
	float:left;
}

footer .left img{
	margin-top: 28px;
	width:100px;
	margin-left: 43px;
}
footer .right{
float:right;
text-align:right;
}
footer .right{
	font-size: 11px;
	margin-top: 65.5px;
	margin-right: 43px;
}
footer .centered{
text-align:center;
vertical-align: middle;
}
footer .centered img{
	margin-top:42.5px;
	width: 444px;
}

.mobile_menu_bar{
	top:0;
	display: none;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.95);
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  font-family: Montserrat;
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: white !important;
  text-transform: uppercase;
  display: block;
  transition: 0.3s;
}

.tiktok_m{
	height: 25px;
	margin-top:7.5px;
	margin-right: 10px;
}

.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
}

.countries h1{
	color:black;
	margin-top: 20px;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 40px;
}

.countries ul{
	display: inline-flex;
	flex-flow: column wrap;
	font-size: 20px;
	width: 20%;
}
.countries ul li{
	color:black;
	list-style: none;
	background-image: url("../ELEMENTS/a_bullet.png");
	background-repeat: no-repeat;
	line-height: 30px;
    padding-left: 30px;
    margin-top: 10px;
    text-align: left;
}

/* RESPONSIVE DESIGN */

@media(max-width: 1500px){
	.oneline{
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.messages{
		width: 70%;
	}
}

@media(max-width: 1366px){
	.nyelv{
		margin-left: 23px;
	}
}

@media(max-width: 1270px){
	.nyelv{
		display: none;
	}
	.menu_bar p{
		font-size: 20px;
	}
	/*.menu_bar .social{
		padding: 0%;
	}*/
}

@media(max-width: 1010px){
	.countries ul{
		width: 45%;
		margin-top: 50px;
	}
	.menu_bar p{
		font-size: 18px;
	}
	.menu_bar{
		height: 33px;
	}
	.menu_bar .social{
		margin-top: 6px;
	}
	.down-btn{
		bottom:-70px;
	}
	footer .left img{
		margin-top: 18px;
	}
	footer .centered img{
		width: 360px;
	}
	.menu_bar{
		display: none;
	}
	.mobile_menu_bar{
		display: block;
	height: 40px;
	z-index: 999;
	width: 100%;
	position: fixed;
	background-color:white;
	text-align: center;
	box-shadow: 5px 10px 18px #888888;
	font-size: 30px;
	}
	.mobile_menu_bar span{
		float: left;
		margin-left: 8px;
	}
	.mobile_menu_bar .social{
		margin-top: 5px;
		margin-right: 10px;
	}
	.overlay a{
		border-bottom: 2px solid white;
		font-size: 50px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.overlay a:nth-of-type(1){
		border-top: 2px solid white;
	}
	.closebtn{
		border: none !important;
	}
	footer .centered img{
		width: 260px;
		padding: 0;
	}
	footer .left img{
		width:80px;
		padding-top: 2px;
	}
	footer{
		height: auto;
	}
	footer .right{
		margin-top: 52px;
	}

}

@media(max-width: 640px){
	footer .right{
		font-size: 5px;
		margin-top:58px;
	}
	.stand_out_philo{
		width: 65%;
	}
	.M_1, .M_2{
		display: none;
	}
	.messages{
		max-width: 100%;
	}
	.message.sender{
		font-size: 11px;
	}
	.message.recipient{
		font-size: 11px;
	}
	.message_w_sm img{
		height: 25px;
	}
	.message_w_sm_r img{
		height: 25px;
	}
	.end_emoji{
		height: 40px;
	}
}

@media(max-width: 480px){
	.countries ul{
		margin-top: 0px;
		padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
		width: 80%;
	}
	.overlay a{
		white-space: normal;
	}
	footer .centered img{
		width: 150px;
		margin-top: 30px;
	}
	footer .left img{
		width:40px;
		margin-left: 15px;
	}
	footer{
		height: auto;
	}
	footer .right{
		font-size: 5px;
		margin-top: 38px;
		margin-right:15px;
	}
	.overlay a{
		font-size: 30px;
	}
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}
