/*Jumbotron*/
.jumbotron{
  background-image: url(img/matcha.jpg);
  background-size: cover;
  height: 710px;
  margin-top: -80px;
}

.jumbotron h4{
  font-family: raleway;
  color: #7f8b48;
  margin-top: 45px;
  margin-left: 65px;
}

.jumbotron h1{
  color: white;
  text-align: left;
  margin-top: 225px;
  margin-left: 65px;
  font-family: raleway;
  font-size: 67px;
}

.tombol{
  border-radius: 40px;
  margin-top: 10px;
  margin-left: 65px;
}

/*Info Panel*/
.info-panel{
  background-color: white;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.5);
  border-radius: 12px;
  margin-top: -70px;
  padding: 30px;
}

.info-panel h4{
  font-family: raleway;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 5px;
}

.info-panel p{
  font-size: 17px;
  color: #474747;
  margin-top: -5px;
  font-weight: 200;
}


/*Foto Matchalatte*/
.fm img{
  height: 370px;
  border-radius: 20px;
  margin-top: 70px;
}

.fm p{
  margin-top: 10px;
}


/*Footer*/
#footer {
  background: #f7f8f9;
  color: #45505b;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #4d473c;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0678e3;
  color: #fff;
  text-decoration: none;
}

#footer .credits {
  font-size: 12px;
}
