.titlebar {
  background: white;
}

td {
  text-align: right;
}

header img {
    height: 60px;
    margin-left: 40px;
}

header {
    background-color: white;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    align-items: center;
    font-size: 1.1em;
    z-index:3;
    background-color: white;
}

header * {
    display: inline;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

header {
    background-color: white;
    top: 0;
    left: 0;
    height: 2.4em;
    width: 100%;
    font-size: 1.1em;
}

header ul {

}

header li {
    margin: 20px;
    color: #D23223;
    list-style: none;
}


header nav {
  padding-left:10%;
}

header h1 {
    font-size: 1.3em;
}

header a {
    color: #D23223;
    text-decoration: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.navlogo {
    display: flex;
    justify-content: space-between;
}

.navmenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navmenu img {
  height: 0.8em;
  width: 0.8em;
  margin: 0;
  padding:0;
}

.navmenu li {
    margin-left: 0.5em;
}

.hamburger {
    display: none;
}
.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #005454;
}

@media only screen and (max-width: 768px) {
    .navmenu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: orange;
        width: 98%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
        z-index: 9000;
    }

    .navmenu.active {
        left: 1%;
    }

    nav li {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }
    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
}

body {
    height: 125vh;
    /*background-image: url('https://codetheweb.blog/assets/img/posts/style-a-navigation-bar-css/background.jpg'); */
    background-size: cover;
    font-family: sans-serif;
    margin:0;
}

main {
    /* color: white; */
    padding: 30px;
}

footer {
 border-top:1px solid lightgrey;
 padding: 20px;
 font-size: 0.8em;
 margin-top: 10%;
 background: #F2F2F2;
}

footer a {
  text-decoration: none;
  color: black;
}

footer a:hover {
  text-decoration: none;
  color: #CED069;
}


.setup {
  margin: 1em;
  padding: 1em;
  background: rgba(230, 230, 230, 0.6);
  color: black;
}

.formblock {
  padding: 1em;
  background: #F2F2F2;
  color: black;
}

.emailregistration  {
  background: lightyellow;
  padding: 2em;
  margin: 3em;
  border-style:solid;
}

.c1 {
  display: flex;
}

.c1 li {
}

.wrapper form {
  width: 70%;
  max-width: 20em;
}

.wrapper button {
  margin-top: 2rem;
}

.wrapper input {
  border: 1px solid;
  padding: 0.3em;
  width: 100%;
}

.wrapper textarea {
  width: 100%;
  min-height: 6em;
}

.wrapper label {
  display: block;
  font-size: 1.2rem;
  margin-top: 1rem;
}

.wrapper select {
  font-size: 16px;
}


.postal-code {
  width: 50%;
}

