html {
  scroll-padding-top: 80px; /* height of sticky header */
}

body {
  font-weight: 300;
}

p {
  font-weight: 300;
  margin-bottom: 15px;
  color: #321f00;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  margin-bottom: 15px;
}

h1 {
  color: #321f00;
  font-size: 30px;
}

h2 {
  color: #321f00;
  font-size: 27px;
}

h3 {
  color: #321f00;
  font-size: 24px;
}

h4 {
  color: #321f00;
  font-size: 22px;
}

li {
  font-weight: 300;
  color: #321f00;
}

.btn.btn-primary {
  background: #de400b;
  border: 1px solid #de400b;
  color: #f6f6f6;
  border-radius: 5px;
  padding: 5px 15px;
  transition: 0.5s;
}
.btn.btn-primary:hover {
  background: #f45b28;
}

.navbar-brand img {
  max-width: 270px;
  height: auto;
  margin: 0px;
  padding: 0px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#main_menu {
  background: #FFFFFF;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 8px;
}

#main_nav li {
  margin: 0 8px;
}
#main_nav a {
  font-weight: 400;
  font-size: 16px;
  color: #321f00;
}
#main_nav a:hover {
  color: #de400b;
}
#main_nav a.active {
  color: #de400b;
}

#intro {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #A4B873;
}
#intro h1 {
  font-weight: 800;
  font-size: 40px;
  margin-inline-start: 30px;
}
#intro li {
  font-size: 20px;
  margin: 0 58px;
  padding-top: 10px;
}

#services {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #FFFFFF;
}
#services .card {
  background: #FFFFFF;
  transition: 0.5s;
  padding-top: 10px;
  padding-bottom: 15px;
}
#services .card:hover {
  box-shadow: 5px 5px 15px #ddd;
}
#services h2 {
  font-weight: 800;
  font-size: 34px;
}
#services h4 {
  font-weight: 400;
  font-size: 24px;
}
#services p {
  font-weight: 300;
  font-size: 16px;
}
#services i {
  color: #de400b;
  font-size: 28px;
  border: 3px solid;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

#portofolio {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #A4B873;
}
#portofolio .card {
  background: #FFFFFF;
  padding: 20px;
}
#portofolio img {
  border: 1px solid #de400b;
  border-radius: 10px;
}
#portofolio h2 {
  font-weight: 800;
  font-size: 34px;
}
#portofolio h4 {
  font-weight: 400;
  font-size: 24px;
  padding-top: 30px;
}
#portofolio p {
  font-weight: 300;
  font-size: 16px;
}
#portofolio i {
  color: #de400b;
  font-size: 30px;
}
#portofolio .ibutton {
  color: #f6f6f6;
  font-size: 14px;
}
#portofolio a {
  color: #de400b;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
}

#footer {
  background: #FFFFFF;
  text-decoration: none;
}
#footer p.copy {
  font-size: 14px;
}
#footer a {
  color: #de400b;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}

@media only screen and (min-width: 200px) and (max-width: 800px) {
  #intro li {
    font-size: 17px;
    margin: 0 28px;
    padding-top: 10px;
  }
  #intro .intro-text {
    order: 1;
    margin-top: 20px;
  }
  #intro .intro-img {
    order: 0;
    margin-bottom: 20px;
  }
  #services .card {
    margin-bottom: 20px;
  }
  #portofolio .card {
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=custom.css.map */