/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

body {
  background-color: rgb(244,243,184);
  font-family: "open sans", sans-serif;
  font-size: 15px;
  padding: 10px;
  color: #444;
}

h1 {
  font-family: "cooper black", sans-serif;
  font-size: 30px;
}

/*ul{
list-style-type: none;
column-count: 2;
column-gap: 10px;
column-fill: auto;  
}*/

.container{
  width:100%;
  background-color: rgb(244,243,184);
}

.row{
  padding-bottom: 20px;
}

.banner{
  width:100%;
}

.gfx{
  width: 100%;
}

.step{
  font-family: "cooper black", sans-serif;
  font-size: 18px;
}

.lantern{
  font-family: "cooper black", sans-serif;
  font-size: 25px;
  text-align: center;
  color: rgb(238,40,59);
}

