body {
        overflow-x: hidden;
        max-width: 1200px;
        margin: 0 auto;
        overflow-y: scroll;
        height: 100%;
        box-sizing: border-box;
        background: #292E36;
        font-size: 16pt;
        position: relative;
}

hr {
        padding: 0px;
        margin: 30px 0px;
        border: none;
        height: 1px;
        background-color: white;
        width: 100%
}

figcaption {
        margin: 0;
        padding: 0;
        font-size: 12pt;
        color: #f0f0f0;
        text-align: center;
        font-style: italic;
}

figure {
        padding: 20px 0px;
}

.bullet_list li {
        list-style-image: url(/img/bullet.png);
}

.ba_header {
        height: 160px;
}

.header {
        width: 1200px;
        height: 200px;
        position: absolute;
        top: 0px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
}

.navbar {
        width: 260px;
        height: 160px;
        position: absolute;
        right: 0;
        top: 0;
        margin: 0px;
        padding: 0px;
        border-style: solid;
        border-width: 0px 1px 0px 1px;
        border-color: black;
        background-color: #181c23;
}

.navbar ul {
        display: table;
        width: 100%;
        height: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
}

.navbar a {
        height: 30px;
        display: block;
        color: white;
        text-align: left;
        text-decoration: none;
        font-size: 18pt;
        font-weight: 400;
        font-variant-caps: small-caps;
        padding: 5px 10px;
        padding-left: 30px;
        transition: 0.2s;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

.navbar a:hover {
        background-color: #101217;
        background-image: linear-gradient(270deg, rgba(0,34,34,1) 0%, rgba(0,34,34,1) 100%);
}

.navbar a:link, a:visited {
        text-decoration: none;
        color: white;
}

.page_heading {
        margin: 0;
        width: 100%-2px;
        height: 40px;
        padding: 5px 0px;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        border-style: solid;
        background-color: #181c23;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

.page_heading a {
        font-variant-caps: small-caps;
        font-size: 28pt;
        font-weight: 400;
        line-height: 1;
        padding: 0px 0px 0px 60px;
        color: white;
}

main {
        padding: 220px 40px 40px 40px;
        color: white;
        background-color: #121821;
        font-size: 16pt;
        font-weight: 100;
        line-height: 1.3;
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: black;
}

h1 {
        font-variant-caps: small-caps;
        margin-top: 60px;
        margin-left: -40px;
        margin-bottom: 10px;
        padding: 5px 20px 5px 60px;
        text-align: left;
        right: 0px;
        min-width: 250px;
        width: 100%;
        color: white;
        height: 40px;
        background-color: #181c23;
        font-size: 28pt;
        font-weight: 400;
        line-height: 1;
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: black;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

h2 {
        font-variant-caps: small-caps;
        margin-top: 60px;
        margin-left: -40px;
        margin-bottom: 10px;
        padding: 5px 20px 5px 60px;
        text-align: left;
        right: 0px;
        width: 100%;;
        color: white;
        background-color: #181c23;
        font-size: 22pt;
        font-weight: 400;
        line-height: 1;
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: black;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

p {
        font-size: 16pt;
        font-weight: 100;
        text-align: justify;
        text-indent: 40px;
        line-height: 1.5;
        padding: 0px 20px;
}

a:link, a:visited {
        text-decoration: underline;
        color: white;
        text-decoration-thickness: 1px;
}


.gallery {
        display: table;
        margin: auto;
        width: 95%;
}

.gallery figure {
        display: block;
        float: left;
        max-width: 300px;
        margin: 27px;
        height: 260px;
}

.gallery img {
        max-width: 300px;
        margin: auto;
}

.gallery a:link, a:visited {
        text-decoration: none;
}

.blog_page {
        height: 140px;
        width: 100%;
        margin: auto;
        list-style-position: inside;
        list-style-type: none;
        background-color: #16584a;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.blog_page h2 {
        padding: 0;
        margin: 0;
        margin-top: 20px;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        background: none;
        border: none;
}

.blog_entry_avatar {
        float: left;
        float: top;
        margin: 15px 15px;
        border-style: solid;
        border-width: 1px;
        border-color: black;
}

.blog_entry {
        list-style-position: inside;
        list-style-type: none;
        background-color: #181c23;
        background-color: #080c13;
        margin-top: 40px;
        margin-bottom: 40px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.blog_entry p {
        margin: 0px;
        margin-left: 100px;
}

.blog_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.blog_entry h2 {
        padding: 0;
        margin: 0;
        margin-left: 120px;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        background: none;
        border: none;
}

.blog_avatar {
        float: left;
        float: top;
        border-style: solid;
        border-width: 1px;
        border-color: black;
}

.blog_link {
        display: inline-block;
        padding: 20px 20px 20px 20px;
}

.blog_avatar img {
}

.blog_date {
        padding-top: 5px;
        margin: 0;
        font-size: 12pt;
        text-indent: 0px;
        padding-bottom: 20px;
}

.blog_list {
        padding: 0;
        display: block;
}

.project_list {
        padding: 0;
        display: block;
}

.project_entry {
        width: 800px;
        list-style-position: inside;
        list-style-type: none;
        background-color: #181c23;
        background-color: #080c13;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.project_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.project_entry h2 {
        padding: 0;
        margin: 0;
        margin-top: 20px;
        line-height: 1.2;
        font-size: 22pt;
        font-weight: 400;
        background: none;
        border: none;
}

.project_link {
        display: inline-block;
        padding: 20px 20px 20px 20px;
}

.project_icon {
        margin-left: 0px;
        margin-right: 10px;
        border-style: none;
}

.team_entry {
        margin: auto;
        width: 800px;
        list-style-position: inside;
        list-style-type: none;
        background-color: #181c23;
        background-color: #080c13;
        margin-top: 40px;
        margin-bottom: 40px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.team_entry td {
        float: left;
}

.team_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.team_entry h2 {
        padding: 3px 0px 5px 0px;
        margin: 0;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        background: none;
        border: none;
}

.team_entry a:link, a:visited {
        text-decoration: underline;
        color: white;
}

.team_entry hr {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        border: none;
        height: 1px;
        background-color: white;
        width: 100%
}

.team_entry2 {
        display: inline-block;
        padding: 20px 20px 10px 20px;
        width: 100%;
}

.team_entry2 table {
        width: 100%;
}

.team_icon {
        margin-left: 0px;
        margin-right: 10px;
        border-style: none;
        padding: 0px;
}

.team_icon td {
        width: 100px;
}

.team_text {
        width: 630px;
}

.kofi {
        list-style-position: inside;
        list-style-type: none;
        background-color: #16584a;
        padding: 0;
        display: block;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        text-align: center;
        text-align: justify;
        margin: 0px auto;
        width: 550px;
}

.kofi_entry p {
        margin: 5px;
        overflow: auto;
        display: inline-block;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        text-indent: 0px;
        line-height: 1.3;
}

.kofi_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.kofi_image {
        display: inline-block;
        width: 75px;
        clear: both;
        margin: auto;
}

.kofi_link {
        display: inline-block;
        width: 100%;
        text-align: center;
}

.dos_download {
        margin: 5px;
        text-align: center;
        overflow: auto;
        display: inline-block;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        text-indent: 0px;
        line-height: 1.3;
}

.highlight {
        margin: 30px 160px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        line-height: 1;
        font-size: 10pt;
}

.bullet_list {
        margin: 0px 40px;
}

code {
        line-height: 1.35;
}

img[src$='#center']
{
    display: block;
    margin: 4px auto;
}

.berry {
        position: absolute;
        bottom: 0px;
        right: 0px;
        margin: 0px 5px 5px 0px;
}

@media screen and (max-width: 600px) {

* {
        letter-spacing: unset;
}

body {
        max-width: 100%;
        overflow-y: scroll;
        height: 100%;
        font-size: 16pt;
        position: relative;
        padding: 0px;
        margin: 0px;
}

.ba_header img {
        width: 100%;
}

.header {
        height: 80px;
        width: 100%;
        position: absolute;
        top: 0px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
}

.navbar {
        width: 100%;
        height: 100px;
        margin-top: 100px;
        border-width: 1px 0px 1px 0px;
}

.navbar ul {
        display: table;
        width: 100%;
        height: 100%;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
}

.navbar a {
        height: 20px;
        font-size: 14pt;
        font-weight: 400;
        font-variant-caps: small-caps;
        padding: 5px;
        padding-left: 10px;
}

.page_heading {
        margin-top: 61px;
        height: auto;
        padding: 5px 20px;
        border-width: 1px 0px 1px 0px;
        border-color: black;
        border-style: solid;
        background-color: #181c23;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

.page_heading a {
        font-variant-caps: small-caps;
        font-size: 22pt;
        font-weight: 400;
        line-height: 1;
        padding: 0px;
        color: white;
}

main {
        padding: 280px 3px 5px 3px;
}

h1 {
        margin-top: 60px;
        margin-left: -56px;
        margin-bottom: 0px;
        padding: 5px 0px 5px 60px;
        height: 30px;
        background-color: #181c23;
        font-size: 22pt;
        font-weight: 400;
        line-height: 1;
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: black;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

h2 {
        font-variant-caps: small-caps;
        margin-top: 60px;
        margin-left: -56px;
        margin-bottom: 10px;
        padding: 5px 0px 5px 60px;
        text-align: left;
        right: 0px;
        width: 100%;;
        color: white;
        background-color: #181c23;
        font-size: 18pt;
        font-weight: 400;
        line-height: 1;
        border-style: solid;
        border-width: 1px 0px 1px 0px;
        border-color: black;
        background-image: linear-gradient(270deg, rgba(22,126,104,1) 0%, rgba(0,34,34,1) 100%);
}

p {
        letter-spacing: 0.045rem;
        font-size: 14pt;
        font-weight: 100;
        text-align: justify;
        text-indent: 30px;
        line-height: 1.4;
        padding: 0px 10px;
}


.team_entry {
        margin: auto;
        width: 95%;
        list-style-position: inside;
        list-style-type: none;
        background-color: #181c23;
        margin-top: 40px;
        margin-bottom: 40px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.team_entry td {
        float: left;
}

.team_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.team_entry h2 {
        padding: 3px 0px 5px 0px;
        margin: 0;
        line-height: 0.7;
        font-size: 18pt;
        font-weight: 400;
        background: none;
        border: none;
}

.team_entry a:link, a:visited {
        text-decoration: underline;
        color: white;
}

.team_entry hr {
        padding: 0px;
        margin: 0px;
        margin-bottom: 10px;
        border: none;
        height: 1px;
        background-color: white;
        width: 90%;
}

.team_entry2 {
        display: inline-block;
        padding: 10px 10px 10px 10px;
        width: 90%;
}

.team_entry2 table {
        width: 100%;
}

.team_icon {
        margin-left: 0px;
        margin-right: 10px;
        border-style: none;
        padding: 0px;
}

.team_icon td {
        width: 100px;
}

.team_text {
        width: 100%;
        font-size: 14pt;
}

.kofi {
        list-style-position: inside;
        list-style-type: none;
        background-color: #16584a;
        padding: 0;
        display: block;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        text-align: center;
        text-align: justify;
        margin: 0px auto;
        width: 95%;
}

.kofi_entry p {
        margin: 5px;
        overflow: auto;
        display: inline-block;
        line-height: 0.7;
        font-size: 16pt;
        font-weight: 400;
        text-indent: 0px;
        line-height: 1.3;
}

.dos_download {
        margin: 5px;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        text-indent: 0px;
        line-height: 1.3;
}

.highlight {
        width: 100%;
        margin: 0;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
        line-height: 1;
        font-size: 8pt;
        letter-spacing: unset;
}

code {
        line-height: 1.35;
        max-width: 90%;
        white-space: pre-wrap;
        padding: 0px 20px;
        display: inline-block;
        word-wrap: anywhere;
}

.bullet_list li {
        font-size: 14pt;
        padding: 5px 0px;
}

.project_entry {
        width: 95%;
        list-style-position: inside;
        list-style-type: none;
        background-color: #181c23;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.project_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.project_entry h2 {
        padding: 0;
        margin: 0;
        margin-top: 20px;
        line-height: 1;
        font-size: 22pt;
        font-weight: 400;
        background: none;
        border: none;
}

.project_link {
        display: inline-block;
        padding: 5px;
        margin: 5px 0px;
}

.project_icon {
        float: none;
        border-style: none;
        margin: auto;
        display: block;
}

.project_entry td {
        display: block;
}

.blog_page {
        height: 140px;
        width: 100%;
        margin: auto;
        list-style-position: inside;
        list-style-type: none;
        background-color: #16584a;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.blog_page h2 {
        padding: 0;
        margin: 0;
        margin-top: 20px;
        line-height: 0.7;
        font-size: 22pt;
        font-weight: 400;
        background: none;
        border: none;
}

.blog_entry_avatar {
        float: left;
        float: top;
        margin: 5px 5px;
        border-style: solid;
        border-width: 1px;
        border-color: black;
}

.blog_entry {
        list-style-position: inside;
        list-style-type: none;
        background-color: #181c23;
        margin-top: 40px;
        margin-bottom: 40px;
        border-style: solid;
        border-width: 1px 1px 1px 1px;
        border-color: black;
}

.blog_entry p {
        margin: 0px;
}

.blog_entry a:link, a:visited {
        text-decoration: none;
        color: white;
}

.blog_entry h2 {
        padding: 0;
        margin: 0;
        line-height: 1;
        font-size: 18pt;
        font-weight: 400;
        background: none;
        border: none;
}

.blog_avatar {
        float: left;
        float: top;
        border-style: solid;
        border-width: 1px;
        border-color: black;
        margin: 10px;
}

.blog_link {
        display: inline-block;
        padding: 5px;
        width: 95%;
}

.blog_avatar img {
}

.blog_date {
        padding-top: 5px;
        margin: 0;
        font-size: 12pt;
        text-indent: 0px;
        padding-bottom: 20px;
}

.blog_list {
        padding: 0;
        display: block;
}

img[src$='#center']
{
    display: block;
    margin: 4px auto;
    max-width: 100%;
}

}
