body {
    background-color: #f1eed7;
    padding-top: 45px;
}

.row {
    margin-left: 20%;
}

@media screen and (max-width: 992px) {
    .row {
        margin-left: 0%;
    }
}

p,
pre,
span {
    font-family: 'Segoe UI', Geneva, Verdana, sans-serif, system-ui;
    font-size: 20px;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Arial black', Impact, 'Franklin Gothic Medium', 'Lucida Sans', system-ui;
    margin-bottom: 0px;
}

h4 {
  margin-top: 20px;
  margin-bottom: 10px;
}

hr {
    margin-top: 0px;
    margin-bottom: 10px;
}

.left-aligned {
    margin-left: auto;
}

.bg-dark {
    background-color: #293d4f !important;
}

.bg-hero {
    background-color: #f3d258;
}

/* CALLOUT */
.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
    border-radius: .25rem
}

.bd-callout h4 {
    margin-bottom: .25rem
}

.bd-callout p:last-child {
    margin-bottom: 0
}

.bd-callout code {
    border-radius: .25rem
}

.bd-callout+.bd-callout {
    margin-top: -.25rem
}

.bd-callout-info {
    border-left-color: #5bc0de
}

.bd-callout-warning {
    border-left-color: #f0ad4e
}

.bd-callout-danger {
    border-left-color: #d9534f
}

/* footer */
footer a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: #f3d258;
    text-decoration: none;
    font-weight: bolder;
    transition: all 0.2s ease-in;
}






/* PAGE */

nav.contains {
    width: 100%;
    height: fit-content;
    padding: 100px 0px;
    background-color: #f3d258;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;


}

nav .nav-title {
    position: relative;
    display: block;
    font-family: 'Arial black', Impact, 'Franklin Gothic Medium', 'Lucida Sans', system-ui;
    font-size: 75px;
    width: 30%;
    margin-left: 8%;
    margin-right: 2%;
}

nav .nav-description {
    position: relative;
    display: block;
    margin-left: 2%;
    margin-right: 8%;
    width: 50%
}

nav .nav-description p {
    font-family: 'Segoe UI', Geneva, Verdana, sans-serif, system-ui;
    font-size: 20px;
}


div.highlight {
    margin: 20px 15%;
    width: 70%;
    border-width: 5px 20px 5px 20px;
    border-radius: 20px;
    border-color: #293d4f;
    border-style: outset;
    padding: 15px 30px;
    background-color: #f7e7b0;
    text-align: center;
    font-style: italic;
    font-weight: 600;
}

div.highlight-list {
    margin: 10px 10%;
    font-size: 20px;
    width: 80%;
    padding: 10px 0px;
    text-align: left;
    font-weight: 600;
}

.highlight-list dd {
    margin-left: 5em;
    margin-bottom: 15px;
    text-indent: 2em;
    font-size: 0.9em;
    font-weight: normal;
}

a {
    font-weight: 600;
    color: blue;
    text-decoration: none;
}

a:hover,
a:active {
    font-weight: 600;
    color: #5bc0de;
    text-decoration: none;
}



q.cite {
    font-size: 5px !important;
    vertical-align: top !important;
    quotes: "[" "]"
}

a.cite {
    color: blue;
    text-decoration: underline;
}

a.notes,
a.notes:link,
a.notes:hover,
a.notes:active,
a.notes:visited {
    color: blue;
    text-decoration: underline;
}

.target-fix-ref {
    position: relative;
    /* top: -70px; */
    display: block;
    height: 0;
    overflow: hidden;
}

.ref {
    font-size: 15px;
    line-height: 17px;
}

b.color {
    color: #d9534f;
}

b.normal {
    font-weight: 600;
    color: #d9534f;
}

.tooltip-inner {
    text-align: left;
}

img.left-img {
    position: relative;
    float: left;
    margin: 15px;
    border: #293d4f 5px solid;
    border-radius: 10px;
}

img.right-img {
    position: relative;
    float: right;
    margin: 15px;
    border: #293d4f 5px solid;
    border-radius: 10px;
}

div.highlight-img {
    display: flex;
    margin: 10px 10%;
    width: 80%;
    padding: 10px 0px;
    text-align: center;
    justify-content: center;
    flex-wrap: wrap;
}

div.highlight-iframe {
    display: flex;
    margin: 10px 10%;
    width: 80%;
    padding: 10px 0px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}

.highlight-img img {
    border: #293d4f 5px solid;
    border-radius: 0px;
    width: 60%;
    margin-bottom: 0px;
}

.highlight-iframe iframe {
    width: 100%;
    height: 100vh;
    margin-bottom: 0px;
}

.highlight-img p {
    width: 100%;
}

