
.p{
	font-family: Abeezee;
	font-size: 12px;
}
.body{
	background-image: url(bg.jpg);
}

/* navbar */
.navbar-brand, .nav-link{
	color: white !important;
}


/* Jumbotron */
	.jumbotron{
		font-family: righteous;
		background-image: url("img/recipe-bg.jpg");
		background-size: cover;
		height: 700px;
		text-align: center;
}
	.jumbotron .display-4{
		color: white;
		margin-top: 260px;
		font-size: 70px;
		text-align: left;
}

/* Utility */
	.tombol{
		text-transform: uppercase;
		border-radius: 40px;



}
/* Why learn */
.content {
	background-image: url("img/bgbody.png");
}
.title{
	font-family: righteous;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 0px;
}

.container1{
	margin-top: 15px;
	margin-left: 20%;
	margin-right: 10%;
	margin-bottom: 10%;
}


.content-style{
	width: 250px;
	height: 250px;
	border-radius: 30px;
}


/* button */
.img{
	border-radius: 30px;
}

.container1 .btn2{
	display: block;
	margin-left: 200px;
	margin-right: auto;
}

.btn2 {
	width: 300px;
	margin-bottom: 10px;
	
	color:white;
	background-color:#1D212C;
	border-radius: 50px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	transition: .3s ease background-color;
	margin-left: 100px;
}

.btn2:hover{
		text-decoration: none;
		color: black;
		background-color:orange;
	}


/* Desktop Version */
@media (min-width: 992px){
	.btn2 {
		width: 300px;
		margin-bottom: 10px;
		padding: 5px 10px;
		color:white;
		background-color:#1D212C;
		border-radius: 50px;
		font-size: 20px;
		font-weight: bold;
		text-transform: uppercase;
		transition: .3s ease background-color;
	}
}



/*  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;
	}
	
}