@media (max-width: 767px) {
  html {
    font-size: 8px;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 9px;
  }
}
@media (min-width: 992px) {
  html {
    font-size: 10px;
  }
}
html {
  min-height: 100%;
  height: auto;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font: 400 1.8rem "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff url(bg.jpg) center center/contain repeat-y;
  display: flex;
  flex-direction: column;
  color: #112840;
  padding: 30px 0;
  min-height: 100vh;
  height: auto;
}

img {
  max-width: 100%;
}

a, button {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}

sup {
  line-height: 1em;
  vertical-align: super;
  display: inline-block;
  position: static;
}

input {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

iframe {
  max-width: 100% !important;
  display: block;
  border: none !important;
  padding: 0 !important;
  margin: auto !important;
  display: block;
  aspect-ratio: 16 / 9 !important;
  height: auto !important;
}

*::-moz-selection {
  color: #fff;
  background-color: red;
}
*::-moz-selection * {
  color: #fff;
}
*::selection {
  color: #fff;
  background-color: red;
}
*::selection * {
  color: #fff;
}

.container {
  max-width: 850px;
  width: 100% !important;
  height: 100%;
  margin: auto;
}

.logo {
  display: block;
  width: 310px;
  margin: 0 auto 30px auto;
}

.box {
  background: white;
  /*border-bottom: 5px solid #c7c7c7;*/
  padding: 5rem;
  box-shadow: 0 2px 1rem 0 rgba(0, 0, 0, 0.15);
}
.box blockquote p {
  font: 400 21px/1.4em 'PT Serif', 'Times New Roman', Times, serif;
  position: relative;
  z-index: 0;
}
.box blockquote p span {
  position: absolute;
  display: inline-block;
  font-size: 10em;
  line-height: 1em;
  top: -.15em;
  left: -.15em;
  z-index: -2;
  opacity: 0.1;
}
.box blockquote > span {
  font: 400 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  text-align: right;
}
.jessica {
  display: block;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
  width: 21rem;
  -moz-transform: rotate(2deg);
  -ms-transform: rotate(2deg);
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg);
  margin: auto;
}
.box p {
  font: 400 16px/1.3em "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.box p:first-child {
  margin-bottom: 1em;
}
.box p:last-child {
  margin-bottom: 0;
}
.box a {
  display: inline-block;
  color: white;
  text-decoration: none;
  font: 700 21px/1.2em 'PT Serif', 'Times New Roman', Times, serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: #8a1320;
  border-radius: 100px;
  padding: 2rem 5rem;
  transition: background 0.3s;
}
.box a:hover, .box a:focus {
  color: white;
  text-decoration: none;
  background-color: red;
}

h1, h2{
  font: 700 3rem 'PT Serif', 'Times New Roman', Times, serif;
  text-align: center;
  margin-bottom: 1em;
}
h1:after, h2:after{
  content: '';
  display: block;
  width: 20rem;
  height: 4px;
  margin: 1.5rem auto 0 auto;
}
h1{
  color: #112840;
}
h1:after{background: rgba(17, 40, 64, 0.15);}
h2:after{background: rgba(255,255,255,0.2);}

.box2{
  background: linear-gradient(to right, #12314f, #1b4875);
  border-bottom: 5px solid #007bf5;
  padding: 5rem;
  box-shadow: 0 2px 1rem 0 rgba(0, 0, 0, 0.3);
  color: white;
}

.podium{
  transform: rotate(-2deg);
  width: 20rem;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.4);
  display: block;
  margin: auto;
}

.box2 h3{
  font: 800 20px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.box2 p{
  font: 400 16px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 1em;
}

.disclaimer {
  color: #888;
  font: 400 12px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}

.family{
  width: 45rem;
  display: block;
  margin: auto;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.2);
}

.endorse{
  /*border: 7px solid white;*/
  width: 20rem;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.5);
  border-radius: 200px;
  /*box-sizing: content-box;*/
  display: block;
  margin:0 auto 1rem auto;
}
.endorsements h3{
  font: 700 20px 'PT Serif', 'Times New Roman', Times, serif;
  text-align: center;
  max-width: 170px;
  margin: 0 auto ;
}
.fop{
  display: block;
  margin: auto;
}
.borda{position: relative;}
.borda:after{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 20rem;
  height: 20rem;
  border: 7px solid white;
  border-radius: 200px;
  margin:auto;
}