
/*** PAGE ***/

body {
    padding: 0px;
    background-color: #dfe0cd;
    color: #000;
    background-repeat: no-repeat;
    background-position: center 0px;
}

/*** FONTS ***/

@font-face {
    font-family: DMSerifDisplay;
    src: url("../fonts/DMSerifDisplay-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Regular.ttf");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Bold.ttf");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-Italic.ttf");
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: DMSans;
    src: url("../fonts/DMSans-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

.fa {
  display: inline-block;
  font: normal normal normal FontAwesome;
  margin: 0px 2px 0px 2px;
}


/*** IMAGES ***/

img {
    max-width: 100%;
    height: auto;
    width: auto; /* to make the image responsive */
}

img.thumbnail {
    width: 400px;
}

.thumb {
  margin-bottom: 30px;
}


/*** ARTICLE TEXT ***/

h1, h2 {
  font-family: DMSerifDisplay;
  letter-spacing: 0px;
  word-spacing: 0px;
}

h1.article-header {
  font-size: 36pt;
  margin: 20px 0px 0px 0px;
}

@media only screen and (max-width: 600px) {
    h1.article-header {
      font-size: 26pt;
      margin: 30px 0px 30px 0px;
    }
}

h2.article-subheader {
  font-size: 26pt;
  margin: 40px 0px 6px 0px;
}

h3.footheader {
  color: #fff;
  font-size: 17px;
  margin: 35px 0px 10px 0px;
  font-family: DMSans;
  text-transform: uppercase;
  letter-spacing: 5px;
}

p {
    font-family: DMSans;
    margin: 0px 0px 0px 0px;
}

p.article-text {
    font-size: 14pt;
    margin: 10px 0px 20px 0px;
}

p.link-text {
    font-size: 14pt;
    margin: 10px 0px 20px 0px;
    padding: 0px 30px;
}

p.article-date {
    margin: 0px 0px 20px 0px;
}

p.link-text {
    font-size: 14pt;
    margin: 10px 0px 20px 0px;
}

p.navigation {
    font-size: 14pt;
    margin: 20px 0px 0px 20px;
}

a,
a:visited,
a:hover {
  color: #494473;
}

ul.toc {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-family: DMSans;
    font-size: 14pt;
}

ol, ul {
    margin: 30px 0px 30px 0px;
    padding: 0px 40px 0px 40px;
    font-family: DMSans;
    font-size: 14pt;
}

code {
    font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
    color: #376e37;
    background: rgba(0, 0, 0, 0);
    font-size: 13pt;
    margin: 0px;
    padding: 0px;
}

code > a,
code > a:visited,
code > a:hover {
    color: #10788e;
}


/*** CODE BLOCK ***/

.copy-button {
  font-size: 10pt;
  color: #fff;
  float: right;
  border: none;
  text-decoration: none;
  background-color: #383838;
}

div.code-header {
  clear: both;
  font-size: 10pt;
  white-space: pre;
  color: #fff;
  background-color: #383838;
  background-size: cover;
  padding: 2px 10px 2px 10px;
  margin: 10px 0px 0px 0px;
}

code, pre {
  border-radius: 0px;
  border: 0px;
  margin: 0px 0px 10px 0px;
}


/*** TOP.HTML ***/

.top-container {
    background-color: #4d9d4f;
    background-size: cover;
    min-height: 70px;
    display: flex;
}

.top-subscribe {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.top-socialicons {
    flex: 1;
    display: flex;
    flex-direction: column;
}

span#tagline {
    color: #fff;
    font-size: 17px;
    margin: 40px 18px 0px 0px;
    font-family: DMSans;
    letter-spacing: 0px;
    float: right;
    text-align: right;
}

img.logo {
    height: 40px;
    float: left;
    margin: 20px 10px 10px 40px;
}

@media only screen and (max-width: 600px) {
    span#tagline {
        color: #fff;
        font-size: 17px;
        margin: 10px 5px 0px 20px;
        font-family: DMSans;
        letter-spacing: 0px;
        float: right;
    }
}


