.section_title_div{
    border: 1px dotted #ffc107;
    border-radius: 100%;
    border-bottom: 10px double #ffc107;
    padding: 20px 0px;
}
.section_title {
    color:#ffc107;
    font-size: xx-large;

}

/* 
Gallery Page
*/
/* Gallery */

.section-head {
    width: 100%;
    height: 300px;
    /*background-image: url("../asset/background/running.jpg");*/
    background: rgb(51, 133, 255);
 	background: linear-gradient(180deg, rgba(51, 133, 255, 1) 0%, rgba(0, 102, 255, 1) 51%, rgba(0, 61, 153, 1) 100%); 
    /*background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;*/
    /*position: relative;*/
}

.section-head div {
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: white;

}


/* 
Members Page
*/
.member-card .card-img-top {
    border: 1px solid green;
}

.member_photo {
    height: 180px;
    width: 180px;
    position: relative;
    border: 10px solid white;
    border-radius: 50%;
}

.member_photo:hover {
    background: #000;
    border: 1px solid #fff;
}

.box>.icon>.info {
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 0 10px 0;
}

.box>.icon:hover>.info {
    background: rgba(0, 0, 0, 0.04);
    border-color: #fff;
    color: white;
}

.box>.icon>.info>h3.title {
    font-family: "Roboto", sans-serif !important;
    margin-top: 30px;
    font-size: 16px;
    color: #222;
    font-weight: 500;
}

.box>.icon>.info>p {
    font-family: "Roboto", sans-serif !important;
    font-size: 13px;
    color: #666;
    line-height: 1.5em;
    margin: 20px;
}

.box>.icon {
    text-align: center;
    position: relative;
}

/*
Verification Page
*/

.certificate{
    height: 600px;
    width: 100%;
    }


@media only screen and (max-width: 600px) {
  .certificate{
    height: 500px;
    width: 100%;
    }
}