.footer-col .logo{font-size: 2em;}
.profil-pic{
    border-radius: 50%;
    width: 250px;
    height: 250px;
}
.text-logo{
    font-family: 'Dancing Script', cursive;
    text-transform: capitalize;
}
.logo{
    padding-top: 6px;
}
body{
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}
p{
    font-size: 16px;
}
@media (min-width: 768px){
    .navbar-fixed-top {
        padding: 8px 0;
    }
}
.carousel-caption{
    background: rgba(0,0,0,.5);
}
.green-font{
    font-family: 'Dancing Script', cursive;
    color: #18bc9c;
    text-transform: none;
}
.list-qty {
    padding-left: 1em;
}
.list-qty h3{
    font-weight: normal;
    margin: 0 0 8px;
}
.text-darkgreen{
    text-shadow: 1px 1px 2px #0b5143;
}
#contact{
    background: url("../img/bg-kontak1.jpg") no-repeat center #fff;
    background-size: cover;
}
.rounded-form {
  background: rgba(255,255,255,.8);
  border-radius: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em;
}
.carousel{
    border: 4px solid #fff;
    border-radius: 10px;
    margin: 0 auto 20px;
    max-width: 410px;
    overflow: hidden;
}
.disclaimer {
  padding: 10px;
  border: 1px dashed #aaa;
  color: #aaa;
  border-radius: 4px;
}
.footer-below{
    font-size: 14px;
}
.inputadd {
  background-color: #fff;
  border: 1px solid #2c3e50 !important;
  border-right: none !important;
  color: #18bc9c;
}
.inputmain {
  border: 1px solid #2c3e50  !important;
  border-left: none !important;
}
.form-kontak {
  background-color: #18bc9c;
  /*border: 2px solid #2C3E50;*/
  border-radius: 10px;
  box-shadow: 0 10px 30px #2c3e50, 0 0 2px #fff inset;
  margin-top: 30px;
  padding: 30px 20px;
  position: relative;
}
.btn-gabung{
    background: #fff none repeat scroll 0 0;
    border: 1px solid #2C3E50;
    box-shadow: 1px 1px #2C3E50;
    color: #2c3e50;
    margin-bottom: 10px;
    margin-top: 10px;    
}
.mar-top-0{
    margin-top: 0;
}
.text-glow{
    color: #fff;
    text-shadow: 0 0 10px #fff;
}
.mar-bot-5{
    margin-bottom: 5px;
}
.container-form{
    position: relative;
    border-radius: 10px;
}
.container-form:before{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #18BC9C;
    top: -10px;
    left: -10px;
    content: "";
    border-radius: 10px;
     -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
    /*border: 2px solid #2C3E50;*/
}
.img-oriflame{
    left: -50px;
    position: absolute;
    top: -20px;
    width: 100px;
}
.img-100{
    width: 100%;
}
#story{
    background: url(../img/bg-story.jpg) no-repeat center #fff;
    background-size: cover;
}
.about-dian{
    margin: 30px auto 0;
}