#footer {
  background-color: rgb(160, 227, 239);
  font-weight: normal;
  color: black;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

#warning{
  background-color: rgb(242, 109, 109);
  color: whitesmoke;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}
   
.topbar-center-logo-mobile .menu-icon {
  vertical-align: text-top;
  width: 100%;
  text-align: center;
}

#topbar-center-logo {
  vertical-align: text-top;
  width: 100%;
  text-align: center;
  font-weight: bolder;
  font-size: 14pt;
  margin: 10px;
}

.title-bar-center a, img {
  padding: 10px;
}

h1 {
  color : black;
  text-align: center;
  font-weight: bold;
}
  
h2 {
  color : #3fccff;
  text-align: center;
  font-weight: bold;
}

h3 {
  text-align: center;
  padding-top: 20px;
}
  
h4 {
  color: rgb(11, 94, 112);
  text-align: center;
}

body {
  color: cornsilk;
  background-color: rgb(83, 191, 210);
}

a,a:hover {
  color: rgb(198, 65, 216);
}

.recipe-display {
  background-color:rgb(160, 227, 239);
  color: rgb(11, 94, 112);
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

#selRecipeData {
  color: black;
}

.button1 {

  padding: 25px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
 background-color: #e7e7e7; 
 color: black;
}

#filter-charts { 
  background-color: #e7e7e7; 
  color: black;
  align-content: center;
  display: inline-block;
}



.summary {
  margin: 20px;
  color: black;
  font-size: 12pt;
}


#scatter {
  padding-bottom: 20px;
}

/* Mobile Rules */
@media screen and (max-width: 530px) {
  .stateText {
    display: none;
  }

  .aText {
    font-size: 14px;
  }
}

@media screen and (max-width: 400px) {
  .aText {
    font-size: 13px;
  }
}
