body,
html {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

/* colors */

:root {
    --primary-color : #aad400;
    --secondary-color: #faab21;
    --primary-text-color: #09784D;
    --secondary-text-color: #333;
    --text-color:#333;
    --link-color: #9c097d;
    --background-color: white;
    --max-page-with: 980px;
}

body {
    font-family: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
    font-weight: 400;
    font-size: 13pt;
    line-height:1.5rem;
    color: var(--text-color);
    background-repeat: repeat;
    background-size:auto;
    background-position: center center;
}


h1 {
    color: var(--text-color);
    margin-bottom: 0.75em;
    margin-top: 2em;
    font-size: 32pt;
    line-height:3.0rem;
}

h2 {
    color: var(--secondary-text-color);
    font-family: "IBM Plex Sans", "sans-serif";
    font-weight: 700;
    margin-top: 2em;
    line-height:3.0rem;
}

h3 {
    color: var(--primary-text-color);
    font-family: "IBM Plex Sans", "sans-serif";
    font-weight: 700;
    margin-top: 48px;
    margin-bottom: 8px;
}

.subtitle {
  color: var(--primary-text-color);
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 2pt;
  margin-bottom: 2pt;
  line-height:1.8rem;
}

.text-xl {
 font-size: 16pt;
}

.text-2xl {
    font-size: 18pt;
    line-height:1.8rem;
}

.text-3xl {
    font-size: 20pt; 
    line-height:2.2rem;
}

a {
    text-decoration: solid;
    font-weight: 500;
    color: var( --primary-text-color);
}
a:visited {
    color: var( --primary-text-color);
}

a:hover {
    color: var(--secondary-color);
    cursor: pointer;
    color: var(--link-color);
}
nav {
    font-size: 16pt;
    font-weight: 700;
}

nav  {
    display: flex;
    flex-wrap: wrap;

}

nav > * {
    margin: 0;
    padding: 0;
    padding-right: 2rem;
}
nav a { 
    color: var( --text-color); 
}
nav a:visited {
     color: var( --text-color); 
}
nav a:hover {
     color: var(--link-color); 
}


p {
    margin-top: 0pt;
    line-height:1.5rem;
}

#wallpaper {
    background-image: url('/assets/graph.png');
    position:absolute;
    width:100%;
    height:100%;
    opacity:0.1;
    z-index: -1;

} 

#main {
    width: 100vw;
    min-height: 100vh;
    justify-content: space-between;
    margin: 0;
}


#page {
    display: flex;
    flex-direction: column;
    width: var(--max-page-with);
    min-height: 99.5vh;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--background-color);
    padding-left: 4rem;    
    padding-right: 4rem;    
 
}

#footer-page {
    width: var(--max-page-with);
    margin-left: auto;
    margin-right: auto;
}

#content {
    flex-grow: 1;
    background-color: white
}


@media screen and (max-width: 980px) {
    #wallpaper { 
        display: none;
    }
    #page {
        width: 100%;
        padding: 1em;
    }

    #content {
        padding-left: 0;    
        padding-right: 0;    
    }
    #footer-page{
        width: 100%;
    }

    h1 {
        margin-bottom: 0.75em;
        margin-top: 1em;
        font-size: 28pt;
        line-height:2.8rem;
    }

    h2 {
        margin-top: 1.7em;
    }

    .text-xl {
        font-size: 14pt;
    }

    .text-2xl {
        font-size: 16pt;
        line-height:1.8rem;
    }

    .text-3xl {
        font-size: 18pt; 
        line-height:2.2rem;
    }


}


nav {
    padding-top: 1em;
    align-items: center
}

nav ul {
  list-style: none;
  display: flex;
}


nav li {
    margin-left: 1em;
}

footer {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    padding-bottom: 1em;
    background-color: rgb(245, 245, 247);
}
footer ul { 
    list-style: none;
}
 
footer  span {
    padding: 20px;
}


 
.red {
    background-color: red;
}

.grow {
    flex-grow: 1;
}

.flex {
    display: flex;
}

.flex-wrap {
     flex-wrap: wrap;
}
.row {
    flex-direction: row;
}
.col {
    flex-direction: row;
}

.text-center {
    text-align: center;
}
#content {
    width: 100%;
}
 
.float-right {
   float: right;
   margin-left: 1em;
}

.float-left {
   float: left;
   margin-right: 1em;
}


.flipped {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.scaleable {
    height: auto;
    width: 30%;
}

.scaleable35x {
    height: auto;
    width: 35%;
}

.scaleable2x {
    height: auto;
    width: 50%;
}

section {
    padding: 1em;
}

.items-end {
    align-items: end;
}
.mr-8 {
    margin-right: 8px;
}
.mt-4 {
    margin-top: 4px;
}
.mb-2 {

    margin-bottom: 2px;
}
.mb-4 {
    margin-bottom: 4px;
}
ml-6 {
    margin-left: 6px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ddd;
    margin: 1em 0;
    padding: 0;
    margin-left: 10px;
}

section {
    margin: 0;
    padding: 0;
    margin-top: 3em;
    margin-bottom: 3em;
}
.section-caption {

    color: #7e9e00;
    margin-bottom: 0.75em;
    font-weight: 700;
    font-size: 36px;
}

img .scaleable {
    width: 100%;
    height: auto;
}

.no-bullet ul {
    list-style: none;
}

#gallery {
    display: flex;
    flex-wrap: wrap; 
    flex-direction: row;
    justify-content:center;

}

#gallery  > * {
   margin: 0;
   flex: 1 1  auto;
   align-self: center;
}

cssbox_full {
      transition: opacity 1.2s linear;
}
 
#gallery img {
	padding: 10px;
	vertical-align: middle;
}

#gallery .thumb {
    max-width:400px;
    max-height:400px
}

#gallery .thumb:hover {
        opacity: 0.9;
        transition: all 0.2s;
    }
#gallery .thumb:hover {
        opacity: 1;
        transform: scale(1.05);
}


.dot {
  content: "\00B7";
  color: #09784D;
  margin-left: 0.25em;
  margin-right: 0.25em;

}


table {
  margin-top: 2rem;
  border-spacing: 0;
  border-collapse: collapse
}

td {
  border: 1pt solid var(--primary-text-color);
  padding: 1.5em;
  margin: 0;
}

td:first-child,
th:first-child {
  border-left: none;
}

td:last-child,
th:last-child {
  border-right: none;
}

tr:last-child {
  border-bottom: none;
}

