body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: 'Roboto', Arial, sans-serif;
    background-color: #EFEFEF;
}

p {
    margin-block-end: -0.1em;
}

h1 {
    margin: 0;
}

h2 {
    margin-block-end: -0.1em;
}

ul {
    padding-inline-start: 20px;
}

code {
    padding: 0.1em 0.2em;
    margin: 0;
    font-family: 'Courier New', Courier, monospace;
    white-space: break-spaces;
    color: #008bff;
    background-color: #d8d8d8;
    border-radius: 6px;
    font-weight: 600;
}

h1 img {
    vertical-align: bottom;
}

#heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block-end: 20px;
    width: 100%;
}

#main {
    display: flex;
    flex: 1;
    flex-direction: column;
}

#leftCol {
    padding-right: 10px;
}

#leftCol,
#rightCol {
    display: flex;
    flex-direction: column;
}

#leftCol p:first-child,
#rightCol p:first-child {
    margin-top: 0%;
}

#leftCol h2:first-child,
#rightCol h2:first-child {
    margin-top: 0%;
}

h3,
h4 {
    margin-bottom: 0%;
}
/* DG: Commented out for Testing column margins
h3+p {
    margin-bottom: 16px;
}

#rightCol h3:first-child {
    margin-top: 0%;
}
*/
#rightCol .skills {
    margin-bottom: 0%;
}

.footer {
    display: flex;
    color: #9D9D9D;
    width: 100%;
}

@media (min-width: 980px) {
    #main {
        flex-direction: row;
    }

    #rightCol h3:first-child {
        margin-top: 0;
    }

    #rightCol {
        padding-left: 10px;
        border-left-style: dotted;
        border-left-color: #EFEFEF;
    }
}

::selection {
    color: white;
    /* Text color */
    background: #4a4a4a;
    /* Background color */
}

#QRCodeLink {
    width: 100px;
    float: right;
}