@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');
@import url(https://fonts.googleapis.com/css?family=Parisienne);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700);

* {
  padding: 0;
  margin: 0;
}

body {
  font: 14px/1.5 Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #777;
  font-weight: 300;
  background-color: #fff;
}

h1, h2, h3, h4, h5, h6 {
  color: #222;
}

p, ul, ol, table, pre, dl {

}

h1, h2, h3 {
  line-height: 1.1;
}

h1 {
  font-size: 28px;
}

h2 {
  color: #393939;
}

h3, h4, h5, h6 {
  color: #494949;
}

a {
  color: #46A3D1;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #46A3D1;
}

a small {
  font-size: 11px;
  color: #777;
  margin-top: -0.6em;
  display: block;
}

.mt-1 {
  margin-top: 1em;
}

.wrapper {
  width: clamp(128px, 99%, 1180px);
  margin: 0 auto;
}

.wrapper header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  margin: 0 1vw;
}

.wrapper-content {
  width: clamp(100px, 99%, 776px);
  padding-top: 1px;
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 16px;
}

.wrapper-content section {
  margin: 0 2vw;
}

.blog_post_content > * {
  padding: 0 clamp(10px, 5vw, 30px);
}

.blog_post_content > .highlight {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow-x: visible;
}

.blog_post_content > .highlight pre {
  background: #F5FAFC;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

.wrapper-color-content {
  margin: 0 clamp(10px, 5vw, 30px);
}

.wrapper-content h3 {
  line-height: 30px;
}

.wrapper-content h2 {
  line-height: 50px;
}

.wrapper-content pre {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 1100px) {
  .left-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
  }

  .left-menu.shown {
    max-height: 800px;
  }
}

@media screen and (min-width: 1100px) {
  .left-menu-icon {
    display: none;
  }
  .left-menu {
    display: block;
    position: absolute;
    left: 15px;
  }
}

.head {
  background-color: #fff;
  width: 100%;
  margin-bottom: 1vh;
}

.foot {
  background-color: #303030;
  width: 100%;
  height: 160px;
}

.quicklinks {
  width: 100%;
  color: #cccccc;
  text-align: center;
}

.short {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 18px;
}

.short .highlights {
  margin-bottom: 5px;
}

.short a {
  text-decoration: none;
  color: #fff;

  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.short .highlights a, .short .highlights span {
  margin-left: 10px;
  margin-right: 20px;
  white-space: nowrap;
}

.short .highlights a:before, .short .highlights span:before {
  content: '✓ ';
}

.short a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: underline;
}

.short h3 {
  color: #fff;
  font-size: min(9vw, 96px);
  text-transform: uppercase;
  letter-spacing: -1px;
}

.short h4 {
  margin-top: 18px;
  margin-bottom: 18px;
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 300;
  color: #fff;
  line-height: 28px;
  letter-spacing: -1px;
}

.short h4 .bold {
  font-weight: 900;
  letter-spacing: -1px;
}

.short.docs, .short.faq {
  background-color: #E5B755;
  padding-top: 25px;
  padding-bottom: 35px;
}

.short.wiki, .short.quotes {
  background-color: #B74EB5;
  padding-top: 25px;
  padding-bottom: 35px;
}

.short.testimonials {
  background-color: #92AC69;
  padding-top: 25px;
  padding-bottom: 35px;
}

.short.feedback {
  background-color: #FF7A4D;
  padding-top: 25px;
  padding-bottom: 35px;
}

.short.donate_header {
  background-color: #55B7E7;
  padding: 2vh 0;
  border-bottom: 1px solid white;
}

.short.donate_header .link {
  margin: 0 2vw;
  white-space: nowrap;
  color: yellow;
}

.short.howto, .short.blog, .short.blog_post_header {
  background-color: #E5B755;
  padding-top: 25px;
  padding-bottom: 35px;
}

.short.thanks {
  padding-top: 25px;
  padding-bottom: 35px;
  margin-top: 50px;
}

.short.thanks h4 {
  color: #666;
}

.short.thanks img {
  margin: 1vh 2vw;
  max-width: clamp(70px, 20vw, 170px);
}


blockquote {
  border-left: 1px solid #e5e5e5;
  margin: 0;
  padding: 0 0 0 20px;
  font-style: italic;
}

code, pre {
  font-family: Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
  color: #333;
  font-size: 14px;
}

pre {
  padding: 8px 15px;
  background: #F5FAFC;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  padding: 5px 10px;
  border-bottom: 1px solid #e5e5e5;
}

dt {
  color: #444;
  font-weight: 700;
}

th {
  color: #444;
}

header .main-menu {
  padding: 0 3vw;
  align-items: end;
  display: flex;
  flex-flow: column;
}

header .main-menu > * {
  margin-top: 2vh;
}

header .main-menu-pages a {
  color: #444;
  font-size: 18px;
  margin-left: 15px;
}

header .main-menu-pages a:hover {
  color: #46A3D1;
}

.right {
  float: right;
}

.text-right {
  text-align: right;
}

a.black:link {
  color: rgb(34, 34, 34);
  font-weight: bold;
}

a.black:visited {
  color: rgb(34, 34, 34);
  font-weight: bold;
}

.small {
  font-size: small;
}


ul.gray-boxes {
  list-style: none;
  padding: 0;
  margin: 1vh auto 0 auto;
}

ul.gray-boxes li {
  display: inline;
}

