* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:wght@300;400;500;700&display=swap");
  font-family: "Lato", sans-serif;
}

/* Sections and Containers */

body {
  display: grid;
  place-items: center;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
}

.container {
  display: grid;
  place-items: center;
  width: 90%;
  margin: 3em 0em;
}

.portraitBorder {
  width: 440px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border: 14px solid rgba(18, 44, 79);
  border-radius: 3px;
}

.portraitBorderGold {
  width: 440px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border: 14px solid rgb(218, 180, 81);
  border-radius: 3px;
}

.coaching-logo-div {
  display: grid;
  grid-template-columns: 3fr 1fr;
}

.coaching-logo-div-ap {
  display: grid;
  place-items: center;
  grid-template-columns: 1fr 1fr;
}

.blueBorderThick {
  display: grid;
  place-items: center;
  border: 14px solid rgba(18, 44, 79);
}

.logo-size {
  height: 180px;
}

.logo-size-ap {
  height: 110px;
}

.row1 {
  display: grid;
  place-items: flex-start;
  column-gap: 30px;
  grid-template-columns: auto 1fr;
  width: 85%;
  margin: 1em 0em;
}

.about {
  display: grid;
  place-items: center;
  width: 100%;
}

.column1 {
  display: grid;
  place-items: center;
  width: 80%;
  margin: 2rem 0rem;
}

.column2 {
  display: grid;
  place-items: center;
  padding: 1rem;
  background-color: rgb(218, 180, 81);
  margin: 8px;
}

iframe {
  width: 1040px;
  height: 265px;
  border-radius: 12px;
  background-color: rgb(218, 180, 81);
  padding: 1em;
}

.podcast-row {
  display: grid;
  place-items: center;
  grid-gap: 1.5rem;
}
/* 
.podcast-div-special {
    border-radius: 12px;
    background-color: rgb(218,180, 81);
    padding: 1em;
} */

.pod-p {
  font-size: 24px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 0em;
}

.byu-id-layout {
  display: grid;
  place-items: center;
  grid-template-columns: auto 1fr;
  width: 1008px;
  border: solid 1em rgb(40, 40, 40);
  border-radius: 8px;
  background-color: rgb(40, 40, 40);
  grid-gap: 1em;
}

.thumbnail-lg {
  border-radius: 10px;
  height: 200px;
  width: 200px;
}

.left {
  margin-right: 225px;
}

.right {
  margin-left: 225px;
}

/* Headings */

h1 {
  font-size: 3.6rem;
  padding: 0.4rem;
  color: rgb(218, 180, 81);
  font-family: "Montserrat", sans-serif;
}

h2 {
  font-size: 1.2rem;
  padding: 0.15rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
}

/* Fonts, weights, colors and Sizes */

.times {
  font-family: "Times New Roman", serif;
}

.blue {
  color: rgb(18, 44, 79);
}

.bold {
  font-weight: bold;
}

.plain {
  text-decoration: none;
  color: #122c4f;
}
.plain h5 {
  font-weight: 200;
}
.plain.active h5 {
  font-weight: bold;
}
/* HTML Elements */

p {
  font-size: 18px;
  color: rgb(18, 44, 79);
  padding: 0.75em;
  padding-top: 5px;
}

li {
  list-style-type: none;
  font-size: 18px;
  line-height: 24px;
  padding-left: 1.4rem;
}

.justifyLeft-coaching {
  justify-self: start;
}

/* Accent CSS */

.divider {
  width: 150px;
  border-bottom: 1px solid rgb(218, 180, 81);
  border-top: 1px solid rgb(218, 180, 81);
  margin-bottom: 1em;
}

.specialDivider {
  width: 150px;
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin: 0.25em 0em;
}

.div-540 {
  display: none;
}

@media only screen and (max-width: 1315px) {
  .row1 {
    width: 100%;
  }

  .container {
    width: 94%;
    margin: 2em 0em;
  }

  iframe {
    width: 900px;
    height: 265px;
  }
}

@media only screen and (max-width: 1050px) {
  .container {
    width: 100%;
    margin: 2em 1em;
    padding: 1em;
  }

  .portraitBorder {
    width: 360px;
  }

  .portraitBorderGold {
    width: 360px;
  }

  .column1 {
    width: 90%;
  }

  .font16 {
    font-size: 17px;
  }
}

@media only screen and (max-width: 975px) {
  .font16 {
    font-size: 16px;
  }

  iframe {
    width: 800px;
    height: 265px;
  }
}

@media only screen and (max-width: 925px) {
  .portraitBorder {
    width: 350px;
  }

  .portraitBorderGold {
    width: 350px;
  }

  .column1 {
    width: 95%;
    margin: 1.2rem 0rem;
  }

  .column2 {
    padding: 1rem 0.2rem;
  }

  .logo-size-ap {
    height: 100px;
  }
}

