* {
  margin: 0;
  padding: 0;
  font-family: "EB Garamond", serif;
}

html,
body {
  overflow-x: hidden;
}

ul {
  display: grid;
  width: 75%;
  margin: 0 auto;
/*   justify-content: center; */
}

li {
  list-style: inside;
  /* font-style: italic; */
/*   margin-left: 10px; */
  margin-bottom: 1rem;
  font-size: calc(12px + 0.6vw);
}

figure {
  padding: 20px 0;
}

/* .right, .left {
  padding: 0 40px;
} */

figcaption {
  font-style: italic;
}

h3 {
  color: white;
  font-style: italic;
}

.contact-us {
  font-size: calc(12px + 0.6vw);
}

h6 {
  text-align: center;
}

img {
  max-width: 100%;
}

.top-section {
  background-image: url("/resources/img/1.jpg");
  background-position: calc(200 / 200 * 100%) calc(66 / 200 * 100%);
  background-size: cover;
  width: 100%;
  height: 75vh;
  display: flex;
  flex-wrap: wrap;
}

.information-wrapper {
 width:100%;
}

.top-section .top-section-inner {
  padding: 100px;
}

.top-section .top-section-inner img {
  max-height: calc(100px + 5vw);
  /* min-width: 350px; */
  width: 100%;
}

.top-section .top-section-inner h3 {
  color: white;
  font-style: italic;
  font-weight: 400;
  font-size: calc(25px + 0.75vw);
}

/* .middle-section .section-1 {
  background-color: white;
  /* margin: 40px; */
}

/* */
.middle-section {
  background-color: #ffd802;
}

.middle-section .section-1 .section-1-left {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}

.middle-section .section-1 .section-1-left img {
  max-width: 100%;
}

.middle-section {
  margin: 0 auto;
}

.section-1-row,
.section-2-row,
.section-3-row,
.section-4-row {
  max-width: 1024px;
  margin: 0 auto;

}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}

.video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 75%;
  height: 75%;
  max-height: 680px;
  max-width: 1280px;
  border: none;
}

.video-figure {
  padding: 0
}

.video-figure figcaption {
  text-align: center;
}

.left-list {
  padding-left: 0
}

.middle-section .section-1 .section-1-right p,
.middle-section .section-2 .section-2-row .section-2-left p,
.section-3-right .section-3-right-inner p,
.middle-section .section-4 .section-4-row .section-4-left p {
  /* font-size: 2.3vmin; */
  /* font-size: calc(12px + 0.6vw); */
  font-size: calc(min(12px + 0.6vw, 22px));
  /* font-size: 24px; */
  margin-bottom: 15px;
  max-width: 700px;
}

.middle-section .section-1 .section-1-right h2,
.middle-section .section-2 .section-2-row .section-2-left h2,
.section-3-right h2,
.section-4-left h2 {
  font-weight: 500;
  font-size: calc(25px + 0.75vw);
  margin-bottom: 30px !important;
}

.middle-section .section-1 .section-1-right,
.middle-section .section-2 .section-2-row .section-2-left,
.section-3-right,
.section-4-left {
  margin-bottom: 20px;
}

/* .middle-section .section-1 .section-1-right > * {
  margin: 20px;
  padding: 10px;
} */
/* Fix so that it doesn't overlay as much */
/* @media screen and (max-width: 64em) {
  .middle-section .section-1 .section-1-right > * {
    margin: 0 auto !important;
    padding: 20px;
  }
} */

.section-2,
.section-4 {
  background: rgba(249, 249, 249, 0.85);
}

@media screen and (min-width: 800px) {

  .section-1-row,
  .section-2-row,
  .section-3-row,
  .section-4-row {
    padding: 75px 0;
  }

  .footer {
    padding-top: 2rem;
  }

  .video-figure figcaption {
    margin-top: -50px;
  }
}

@media screen and (max-width: 800px) {

  .section-2-row,
  .section-3-row,
  .section-4-row,
  .section-1-row {
    margin: 40px;
   margin-top: 0;
  }

}

@media screen and (max-width: 1100px) {
.top-section {
/*   background-image: url("/resources/img/1.jpg"); */
  background-position: 25% 25%;
/*   background-size: cover;
  width: 100%;
  height: 75vh;
  display: flex;
  flex-wrap: wrap; */
}
}

.section-2-row .section-2-left-inner,
.section-2-row .section-2-right,
.section-1-left,
.section-1-right-inner,
.section-3-right-inner,
.section-3-left,
.section-4-left-inner,
.section-4-right,
.footer-left,
.footer-right,
.yellow-parent {
  display: flex;
  flex-wrap: wrap;
  align-content: space-evenly;
  justify-content: center;
}

.section-2-left h2,
.section-1-right h2,
.section-3-right h2,
.section-4-left h2 {
  max-width: 700px;
  margin: 0 auto;
}

.section-2-right figcaption,
.section-4-right figcaption {
  text-align: end;
}

.footer-right {
  margin: 0 auto;
}

.footer {
  padding-bottom: 2rem;
}

.list {
  width: 100%;
}

.contact-us {
  text-align: center;
  margin: 20px 0px;
}

.contact-us a {
  text-decoration: none;
  color: black;
}

.footer-right {
  border-left: 1px solid black;
}

.footer-left,
.footer-right {
  width: 100%;
}

.copyright {
  margin-bottom: 20px;
}


.information-banner {
  background-color: rgba(5, 52, 127, 0.50);
  padding: 80px;
  text-align: center;
  color: white;
  width: 35%;

}


@media screen and (max-width: 800px) { 
.information-banner {
  background-color: rgba(5, 52, 127, 0.50);
  padding: 75px;
  text-align: center;
  color: white;
  width: fit-content;

}

.information-banner > p {
  font-size: 16px!important;
  font-style: italic;
}

p.model {
  font-size: 12px!important;
  
  
}

.top-section .top-section-inner {
padding:0px;
}

h1 {
  font-size: 36px!important;
}

}

.information-banner>p {
  font-size: 30px;
  font-style: italic;
}

h1 {
  font-size: 58px;
}

/* .box {
  --mask:
    radial-gradient(46.86px at 50% 66.00px, #000 99%, #0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(46.86px at 50% -36px, #0000 99%, #000 101%) 50% 30px/120px 100% repeat-x;
  -webkit-mask: var(--mask);
  mask: var(--mask);

  background-color: blue;
} */

.section-1-left>img {
  border-radius: 50%;
  max-height: 400px;
  width: 400px;
  border: 1rem solid #ffd802;

}

.yellow-section {
  /* background-image: url("/resources/img/blob(2).svg"); */
  /* display: flex; */
  background-color: #ffd802;
  border-radius: 0px 75px;
  min-height: 150px;
  align-content: center;
  padding: 10px;
  margin-top: 2rem;
  /* justify-content: center; */
}



.yellow-parent {
  background-color: #05347e;
  color: #05347e;
  justify-content: space-around
}


.section-1,
.middle-section {
  background-color: #05347e;
  color: #ffd802;
}

.section-1-right {
  margin-top: 10px;

}

.contact-section {
  margin: 4rem 0;
  text-align: center;
  color: #ffd802;
}

.contact-section>h2 {
  margin: 1rem 0;
}

.contact-section>h2>a {
  color: #ffd802;
  text-decoration: underline;

}

p.model {
  font-size: 16px;
  
}