html {
font-size: 1vw;
}
#intro::after {
  content: "";
  display: block;
  clear: both;
}
body {
background-color: #FFDBE7;
color: #E01F60;
font-family: Shruti, Arial, sans-serif;
}
.page-width {
max-width: 900px;
width: 90%;
  margin: 0 auto;
background-color: white;
padding: 20px;
border-radius: 10px;
overflow: auto;
}
h1 {
font-family: Georgia, Palatino, serif;
font-size: 4rem;
text-align: center;
}
h2 {
color: #005494;
font-family: Georgia, Palatino, serif;
font-size: 2rem;
text-align: center;
}
h3 {
font-size: 2rem;
text-align: left;
}
h4 {
font-size: 2rem;
text-align: left;
}
img.center {
display: block;
width: 100%;
max-height: 300px;
object-fit: cover;
margin: 0 auto;
}
#hero-img img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  display: block;
}
#navbar {
list-style-type: none;
background-color: #9CD5FF;
overflow: hidden;
font-size: 2rem;
margin: 0;
padding: 0;
text-align: center;
display: flex;
flex-wrap: wrap;
}
#navbar li {
flex: 1;
}
#navbar li a {
display: block;
padding: 1rem 0;
border: .2vw solid black;
white-space: nowrap;
text-align: center;
}
#navbar a:link, #navbar a:visited {
color: white;
text-decoration: none;
}
#navbar a:hover {
background-color: #DE7AB8;
}
.active {
background-color: #DE7AB8;
}
#intro img {
 float: left;
  display: block;
  width: 60%;
  max-width: 500px; 
  margin: 20px auto;
  height: auto;
  border-radius: 10px;
  padding: 20px;
}
p {
font-size: 1.5rem;
line-height: 148%;
}
#houston img {
float: right;
  display: block;
  width: 60%;
  max-width: 500px; 
  margin: 20px;
  height: auto;
  border-radius: 10px;
  padding: 20px;
}
.page-width > img,
#intro img,
#houston img {
max-width: 100%;
height: auto;
display: block;
}
.image-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.image-row img {
  width: 48%;
  height: auto;
  border-radius: 10px;
  box-sizing: border-box;
}
.vertical-row {
display: flex !important;
  flex-direction: row !important;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.vertical-row img {
 display: flex; 
  width: 45% !important;
  height: auto !important;
  max-width: 350px !important;
  border-radius: 10px;
  object-fit: cover;
}
img.vertical {
width: 40%;
max-width: 400px;
height: auto;
}
.portrait-row img {
  width: 48%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
.portrait-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
a:link {
color: #E3B3FF;
}
a:visited {
color: #B3B3FF;
}
a:hover {
color: #FFB3D5;
}
a:active {
  color: #B3D6FF;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}