@font-face {
  font-family: "Hind";
  src: url(/backend/fonts/Hind-Regular.ttf);
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Hind";
  src: url(/backend/fonts/Hind-SemiBold.ttf);
  font-weight: bold;
  font-style: normal;
}

body {
  background-color: #27AAE1;
  color: black;
  font-family: "Hind";
  margin: 0px;
}

.main {
  background-color: white;
  float: auto;
  margin: auto;
  font-family: Hind; /* use font */
  font-size: 1em;
}

.footer {
  background-color: white;
  float: auto;
  margin: auto;
  font-family: Hind; /* use font */
  position: relative; top: -5px;
}

.divider, .banner {
  display: block;
  margin: auto;
}

.bannercontent {
  display: flex;
  justify-content: center;
  align-items: center;
}

.columns {
  margin: auto;
  float: none;
  column-count: 2;
  column-gap: 30px;
}

.quote {
  margin-left: 40px;
  margin-right: 40px;
  padding: 0px 20px 0px 20px;
  border-left: 3px solid #FBB040;
  border-right: 3px solid #FBB040;
}



/* Biggest desktop */
@media only screen and (min-width: 768px) {
  .banner, .topnav, .main, .divider, .footer {
    max-width: 1000px;
  }
  .banner {
    background-image: url("/backend/layout/header.svg");
    background-size: 100%;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: bottom;
  }
  .bannercontent {
    height: 250px;
  }
  .mobile, .collapsenav, .sidebar, .openbtn, .closebtn {
    display: none;
  }
  .desktop {
    visibility: visible;
  }
  .minibox {
    width: 50%;
    margin: auto;
    text-align: center;
  }
  .maintext {
    padding: 20px 50px;
  }

  .maintext img {
    max-width: 700px;
    margin: auto;
    display: block;
  }

  .dropdown-content {
    top: 40px;
  }

  .topnav {
    margin: auto;
    overflow: visible;
    background-color: white;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .topnav a {
    color: black;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Hind";
    transition-duration: 0.4s;
    padding: 14px 16px;
    font-size: 17px;
    margin: 0px 3px;
  }

  .topnav a:hover {
    background-color: #FBB040;
    color: black;
    border-radius: 10px;
  }

  .topnav a.active {
    background-color: white;
    color: black;
    -webkit-box-shadow:inset 0px 0px 0px 2px #FBB040;
    -moz-box-shadow:inset 0px 0px 0px 2px #FBB040;
    box-shadow:inset 0px 0px 0px 2px #FBB040;
    border-radius: 10px;
  }

  .dropdown {
    position: relative;
    display: inline-block;
  }

  .dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    border-radius: 10px;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  .dropdown-content a {
    display: block;
    margin: 0px;
  }

  .dropdown-content a:hover {
    background-color: none;
    margin: 0px;
  }

  .dropdown:hover .dropdown-content {
    display: block;
    margin: 0px;
  }

  .social {
    width: 40px;
    height: 40px;
  }

}

/* Small desktop & Mobile */
@media only screen and (max-width: 768px) {
  .banner, .main, .divider, .footer {
    width: 100%;
  }
  .banner {
    background-color: white;
  }
  .bannercontent {
    height: 200px;
  }
  .mobile {
    visibility: visible;
  }
  .desktop, .topnav {
    display: none;
  }
  .minibox {
    width: 80%;
    margin: auto;
    text-align: center;
  }
  .maintext {
    padding: 20px;
  }

  .maintext img {
    max-width: 100%;
    margin: auto;
    display: block;
  }
  
  .collapsenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #27AAE1;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 60px;
  }

  .collapsenav a {
    padding: 3px 5px 3px 30px;
    text-decoration: none;
    font-size: 1.2em;
    color: white;
    display: block;
    transition: 0.3s;
  }

  .collapsenav a:hover {
    background-color: #FBB040;
    color: black;
  }

  .collapsenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 30px;
    margin-left: 50px;
  }

  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #27AAE1;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    transition-duration: 0.4s;
  }

  .openbtn:hover {
    background-color: white;
    color: black;
    -webkit-box-shadow:inset 0px 0px 0px 2px #FBB040;
    -moz-box-shadow:inset 0px 0px 0px 2px #FBB040;
    box-shadow:inset 0px 0px 0px 2px #FBB040;
    border-radius: 10px;
  }

  .dropdown-content a {
    font-size: 1em !important;
  }

  .dropdown-content a:before {
    content: "→ ";
  }

  .social {
    width: 30px;
    height: 30px;
  }
}

