.wrapper {
  display: flex;
  align-items: stretch;
  width: 100%;
  font-family: Georgia Serif, serif;
}

.padding-left {
  flex-grow: 3;
  margin-right: 1.5em;
}

.padding-right {
  flex-grow: 3;
  margin-left: 1.5em;
}

.main {
  width: 72vw;
  border-left: #c9d4ff solid 2vw;
  border-right: #c9d4ff solid 2vw;
  padding: 0 3vw 3vw 3vw;
}

.main-header {
  font-size: 16vw;
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-background-size: auto;
  background-size: auto;
  background-image: url("../img/tipperary.jpeg");
  background-position: 50% 50%;
  line-height: 0.9;
  text-align: center;
}

.main-menu {
  display: flex;
  justify-content: space-between;
  font-size: 2.5em;
  text-align: center;
  padding: 30px 0 30px 0;
  border-top: #73a254 solid 1vw;
  border-bottom: #326e30 solid 1vw;
}

.main-body {
  font-size: 1.7em;
}

img {
  float: left;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:active {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

.star {
  fill: black;
  width: 1.5vw;
  height: 1.5vw;
}
