.font-headline {
    font-family: Oswald;
}

.font-subheadline {
    font-family: Abel;
}

.font-preheadline {
    font-family: roboto;
}

.abel {
    font-family: Abel;
}

.roboto {
    font-family: roboto;
}

.btn-danger,
.btn-danger:hover,
.btn-danger:active,
.btn-danger:visited,
.btn-danger:focus {
    background-color: #ff4500;
    border-color: #ff4500;
}

.btn {
    font-family: oswald;
}

body {
    color: #25323d;
    padding-bottom: 0px;
    font-family: roboto;
    /* font-size: 18px; */

}

.title {
    padding: 0.50rem;
    background-color: rgb(37, 50, 61);
    font-family: Oswald;
    font-size: 32px;
    text-align: center;
    color: white;
    margin-top: 0.50rem;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;

}

.pos {
    background-color: white;
    color: #25323D;
    margin-top: 0px;
    padding: 0.50rem;
    font-size: 18px;
    font-family: roboto;
}

.oswald {
    font-family: Oswald;
    font-size: 32px;
    color: #25323D;
}

.list-group-item {
    border: 0px;
    border-style: none;
    padding-left: 2rem;
    padding-bottom: 1px;
}

.share li:before {
    content: "\f064";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

li:before {
    content: "\f00c";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

li {
    list-style-type: none;
}

.share li:before {
    content: "\f064";
    /* FontAwesome Unicode */
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    /* same as padding-left set on li */
    width: 1.3em;
    /* same as padding-left set on li */
}

.bg-image {
    background-image:
        url("http://www.npconline.co.za/wp-content/uploads/2018/03/Website-Design-Companies-in-South-Africa.jpeg");

}

.testimoni {
    padding: 1rem;
    font-size: 18px;
    font-family: roboto;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.carousel-indicators li {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: rgb(37, 50, 61);
}

.formimage {
    padding: 0px;

}

.spasidown {
    height: 40px;
}

.formorder {
    padding: 0.50rem;
    background-color: white;
}

.nbform {
    font-size: 18px;
    font-family: roboto;

}

.buttondaftar {
    font-family: Oswald;
    font-size: 20px;
    font-weight: bold;
}

.radius {
    border-radius: 0px;
}

.spasi {
    height: 8px;
    background-color: #e8e8e8;
}

.divider-title {
    height: 0;
    margin: .2rem 0rem .5rem;
    overflow: hidden;
    border-top: 2px solid #ff4500;
    /* margin-top: 2px; */


}

.upper {
    text-transform: uppercase;
    font-weight: bold;
}

.seeall a {
    font-size: 13px;
    color: #0a0a0a63;
    text-transform: lowercase;
}

.seeall a:hover {
    font-size: 13px;
    color: black;
    text-transform: lowercase;
}

a {
    color: grey;
}

a:hover {
    color: black;
}

.capitalize {
    text-transform: capitalize;
}

.spandesc {
    display: block;
    /* padding-left: 20px; */
}

.spandesctitle {
    font-size: 18px;
    font-weight: bold;
    /* padding-left: 20px; */
}

.spandescdesc {
    font-size: 12px;
    color: #6C757D;
}

.tagging a:hover {
    padding: 3px;
    background-color: #E8E8E8;
    color: black;
    border-radius: 2px;
}

.tagging a {
    padding: 3px;
    color: grey;
    border-radius: 2px;
    border: 1px solid
}

.contentcenter {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.minheightvh {
    min-height: 100vh;
}

.bounce {
  -moz-animation: bounce 0.5s infinite linear;
  -o-animation: bounce 0.5s infinite linear;
  -webkit-animation: bounce 0.5s infinite linear;
  animation: bounce 0.5s infinite linear;
}

@-webkit-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-moz-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-o-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@-ms-keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
@keyframes bounce {
    0% { top: 0; }
    50% { top: -0.2em; }
    70% { top: -0.3em; }
    100% { top: 0; }
}
