/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust:100%
}

.fix-left-panel {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 12%;
    min-height: 100%;
    overflow: hidden;
    z-index: 9999;
    background-color: rgb(207,229,227);
}

.fix-left-panel-content {
    margin:8%;
    margin-top: 20%;
    padding-top: 8rem;

}
.home-contacts {
    margin-top: 20px;
}
.hashtag {
    color:cornflowerblue;
    font-weight: 200;
    font-style: italic;
}
.home-container {
    display: flex;
  }
  
  .image-container {
    flex: 0 0 10%; /* Image takes 20% of the container */
    margin-right: 20px; /* Adds some spacing between the image and text */
  }
  
  .image-container img {
    width: 100%; /* Ensure the image fits within the 20% width */
    height: auto;
  }
  
  .text-container {
    flex: 0 0 80%; /* Text takes 80% of the container */
  }
  
  h1, h2 {
    margin: 0;
  }

body {
    margin:0
}

h1 {
    font-size: 2em;
    margin:.67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow:visible
}

pre {
    font-family: monospace, monospace;
    font-size:1em
}

a {
    background-color:transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration:underline dotted
}

b, strong {
    font-weight:bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size:1em
}

small {
    font-size:80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align:baseline
}

sub {
    bottom:-.25em
}

sup {
    top:-.5em
}

img {
    border-style:none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin:0
}

button, input {
    overflow:visible
}

button, select {
    text-transform:none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance:button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding:0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline:1px dotted ButtonText
}

fieldset {
    padding:.35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space:normal
}

progress {
    vertical-align:baseline
}

textarea {
    overflow:auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding:0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height:auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset:-2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance:none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font:inherit
}

details {
    display:block
}

summary {
    display:list-item
}

template {
    display:none
}

[hidden] {
    display:none
}

a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul {
    box-sizing:border-box
}

img {
    max-width:100%
}

.border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul {
    box-sizing:border-box
}

.section {
    border-top-style: solid;
    border-top-width:1px
}

header.home h1 span.name {
    top:0
}

.section h2 {
    top:-1rem
}

:root {
    font-family: -apple-system, BlinkMacSystemFont, "avenir next", avenir, helvetica, "helvetica neue", ubuntu, roboto, noto, "segoe ui", arial, sans-serif
}

dd, figcaption, header.home h1 span.name, li, p {
    font-weight:300
}

dt {
    font-weight:700
}

.card dd, .card dt, .lists .subsection-content ul li, .section h2, .subsection h3, .text .subsection-content p {
    line-height:1.5
}

dl, ol, ul {
    list-style-type:none
}

.section, header.home {
    position:relative
}

.section h2, header.home h1 span.name {
    position:absolute
}

main {
    padding:2rem;
    /*width: 80%;*/
    margin-left: 12%;
}

ul {
    padding-left:0
}

.subsection .subsection-content {
    padding-left:1rem
}

.section h2 {
    padding-right:.5rem
}

.section {
    padding-bottom:2rem
}

.section {
    padding-top:.5rem
}

header.home h1 {
    /*padding-top: 4rem;
    padding-bottom:4rem*/
}

.section h2 {
    margin:0
}

dd {
    margin-left:0
}

.card:last-child {
    margin-bottom:0
}

.text .subsection-content p {
    margin-top:0
}


.lists .subsection-content ul, .subsection h3, header.home h1 {
    margin-top: 0;
    margin-bottom:0
}

.card {
    margin-top: 1rem;
    margin-bottom:1rem
}

.subsection {
    margin-top: 2rem;
    margin-bottom:2rem
}

.section {
    margin-top: 4rem;
    margin-bottom:4rem
}

h2, h3, h4, h5, h6 {
    text-transform:lowercase
}

.card dd, .card dt, dd, dt, h1, h2, h3, h4, h5, h6, header.home h1 span.name, li, p {
    font-size:1.25rem
}

dd, dt, h1, h2, h3, h4, h5, h6, li, p {
    max-width:30em
}

.text .subsection-content p {
    max-width:34em
}

.sr-only {
    position: absolute;
    padding: 0;
    border-width: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin:-1px
}

.sr-only-focusable:focus {
    position: relative;
    width: auto;
    height: auto;
    clip: initial;
    margin: inherit;
    border:initial
}

:root, a, header.home h1 span.name {
    color:#000
}

h1 {
    color:#222
}

.section h2, body {
    background:#fff
}

