/* Peter Buffett temp page styling */
body,
h1,
.primary-font {
  font-family: 'Oswald', sans-serif;
}
.secondary-font {
  font-family: 'Lora', serif;
}
body, 
html {
  height: 100%
}
.bgimg {
  background-image: url('../images/really-big-home-bg-vert-crop2.jpg');
  min-height: 100%;
  background-position: center;
  background-size: cover;
}
.w3-display-middle {
  text-align: center;
  transform: translate(-50%,0%);
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  min-width: 320px;
  max-width: 510px;
}
@media only screen and (max-width: 425px) {
  .w3-display-middle {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .w3-display-middle {
    padding-top: 0;
    padding-bottom: 0;
    width: unset;
    min-height: unset;
    max-width: unset;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .inner-content {
    width: 1050px;
    min-height: 600px;
    position: relative;
  }
  .main-img {
    position: absolute;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
  }
  .text-container {
    padding-top: 60px;
  }
  .main-text {
    position: absolute;
    right: 0;
    padding: 80px 90px 30px 200px;
    min-height: 600px;
  }
}
.w3-jumbo {
  line-height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.main-img img {
  width: 100%;
}
.bg-blue {
  background-color: #334A67;
}
.main-text {
  padding-top: 30px;
  padding-bottom: 30px;
}
.youtube-button img {
  width: 62px;
}
