html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
}

.text-center {
  text-align: center;
}

.page-header__banner {
  background-image: url("/_banner/phobanner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  height: 100px;
  width: 100%;
}

.page-header__menu {
  background-color: #999999;
  display: flex;
  justify-content: space-around;
  padding: 3px 10px;
}

.page-header__menu ul {
  list-style-type: none;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.page-header__menu a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}

.page-title {
  text-align: center;
  margin: 20px 0;
  font: bold 16pt Arial, sans-serif;
  color: #666600;
}

.image-gallery-grid {
  display: grid;
  max-width: 965px;
  margin: 0 auto;
  border: 1px solid #666600;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-gap: 10px;
  padding: 10px;
  align-items: center;
}

.image-gallery-grid__item {
  width: 100%;
  height: auto;
  max-height: 120px;
  max-width: 120px;
  min-width: 120px;
  min-height: 120px;
  overflow: hidden;
  justify-self: center;
  align-self: center;
}

.image-gallery-grid__item img {
  width: 100%;
  height: 100%;
  max-height: 120px;
  max-width: 120px;
  min-width: 120px;
  min-height: 120px;
  object-fit: cover;
}

.ravdouchabeachstudios_affiliate--bottom {
  margin-top: 40px;
	text-align: center;
	display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  color: #666600;
  text-decoration: none;
	background-color: #9898fe;
	background-color: rgba(0, 0, 255, 0.4);
	border-radius: 10px;
	padding: 5px;
  max-width: 300px;
}

.ravdouchabeachstudios_affiliate--bottom:hover {
  color: #000000;
}