* {
  margin: 0;
  padding: 0;
  box-sizing:  border-box;
  font-size: 100%;
  font-weight: normal;
}

.column {
  position: absolute;
  margin-left: 5%;
  /*margin-top: 2rem;*/
}

.column.first {
  width: 25%;
  position: fixed;/*
  background-color: greenyellow;*/
}

.column.second {
  width: 65%;
  left: 25%;
  margin-top: 2rem;
  padding-left: 2rem;
  background-color: rgba(255, 250, 240, 0.5);
}

.column .sticky {
  position: sticky;
  top: 0;
  width: 100%;
}

body {
  background-color: floralwhite;
  /*margin:  20px 50px;
  padding: 20px 20px;*/
  margin-top: 2rem;
}


/*flavor names*/
h1 {
  margin-top: 40px;
  font-size: 80px;
  margin-bottom: 40px;
  line-height: 0.9;
  max-width: 20ch;
}

/*shop names*/
h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'IBM Plex Mono', monospace;
  color: darkslategray;
}

/*shop address*/
h3 {
  font-size: 14px;
  color: darkslategray;
  font-weight: 400;
  margin-bottom: 30px;
  font-family: 'IBM Plex Mono', monospace;
}

/*page logo*/
h4 {
  font-size: 2.5vw;
  color: rgba(95, 53, 14, 1.0);
  margin-bottom: 40px;
  line-height: 1.0;
  position: sticky;
  margin-top: 2rem;
}

h4 a{
  color: rgba(95, 53, 14, 1.0);
  text-decoration: none;
}

h4 a:hover {
  color: rgba(95, 53, 14, 0.9);
}


/*nav*/
h5 {
  font-size: 22px;
  color: rgba(95, 53, 14, 0.9);
  line-height: 0.4;
  font-family: 'NeutronicHeavy';
  margin-left: 7px;
}

h5 a {
  color: rgba(95, 53, 14, 0.8);
  text-decoration: none;
}

h5 a:hover {
  color: rgba(95, 53, 14, 0.7);
}

h6 {
  margin-top: 40px;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.5;
  max-width: 20ch;
}


article {
  font-family: 'Gothic A1', sans-serif;
  font-size: 13px;
  max-width: 68ch;
  word-break: keep-all;
  line-height: 1.9;
  margin-bottom: 50px;
}

a {
  color: darkslategray;
}

a:hover {
  color: lightslategray;

}

b {
  font-weight: 700;
}

img {
  margin-bottom: 20px;

}

iframe {
  margin-bottom: 20px;
}

.blockquote {
  border-width: 2px;
  width: 28rem;
  height: 200px;
  background-color: linen;
  margin-bottom: 50px;
  margin-top: -25px;
}


.borders {
  border-style: solid;
  border-width: 2px;
  border-color: papayawhip;
  width: 50%;
  margin-top: 100px;
  margin-bottom: 80px;
  align-content: center;
}

.bordersend {
  border-style: solid;
  border-width: 3px;
  border-color: antiquewhite;
  width: 50%;
  margin-top: 40px;
  margin-bottom: 80px;
  align-content: center;
}

.borders3 {
  border-style: dashed;
  border-width: 1px;
  border-color: gainsboro;
  width: 28rem;
  margin-top: 20px;
  margin-bottom: 50px;
}

/*flavor colors*/

.earlgrey {
  color: burlywood;
}

.corn {
  color: gold;
}

.cookie {
  color: moccasin;
}

.almond {
  color: sandybrown;
}

.ube {
  color: mediumpurple;
}

.lime {
  color: rgb(234, 221, 97);
}

/*fonts*/

h1.leaguescript {
  font-family: LeagueScript;
}

h1.ribes {
  font-family: Ribes;
}

h1.picnic {
  font-family: Picnic;
}

h1.halibutserif {
  font-family: HalibutSerif;
}

h1.sniglet {
  font-family: Sniglet;
}

h1.lemurmure {
  font-family: LeMurMure;
}

h4.neutronicheavy {
  font-family: NeutronicHeavy;
}

article.neutronicreg {
  font-family: NeutronicRegular;
}


h6.leaguescript {
  font-family: LeagueScript;
}

h6.ribes {
  font-family: Ribes;
}

h6.picnic {
  font-family: Picnic;
}

h6.halibutserif {
  font-family: HalibutSerif;
}

h6.sniglet {
  font-family: Sniglet;
}

h6.lemurmure {
  font-family: LeMurMure;
}


.silver {
  color: dimgray;
  font-size: 40px;
}

.silver2 {
  color: dimgray;
  font-size: 60px;
}

.num {
  display: inline;
}

.shadow {
  text-shadow:
    -1px -1px 0 tan,
    1px -1px 0 tan,
    -1px 1px 0 tan,
    1px 1px 0 tan;  
}

.semi1 {
  width: 12rem;
  height: 6rem;
  background-color: burlywood;
  border-radius: 10rem 10rem 0 0;
  position: relative;
  z-index: 666;
  margin-top: 40px;
}


.semi1:hover {
  background-color: #d9ad73;
}


.semi2 {
  width: 12rem;
  height: 6rem;
  background-color: gold;
  border-radius: 10rem 10rem 0 0;
  transform: translate(0, -20px);
  position: relative;
  z-index: 555;
}

.semi2:hover {
  background-color: #f2d00d;
}

.semi3 {
  width: 12rem;
  height: 6rem;
  background-color: moccasin;
  border-radius: 10rem 10rem 0 0;
  transform: translate(0, -40px);
  position: relative;
  z-index: 444;
}

.semi3:hover {
  background-color: #ffda99;
}

.semi4 {
  width: 12rem;
  height: 6rem;
  background-color: sandybrown;
  border-radius: 10rem 10rem 0 0;
  transform: translate(0, -60px);
  position: relative;
  z-index: 333;
}

.semi4:hover {
  background-color: #f29340;
}

.semi5 {
  width: 12rem;
  height: 6rem;
  background-color: mediumpurple;
  border-radius: 10rem 10rem 0 0;
  transform: translate(0, -80px);
  position: relative;
  z-index: 222;
}

.semi5:hover {
  background-color: #855cd6;
}

.semi6 {
  width: 12rem;
  height: 6rem;
  background-color: khaki;
  border-radius: 10rem 10rem 0 0;
  transform: translate(0, -100px);
  position: relative;
  z-index: 111;
}

.semi6:hover {
  background-color: #eadd61;
}

.cone {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  transform: translate(0, -90px);
  border-top: 100px solid peru;

}

.cone2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13rem 5.8rem 0 100px;
  border-color: peru transparent transparent transparent;
  transform: translate(0, -90px);

}


/*.semi1 {
  width: 15vw;
  height: 7.5vw;
  background-color: burlywood;
  border-radius: 10rem 10rem 0 0;
  position: relative;
  z-index: 666;
}


*/
/*h4 {
  font-size: 2.5vw;
  color: rgba(95, 53, 14, 1.0);
  margin-bottom: 50px;
  line-height: 1.0;
  position: sticky;
  margin-top: 2rem;
}*/

/*.base {
  position: absolute;
  z-index: 777;
  bottom: 0;
  left: 450px;
  width: 300px;
  height: 300px;
  background-image:
      linear-gradient(229deg, rgba(255,250,205,0.8), rgba(255,255,0,0) 70.71%),
      linear-gradient(127deg, rgba(220,20,60,0.8), rgba(178,34,34,0) 70.71%),
      linear-gradient(336deg, rgba(250,128,114,0.8), rgba(220,20,60,0) 70.71%);
    border-radius: 60%;
}
*/


