/*  ILETISIM */

body {
    font-family: 'Raleway', sans-serif;
}

#about-background {
    background-image: url(../images/firstscreen.jpg);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    text-align: center;
}

#about-header {
    display: inline-block;
    margin: 60px auto 10px auto;
}

#about-container {
    width: 970px;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    margin-top: 20px;
}

#about-content {
    text-align: left;
    line-height: 1.5em;
    padding: 0;

}

#about-content a {
    color: #3f51b5;
}


.divcv {
    text-align: left;
    width: 100%;
}


#tbcv {

    border-collapse: collapse;
    column-span: 2;
    width: 100%;
}


.tdrightb {
    background-color: white;
    color: black;
    padding: 15px;
    vertical-align: top;
    border-bottom: 1px solid #eeeeee;
    font-size: 16px;

}
.tdleftb {
    background-color: #C3D2E5;
    color: darkslategray;
    padding: 15px;
    vertical-align: top;
    width: 100px;
    font-size: 14px;
}
.imgb {
    background-color: #C3D2E5;
    color: darkslategray;
    padding: 10px 10px 10px 10px;
    vertical-align: top;
    width: 90px;
}
.h2b {
    font-size: 32px;
}
.h3b {
    font-size: 20px;
}

#prgrs {
    width: 30%;
    height: 10px;
}

#map {
    width: 100%;
    height: 200px;
    background-color: grey;
}

#tbcv a{
    text-decoration: none;
    color: blue;
}

@media screen and (max-width: 970px) {
    #about-container {
        width: 730px;
        background-color: #ffffff;
        border: 1px solid #eeeeee;
    }
}


/* CEP TELEFONU */

@media screen and (max-width: 730px){
    #about-container {
        width: 90%;
        margin: 20px auto;
        background-color: #ffffff;
        border: 1px solid #eeeeee;
    }

    .tdrightk {
        background-color: white;
        color: black;
        padding: 15px;
        vertical-align: top;
        border-bottom: 1px solid #eeeeee;
        font-size: 12px;
    }
    .tdleftk {
        background-color: #C3D2E5;  /*#BDCEE2;  #eee; */
        color: darkslategray;
        padding: 10px;
        vertical-align: top;
        width: 50px;
        font-size: 12px;
    }
    .imgk {
        background-color: #C3D2E5;  /*#BDCEE2;  #eee; */
        color: darkslategray;
        padding: 5px;
        vertical-align: top;
        width: 60px;
    }
    .h2k {
        font-size: 20px;
    }
    .h3k {
        font-size: 18px;
    }

    .cv-img-k {
        width: 25px;
    }
}