body{
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial, Helvetica, sans-serif;
}
a {
    text-decoration: none;
}
header, footer{
    background-color: indigo;
    color: #ffffff;
}
header a, footer a {
    color: #ffffff;
}
.mobileMenu{
    display: block;
    background: #ffffff;
    color: indigo;
    width: 80%;
    box-shadow: 0 0 4px 0 #888;
}
#menu{
    display: block;
    width: 80%;
    background-color: #ffffff;
    box-shadow: 0 0 3px 0 #888;
    color: indigo;
}
#menu a {
    color: indigo;
}

.services-wrapper{
    width: 100%;
    height: 500px;
    background-color: white;
    text-align: center;
    margin-bottom: 100px;
}

.services-wrapper h2{
    padding-top: 30px;
    padding-bottom: 30px;
}

.services{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.services img{
    width:340px;
    height: 340px;
    box-shadow: 0 3px 20px rgba(0,0,0,.5);
    border: 10px solid #fcf8f8;
    border-radius: 5px;
    margin: 0 30px;
    transition: all 0.5s;
}

.services img:hover{
    width:350px;
    height: 350px;
}

.service-item {
    position: relative;    
}
.overlay {
    position: absolute;
    /* bottom: 0; */
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0); /* Black see-through */
    color: #f1f1f1;
    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: #57c3fe;
    font-size: 15px;
    padding: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(47, 54, 64, 0.5);
}

.service-item:hover .overlay {
    opacity: 1;
}

.about-wrapper{
    width: 100%;
    height: 600px;
    background-color: #f5f6fa;
    margin-top: -80px;
    text-align: center;
}

.about-wrapper h2{
    padding-top: 120px;
}

.about {   
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.about img{
    width: 400px;
    margin-right: 40px;         
    
}

.about p{
    text-align: justify;
    width: 400px;
    text-shadow: none;
   
}

/* our project */
.btn-general-st {
    background-color: rgb(73, 58, 170);
    color: white;
    transition: 0.3s;
}

.btn-general-st:hover {
    color: white;
    background-color: rgb(92, 67, 233);
    transition: 0.3s;
}



@media only screen and (max-width: 767px) {}
 
 .card {
     overflow: hidden;
     position: relative;
     width: 100%;
     margin: 0;
     transition: 0.3s;
     min-height: 35 0px;
 }
 
 .card:hover {
     -webkit-box-shadow: 4px 5px 16px -11px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 4px 5px 16px -11px rgba(0, 0, 0, 0.75);
     box-shadow: 4px 5px 16px -11px rgba(0, 0, 0, 0.75);
     overflow: hidden;
     position: relative;
     transition: 0.3s;
 }
 
 .card img {
     transition: 0.5s ease 0s;
 }
 
 .card img:hover {
     width: 100%;
     -webkit-transform: scale(1.08);
     transform: scale(1.08);
     transition: 0.5s ease 0s;
     -webkit-box-shadow: 4px 5px 16px -11px rgba(0, 0, 0, 0.75);
     -moz-box-shadow: 4px 5px 16px -11px rgba(0, 0, 0, 0.75);
     box-shadow: 4px 5px 16px -11px rgba(0, 0, 0, 0.75);
 }
 
 .card .card-body a {
     display: block;
     text-decoration: none;
 }
 
 .card .card-body a h1 {
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
     color: rgba(0, 0, 0, 0.808);
     transition: 0.3s;
 }
 
 .card .card-body a h1:hover {
     font-size: 14px;
     font-weight: 600;
     text-decoration: none;
     color: rgba(107, 12, 144, 0.808);
 }
 
 .card .card-body .pemateri {
     font-size: 10px;
     font-weight: 500;
 }
 
 .card .card-body p span {
     font-weight: 400;
 }
 
 .keterangan1 {
     background-color: rgba(226, 98, 0, 0.411);
     color: rgb(138, 61, 2);
     font-size: 8px;
     font-weight: 600;
     padding: 4px 5px 4px 5px;
 }
 
 .keterangan2 {
     background-color: rgba(129, 90, 183, 0.411);
     color: rgb(49, 43, 84);
     font-size: 8px;
     font-weight: 600;
     padding: 4px 5px 4px 5px;
 }
 
 .keterangan3 {
     background-color: rgba(115, 239, 123, 0.411);
     color: #4A6B4C;
     font-size: 8px;
     font-weight: 600;
     padding: 4px 5px 4px 5px;
 }
 
 
 
 .details-st {
     display: block;
     text-decoration: none;
     color: #071a52;
     font-size: medium;
     text-align: right;
     font-weight: 600;
     transition: 0.5s;
 }
 
 .details-st:hover {
     display: block;
     text-decoration: none;
     color: #071a52;
     font-size: medium;
     text-align: right;
     font-weight: 600;
     transform: scale(0.97, 1.0);
     transition: 0.5s;
 }