ul.gray-boxes a h3 {
  font-family: 'Parisienne', cursive;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
}

ul.gray-boxes a:hover h3 {
  color: #4c4c4c;
}

ul.gray-boxes a h4 {
  text-transform: uppercase;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

ul.gray-boxes a:hover h4 {
  color: #4c4c4c;
}

ul.gray-boxes a {
  margin: 0 0.7vw 1vh 0.7vw;
  border: 3px solid #4c4c4c;
  font-size: 14px;
  color: #999;
  display: inline-block;
  background: #4c4c4c;
  text-align: center;
  border-radius: 84px 84px 84px 84px;
  padding: 6px 7px 7px 7px;
  top: 20px;
  width: 84px;
  height: 84px;
  line-height: 98px;
}

ul.gray-boxes a:hover {
  border: 3px solid #4c4c4c;
  background: #fff;
  color: #4c4c4c;;
}

.ql {
  line-height: 12px !important;
  display: inline-block;
}

header {
  position: relative;
}

header .news {
  text-align: right;
  height: 52px;
}

header .news .news-line {
  font-size: 20px;
  color: #000000;
  display: none;
}

header .news .news-title {
  white-space: nowrap;
}

.video {
  padding-left: 20px;
  background-image: url(/images/video-icon.jpg);
  background-size: 16px;
  background-repeat: no-repeat;
}

header .archive h2, header .archive h3 {
  display: none;
}

strong {
  color: #222;
  font-weight: 700;
}

header ul.gray-boxes li + li {
  width: 88px;
  border-left: 1px solid #fff;
}

header ul.gray-boxes li + li + li {
  border-right: none;
  width: 89px;
}

header ul.gray-boxes a strong {
  font-size: 14px;
  display: block;
  color: #222;
}


small {
  font-size: 11px;
}

hr {
  border: 0;
  background: #e5e5e5;
  height: 1px;
  margin: 0 0 20px;
}

footer {
  text-align: center;
  color: #999;
  font-style: italic;
  font-size: 14px;
}

footer div {
  margin-left: 30px;
  padding-bottom: 15px;
  padding-top: 20px;
}


@media print, screen and (min-width: 1260px) {
  .main-menu-pages a {
    margin-left: 30px;
    font-size: 20px;
  }
}

@media print, screen and (max-width: 980px) {
  a small {
    display: inline;
  }
}

@media print, screen and (max-width: 720px) {
  body {
    word-wrap: break-word;
  }

  header {
    padding: 0;
  }

  pre, code {
    word-wrap: normal;
  }
}

@media print, screen and (max-width: 480px) {
  body {
    padding: 15px;
  }
}

@media print {
  body {
    padding: 0.4in;
    font-size: 12pt;
    color: #444;
  }
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.service-links {
  margin-top: 5px;
  width: 80px;
}

.service-links a {
  color: #444;
  padding: 1px 7px 1px 7px;
}

.service-links #languages  {
  float: right;

  a {
    color: #f2f2f2;
  }
  a:hover {
    color: #46A3D1;
  }
}

.green {
  color: green;
  font-weight: bold;
}

.red {
  color: red;
  font-weight: bold;
}

.vspace {
  height: 100px;
}

.center {
  text-align: center;
}

hr.divider {
  width: 70%;
  height: 2px;
  text-align: center;
  margin: 30px auto;
}

.author {
  text-align: right;
}

.main .wrapper-content.blog h3 {
  display: none;
}

.main .wrapper-content.blog ul li span {
  float: right;
}

.main .wrapper-content.blog ul li {
  list-style: none;
  margin: 0 25px 11px 0;
}

#selenide-logo img {
  width: clamp(100px, 30vw, 352px);
}

.highlight {
  background: #F5FAFC;
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  overflow-x: auto;
}

.highlight pre {
  padding: 15px 0;
  background: transparent;
  border-radius: 0;
  border: none;
  margin: 0;
  overflow-x: visible;
}

.highlight .err {
  color: inherit;
  background-color: inherit;
}

#selenide-users {
  min-height: 140px;
}

#selenide-users .user .row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  #selenide-users .user .row {
    flex-direction: column;
  }
}

#selenide-users .user .user-description {
  text-align: right;
  margin-left: 75px;
  margin-top: 20px;
}

#selenide-users .user .user-tags {
  margin-top: 20px;
}

#selenide-users .user .user-tags .tag {
  margin-left: 10px;
  color: #92AC69;
}

#selenide-users .user .user-tags .tag:before {
  content: "»";
  margin-right: 6px;
}

#user-tags {
  padding: 0 3vw;
  margin: 0 1vw 6vh auto;
  text-align: end;
  width: 35%;
}

#user-tags a {
  color: gray;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

#selenide-users .user {
  animation: fadeIn 2s;
}

.hidden {
  display: none;
}

.blog_post_content blockquote {
  margin: 0 5vw 2vh 5vw;
  padding-top: 10px;
  padding-bottom: 3px;
  background: rgba(15, 221, 175, .15);
  border-right: 1px solid lightgray;
  border-radius: 10px;
  font-family: "Comic Sans MS", serif;
  font-style: normal;
  text-align: center;
}

.blog_post_content .blogpost-menu {
}

.blog_post_content .blogpost-menu code {
  color: inherit;
}


#sponsors {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

#sponsors > * {
  vertical-align: bottom;
}
