.avif-warning {
    display: none;
}
.no-avif .avif-warning {
    display: block;
}
.my-container {
  margin-top: 10px;
  margin-bottom: 20px;
}
h1 {
  font-size: 50px;
  margin-bottom: 10px;
  text-align: center;
}
.download {
  opacity: 0;
  border: 1px black solid;
}
.download:hover {
  color: #b2bec3;
  background-color: #2d3436;
}
.image:hover .download {
  opacity: 1;
}


.index-total {
    background-color: #2c3e50;
    color: #ecf0f1;
    width: 100%;
    padding-bottom: 20px;
    background-image: url("./intro.3d143835424f.svg");
    background-size: 200px;
}
.index-total h1 {
    font-size: 30px;
    text-align: center;
    padding-top: 100px;
}
.index-total .index-search {
    border: 0;
    padding-top: 20px;
    display: flex;
}

.index-total .index-search .tt-hint {
  width: 100%;
  border-radius: 8px 0px 0px 8px;
  padding: 4px;
  padding-left: 8px;
  color: #bdc3c7;
}
.index-total .index-search input {
  width: 100%;
  padding: 4px;
  padding-left: 8px;
  top: 2px;
  left: 2px;
  outline: none;
}
.index-search button {
  background-color: #2980b9;
  border: 0;
  color: white;
  border-radius: 0px 8px 8px 0px;
  padding: 6px 12px;
  width: 140px;
}
.index-total .index-search-tips {
  max-width: 700px;
  margin: 0px auto;
  padding-top: 10px;
  font-size: 14px;
}
.index-total .index-search-tips .badge {
  background-color: #2980b9;
  color: #ecf0f1;
  text-decoration: none;
  margin-right: 4px;
}
.text-logo-parent {
  text-align: center;
}
.text-logo {
  font-size: 20px;
  font-weight: 600;
  padding-top: 23px;
  text-align: center;
}
.text-logo a {
    color: white;
    text-decoration: none;
}

/* Autocomplete */
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group
  span.twitter-typeahead:not(:first-child):not(:last-child)
  .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
.tt-input {
    width: 100%;
    margin: 0;
    border: 0;
}
.input-group-text {
    margin: 0;
}
.index-extra-restrict {
    max-width: 636px;
    margin: 0px auto;
    padding-bottom: 30px;
}
.my-container-extra-padding {
    padding-top: 30px;
}
.royalty-free {
  color: #7f8c8d; font-size: 14px;
}
.royalty-free a {
  font-weight: bold; color: #7f8c8d;
}
.download-box {
}
.download-box a {
  padding: 10px;
  text-decoration: none;
  color: #2c3e50;
  border-bottom: 1px #bdc3c7 solid;
  display: block;
  background-color: #ecf0f1;
  border: 1px #bdc3c7 solid;
}
.download-box a:first-child {
  border-radius: 8px 8px 0px 0px;
 }
.download-box a:hover {
  background-color: #cfe1e6;
}
.download-box .text small {
  font-size: 10px;
}
.download-box a:last-child {
  border-radius: 0px 0px 8px 8px;
}
.download-box .text {
    padding-left: 5px;
    color: #34495e;
    line-height: normal;
}
.download-box .format {
    padding-right: 10px;

}
.download-box .format {
    text-align: right;
}
