/*

*/
/*

*/
.cventry .cventry-left, body {
  font-family: "Lora", serif;
}

.cventry .cventry-localization, .cventry .cventry-jobtitle, .cventry .cventry-company {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.cventry .cventry-language, .cventry.cvsubsectionheader, .cventry.cvsectionheader, #body h2, a {
  font-family: "Montserrat script=all rev=1", sans-serif;
  font-weight: 700;
}

#body h1 {
  font-family: "Work Sans script=all rev=1", sans-serif;
  font-weight: 800;
}

body {
  padding: 0;
  margin: 0;
  background-color: #002727;
}

a {
  text-decoration: none;
}

.container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .container {
    flex-wrap: nowrap;
  }
}

.sidebar {
  background-color: #3fc7c7;
  width: 100%;
}
.sidebar .logo {
  background: #4bcbcb;
  padding: 0 !important;
  text-align: center;
}
.sidebar .logo a img {
  margin: 15pt;
  height: 100%;
  width: 10ex;
}
@media only screen and (min-width: 768px) {
  .sidebar .logo a img {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .sidebar {
    position: sticky;
    top: 0;
    min-width: 250pt;
    min-height: calc(100vh);
    width: auto;
    align-self: flex-start;
  }
}
.sidebar .li.active > a {
  background-color: #86DCDC;
  background: linear-gradient(to bottom, #7ad9d9 0%, #86dcdc 10%);
  color: #000;
}
.sidebar .li a {
  display: block;
  padding: 15pt;
  color: #000;
  font-size: larger;
  background-color: #4bcbcb;
  background: linear-gradient(to bottom, #3fc7c7 0%, #4bcbcb 10%);
}
.sidebar .li a:hover {
  background-color: #66d3d3;
  background: linear-gradient(to bottom, #5acfcf 0%, #66d3d3 10%);
  color: #f0f0f0;
}
.sidebar .ul .li > * {
  text-indent: 0pt;
}
.sidebar .ul .ul .li > * {
  text-indent: 15pt;
}
.sidebar .ul .ul .ul .li > * {
  text-indent: 30pt;
}
.sidebar .ul .ul .ul .ul .li > * {
  text-indent: 45pt;
}

#body {
  width: 100%;
  max-width: 600pt;
  background-color: #86DCDC;
}
#body a {
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: rgba(0, 0, 0, 0.3);
  text-underline-position: under;
}
#body a svg {
  fill: #000;
}
#body a:hover {
  color: #f0f0f0;
}
#body a:hover svg {
  fill: #f0f0f0;
}
#body a.undecorated {
  text-decoration-line: none;
}
#body a.disabled {
  color: gray;
}
#body h1 {
  color: #2b2b8b;
  margin-top: 30pt;
  margin-bottom: 15pt;
}
#body h2 {
  color: #395fce;
}
#body input {
  padding: 7.5pt;
}
#body p {
  color: #3b3b5b;
  margin-top: 15pt;
  margin-bottom: 15pt;
}
#body .li {
  margin-bottom: 15pt;
}
#body .ul .li {
  margin-left: 0pt;
}
#body .ul .ul .li {
  margin-left: 15pt;
}
#body .ul .ul .ul .li {
  margin-left: 30pt;
}
#body .ul .ul .ul .ul .li {
  margin-left: 45pt;
}

.bodycontent {
  margin: 15pt;
}

.iconlink {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
.iconlink img,
.iconlink svg {
  width: 1em;
  height: 1em;
  margin-right: 0.3em;
}

.cvsection,
.cvsubsection {
  display: flex;
  flex-direction: column;
}

.align-right {
  text-align: right;
  margin-right: 1ex;
}

.cventry {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15pt;
}
.cventry .cventry-left {
  font-size: initial;
  flex-basis: 18ex;
  flex-grow: 0;
  flex-shrink: 0;
}
.cventry .cventry-right {
  display: inline-block;
  flex-direction: column;
  flex: 1 1 300pt;
}
.cventry.cvsectionheader {
  font-size: xx-large;
  color: #395fce;
  /*
  .cventry-left-filler {
      background-color: $cvheadertext;
      height: .2em;
      margin: .1em;
  }
  .cventry-left {
      align-self: center;
  }
  .cventry-right {}
  */
}
.cventry.cvsubsectionheader {
  color: #395fce;
}
.cventry.cvsubsectionheader .cventry-right {
  font-size: x-large;
}
.cventry .cventry-period {
  color: #2246af;
}
.cventry .cventry-jobtitle {
  font-style: italic;
}
.nowrap {
  flex-wrap: nowrap;
}

.file {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15pt;
}
.file .url {
  flex-basis: 20ex;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1ex;
  word-wrap: break-word;
}
.file .url .filetime {
  opacity: 0.5;
}
.file .description {
  display: inline-block;
  flex-direction: column;
  flex: 1 1 300pt;
}
.file .description .fileimage img {
  max-width: 100%;
}

.widefilelist .file .url {
  flex-basis: 40ex;
}

.aurora-outer {
  display: flex;
  flex-wrap: wrap;
  font-family: monospace;
  font-size: larger;
}

.aurora-setting-radio {
  padding: 10px;
}

.aurora-date {
  padding-bottom: 5px;
}

.aurora-day {
  padding: 20px;
  display: table;
  text-align: center;
}

.aurora-hour span {
  padding-left: 10px;
  padding-right: 10px;
}

.aurora-hour-observed {
  opacity: 0.5;
}

.aurora-hour-estimated span {
  font-weight: bold;
}

.aurora-kp-0 {
  color: #404040;
}

.aurora-kp-1 {
  color: #505050;
}

.aurora-kp-2 {
  color: #606060;
}

.aurora-kp-3 {
  color: #707070;
}

.aurora-kp-4 {
  color: #3f8888;
}

.aurora-kp-5 {
  color: #009933;
}

.aurora-kp-6 {
  color: #5ef796;
}

.aurora-kp-7 {
  color: #99ff33;
}

.aurora-kp-8 {
  color: #d5ff33;
}

.aurora-kp-9 {
  color: #ff0000;
}

.aurora-wind-table {
  border-collapse: collapse;
}

.aurora-wind-table td,
.aurora-wind-table th {
  border: 1px solid;
}

.noaa-scale-extreme {
  background-color: #800;
}

.noaa-scale-veryhigh {
  background-color: red;
}

.noaa-scale-high {
  background-color: orange;
}

.noaa-scale-increased {
  background-color: yellow;
}

.noaa-scale-quiet {
  background-color: green;
}

.aurora-wind-table .passed {
  opacity: 0.6;
}

.defform {
  padding-top: 2ex;
  padding-bottom: 2ex;
}

.deflinkhelpers {
  padding-top: 2ex;
}
.deflinkhelpers .deflinkhelper {
  padding: 1ex;
  display: inline-block;
}

.vivaldipatcheslist {
  padding-top: 2ex;
}
.vivaldipatcheslist .patchitem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.vivaldipatcheslist .patchitem .patchname {
  flex-basis: 40ex;
  min-width: 40ex;
  max-width: 40ex;
  flex-grow: 0;
  flex-shrink: 0;
  padding: 1ex;
  word-wrap: break-word;
}
.vivaldipatcheslist .patchitem .patchdescription {
  display: inline;
  padding: 1ex;
  flex: 1 1 50ex;
}
.vivaldipatcheslist .patchitem.rewritten {
  color: gray;
}
