@font-face {
    font-family: "AtkinsonHyperlegible";
    src: url("AtkinsonHyperlegible.ttf") format("truetype");
}

@font-face {
    font-family: "GapSans";
    src: url("GapSans.ttf") format("truetype");
}

body {
    background-color: black;
    color: white;
    font-family: AtkinsonHyperlegible;
    margin: auto;
}

.textbox {
    margin-left: 35%;
    margin-right: 35%;
    padding: 10px;
    text-align: justify;
    text-justify: inter-word;
}

.textbox2 {
    margin: auto;
    margin-top: 2.5%;
    padding: 10px;
    text-align: center;
    width: 700px;
    font-size: 1.2vw;
}

.testbox {
    font-family: AtkinsonHyperlegible;
    font-size: 30px;
    float: right;
    margin-top: 80px;
    margin-right: 27.5%;
}

.quote {
    margin-left: 43%;
    width: 600px;
    border: none;
    text-align: center;
}

.links {
    line-height: 45px;
    margin-top: 30px;
}

.links2 {
    width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 2.5%;
}

.extra {
    margin-top: 1%;
}

.title {
    font-family: GapSans;
    font-size: 5em;
    float: right;
    margin-top: 8%;
    margin-right: 27.5%;
}

.newtitle {
    font-family: GapSans;
    font-size: 65px;
    text-align: center;
    margin-top: 20%;
}

.newquote {
    border: none;
    text-align: center;
}

.newlinks {
    line-height: 45px;
}

.img1 {
    image-rendering: pixelated;
    float: left;
    margin-top: -160px;
    margin-left: 50px;
    width: 350px;
}

.bottom {
    width: 250px;
    margin-left: 81%;
    margin-top: 20.5%;
    image-rendering: pixelated;
}

.title2 {
    float: none;
    text-align: center;
    margin-right: 0%;
    margin-top: 20px;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    color: white;
}

a:active {
    color: gray;
}

.bottom2 {
    width: 250px;
    margin-right: 81%;
    margin-top: 0%;
    image-rendering: pixelated;
}

.bottom2img {
    position: absolute;
    display: block;
    float: left;
    image-rendering: pixelated;
    width: 150px;
}

.caravan {
    image-rendering: pixelated;
    width: 50vw;
    margin: auto;
    display: block;
}

.buttonhome {
    border: none;
    color: white;
    background-color: #000000;
    font-size: 16px;
    width: 420px;
}

.buttonhome:hover {
    cursor: pointer;
}

.photodisplay {
    padding: 50px;
    display: table;
    margin-top: 0px;
}

.photodisplayimg {
    padding: 1%;
    width: 100%;
}
.overlayimg {
    margin: 50%;
}
::backdrop {
    backdrop-filter: brightness(30%);
}
.eye {
    image-rendering: smooth;
    margin-right: 40%;
}
.infotext {
  border-style: solid;
  border-width: 2px;
  border-color: white;
  margin-left: 20px;
  width: 50%;
}
@media screen and (max-width: 600px) {
  .textbox2 {
    width: 300px;
    font-size: 16px;
  }
  .caravan {
    width: 85vw;
  }
}
.quote {
    border: none;
    text-align: center;
}
.buttonhome {
    border: none;
    color: black;
    background-color: #ffffff;
    font-size: 16px;
    width: 30vw;
}

.buttonhome:hover {
    cursor: pointer;
}
.writingpage{
    width:15vw;
    float: left;
    text-align: center;
    margin-left: 13.75vw;
}

@media (min-width: 500px) {
    .mobile-only{
        display: none;
    }
}