body {	margin: auto; background: #D8C6B8; }


h1 { 
	color: #5e1211;
	font-style: italic;
	text-align: center;
	line-height: 15px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}


h2 { 
	color: #CF1C44;
	text-align: center;
}

h3 { 
	color: #5e1211;
	font-style: italic;
	text-align: center;
	margin-bottom: 0px;
}

h5 {
	color: black
}
.menubar {
    background: #cf1c44;
    box-shadow: 0 1px 3px #999;
    font-family: inherit;
}

.menubar ul {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  margin-left: 260px;
  list-style: none;
}

.menubar ul li {
  display: inline;
  list-style: none;
}

.menubar ul li a {
  text-decoration: none;
  color: white;
  padding: 0 15px 0 0;
}

.menubar-right {
	float: right;
	padding-top: 1%;
	padding-right: 1%;
}

.logo img {
  width:220px;
  vertical-align: middle; 
}

.social_media img {
	float: right;
}

/* Container holding feature item and text */
.container {
    position: relative;
    text-align: center;
    color: white;
}

/* Top center text */
.top-center {
    position: absolute;
    top: 40px;
    left: 20%;
	right: 20%;
}

.top-center {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}
	
/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);	
}

.centered {
	font-size: 40px;
	font-style: italic;
	font-weight: bold;
}

/* three images in a row */
.row {
  	display: flex;
}

.column {
  	flex: 33.33%;
  	padding: 5px;
}

table {
  table-layout: fixed ;
  width: 100% ;
  margin-left: 10px;
}
td {
  width: 25% ;
}

p {
    margin: 25px;
	text-align: center;
	margin-top: 0px;
}

p.ex1 {
    padding-bottom: 2em;
}

.footer {
	display: block;
    clear: both;
    position: relative;
    z-index: 10;
    height: 6em;
    margin-top: 0em;
	background-color: #cf1c44; 
    color: white;
}