.infocard {
  width: 80%;                 /* Set width of cards */
  border: 1px solid #768874;    /* Set up Border */
  border-radius: 4px;           /* Slightly Curve edges */
  overflow: hidden;             /* Fixes the corners */
  display: flex;                /* Children use Flexbox */
  flex-direction: column;       /* Rotate Axis */
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.infocard-columns {
  display: grid;
  grid-template-columns: repeat(auto-fill,230px);
  grid-gap: 10px;
  padding-bottom: 10px;
  margin: 5px;
}

.smallinfocard {
  width: 220px;                 /* Set width of cards */
  border: 1px solid #768874;    /* Set up Border */
  border-radius: 4px;           /* Slightly Curve edges */
  overflow: hidden;             /* Fixes the corners */
  display: flex;                /* Children use Flexbox */
  flex-direction: column;       /* Rotate Axis */
  height: 400px;
}

.smallinfocard img {
  width: 200px;
  height: 200px;
}

.infocard-header {
  color: #1a7712;
  /*text-align: center;*/
  font-size: 1.2em;
  font-weight: 600;
  border-bottom: 1px solid #768874;
  background-color: #c8e9c5;
  padding: 5px 10px;
}

.infocard-main {
  padding: 1em;
}

.infocard-line img {
  margin-left: 5em;
  display: block;
}

.infoname {
  color: black;
  font-weight: bold;
}

.infoname img {
  display: inline;
  height: 20px;
  margin-left: 1em;
}

.infocontent {
  color: black;
}

.numinput {
  width: 5em;
}

h1 {
  font-size: 1.5em;
}

.titleaddr {
  color: #1a7712;
  font-size: 1em;
}

.levelcell {
  background-color: lightgrey;
  height: 1.2em;
  width: 9em;
  text-align: center;
}

.selectedcell {
  background-color: #c8e9c5;
}

.levelcell a {
  text-decoration: none;
}

.subnav {
  margin: 1em;
}

.subnav * {
    display: inline;
}

.subnav li {
    margin-left: 2em;
    margin-right: 2em;
    border: 1px solid #768874;
    padding: 4px;
    border-radius: 4px;           /* Slightly Curve edges */
    background-color: #c8e9c5;
}

.subnav li a {
    color: #1a7712;
    text-decoration: none;
}

.delbutton {
  border: 0;
  line-height:18px;
  padding: 0 6px;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: rgba(220, 0, 0, 1);
}

div.htmx-swapping span {
  opacity: 0;
  transition: opacity 1s ease-out;
}

.sides {
  display: inline;
  margin-left: 5em;
}

.sides img {
  display: inline;
  margin-left: 8px;
}

.em {
  text-color: red;
}

banner {
  background: rgb(2,0,36);
  background: linear-gradient(0deg, rgba(2,0,36,1), rgba(255,255,255,0) 70%);
  background-size: 100% 200px;
  height:200px;
  width:100%;
  display:block;
  margin:0;
  padding:0;
}

banner h1 {
  text-align: center;
  font-size: 4rem;
  color: #ead770;
  padding-top: 1.5em;
  margin:0;
}

.questioncenter {
  text-align: center;
}

.choicecard {
  min-width: 25%;                 /* Set width of cards */
  border: 2px solid #768874;    /* Set up Border */
  border-radius: 8px;           /* Slightly Curve edges */
  overflow: hidden;             /* Fixes the corners */  display: flex;                /* Children use Flexbox */
  flex-direction: column;       /* Rotate Axis */
  min-height: 14em;
  box-shadow: 3px 3px 2px grey;
  cursor: pointer;
  padding: 8px;
  margin: 4px;
}

.choicecard:hover {
  border: 4px solid #AA3C20;
  box-shadow: 0px 0px 5px #4D1305;
  padding: 6px;
}

.choicedescro {
  color: #005454;
  text-size: 1.1em;
  padding-left: 1em;
  text-align: center;
}

.choicecard img {
  height: 4em;
}

.choicecard a {
  text-decoration: none;
}

.details {
  border: 1px solid black;
  border-collapse: collapse;
}

.details td {
  border: 1px solid black;
  border-collapse: collapse;
}

.projectsteps li {
  display: inline;
  text-align: center;
  padding:1rem;
  margin:1rem;
}

.projectsteps a {
  text-decoration: none;
}

.stepdone {
  border: 1px solid #005454;
  border-radius: 50%;
  background: #005454;
  color: white;
  width:8em;
  box-sizing: border-box;
  display: inline-block;
}

.stepdone a {
  color: white;
}

.steptodo {
  border: 1px solid #005454;
  border-radius: 50%;
  background: #E5E5E5;
  color: #005454;
  display: inline-block;
}

.steptodo a {
  color: #005454;
}

.stepcurrent {
  border: 1px solid #005454;
  border-radius: 50%;
  border: 2px solid #005454;
  color: #005454;
  display: inline-block;
}

.infocard-main {
  text-align: center;
}

.pebtable {
  width: 80%;
  border: 0px;
  border-collapse: collapse;
}

.pebtable td {
  text-align: left;
}

.pebtable span {
  display:inline-block;
  text-align: right;
  margin: 3px;
  font-size: 1.5em;
}

.impldetails {
  display: none;
}

.implbutton {
  color: lightgrey;
}

.impldetails_visible {
  display: visible;
}

.implbutton_disappear {
  color: lightgrey;
  display: none;
}

.icons {
  height: 1.2em;
}

.openingicon {
  height: 2.4em;
}

.clickable {
  color: #1E90FF;
  text-decoration: underline #1E90FF;
}

.alert {
  background:red;
  width:90%;
  text:#FFED00;
  text-align:center;
  padding:1em;
  font-size:1.5em;
}

.poidistances {
  padding-left: 2rem;
}

.poidistances tr {
  background: #E5E5E5;
}

.poidistances th {
  text-align: left;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.poidistances td {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
