@font-face {
  font-family: linkedinFont;
  src: url(../font/myriad_pro_bold.ttf);
}

html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    background: #DDDDDD;
    box-sizing: border-box;
    font-family: times new roman, courier, arial, helvetica;
}

h1 {
    margin: 0px;
    padding: 0px;
    font-size: 200%;
    color: #333333;
}

p {
    margin: 0px;
    padding: 0px;
    font-size: 135%;
}

a {
    text-decoration: none;
}

.main-container {
    margin: 0px auto;
    padding: 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 40%;
    box-sizing: border-box;
}

.content-top {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* height: 33%; */
    width: 100%;
    box-sizing: border-box;
    /* border: 2px solid black; */
    flex: 100;
}

.content-center {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* height: 33%; */
    width: 100%;
    box-sizing: border-box;
    /* border: 2px solid black; */
    flex: 1;
}

.content-bottom {
    margin: 0px;
    padding: 10px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* height: 33%; */
    width: 100%;
    box-sizing: border-box;
    /* border: 2px solid black; */
    flex: 100;
}

.col-left {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    /* border-top: 2px solid black; */
    border-bottom: 2px solid black;
    flex: 55;
}

.col-right {
    margin: 0px;
    padding: 0px;
    display: flex;
    /* flex-direction: row; */
    justify-content: center;
    align-items: center;
    /* height: 33%; */
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid black;
    /* border-bottom: 2px solid black; */
    flex: 45;
}

.itembox {
    margin: 10px;
    padding: 2px;
    box-sizing: border-box;
}

.linkedin {
    margin: 0px;
    padding: 0px;
    line-height: 135px; /*align text vertically */
    text-align: center;
    box-sizing: border-box;
    background: #005A87;
    border-color: #005A87;
    border-radius: 15px;
    color: #EEEEEE;
    font-size: 500%;
    font-family: linkedinFont, times new roman, courier, arial, helvetica;
    width: 135px;
    height: 135px;
}

.cv {
    margin: 0px;
    padding: 0px;
    line-height: 135px; /*align text vertically */
    text-align: center;
    box-sizing: border-box;
    background: #FA3246;
    border-color: #FA3246;
    border-radius: 15px;
    color: #EEEEEE;
    font-size: 350%;
    font-weight: bold;
    width: 135px;
    height: 135px;
}

@media screen and (max-width: 1800px) {
    .main-container {
        width: 45%;
}

@media screen and (max-width: 1600px) {
    .main-container {
        width: 50%;
}

@media screen and (max-width: 1400px) {
    .main-container {
        width: 58%;
}

@media screen and (max-width: 1250px) {
    .main-container {
        width: 65%;
}

@media screen and (max-width: 1100px) {
    .main-container {
        width: 72%;
}

@media screen and (max-width: 1000px) {
    .main-container {
        width: 80%;
}

@media screen and (max-width: 900px) {
    .main-container {
        width: 90%;
}

@media screen and (max-width: 800px) {
    .main-container {
        width: 95%;
}

@media screen and (max-width: 750px) {
    .content-center {
        flex-direction: column;
    }

    .content-bottom {
        padding: 20px 10px;
    }

    .col-left {
        padding: 20px 10px;
        justify-content: center;
    }

    .col-right {
        padding: 20px 10px;
        border-top: none;
        border-bottom: 2px solid black;
    }
}

/*
@media screen and (max-width: 500px) {
    .content-bottom {
        padding: 10px;
    }

    .col-left {
        padding: 10px;
        justify-content: center;
    }

    .col-right {
        padding: 10px;
        border-top: none;
        border-bottom: 2px solid black;
    }

    h1 {
        font-size: 180%;
    }

     p {
        font-size: 100%;
    }

    .content-bottom p {
        font-size: 120%;
    }

    .linkedin {
        line-height: 100px;
        width: 100px;
        height: 100px;
    }

    .cv {
        line-height: 100px;
        width: 100px;
        height: 100px;
    }
}
*/

/*

@media screen and (max-width: 1600px) {
    .content-bottom {
        padding: 10px;
    }

    .col-left {
        padding: 10px;
        justify-content: center;
    }

    .col-right {
        padding: 10px;
        border-top: none;
        border-bottom: 2px solid black;
    }

    h1 {
        font-size: 180%;
    }

     p {
        font-size: 100%;
    }

    .content-bottom p {
        font-size: 120%;
    }

    .linkedin {
        line-height: 100px;
        width: 100px;
        height: 100px;
    }

    .cv {
        line-height: 100px;
        width: 100px;
        height: 100px;
    }
}

@media screen and (max-width: 1450px) {
    h1 {
        font-size: 150%;
    }

    p {
        font-size: 100%;
    }
}
*/
