/* Navbar */
	.navbar-brand, .nav-link{
		color: white !important;
	}
/* Jumbotron */
	.jumbotron{
		font-family: righteous;
		background-image: url("img/bgzg.jpg");
		background-size: cover;
		height: 840px;
		text-align: center;
		margin-bottom: 0rem;
}
	.jumbotron .display-4{
		color: white;
		margin-top: 260px;
		font-size: 50px;
}

/* Utility */
	.tombol{
		text-transform: uppercase;
		border-radius: 40px;
	
}
/* Why learn to cook */
.why{
	background-color: transparent;
	text-align: center;
	font-family: righteous;
	padding-top: 150px;
}
.content{
	background-image: url("img/bgbody.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 1900px

}
.panel1{
	margin-top: 10px;
	margin-left: 130px;
	padding-top: -50px;
	padding-bottom: 20px;
	
}
.imgg{
	block-size: 210px;
	padding-bottom: 30px;

}
/*Top 3 recipe*/
.panel2{
	block-size: 250px;
}
.imgg2{
	block-size: 200px;
	margin-bottom: 20px;
	margin-left: 125px;
}
.top{
	margin-left: 90px;
	margin-top: 50px;
	margin-bottom: 30px;
}
.btn-top{
	margin-left: 145px;
	margin-bottom: 20px;
}

/* Footer */


.social-menu{
	background-color:#1D212C;
}

.container-sm {
	background-color:#1D212C;
	size: 0vmax;
	width: 100%;
}
h2 {
	margin-top: 5%;
	font-family: righteous;
	text-align: center;
	color:white;
	font-size: 25px;
  }
  .social-menu ul {
	  position: relative;
	  text-align: center;
	  top: 50%;
	  left: 50%;
	  bottom: 30%;
	  transform: translate(-50%, -50%);
	  padding: 0;
	  margin: 0;
	  display: flex;
	  margin-bottom: 5%;
  }
  .social-menu ul li {
	  justify-content: right;
	  list-style: none;
	  margin: 0 10px;
  }
  .social-menu ul li .fa {
	  color: #000000;
	  font-size: 25px;
	  line-height: 50px;
	  transition: .5s;
  }
  .social-menu ul li .fa:hover {
	  color: #ffffff;
  }
  .social-menu ul li a {
	  display: block;
	  width: 50px;
	  height: 50px;
	  border-radius: 50%;
	  background-color: white;
	  text-align: center;
	  transition: 0.5s;
	  transform: translate(0,0px);
	  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
  }
  .social-menu ul li a:hover {
	  transform: rotate(0deg) skew(0deg) translate(0, -10px);
  }
  .social-menu ul li:nth-child(1) a:hover {
	  background-color: #3b5999;
  }
  .social-menu ul li:nth-child(2) a:hover {
	  background-color: #55acee;
  }
  .social-menu ul li:nth-child(3) a:hover {
	  background-color: #e4405f;
  }
  .social-menu ul li:nth-child(4) a:hover {
	  background-color: #cd201f;
  }
  .social-menu ul li:nth-child(5) a:hover {
	  background-color: #0077B5;
  }



/* Dekstop Version */
@media (min-width: 992px) {
	.nav-link{
		text-transform: uppercase;
		margin-right: 30px;
}
	.nav-link:hover::after{
		content: "";
		display: block;
		border-bottom: 3px solid #FF6431;
		width: 50%;
		margin: auto;
		padding-bottom: 3px;
		margin-bottom: -8px;
}
	.jumbotron{
		text-align: left;
	}
	.jumbotron .display-4{
		font-size: 80px;
		margin-top: 100px;
	}
	.imgg{
		border-radius: 10%;
		block-size: 300px;
		margin-top: 80px;

	}
	.imgg2{
		block-size: 300px;
		border-radius: 12px;
		margin-left: 65px;
	}
	.panel2{
		margin-top: 60px;
	}
	.top{
		text-align: left;
		font-family: righteous;
		margin-top: 200px;
		margin-left: 70px;
	}
	.content{
		height: 1500px;
	}
}	