*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 10px;
    font-family: 'Open Sans', 'sans-serif';
    background-color: #fff;
}

.content h3 {
    font-size: 20px;
    padding: 20px;
}

h1,
p {
    margin: 0;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 20px;
    padding: 10px 0 25px 0;
    font-style: italic;
}

h3 {
    font-size: 25px;
    text-align: left;
    padding: 20px;
}

h3 {
    font-size: 18px;
    padding: 0px 25px;
}

.header {
    text-align: center;
    font-size: 20px;
    padding: 0px;
    position: sticky;
    top: 0;
}

.myHistory,
p {
    font-size: 20px;
}

.myAttributes,
p {
    list-style: none;
    font-size: 20px;
    padding: 0px 20px;
}

.myAttributes li::before {
    content: "\2714\0020";
}

.myIT,
p {
    font-size: 20px;
}

.wrapper {
    max-width: 100%;
    display: grid;
    grid-gap: 10px;
}

.panel-violin {
    /* needed for the flex layout*/
    flex: 1 1 200px;
    width: 100%;
    text-align: center;
}

.panel-violin,
img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 2.5px;
    /* box-shadow: 2px 2px 15px white, -2px -2px 15px white;
    -webkit-box-shadow: 2px 2px 15px white, -2px -2px 15px white;
    transition: transform .60s ease;*/
    /* added just to give the shadow some
breathing space */
}

.panel-violin a:visited {
    color: #000000;
    text-decoration: none;
}

.panel-violin a:link {
    text-decoration: none;
    color: #000000;
}

.panel-violin a:hover {
    color: red;
}

.panel-violin a:active {
    color: #000;
}

@media screen and (min-width: 375px) and (max-width:1024px) {
    /* no grid support? */
    .sidebar {
        padding: 10px 10px 0 10px;
        border: 1px solid gray;
    }
    .content {
        padding: 0px;
        border: 1px solid gray;
    }
    .myHistory,
    p {
        font-size: 20px;
    }
    .myAttributes,
    p {
        list-style: none;
        font-size: 20px;
        padding: 0px 20px;
    }
    .myIT,
    p {
        font-size: 20px;
    }
    .content h3 {
        padding: 20px 0 10px 10px;
    }
    .content p {
        padding: 0px 20px 0px 20px;
    }
    .wrapper {
        margin: 0 auto;
        grid-template-columns: 1fr;
    }
    .header,
    .footer {
        grid-column: 1 / -1;
        /* needed for the floated layout */
        clear: both;
    }
}

@media screen and (min-width: 1024px) {
    /* no grid support? */
    .sidebar {
        padding: 20px 20px 0 20px;
        border: 2px solid gray;
    }
    .content {
        padding: 20px;
        border: 2px solid gray;
    }
    .wrapper {
        margin: 0 auto;
        grid-template-columns: 1fr;
        /* 2fr 1fr to include violin*/
    }
    .header,
    .footer {
        grid-column: 1 / -1;
        /* needed for the floated layout */
        clear: both;
    }
}

.wrapper>* {
    background-color: #ffffff;
    color: #000000;
    font-size: 150%;
    /* needed for the floated layout*/
}


/* We need to set the widths used on floated items back to auto, and remove the bottom margin as when we have grid we have gaps. */

@supports (display: grid) {
    .wrapper>* {
        width: auto;
        margin: 0;
    }
}




/* Start of responsive footer */

.footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: rgb(0, 0, 0);
    text-align: center;
}

.footer .col {
    width: 190px;
    height: auto;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px 0px 20px 0px;
}

.footer .col h1 {
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 17px;
    padding: 20px 0px 20px 0px;
    color: #696969;
    font-weight: bolder;
    text-transform: uppercase;
    letter-spacing: 0.250em;
}

.footer .col ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer .col ul li {
    color: #ffffff;
    font-size: 15px;
    font-family: inherit;
    font-weight: bold;
    padding: 5px 0 5px 0;
    cursor: pointer;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
}

.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}


/* There are 4 link states: a:active, a:hover, a:visited, and a:link.
Special order rules apply to link state properties:

    a:hover MUST go after a:link and a:visited
    a:active MUST go after a:hover*/

.col a:visited {
    color: #ffffff;
    text-decoration: none;
}

.col a:link {
    text-decoration: none;
    color: #ffffff;
}

.col a:hover {
    color: red;
}

.col a:active {
    color: #000;
}

.clearfix {
    clear: both;
}

@media only screen and (min-width: 1280px) {
    .contain {
        width: 1200px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1139px) {
    .contain .social {
        width: 1000px;
        display: block;
    }
}

@media only screen and (max-width: 950px) {
    .footer .col {
        width: 50%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 500px) {
    .footer .col {
        width: 50%;
    }
    .footer .col h1 {
        font-size: 14px;
    }
    .footer .col ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 340px) {
    .footer .col {
        width: 100%;
    }
}
