/* =============================================
	BG grey: #212529
    Highlight: #5e87f6

================================================ */


body { 
    background: #212529 !important;
    color: azure;
    font-family: "Commissioner";
    text-decoration-color: #5e87f6;
}

a {
    color: azure;
    text-decoration-color: #5e87f6;
}

.b {
    color: #5e87f6;
}

.sec { 
    padding-top: 70px;
    min-height: 250px;
    margin-bottom: 20px;
}

.secline {
    border: none;
    height: 1px;
    width: 200px;
    color: #5e87f6;
    background-color: #5e87f6;  
    opacity: 1;
    margin: 0;
    margin-bottom: 20px;
}

.secline_full {
    border: none;
    height: 1px;
    width: 100%;
    /* Set the hr color */
    color: #5e87f6; 
    background-color: #5e87f6;  
    opacity: 1;
    margin: 0;
    margin-bottom: 20px;
}

#about {
    padding-top:70px;
}

#title {
    font-weight: 800;
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.cert {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

mark {
    background-color: #5e87f6;
    color: azure;
}

.profilepic {
    width: 200px;
    border-color: azure;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 25px;
}


.publicationpic {
    width: 100px;
    border-color: azure;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 25px;
}

.restoreai {
    font-weight: 800;
    letter-spacing: 0px;
    margin-left: 1px;
    margin-right: 1px;
}

.ai {
    color: #ff4d4d; 
}

.contact_icon {
    width: 25px;
    height: 25px;
}

#footer {
   font-size: 10px;
}

