@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700,400italic,700italic|Cherry+Swash:400');

body {   
  font: 110%/1.4 'Alegreya Sans', Helvetica, Arial, sans-serif!important; 
  background: #fffae4; 
  color: #000;
  margin: 0; 
  padding: 0; 
}

.body-content {
  margin: 0; padding: 0; 
  max-width: 100%; 
}

.jumbotron { 
  background: #fffae4; 
  margin: 0; 
  padding: 1em 3%!important; 
  max-width: 100%; 
  width: 100%; 
  column-count: 2;
  border-radius: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) { .jumbotron { column-count: 1; } }

h2, h3, h4, h5, h6 { 
  font-family: 'Cherry Swash';
  color: #c51c55!important;
  font-weight: normal; 
  font-size: 1.5em!important; 
  margin: 0 0 0.4em 0; 
  padding: 0; 
  line-height: 120%;
}

ul { 
  margin: 0 0 1em 0; 
  padding: 0 0 0 2em; 
  display: table; 
}
li { 
  margin: 0 0 0.4em 0; 
  padding: 0; 
  line-height: 120%; 
  text-transform: lowercase; 
}
li:first-letter { text-transform: uppercase; }

li:empty { display: none; }