img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


body {
  margin: 0;
  font-family: Klinic Slab Medium, serif;
	
}

.topnav {
  overflow: hidden;
  background-color: #cf1c44;
}

.topnav a {
  float: left;
  color: #d7c5b7;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

.topnav a:hover {
  background-color: #cf1c44;
  color: white;
}

.topnav a.active {
  background-color: #cf1c44;
  color: #d7c5b7;
}

h1  {
  font: 40px "klinic slab bold", klinic, serif; color: #cf1c44; text-align:center;padding: 10px}
h2  {
  font: 40px "klinic slab bold", klinic, serif; color: #0b9446; text-align:center;}
h3  {
  font: 30px "klinic slab bold", klinic, serif; color: #543136; text-align:center;  
    }
p  {font: "goudy old style regular", Goudy, serif;}
p.cannoli  {
  font-size: 20px; color: #d7c5b7; text-align:center;}
p.red {
  font-size: 25px; color: #cf1c44; text-align:center}
p.green  {
    font-size: 25px; color: #0b9446; text-align:center;}
p.wine  {
    font-size: 20px; color: #5e1211; text-align:center;}


* {
  box-sizing: border-box;
}

.column {
    float: left;
    flex: 33.33%;
    padding: 5px;
}

/* Clearfix (clear floats) add content underneath columns later*/
.row{display: flex;}
.row::after {
  content: "";
  clear: both;
  display: table;
}

body {
  margin: 0;
  font-family: klinic slab medium, serif;
}

.navbar {
  overflow: hidden;
  background-color: #0b9446;
  position: sticky;
  bottom: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: #d7c5b7;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #0b9446;
  color: white;
}

.navbar a.active {
  background-color: #0b9446;
  color: #d7c5b7;
}

.main {
  padding: 16px;
  margin-bottom: 30px;
}

/*Columns*/
* {
  box-sizing: border-box;
}

/* Unequal columns */

.column.left {
  width: 60%; height: 100%;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.column.right {
  width: 35%; height: 100%;
  float: right;
	margin-top: 35px;
    margin-right: 10px;
    padding: 5px;
}
