@font-face {
    font-family: 'Merriweather';
    font-display: swap; 
    font-style: normal;
    font-weight: 400;
    src: local("Merriweather"), url(https://fonts.gstatic.com/s/merriweather/v30/u-440qyriQwlOrhSvowK_l5-fCZM.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: 'Rubik';
    font-display: swap; 
    font-style: normal;
    font-weight: 400;
    src: local("Rubik"), url(https://fonts.gstatic.com/s/rubik/v21/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFV0U1.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/*From Bootstrap*/

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none
}

.modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width:500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg,.modal-xl {
        max-width:800px
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width:1140px
    }
}

*,::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

h3{
    margin-bottom: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,ol,ul {
    margin-top: 0;
    margin-bottom: 1rem
}


button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

[type=button],[type=reset],[type=submit],button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled) {
    cursor: pointer
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1)
}


.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}


.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}


.btn-group-lg>.btn,.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
    width: 100%
}

/*Normal CSS */

* {
    line-height: 1.5rem;
}


html {
  scroll-behavior: smooth;
}

body {
    font-family: Rubik,Helvetica,Arial,sans-serif;
    font-size: 1.1rem;
}

input, textarea{
    font-family: Rubik,Helvetica,Arial,sans-serif;
}

h1,h2,h3,h4,h5,h6{
    font-family: Merriweather;
}

h1{
    font-size: 1.8rem;
}

h2{
    font-size: 1.6rem;
}

h3{
    font-size: 1.5rem;
}

h4{
    font-size: 1.5rem;
}

h5{
    font-size: 1.4rem;
}

h6{
    font-size: 1.4rem;
}

footer {
    margin-top: 20px;
    line-height: 1em;
    text-align: center;
    font-size: 14px;
    color: #434547;
}


#logo{
    width:400px; 
    height:123px;
    display: block;
    margin: 0px auto 5px auto;
}

.nodecor {
    text-decoration: none;
}

.footerlink {
    color: inherit;
}

hr {
    border: 0; 
    border-top: 1px solid #000000; 
    height: 1px; 
    max-width: 960px;
}

ul{ 
    list-style-type: none;
}

nav > ul {
    display: flex;
    flex-wrap: nowrap;
    line-height: 38px;
}

.navli {
    flex-grow: 1; 
    text-align: center;
    background-color: #ededed;
    border-left: 1px solid white;
}

.navli:hover {
    background-color: #323232;
    color: white;
}

.navlialt {
    flex-grow: 1; 
    text-align: center;
    background-color: #ededed;
    border-left: 1px solid white;

}

.navlialt:hover {
    background-color: #323232;
    color: white;
}

.navcurrent > .nodecor > .navtext {
    background-color: #323232;
    color: white !important;
}

.navtext {
    line-height: 36px;
    color: black;
    font-size: 16px;
}

.navtext:hover{
    color: white;
}

#nav {
    max-width: 952px;
    height: 36px;
    display: block;
    margin: auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#maincontainer{
    max-width: 840px;
    margin: auto;
}



.btn {
  cursor: pointer;
  border: 0px solid #000000;
  background-color: #ededed;
  color: #000000;
  /* outline: none; */
  transition: 1s ease-in-out;
}


.btn:hover {
  transition: 1s ease-in-out;
  background: #323232;
}

.btn:hover svg {
  stroke-dashoffset: -480;
}

.btn span {
  color: white;
  font-size: 18px;
  font-weight: 100;
}


.togglebutton{
    background: #ededed;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    width: 25px;
    padding: 0px 12px;
    height: 36px;
    border-left: 1px solid white;
}

.togglebutton .bar{
    height: 3px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
}

#altnav{
    display: none;
}


@media (max-width: 768px) {
    #altnav{
        display: flex;
        width: 100%; 
        margin-left: -35px; 
    }

    #content{
      max-width: 90% !important;
      width: fit-content;
    }

    #maincontainer{
      max-width: 90% !important;
      width: fit-content;
    }

    .prili {
        display: none;
    }

    .togglebutton {
        display: flex;
    }
    
    .navli {
        display: none;
        width: 90%;
        margin-left:5%;
        align-self: center;
    }

    #mainnav{
        flex-direction: column;
        align-items: flex-start;
    }

    #mainnav ul {
        width: 100%;
        flex-direction: column;
    }

    .navli.scili.active {
        display: flex;
        border: 1px solid white;
        text-align: center;

    }

    .navli.scili.active a{
        width: 100%;
    }
    
    main.push{
        margin-top: 180px;
    }

    #mainnav.mobile {
        margin-top: 1px;
    }
}

@media (max-width: 480px) {
    #altnav{
      display: flex;
    }

    #homehide{
        display: none;
    }

    #content{
      max-width: 95% !important;
      width: fit-content;
    }

    #maincontainer{
      max-width: 95% !important;
      width: fit-content;
    }

    .prili {
        display: none;
    }

    .togglebutton {
        display: flex;
    }

    .navli {
        display: none;
        width: 90%;
        margin-left:5%;
        align-self: center;
    }

    #mainnav{
        flex-direction: column;
        align-items: flex-start;
    }

    #mainnav ul {
        width: 100%;
        flex-direction: column;
    }

    .navli.scili.active {
        display: flex;
        border: 1px solid white;
        text-align: center;

    }

    .navli.scili.active a{
        width: 100%;
    }

    main.push{
        margin-top: 200px;
    }

    #mainnav.mobile {
        margin-top: 1px;
    }

}

@media all and (max-width: 400px) {
    #logo {
        width: 300px;
        height: 94px;
    }
}


@media all and (max-width: 326px) {
    #nav {
        margin-bottom: 60px;
    }

    .togglebutton, #altsymptom{
        padding-top: 18px;
        padding-bottom: 18px;
    }

    #logo {
        width: 186px;
        height: 70px;
    }
}

.myButton {
  background-color: #555555; 
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  transition: 0.3s;
}

.myButton:hover {
	background-color: #323232;
}

button:disabled,
button[disabled]{
  cursor: not-allowed;
}

p{
    font-size: 1.2rem;
}

