body {
  /* background-color: white; */
  background-image: linear-gradient(#d9c4b5, white, #d9c4b5);
  margin: 0px;
  color: black;
  text-decoration: none;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 2fr minmax(1fr, 40px) 3fr 6fr 2fr;
  grid-template-areas:
    "header header header header"
    "links1 links2 links3 links4"
    "title title title title"
    "body body body body"
    "footer footer footer footer";
}

#headerImage {
  /* width: 50%; */
  /* margin-left: 25%; */
  /* width: 100%; */
  max-width: 100%;
  /* margin: auto auto; */
  /* width: 50%; */
  text-align: center;
  grid-area: header;
  /* background-color: blue; */
  margin-top: 30px;
  margin-bottom: 30px;
}

#links {
  /* width: 80%; */
  display: flex;
  margin-bottom: 0px;
  margin-top: 30px;
  /* background-color: white; */
  /* width: 100%; */
  text-decoration: none;
  font-family: "Qwigley";
  grid-area: links;
}

#links a {
  flex: 1;
  /* width: 25%; */
  text-align: center;
  font-size: 3em;
  /* width: 100%; */
  background-color: white;
  font-family: "Qwigley";
  text-decoration: none;
  color: #012d56;
  margin: 0px;
}

#title {
  grid-area: title;
}

#body {
  /* background-color: #d9c4b5; */
  /* width: 100%; */
  /* text-align: center; */
  margin-top: 0px;
  margin-block-start: 0px;
  grid-area: body;
  width: 100%;
  /* margin-left: 20%; */
  /* min-height: 900px; */
}

#footer {
  grid-area: footer;
}

/* #innerBody {
  /* width: 50%; */
/* margin-left: 25%; */
/* text-align: center; */
/* } */
/* */
h1 {
  font-family: "Windsong";
  font-size: 9vw;
  font-weight: normal;
  text-align: center;
  padding-top: 30px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#title h1 {
  font-size: 7vw;
}

#scriptureCollectionsDropDown {
  /* width: 100%; */
  /* position: absolute; */

  grid-area: links1;
  background-color: white;
  display: block;

  padding-top: 40px;
  /* display: none; */
}

#collectionSummaries {
  grid-area: links3;
  background-color: white;
}

#theBasics {
  grid-area: links2;
  background-color: white;
}

#helpfulTips {
  grid-area: links4;
  background-color: white;
}

#collectionSummaries:hover,
#theBasics:hover,
#helpfulTips:hover,
#scriptureCollectionsDropDown:hover {
  background-color: grey;
}

.link {
  font-family: "Raleway";
  font-size: 1.5em;
  text-decoration: none;
  color: #012d56;
  font-style: italic;
  padding-top: 40px;
  min-height: 80px;
}

.link:hover {
  background-color: grey;
}

#dropdownInside {
  position: absolute;
  background-color: white;
  width: 25%;
  display: none;
}

.ddlink a {
  font-size: 1.5em;
  font-family: "Raleway";
  font-style: italic;
  text-decoration: none;
  color: #012d56;
  margin-bottom: 0px;
  margin-block-start: 0px;
  padding: 0px;
  width: 100%;
}

.ddlink:hover {
  background-color: grey;
}

/* #waterImage {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  min-height: 900px;
} */
#backgroundWhite {
  position: absolute;
  opacity: 0.6;
  left: 50%;
  transform: translate(-50%, 5%);
  width: 70%;
  max-width: 800px;
  min-height: 800px;
}

#textBlock {
  /* position: absolute;
  width: 60%;
  max-width: 700px;
  left: 50%;
  transform: translate(-50%, 15%); */
  background-image: url("../waterLayer.png");
}

.extLogo {
  height: 30px;
}

.extLink {
  display: block;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
}

h3 {
  font-family: "Qwigley";
  font-size: xx-large;
}

/* #blessed {
  font-size: 4vw;
} */

.playlistLink {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
}

#topPlaylistLink {
  margin-top: 40px;
}

/* #textContainer {
  width: 100%;
} */
.textContainer,
.tipBox {
  width: 60%;
  /* height:100%; */
  margin-left: 20%;

}

#textBlock,
#scriptureBlock,
#videoBlock,
#pdfBlock,
#headphonesBlock,
#musicBlock,
#meditationBlock,
#upbeatBlock,
#contemporaryBlock,
#tryallBlock,
#gettingMostBlock,
#repetitionBlock,
#peaceBlock,
#beatitudesBlock,
#armorBlock,
#wisdomBlock,
#IAMBlock,
#loveBlock,
#actionBlock {
  width: 100%;
  background-size: 100% 100%;

  padding: 4%;
  font-family: "Kaushan Script";
  color: #012d56;
  font-size: 1.5em;

}



#scriptureBlock,
#videoBlock,
#pdfBlock,
#headphonesBlock,
#musicBlock,
#meditationBlock,
#upbeatBlock,
#contemporaryBlock,
#tryallBlock,
#gettingMostBlock,
#repetitionBlock,
#peaceBlock,
#beatitudesBlock,
#armorBlock,
#wisdomBlock,
#IAMBlock,
#loveBlock,
#actionBlock {
  margin-top: 10px;
  margin-bottom: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 1%;
  text-align: left;
  padding-left: 5%;
  background-image: url("../resizedWaterBG.png");
}

#tipBox p {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-block-start: 0px;
  margin-block-end: 0px;
  padding: 0px;
}

#pdffix {
  width: 800px;
  height: 980px;
  margin-bottom: 30px;
  margin-top: 0px;
  margin-block-start: 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);

}

#deviceMsg {
  display: none;

}
#phoneLink{
  display: none;
}

@media screen and (max-width:1000px) {



  #pdffix {
    /* max-height: 100px;
    max-width: 100px;
    width: auto;
    height: auto; */
    display: none;

  }
  #deviceMsg{
    display: block;
    width:80%;
     margin-left: auto;
    margin-right:auto;
  }
  #phoneLink {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-decoration: none;
    color:white;
    background-color: #79b7f1;
    width:50%;
    border-radius: 10%;
    margin-left: auto;
    margin-right:auto;
    font-size: 3em;
    border: 4px solid black;
  }
}


#body p {
  margin-block-start: 0px;
  margin-block-end: 0px;
}

/* #textBlock {
  /* background-color: blue; */
/* color: blue; *