/*** STRUCTURE ***/

.container {
}

.header-container {
  /*background-color: #000;*/
    background: url("images/profile.jpg") no-repeat center;
    background-size: cover;
    height: 500px;
}

.first-container {
    background-color: #dfe0cd;
    min-height: calc(100vh - 440px);
}

.last-container {
    background-color: #222924;
    margin: 50px 0px 0px 0px;
}


/*** FOOTER ***/

.footer {
    text-align: left;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 0px 0px;
    border-color: #222;
}

.socialicons {
    font-size: 24px;
}

.copyright {
    color: #adb1ae;
    background-color: #000;
    text-align: center;
    font-size: 8pt;
    padding: 40px 0px 15px 0px;
}

.footertext {
    color: #adb1ae;
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
    letter-spacing: 0.4px;
    margin: 10px 0px 10px 0px;
}

.containe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}


/*** FORM ***/

.form-group {
    margin: 10px 0px 10px 0px;
}

label {
    color: #adb1ae;
    font-size: 14px;
    line-height: 1.5;
    font-family: sans-serif;
    letter-spacing: 0.4px;
    margin: 0px 0px 0px 0px;
}

input[type=text] {
    color: #000;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    padding: 3px 6px;
    width: 50%;
    min-width: 300px;
}

input[type=email] {
    color: #000;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    padding: 3px 6px;
    width: 40%;
    min-width: 300px;
}

textarea[type=text] {
    color: #000;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    padding: 3px 6px;
    width: 50%;
    min-width: 350px;
}

input[type=submit] {
    color: #181f1d;
    margin: 0px 0px 0px 0px;
    border-radius: 2px;
    padding: 3px 6px;
    min-width: 100px;
}


/*** CHART ***/

.chart {
    display: flex;
    width: 70%;
    background: whitesmoke;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.left-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.tree li {
    position: relative;
    padding-left: 1.5em;
    list-style-type: none;
}

.tree li::before {
    position: absolute;
    content: "├──";
    left: -1em;
}

.tree li:last-child::before {
    content: "└──";
}

.tree li > div {
    display: flex;
}

.tree li > div > span {
    flex-grow: 1;
}

ul.treeul {
    margin: 0px; 
    list-style-type: none;
}

span.tree-h {
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .tree li {
        position: relative;
        padding-left: 1.0em;
        list-style-type: none;
    }

    .tree li::before {
        position: absolute;
        content: "─";
        left: -0.2em;
    }

    .tree li:last-child::before {
        content: "─";
    }

    ul.treeul {
        padding-inline-start: 4px;
    }
}

.box {
    background-color: #f1f1f1;
    font-size: 15pt;
    font-weight: 600;
    border: 3px solid #ccc;
    padding: 15px 30px;
    margin: 10px;
}

.instruction {
    font-size: 13pt;
    font-weight: 200;
    font-style: italic;
    margin: 2px 10px 2px 34px;
}

.box-compact {
    background-color: #f1f1f1;
    font-size: 12pt;
    font-weight: 600;
    border: 3px solid #ccc;
    padding: 5px 15px;
    margin: 2px;
}

.instruction-compact {
    font-size: 8pt;
    font-weight: 200;
    font-style: italic;
    margin: 0px 10px 0px 14px;
}

.rounded {
    border-radius: 20px;
    border: 3px solid #00f;
}

.text {
    font-family: Arial, sans-serif;
}


/*** MENU ***/

ul.menu {
    list-style-type: none;
    /* margin: 10px 20% 10px 10%; */
    padding: 0px;
    overflow: hidden;
    /* background-color: #333333; */
    display: inline-block;
}

li.menu {
    float: left;
    font-size: 18pt;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Orkney;
}

li.menu a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}

li.menu a:hover {
  background-color: #111111;
}

@media only screen and (max-width: 600px) {
  ul.menu {
    list-style-type: none;
    margin: auto;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
  }

  li.menu {
    font-size: 18pt;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Orkney;
    width: 100%;
  }
}

