body {
    font-family: "Urbanist", Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 0;
    text-shadow: 1px 1px 2px #cccaca;
}

header {
    background: #e8e8e8;
    box-shadow: 0 2px 5px #d1d1d1;
    border-bottom: 1px solid #bec0c0;
}

nav, main {
    width: 80%;
    max-width: 3500px;
    margin: 0 auto;
}

.narrow_content {
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

.two_collumns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 120px
}

nav {
    overflow: hidden;
}

h1, p {
    text-align: center;
}

#logo-text, #logo, .icon {
    float: left;
    overflow: hidden;
}

#logo-text {
    margin: 9px 0;
    font-size: 1.17em;
    font-weight: bold;
    padding: 13px 10px 13px 5px;
}

#logo {
    padding: 4px;
    padding-bottom: 1px;
    margin: 8px 0 0 8px;
}

#logo img {
    width: 47px;
}

.icon {
    width: 115px;
    margin: 0 23px 0 -4px;
}

nav ul {
    float: right;
    margin: 23px 15px 0 0;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px 0 0;
    padding: 0;
}

nav ul li a {
    padding: 15px 10px;
}

nav ul li a:hover, #selected {
    font-weight: bold;
}

h1 {
    margin-top: 100px;
}

footer  {
    height: 50px;
}

.button {
    margin: 14px 0 0 0;
    padding: 6px 13px;
    background: #efefef;
    border: 1px solid #a2a2a2;
    border-radius: 5px;
    transition: 0.2s;
    box-shadow: 1px 1px 2px #cccaca;
    font-weight: 600;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: fit-content;
    text-shadow: none;
}

.button:hover {
    background: #e1e1e1;
    cursor: pointer;
}

.button img {
    height: 26px;
    width: auto;
}

a {
    text-decoration: none;
    color: black;
    transition: 0.2s;
}

p a {
    color: #4b4b4b;
    text-decoration: underline;
}

main h3 {   
    margin-top: 50px;
    margin-bottom: 10px;
}

main ul li {
    padding-bottom: 4px;
}

section {
    margin: 0 20px;
} 

.spacing10 {
    height: 10px;
}

.spacing50 {
    height: 35px;
}

section h1, section p {
    text-align: left;
}

section h1 {
    font-size: 40px;
    margin-bottom: -3px;
    padding-top: 25px;
    letter-spacing: -0.5px;
    margin-top: 0;
}

section ul {
    margin-bottom: 30px;
    margin-top: 10px;
}

section ul li { 
    padding-bottom: 4px;
}

.author {
    margin-top: 0;
    font-size: 15px;
}

.description {
    font-weight: 600;
    clear: both;
    padding-top: 20px;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

section img {
    width: 650px;
}

.screenshot {
    float: right;
}

details {
    margin-top: 6px;
}

details summary {
    font-size: 17px;
}

details summary:hover {
    cursor: pointer;
}

pre {
    background: #fefefe;
    width: fit-content;
    padding: 12px 16px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    margin-top: 6px;
}

pre code {
    font-family: monospace;
    font-size: 14px;
}

@media (max-width:1250px) {
    .two_collumns {
        display: block;
        margin-top: 20px;
    }

    section {
        margin: 0;
    }

    .screenshot, nav ul {
        float: none;
    }

    .icon {
        display: none;
    }

    footer {
        height: 300px;
    }

    section h1 {
        clear: both;
        padding-top: 0;
    }

    .spacing50 {
        display: none;
    }

    .narrow_content {
        width: 100%;
    }

    .description {
        padding-top: 5px;
    }

    nav ul {
        clear: both;
        margin: 0 0 4px 0;
    }

    nav ul li {
        display: block;
        margin: 0;
    }

    nav ul li a {
        display: block;
        padding: 4px 9px;
    }

    #logo {
        margin-left: 0;
        margin-top: 0;
        padding-top: 10px;
        padding-left: 8px;
        padding-bottom: 1px;
    }

    #logo-text {
        margin-bottom: 0;
        margin-top: 8px;
        padding-bottom: 14px;
        padding-left: 4px;
    }
}

@media (max-width:2200px) {
    nav, main {
        width: 100%;
        box-sizing: border-box;
    }

    main {
        padding: 0 15px;
    }

}


/* Fonts */

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Thin.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 100;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-ThinItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-ExtraLight.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 200;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-ExtraLightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 300;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-MediumItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 600;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-SemiBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 700;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-ExtraBoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Urbanist";
  font-style: italic;
  font-weight: 900;
  font-display: swap;
  src: url("/static/fonts/Urbanist/Urbanist-BlackItalic.woff2") format("woff2");
}