
body {
    background-color: rgb(240, 240, 240);
}

/* Mobile or Tablet */
@media only screen and (max-width: 768px) {
    .body-center {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}

/* Desktop */
@media only screen and (min-width: 768px) {
    .cv-body {
        margin-top: 10px;
    }
}

.cv-body {
    min-height: 150vh;
    background-color: white;
    border-top: 0.5px solid #dddddd;
    box-shadow: 0 2px 4px 2px #E3E9F3;
    border-radius: 5px;
}

.cv-footer {
    height: 10vh;
    /*
    border-bottom: 0.5px solid #dddddd;
    */
}

.div-header {
    padding-top: 18px;
    text-align: center;
}

.div-footer {
    color: black;
    font-size: 14px;
    min-height: 100%;
    height: 100%;
}

.div-body {
    padding: 10px;
}

.img-profile {
    width: 56%;
    border-radius: 50%;
    border: 1px solid #b4b9bf;
    margin-top: 20px;
    box-shadow: 0 0 0 1px #d0d7de;
}

.div-name {
    margin-top: 10px;
}

.body-left {
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.body-right {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.body-center {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.row-contact {
    padding-top: 5px;
    padding-bottom: 5px;
}

.h2-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.h3-title {
    border-bottom: 1px dotted #cccccc;
    color: #f37735;
    text-align: left;
    font-size: 18pt;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
}

.fas {
    color: rgb(100, 100, 100);
}

.tb-social {
    width: 100%;
}

.div-skill {
    text-align: left;
}

.ic {
    opacity: 0.8;
    margin: auto;
}

.ic-link {
    font-size: 16pt;
    color: gray;
}

.div-row {
    min-height: 100%;
    height: 100%;
}

.description-job {
    text-align: left;
    color: rgba(0, 0, 0, 0.8);
}

.left-footer-col {
    text-align: left;
}

.right-footer-col {
    text-align: right;
}

.education-div {
    text-align: left;
}

.item-row {
    margin-top: 10px;
    margin-bottom: 10px;
}

.block-quote {
    background: #f9f9f9;
    border-left: 6px solid #ccc;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-style: italic;
}

.block-quote:before {
    color: gray;
    content: open-quote;
}

.block-quote-text {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.skill-group {
    color: rgba(0, 0, 0, 0.7);
}

.row-description {
    padding-top: 3px;
    padding-bottom: 3px;
}

.skill-progress {
    height: 12px;
    opacity: 0.8;
}

.technical-title {
    font-size: 0.8rem;
    color: black;
    opacity: 0.8;
}

.bg-beginner {
    background-color: #f1b501!important;
}

.bg-intermediate {
    background-color: #5CB85C !important;
}

.sub-title {
    font-size: 0.8rem;
    color: black;
    opacity: 0.8;
}

.certification-container {
    max-width: 760px;
    margin-left: 0px;
}