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;
}
.menu_bar .first{
	margin-left: 5%;
}
@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;
}
.nyelv{
	position: fixed;
	z-index: 999;
	height: 88px;
	width: 60px;
	margin-left: 43px;
}
.tiktok{
	cursor: pointer;
	height: 20px;
	margin-top:10px;
	margin-right: 10px;
}
.menu_bar a {
	text-transform: uppercase;
	color:black;
}
.menu_bar .circle{
	cursor: default !important;
	padding-left: 5px;
	padding-right: 5px;
}
.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;
}
.menu_bar p{
	cursor: pointer;
	margin-top: 5px;
	vertical-align: middle;
	display: inline-block;
	font-size: 22px;
}
.menu_bar .social{
	font-size: 22px;
	padding:8px;
}
.menu_bar .social:hover{
	cursor: pointer;
}

.home{
	margin:0;
	background-image: url("BCAA/BCAA/BCAA_01_1920x1080.jpg");
	background-attachment: fixed;
	height: 100vh;
	background-position: center; /* Center the image */
  	background-repeat: no-repeat; /* Do not repeat the image */
  	background-size: cover;
}

.down-btn{
	bottom: -8%;
	overflow: hidden;
	position: absolute;
	margin-left: 50%;
	transform: translate(-50%,0);
}

.what_we_make{
	padding-top: 40px;
}

.what_we_make p{
	line-height: 1.6;
	font-size: 16px;
}

.what_we_make h1{
	font-size: 38px;
}

.what_we_make img{
	margin-top:25px;
	margin-bottom: 35px;
}
.what_we_make_text{
	font-size: 16px;
	color:black;
	margin: 0 auto;
	width:50%;
}

.product-selector{
	display: block;
	margin:0px;
	padding:0px;
	font-size: 0px;
}

.product-selector .container{
	margin-top:0px;
	position: relative;
	display: inline-block;
	width:50%;
	height: auto;
	overflow: hidden;
	margin:0px;
	padding:0px;
}
.product-selector .container .image{
  display: block;
  object-fit: cover;
  overflow: hidden;
}
.product-selector .container img{
	width: 100%;
	size: cover;
}

.product-selector .container .overlay2{
  position: absolute;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.9); /* Black see-through */
  color: #000;
  width: 100%;
  transition: all 0.5s;
  opacity:0;
  font-size: 15px;
  text-align: center;
	z-index: 998;
	height: 100%;

}
.product-selector .container .overlay2 p{
	position: absolute;
	line-height: 1;
	left:50%;
	top: 75%;
	transform: translate(-50%, -50%);
}
.product-selector .container:hover .overlay2 {
	opacity: 1;
	transition: all 0.5s;
}
.product-selector .container2:hover .overlay2{
	opacity: 0;
}
.product-selector .container .overlay2 img{
	height: 30%;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
}
.product-selector .container .bigger-logo img{
	height: 40%;
}

/*.product-selector .container .overlay2 img:nth-of-type(1){
	width: 30%;
	position: absolute;
	top: 18%;
	transform: translate(-50%,0);
}*/

footer{
	height: 142px;
}

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;
}

.circle_images{
  overflow: hidden;
  width:220px;
  margin-left: 40px;
	margin-right: 40px;
  height:220px;
  border-radius: 50%;
  border:3px solid white;
}

.circle_images img {
	display: block;

  width:220px;
  height:220px;
  border-radius: 50%;
  cursor:pointer;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.circle_images:hover img {
 transform: scale(1.3);
-ms-transform: scale(1.3);
-webkit-transform: scale(1.3);

}

.mobile_menu_bar{
	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;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

/* RESPONSIVE DESIGN */

@media(max-width: 1820px){
	.circle_images {
		height: 220px;
		width: 220px;
		margin-left: 25px;
		margin-right: 25px;
	}
	.circle_images img{
		height: 220px;
		width: 220px;
	}
}

@media(max-width: 1640px){
	.circle_images{
		margin-left:10px;
		margin-right: 10px;
	}
}

@media(max-width: 1460px){
	.circle_images{
		margin-left:40px;
		margin-right:40px;
	}
}

@media(max-width: 1366px){
	.nyelv{
		margin-left: 23px;
	}
	.what_we_make_text{
		width: 70%;
	}
	.circle_images{
		width: 180px;
		height: 180px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.circle_images img{
		width: 180px;
		height: 180px;
	}
	.product_images figcaption{
		font-size: 20px;
	}
}

@media(max-width: 1270px){
	.nyelv{
		display: none;
	}
	.circle_images{
		width: 160px;
		height: 160px;
		margin-left: 20px;
		margin-right: 20px;
	}
	.circle_images img{
		width: 160px;
		height: 160px;
	}
	.product_images figcaption{
		font-size: 15px;
		margin-top: 8px;
	}
	.menu_bar p{
		font-size: 20px;
	}
}

@media(max-width: 1160px){
	.product_images{
		width: 90%;
		padding-left: 10%;
	}
	.circle_images{
		width: 160px;
		height: 160px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.circle_images img{
		width: 160px;
		height: 160px;
	}
}

@media(max-width: 1010px){
	.product_images{
		width: 100%;
		padding-left:0%;
	}
	.menu_bar p{
		font-size: 18px;
	}
	.menu_bar{
		height: 33px;
	}
	.menu_bar .social{
		margin-top: 6px;
	}
	.down-btn{
		bottom:-70px;
	}
	.circle_images{
		width: 170px;
		height: 170px;
		margin-left: 30px;
		margin-right: 30px;
	}
	.circle_images img{
		width: 170px;
		height: 170px;
	}
	.product_images figcaption{
		font-size: 16px;
		margin-top: 10px;
	}
	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;
	}
	.product-selector .container .overlay2 p{
		font-size: 12px;
	}
}

@media(max-width: 480px){
	.product-selector .container{
		width: 100%;
	}
	.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;
	}
	.home{
		margin-bottom: 0px;
	}
}
