.main_nav{
    background-color: transparent;
}

.main_nav a{
    font-weight: bold;
}

.span_name{
    font-family:'Segoe UI';
    font-size: 20pt;
    font-weight: bold;
}


.bar_1{
    width: 100%;
    height: 0.5em;
    background-color: #9c9c9c;
}

img{
    height: 39rem;
}

@media (max-width: 600px) { 
    .span_name{
        font-size: 15pt;
    }
    .span_job{
        font-size: 10pt;
    }
    .img_desc h6 {
        font-size: 10pt;
    }
    .img_desc p{
        font-size: 10pt;
    }
}

@media (max-width: 1200px) and (min-width:600px) { 

    .img_desc h6 {
        font-size: 12pt;
    }
    .img_desc p{
        font-size: 12pt;
    }
}
