@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@900&family=IBM+Plex+Sans:wght@100&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@100&family=IBM+Plex+Sans:wght@100&family=Rajdhani:wght@300&display=swap');

*, *:before, *:after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  filter: grayscale(90%);
  border-radious: 4px;
  height: auto;
}

img:hover {
  filter: grayscale(50%);
  transition: filter 1s;
}

.imgtxt {
  position: relative;
  padding-bottom: 70px;
}

.top-left {
  position: absolute;
  top: 8px;
  left: 8px;
}

html {
  background-color: #fafafa;
  font-size: calc(18px + 0.390625vw);
  font-family: Archivo;
  color: #363636;
}

/* Container */
.content {
  background-image: url('main_logo.png');
  background-repeat: no-repeat;
  background-position: top right;
  max-width: 800px;
  margin: auto;
  padding: 10px;
}

/* Top ad block */
.adtop { width: 100%; }

/* Two-column row (flex) */
.row {
  display: flex;
  align-items: flex-start;
  gap: 12px;                 /* ← gutter between columns */
}

.column { padding: 10px; box-sizing: border-box; }
.left  { flex: 0 0 75%; max-width: 75%; padding-top: 20px; }
.right { flex: 0 0 25%; max-width: 25%; position: sticky; top: 12px; }  /* ← sticky */

next, refs { display: block; }

@media (max-width: 700px) {
  .row { flex-direction: column; }
  .left, .right { flex: 0 0 100%; max-width: 100%; }
  .right { position: static; }   /* disable sticky on small screens */
}


h1 {
  font-family: Archivo;
  font-size: 4.8rem;
  text-transform: lowercase;
  letter-spacing: -0.09em;
  margin-right: 150px;
  margin-top: 1px;
}

h2 {
  font-size: 1.8rem;
  font-style: normal;
  color: #000;
}

h3 {
  font-size: 1.8rem;
  font-style: normal;
  color: #000;
}

.warning {
  font-size: calc(18px + 0.390625vw);
  font-style: italic;
  font-weight: 700;
  padding: 10px;
  color: #111;
}

a.title {
  color: #363636;
  text-decoration: underline solid #efefef 8px;
}

a.title:hover {
  color: #363636;
  text-decoration: underline solid #efefef 8px;
}

a.title:visited {
  color: #363636;
  text-decoration: underline solid #efefef 8px;
}

a {
  color: #363636;
  font-weight: 900;
  text-decoration: underline solid #efefef 6px;
}

a:hover {
  color: #363636;
  font-weight: 900;
  text-decoration: underline solid #efefef 6px;
}

a:visited {
  color: #363636;
  font-weight: 900;
  text-decoration: underline solid #efefef 6px;
}

a.gal {
  font-size: calc(18px + 0.390625vw);
  letter-spacing: -0.09em;
  font-weight: 100;
  color: #363636;
  text-decoration: underline solid #363636 2px;
}

a.gal:hover {
  font-size: calc(18px + 0.390625vw);
  letter-spacing: -0.09em;
  font-weight: 100;
  color: #363636;
  text-decoration: underline solid #363636 2px;
}

a.gal:visited {
  font-size: calc(18px + 0.390625vw);
  letter-spacing: -0.09em;
  font-weight: 100;
  color: #363636;
  text-decoration: underline solid #363636 2px;
}

a.sgfs {
  font-size: calc(18px + 0.390625vw);
  font-weight: 100;
  color: #363636;
  text-decoration: underline solid #ffdfe0 2px;
}

a.sgfs:hover {
  font-size: calc(18px + 0.390625vw);
  font-weight: 100;
  color: #363636;
  text-decoration: underline solid #ffdfe0 2px;
}

a.sgfs:visited {
  font-size: calc(18px + 0.390625vw);
  font-weight: 100;
  color: #363636;
  text-decoration: underline solid #ffdfe0 2px;
}

ul {
  list-style-type: none;
  font-size: calc(18px + 0.390625vw);
  background-color: #ffdfe0;
  text-decoration: none;
  margin: 0;
  padding: 0px;
}

gf {
  color: #ffdfe0;
  font-size: 5.8rem;
}

desc {
  background-color: #ffdfe0;
  font-size: 1.3125em;
  color: #363636;
  border-radius: 1px;
  padding: 0 10px 0 10px;
  letter-spacing: -2px;
}

refs {
  font-size: 1.8rem;
  font-style: normal;
  color: #ffdfe0;
}

next {
  font-size: 1.8rem;
  font-style: normal;
  color: #363636;
}

.upload {
  width: auto;
  border-style: none;
  font-size: 1.375em;
  color:#363636;
  padding: 8px;
}

textarea {
  margin-top: 1px;
  font-size: 1em;
  color: #363636;
  width: 100%;
  height: 110px;
  padding: 12px 20px;
  box-sizing: border-box;
  border: solid #ccc 0;
  border-radius: 4px;
  outline: none;
  background-color: #fff;
  resize: none;
}

input[type=button], input[type=submit], input[type=reset], .submit {
  z-index: 99999;
  position: relative;
  background-color: #111;
  border-radius: 4px;
  font-size: 1em;
  border: none;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  margin: 4px 2px;
  cursor: pointer;
}

hr {
  width: 95%;
  height: 1px;
  background-color: #ddd;
  border: 0 none;
}

#search_form > div {
  width: 100%;
  padding: 0;
}

#search_form input[type=text] {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background-color: #fff;
  background-image: url('searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

#search_form input[type=text]:focus {
  width: 100%;
}

@media screen and (max-width: 50em) {
.column {
  width: 100%;
}

input[type=submit] {
  /*width: 100%;*/
  margin-top: 0;
}

}