@font-face {
    font-family: "main";
    src: url("fonts/Fredoka-VariableFont_wdth\,wght.ttf") format("truetype");
}
body {
    font-family: "main", sans-serif;
}
h2 {
    margin-bottom: 0;
}
.navbar {
    display: flex;
    justify-content: space-between;
    height: 5rem;
    background-image: linear-gradient(to right,rgb(212, 36, 13), rgb(255, 94, 0));
    align-items: center;
}
.undernav {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4rem;
    box-shadow:inherit;
    box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.315);
}
.cont {
    display: flex;
    align-items: center;
    margin: 10px;
}
.tab {
    border: none;
    background-color: white;
    color: black;
    padding: 1rem;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: none;
    transition: ease .2s;
}
.tab:hover {
    background-color: rgb(218, 218, 218);
    text-decoration: underline;
}
.topbutton {
    font-family: sans-serif;
    text-decoration: none;
    font-size: 12px;
    background-color: white;
    color: rgb(241, 105, 14);
    border: none;
    border-radius: 25px;
    padding: 1rem;
    transition: ease .2s;
    margin: 5px;
}
.topbutton:hover {
    background-color: rgb(255, 233, 212);
}
.topbutton:active {
    background-color: rgb(161, 161, 161);
    color: rgb(133, 59, 10);
}
.contbox {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    background-image: linear-gradient(to right, rgb(255, 228, 228), rgb(180, 108, 50), rgb(201, 10, 10));
    height: 2rem;
}
#headtitle {
    color: rgb(255, 255, 255);
    font-size: 30px;
    margin-left: 2rem;
    margin-right: 1rem;
    font-family: sans-serif;
    text-decoration: none;
}
#semititle {
    color: rgba(255, 255, 255, 0.801);
    font-family: sans-serif;
}
body {
    margin: 0px;
}
.contcen {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px;
}
.box {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 300px;
    border-radius: 1rem;
    background-color: rgb(255, 187, 123);
}
.text {
    margin-top: 20px;
}
.textinput {
    background: none;
    border: none;
    height: 25px;
    border-bottom: 1px solid rgb(136, 75, 18);
    transition: ease .2s;
}
.textinput:focus {
    background-color: rgb(143, 86, 33);
    border-radius: .5rem;
}
.submit {
    text-align: center;
    text-decoration: none;
    margin-top: 20px;
    margin-bottom: 10px;
    border: none;
    padding: 10px;
    background-color: rgb(253, 90, 14);
    border-radius: 1rem;
    color: rgb(39, 8, 0);
    transition: ease .2s;
}
.submit:hover {
    background-color: rgb(143, 52, 11);
    color: rgb(255, 138, 109);
}
.submit:active {
    background-color: rgb(87, 31, 6);
    color: rgb(255, 172, 151);
}
.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 10px;
}
.storebox {
    display: flex;
    align-items: left;
    flex-direction: column;
    background-image: linear-gradient(to right,rgb(231, 105, 56), rgb(230, 149, 56));
    border-radius: .5rem;
    height: 350px;
    width: 98%;
    margin: 10px;
}
.strtitle {
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 10px;
    border-radius: 1rem;
    padding: 10px;
    background-color: rgb(179, 103, 41);
}
.strinfo {
    margin-left: 40px;
    font-size: 20px;
    padding-right: 80px;
}
.strimg {
    width: 300px;
    height: 200px;
    margin-right: 20px;
}
.infocont {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.tabselected {
    border: none;
    background-color: rgb(236, 93, 9);
    color: rgb(255, 255, 255);
    padding: 1rem;
    font-family: sans-serif;
    font-size: 20px;
    text-decoration: none;
    border-radius: 2rem;
    transition: ease .2s;
}
.atmospherebox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: .5rem;
    text-decoration: none;
    height: 130px;
    width: 90%;
    margin: 10px;
    padding-left: 25px;
    padding-right: 25px;
    color: white;
    font-size: 30px;
    -webkit-text-stroke: .9px;
    -webkit-text-stroke-color: black;
}
.sbbutt {
    color: White;
    background-color: rgb(252, 127, 26);
    margin: 10px;
    padding: 20px;
    border-radius: 1rem;
    border: none;
    font-size: 15px;
    transition: ease .2s;
}
.sbbutt:hover {
    background-color: rgb(255, 137, 58);
}
.sbbutt:active {
    background-color: rgb(173, 84, 10);
}
.insert {
    padding: 15px;
    border-radius: 1rem;
    border-color: rgb(255, 115, 0);
    transition: ease .2s;
}
.insert:focus {
    border-radius: .1rem;
    border-color: rgb(36, 8, 0);
}