.maintext a {
  color: black;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #FBB040;
}

.maintext a:hover {
  color: #27AAE1;
}

.maintext li {
  padding: 5px 0px 5px 0px;
}

.maintext ul li::marker {
  color: #FBB040;
}

.footertext {
  padding: 20px;
  font-size: 0.8em;
  text-align: center;
}

.footertext a {
  color: black;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: #FBB040;
}

.footertext a:hover {
  color: #27AAE1;
}

h1 {
  text-align: center;
  font-weight: bolder;
  color: #262262;
}

h2 {
  font-weight: bold;
}

h3 {
  font-style: italic;
}

table h3 {
   margin:0px;
   padding:0px;
}

.maintable tr {
  border-bottom: 2px solid #FBB040;
}​

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

.maintable td {
  padding: 5px;
}

th {
  text-transform: uppercase;
  font-weight: bold;
}

hr {
  border: 1.5px solid #FBB040;
  margin-top: 30px;
  margin-bottom: 30px;
}

.button {
  background-color: #FBB040;
  border: none;
  border-radius: 10px;
  color: black;
  padding: 10px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  font-family: "Hind";
  font-weight: bold;
  text-transform: uppercase;
  margin: 5px;
}

.button:hover {
  background-color:#27AAE1 !important;
  color: white !important;
  text-decoration-line: none;
}

.social {
  background-color: #FBB040;
  border: none;
  cursor: pointer;
  transition-duration: 0.2s;
}

.social img {
  max-width: 50%;
  max-height: 50%;
}

.article {
  border: 2px solid #27AAE1;
  padding: 0px 15px 0px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}

aside {
  border: 2px solid #27AAE1;
  float: right;
  width: 30%;
  padding: 0px 15px 0px 15px;
  border-radius: 10px;
  margin: 0px 0px 30px 30px;
  text-align: center;
  clear: right;
}

.number {
  background-color: #FBB040;
  padding: 5px 10px;
  border-radius: 30px;
}

.closed {
  background-color: #dedede;
  padding: 5px 15px 5px 15px;
  border-radius: 10px;
  text-transform: italic;
}

.tags {
  background-color: #efcfab;
  padding: 5px 15px 5px 15px;
  border-radius: 10px;
  text-transform: italic;
}

.squench {
  background-color: #b0daae;
  padding: 5px 15px 5px 15px;
  border-radius: 10px;
  text-transform: italic;
}

.tags ul li::marker {
  color: black;
}

.squench ul li::marker {
  color: black;
}

.alert {
  background-color: #ffc56e;
  padding:5px 10px 5px 10px;
  border-radius: 10px;
}

.alert a {
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-decoration-color: white;
}

.alert a:hover {
  color: white;
}

.highlight {
  background-color: #ffc56e;
}

.social {
  border-radius: 10px;
  background: none;
  margin: 3px;
}

.social img a:hover {
  opacity: 0.8;
}




/* Newsletter signup */

@font-face {
font-display: block;
font-family: Roboto;
src: url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/7529907e9eaf8ebb5220c5f9850e3811.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/normal/normal/25c678feafdc175a70922a116c9be3e7.woff) format("woff")
}

@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 600;
src: url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/6e9caeeafb1f3491be3e32744bc30440.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/medium/normal/71501f0d8d5aa95960f6475d5487d4c2.woff) format("woff")
}

@font-face {
font-display: fallback;
font-family: Roboto;
font-weight: 700;
src: url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/3ef7cf158f310cf752d5ad08cd0e7e60.woff2) format("woff2"), url(https://assets.brevo.com/font/Roboto/Latin/bold/normal/ece3a1d82f18b60bcce0211725c476aa.woff) format("woff")
}

#sib-container input:-ms-input-placeholder {
text-align: left;
font-family: Helvetica, sans-serif;
color: #c0ccda;
}

#sib-container input::placeholder {
text-align: left;
font-family: Helvetica, sans-serif;
color: #c0ccda;
}

#sib-container textarea::placeholder {
text-align: left;
font-family: Helvetica, sans-serif;
color: #c0ccda;
}

#sib-container a {
text-decoration: underline;
color: #2BB2FC;
}