dd, dt, h1, h2, h3, h4, h5, h6, header.home h1 span.name, li, p {
    letter-spacing:-.01em
}

@media screen and (min-width: 768px) {
    .subsection {
        display:flex
    }

    header.home h1 {
        max-width:48rem
    }

    main {
        padding:4rem
    }

    .subsection .subsection-content {
        padding-left:0
    }

    .section {
        padding-top:1rem
    }


    .text .subsection-content p:last-child {
        margin-bottom:0
    }

    .card {
        margin-top:0
    }

    header + .section {
        margin-top:4rem
    }

    .cards .subsection-content dl {
        margin-top: 0;
        margin-bottom:0
    }

    .subsection .subsection-content, .subsection h3 {
        width:50%
    }

    .sr-only-ns {
        position: absolute;
        padding: 0;
        border-width: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin:-1px
    }

    .sr-only-focusable-ns:focus {
        position: relative;
        width: auto;
        height: auto;
        clip: initial;
        margin: inherit;
        border:initial
    }
}

@media screen and (max-width: 1024px) {
    .fix-left-panel {
        width: 12%;
    }
    .image-container {
        display: none;
    }
    main {
        margin-left: 12%;
    }
}

@media screen and (min-width: 1024px) {

    .subsection:not(:first-child) {
        border-top-style: solid;
        border-top-width:1px
    }

    .section {
        display:flex
    }

    header.home h1 {
        max-width:64rem
    }

    .section h2 {
        position:relative
    }

    .section h2 {
        padding-right:0
    }

    .subsection {
        padding-bottom:2rem
    }

    .subsection:not(:first-child) {
        padding-top:2rem
    }

    .subsection {
        margin-bottom:.25rem
    }

    .subsection:not(:first-child) {
        margin-top:0
    }

    .subsection {
        margin-top:1rem
    }

    .section h2 {
        margin-top: 1rem;
        margin-bottom:1rem
    }

    .card dd, .card dt, .card h4 {
        max-width:34em
    }

    .section h2 {
        width:25%
    }

    .section .section-content {
        width:75%
    }

    .subsection h3 {
        width:33.3333333333%
    }

    .subsection .subsection-content {
        width:66.6666666667%
    }

    .sr-only-l {
        position: absolute;
        padding: 0;
        border-width: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin:-1px
    }

    .sr-only-focusable-l:focus {
        position: relative;
        width: auto;
        height: auto;
        clip: initial;
        margin: inherit;
        border:initial
    }

    .section h2 {
        background:0 0
    }

    .lists .subsection-content ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 1rem;
        column-gap:1rem
    }

    .lists .subsection-content ul > * {
        flex-basis:calc(50% - .5rem)
    }

    .section h2 {
        width:25%
    }

    .section .section-content {
        width:75%
    }
}

@media screen and (min-width: 1350px) {
    .section h2 {
        width:20%
    }

    .subsection h3 {
        width:25%
    }

    .subsection .subsection-content {
        width:75%
    }

    .section .section-content {
        width:80%
    }

    .sr-only-xl {
        position: absolute;
        padding: 0;
        border-width: 0;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        width: 1px;
        height: 1px;
        margin:-1px
    }

    .sr-only-focusable-xl:focus {
        position: relative;
        width: auto;
        height: auto;
        clip: initial;
        margin: inherit;
        border:initial
    }

    .lists .subsection-content ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        -moz-column-gap: 1rem;
        column-gap:1rem
    }

    .lists .subsection-content ul > * {
        flex-basis:calc(32% - .5rem)
    }

    .section h2 {
        width:20%
    }

    .subsection h3 {
        width:25%
    }

    .subsection .subsection-content {
        width:75%
    }

    .section .section-content {
        width:80%
    }
}

header.home h1 {
    font-size:2rem
}

@media screen and (min-width: 768px) {
    header.home h1 {
        font-size: 2.5rem;
        line-height: 1;
        letter-spacing:-.0275em
    }
}

@media screen and (min-width: 1024px) {
    header.home h1 {
        font-size:4rem
    }
}

abbr {
    font-feature-settings: "c2sc"
}

abbr.normal {
    font-feature-settings:normal
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and(min-resolution: 2dppx) {
    body {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing:antialiased
    }
}

a:focus, a:hover {
    background:#e3e3ff
}

a:focus {
    outline-offset:.1em
}

.section h2 {
    top:-.85em
}

/*@media screen and (min-width: 1024px) {
    .section h2 {
        top: auto
    }
}*/
