

.body{
	background: url("img/bgzg.jpg")center center cover no-repeat fixed;
}

/* navbar */
.navbar-brand, .nav-link{
	color: white !important;
}


/* Jumbotron */
	.jumbotron{
		font-family: righteous;
		background-image: url("img/BGG.jpg");
		background-size: cover;
		height: 700px;
		text-align: center;
}
	.jumbotron .display-4{
		color: white;
		font-size: 70px;
		text-align: center;
}

/* Utility */
	.tombol{
		text-transform: uppercase;
		border-radius: 40px;



}
/* Why learn */
.content{
	background-image: url("img/contact-bg.jpg");
	background-size: cover;
	height: 300px;
}
.content .title{
	font-family: righteous;
	font-size: 50px;
	font-weight: bold;
	text-align: center;
}

.content .follow{
	text-align: center;
	font-size: 18px;
}

.content .any{
	text-align: center;
	font-size: 14px;
}

/* 
.content-style{
	width: 250px;
	height: 250px;
	border-radius: 30px;
} */


/* Top 3 */


.btn2 {
	width: 115px;
	display: inline-block;
	margin-left: 5px;
	padding: 5px 10px;
	color:black;
	background-color: orange;
	border-radius: 50px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	transition: .3s ease background-color;
}

.btn2:hover{
		text-decoration: none;
		color: black;
		background-color: peachpuff;
	}

/*  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;
	}
	
}