/* fonts */

.fredoka-last {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

/* embiggeners */

h4{
    font-size: 1030;
}
h3{
    font-size: 175%;
}
h1{
    font-size: 275%;
}
.big{
    font-size: larger;
}

/* basic styling */

body{
    background-color: silver;
    font-family: Noto Serif;
    text-align: center;
}

/* packages, boxes, or bags */

.itemName{
    background-color: whitesmoke;
    border-width: 2%;
    border-color: black;
    border-style: solid;
}
.abox3{
    color: white;
    text-decoration: none;
    background-color: #0f0f0f;
    width: 100%;
    border-width: 2%;
    border-style: solid;
    border-color: black;
    margin-left: -0.25%;
}
.aborder2{
    color: black;
    text-decoration: none;
    width: 100%;
    border-width: 2%;
    border-style: solid;
    border-color: black;
    margin-left: -0.25%;
    background-color: whitesmoke;
}
.sitemap{
    display: flex;
    justify-content: space-evenly;
    max-width: 70%;
}
.cupLeft{
    display: flex;
    align-items: center;
    margin-right: 7.5%;
}
.abox{
    color: white;
    text-decoration: none;
    background-color: #0f0f0f;
    width: 600%;
}
.title{
    margin-left: 16%;
    padding: 4%;
    width: 60%;
    border-style: solid;
    border-width: 10%;
    background-color: whitesmoke;
}
.abox4{
    color: white;
    text-decoration: none;
    background-color: #0f0f0f;
    width: 205%;
    margin-left: -53%;
}
.title2{
    margin-left: 16%;
    padding: 4%;
    width: 60%;
    border-style: solid;
    border-width: 10%;
}
.cup{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cupDesc{
    width: 50%;
}
.abox2{
    color: white;
    text-decoration: none;
    background-color: #0f0f0f;
    width: 200%;
    margin-left: -50%;
    margin-top: -2%;
}
.aborder{
    color: black;
    text-decoration: none;
    width: 100%;
    border-width: 2%;
    border-style: solid;
    border-color: black;
    margin-left: -0.25%;
}
.sm img{
    width: 30%;
}
.sm{
    display: flex;
    flex-direction: row;
    width: 85%;
    margin-left: 12.5%;
    align-items: center;
}
.smMain{
    display: flex;
    flex-direction: column;
}
.smMain .abox{
    width: 86%;
    margin-left: 7%;
}

/* headbar */

.bartop{
    display: flex;
    align-items: center;
    font-size: 125%;
}
.bartop strong{
    color: white;
}
.headbar{
    align-items: center;
    color: white;
    text-decoration: none;
    list-style: none;
    background-color: black;
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 97.5%;
    margin: -1%;
    margin-top: -1.5%;
}
.headbar img{
    width: 0.5in;
}
.hba{
    color: white;
    text-decoration: none;
}
.stadSide{
    display: flex;
    flex-direction: column;
    width: 45%;
}
.stadItem{
    display: flex;
    flex-direction: column;
    width: 45%;
    margin-top: 10%;
}
.stad{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 12.75%;
}
.stad img{
    width: 200%;
}
.stad .abox{
    width: 200%;
}

/* search box */

.searchBox{
    width: 50%;
    height: 40%;
    background-color: darkgrey;
    position: fixed;
    margin-left: 25%;
    margin-top: 15%;
    border-style: solid;
}
.searchBox #close{
    width: 5%;
    margin-right: 100%;
}
.searchBox hr{
    margin-top: -1%;
}
.searchBox p{
    font-size: 80%;
}
.searchBox #search{
    width: 4%;
    background-color: gray;
    margin-top: 2%;
}
.searchBox input{
    width: 80%;
    height: 7%;
    margin-top: 2%;
    border-style: solid;
}
#searchCenterer{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 15%;
    margin-left: 15%;
}

/* text deco/styling */

.right{
    text-align:left;
    margin: 5%;
}
a{
    text-decoration: none;
}
.haitchTwo{
    margin-top: 5%;
    margin-bottom: 5%;
}
.underline{
    text-decoration: underline;
    text-decoration-thickness: 12%;
}
.strikethrough{
    text-decoration: line-through;
    text-decoration-thickness: 12%;
    color: gray;
}
.cup h4{
    color: black;
    margin-top: 0%;
}
.grey{
    color: grey;
}
.balls{
    font-size: 200%;
}
.wwRight{
    margin-bottom: 3%;
    margin-top: 3%;
}

/* misc */

.fr{
    float: right;
}
.cup img{
    width: 70%;
}
.cup .abox2{
    width: 70%;
    margin-left: 15%;
}
.arrow{
    width: 5%;
    margin-left: 2%;
    margin-right: 2%;
}
.snowy{
    width: 40%;
}
#jsWillReplace{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 29%;
}