@media only screen and (max-width: 860px) {
  .portraitBorder {
    width: 440px;
  }

  .portraitBorderGold {
    width: 440px;
  }

  .row1 {
    grid-template-columns: none;
    grid-template-rows: auto auto;
    column-gap: 0px;
    row-gap: 10px;
    width: 90%;
  }

  .column2 {
    padding: 1rem 0.2rem;
  }

  .font16 {
    font-size: 15px;
    padding: 0.75rem 0.25rem;
  }

  iframe {
    width: 700px;
    height: 185px;
  }
}

@media only screen and (max-width: 795px) {
  .font16 {
    font-size: 18px;
    text-align: center;
    padding: 0.75rem 3rem;
  }
}

@media only screen and (max-width: 760px) {
  iframe {
    width: 600px;
    height: 170px;
    padding: 0.5em;
  }
}

@media only screen and (max-width: 680px) {
  .font16 {
    font-size: 17px;
    padding: 0.75rem 2.5rem;
  }

  .portraitBorder {
    width: 400px;
  }

  .portraitBorderGold {
    width: 400px;
  }

  h1 {
    font-size: 3rem;
  }

  p {
    font-size: 17px;
  }

  li {
    font-size: 17px;
  }

  .column1 {
    margin: 0rem 0rem 1.2rem 0rem;
  }

  iframe {
    width: 550px;
    height: 98px;
  }
}

@media only screen and (max-width: 640px) {
  .font16 {
    font-size: 16px;
  }

  .portraitBorder {
    width: 380px;
  }

  .portraitBorderGold {
    width: 380px;
  }

  h2 {
    font-size: 17.5px;
  }
}

@media only screen and (max-width: 600px) {
  .font16 {
    padding: 0.75rem 1.5rem;
  }

  h2 {
    font-size: 17px;
  }

  iframe {
    width: 500px;
  }
}

@media only screen and (max-width: 570px) {
  .font16 {
    padding: 0.75rem 1.25rem;
  }

  h2 {
    font-size: 16px;
  }

  .container {
    margin: 1em 0em 1.5em 0em;
  }

  iframe {
    width: 480px;
  }

  .podcast-row {
    grid-gap: 1rem;
  }
}

@media only screen and (max-width: 540px) {
  .coaching-logo-div {
    display: none;
  }

  .div-540 {
    display: grid;
    place-items: center;
  }

  .container {
    width: 94%;
  }

  .auto-div {
    display: grid;
    place-items: center;
    grid-template-columns: auto 1fr;
  }

  .portraitBorder {
    border: 10px solid rgba(18, 44, 79);
  }

  .portraitBorderGold {
    border: 10px solid rgb(215, 180, 81);
  }

  .blueBorderThick {
    border: 10px solid rgba(18, 44, 79);
  }

  .logo-size {
    height: 100px;
  }

  p {
    padding: 0.4em;
  }

  iframe {
    width: 460px;
  }
}

@media only screen and (max-width: 510px) {
  .column2 {
    margin: 5px;
  }

  p {
    font-size: 16px;
  }

  li {
    font-size: 16px;
  }

  .font16 {
    font-size: 15px;
  }

  iframe {
    width: 460px;
  }

  .container {
    width: 98%;
  }

  .logo-size {
    width: 100px;
  }

  .logo-size-ap {
    width: auto;
  }
}

@media only screen and (max-width: 495px) {
  .container {
    width: 98%;
  }

  .blueBorderThick {
    border: 8px solid rgba(18, 44, 79);
  }

  iframe {
    width: 420px;
    padding: 0em;
    height: 80px;
  }
}

@media only screen and (max-width: 475px) {
  .portraitBorder {
    width: 350px;
  }

  .portraitBorderGold {
    width: 350px;
  }

  .font16 {
    font-size: 14px;
  }

  h2 {
    font-size: 15px;
    text-align: center;
  }

  .logo-size-ap {
    height: 80px;
    width: auto;
  }

  .container {
    padding: 1em 0em;
  }
}

@media only screen and (max-width: 450px) {
  iframe {
    width: 380px;
  }
}

@media only screen and (max-width: 410px) {
  iframe {
    width: 355px;
  }
}

@media only screen and (max-width: 400px) {
  p {
    font-size: 15px;
  }

  li {
    font-size: 15px;
  }

  h2 {
    font-size: 14px;
  }

  h1 {
    font-size: 2.8rem;
  }

  .portraitBorder {
    width: 300px;
  }

  .portraitBorderGold {
    width: 300px;
  }

  .font16 {
    padding: 0.7rem 0.25rem;
    font-size: 13.5px;
  }
}

@media only screen and (max-width: 380px) {
  h2 {
    font-size: 13.5px;
  }

  .font16 {
    font-size: 13px;
  }

  .portraitBorder {
    width: 290px;
  }

  .portraitBorderGold {
    width: 290px;
  }

  iframe {
    width: 340px;
  }
}

@media only screen and (max-width: 360px) {
  h2 {
    font-size: 18px;
  }

  .font16 {
    font-size: 15px;
    padding: 0.75rem 0.75rem;
  }
}