q.figure {
    font-size: inherit;
    font-weight: normal;
    color: #d9534f;
    quotes: "(Fig." ")"
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.modal-body p {
    text-indent: 2em;
}

.home-hr {
    border: 3px solid #ffffff;
    border-radius: 3px;
    background-color: #ffffff;
}

.home-ul {
    padding-left: 10%;
    font-size: 40px;
    font-weight: bolder;
    color: #ffce3b;
    line-height: 55px;
    font-family: 'Arial black', Impact, 'Franklin Gothic Medium', 'Lucida Sans', system-ui;
    list-style-type: none;
}

p.text-cont {
    text-indent: 2em;
}

p.text-cont.last-cont {
    margin-bottom: 50px;
}







table.protocol {
    margin-bottom: 20px;
    margin-top: 5px;
}

table.protocol,
.protocol td,
.protocol th {
    border: 2px solid #333333;
    padding: 5px 10px;
}

.protocol thead,
.protocol tfoot {
    background-color: #333333;
    color: #fff;
}


/* Calendar */

#months {
    margin-left: 0%;
    display: flex;
    overflow: hidden;
    align-items: center;
  }

  /*.time-line {
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    height: 50px;
    width: auto;
    font-weight: bold;
    border: #ffffff solid;
    border-width: 0px 10px;
    background-color: #4fabd9;
    background-image: element("#img1");
  }*/

  .calendar-content {
    margin-left: 10%;
    border-left: #666666 7px dotted;
    padding: 40px 0px 40px 20px;
    transform: scaleY(0);
  }

  .calendar-content.show {
    animation: top-show;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    transform: scaleY(1);
  }

  @keyframes top-show {
    from {
      transform-origin: top;
      transform: scaleY(0);
    }

    to {
      transform-origin: top;
      transform: scaleY(1);
    }
  }

  .week {
    border-radius: 50%;
    border-color: #ff423b;
    border-style: outset;
    border-width: 15px;
    text-align: center;
    width: 120px;
    height: 120px;
    font-size: 20px;
    font-weight: 600;
    background-color: #ffffff;
    margin: 30px 0px 10px 30px;
    padding-top: 10px;
    display: block;
    text-decoration: none !important;
    color: #ff423b;
    cursor: pointer;
    transition: 0.2s all ease-in-out;
    z-index: 10;

  }

  .week:hover {
    text-decoration: none !important;
    color: #ff423b;
    transform: scale(1.05);
  }

  .week:active {
    text-decoration: none !important;
    color: #ff423b;
    transform: scale(1);
  }

  .week.spin {
    animation-name: spin;
    animation-duration: 1s;
    animation-iteration-count: 1;
  }

  .week-arrow {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 43px 60px 43px 0px;
    border-color: rgba(0, 0, 0, 0) #ff423b rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: relative;
    top: -112px;
    left: -10px;
    z-index: -1;
    border-style: solid;
    display: block;
  }

  .week-plot {
    content: "";
    width: 35px;
    height: 35px;
    border: #3b93ff 8px solid;
    border-radius: 50%;
    background-color: #ffffff;
    top: 110px;
    left: -40px;
    z-index: 2;
    display: block;
    position: relative;
  }

  .week-count {
    font-size: 50px;
    font-weight: bolder;
    line-height: 10px;
  }

  .week-done {
    position: relative;
    top: -170px;
    left: 100px;
    border-radius: 20px;
    z-index: -1;
    width: 80%;
    height: auto;
    transition: 1s all ease-in-out;
    transform: scale(1);
    transform-origin: top left;
  }

  .week-done.hide {
    transform: scale(0);
    transform-origin: top left;
  }

  .week-done .card-header {
    padding: 20px 0px 20px 120px;
    font-size: 30px;
  }

  .week-done .card-body {
    padding: 20px 50px 20px 50px;
    font-size: 30px;
  }

  .week-done .card-text {
    text-indent: 2em;
  }

  #months button {
    background: none;
    border: 2px solid;
    font: inherit;
    line-height: 1;
    margin: 0.5em;
    padding: 1em 2em;
  }

  .time-line {
    display: block;
    width: 200px;
    height: auto;
    line-height: auto;
    font-size: 18px;
    text-decoration: none;
    color: #00003d;
    border: 4px solid #00003d;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    transition: all .35s;
  }

  .time-line h5 {
    position: relative;
    z-index: 2;
  }

  .time-line:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .35s;
  }

  .time-line:nth-child(1):after {
    background: #ff423b;
  }

  .time-line:nth-child(2):after {
    background: #ff893b;
  }

  .time-line:nth-child(3):after {
    background: #ffce3b;
  }

  .time-line:nth-child(4):after {
    background: #58ff3b;
  }

  .time-line:nth-child(5):after {
    background: #3b93ff;
  }

  .time-line:nth-child(6):after {
    background: #ad3bff;
  }


  .time-line:hover {
    color: #fff;
  }

  .time-line:hover:after {
    width: 100%;
  }

  .time-line.activate:after {
    width: 100%;
  }

  .week-container {
    margin: 0px;
    transition: 1s all ease-in-out;
    height: 200px;
  }