/* Jane and A-J Pages */

#backgroundlogo {
  filter: opacity(50%);
  width: 100%;
}

#namebackground {
  width: 100vw;
  height: 320px;
  background-color: rgba(237, 230, 214, 0.4);
}

#janelogobackground {
  display: flex;
  width: 100vw;
  height: 320px;
  background: linear-gradient(118deg, rgba(238,238,229,0.5) 5%, rgba(226,224,156,0.5) 21%, rgba(175,210,227,0.5) 52%);
}

#ajlogobackground {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../psychologists/ajrose/ajbackground.png");
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#ajtext {
  display: block;
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}

#janetext {
  display: block;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.descriptioncontainer {
  width: 100vw;
  height: 220px;
  background-color: rgba(237, 230, 214, 0.4);
}

#interestscontainer {
  width: 100vw;
  height: max-content;
}

.interestbox {
  width: max-content;
  font-family: "Soleil", sans-serif;
  font-weight: 600;
  font-size: 12pt;
  padding-left: 30px;
  padding-right: 30px;
}

.col-xs {
  display: flex;
  background-color: #EEECE5;
  justify-content: center;
  padding: 20px;
  margin: 15px;
}

#aboutcontainer {
  width: 100vw;
}

#description {
  width: 40%;
  font-family: "Soleil", sans-serif;
  font-weight: 300;
  font-size: 31pt;
  line-height: 1.2;
  color: #908C83;
}

#description b {
  font-weight: 600;
}

#awards {
  width: 60%;
  font-family: "Soleil", sans-serif;
  font-size: 11pt;
  text-align: right;
  line-height: 2;
  color: #908C83;
}

.ajawards {
  padding-left: 50px;
}

.websitelink {
  font-family: "Soleil", sans-serif;
  font-weight: 600;
  font-size: 18pt;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 40px;
}

.websitelink a {
  color: #908C83;
}

.websitelink a:hover {
  color: #5B4E4E;
}

.arrowicon {
  position: relative;
  display: inline;
  font-size: 14pt;
}

.arrowicon:hover
.arrowicon:hover i.fa
.arrowicon:hover .websitelink {
  color: #5B4E4E;
}

#contactline {
  width: 90%;
  height: 4px;
  margin-left: 5%;
  background-color: #9A968D;
}

#contactpsychbox {
  display: flex;
  width: 400px;
  align-items: center;
  justify-content: space-around;
  margin-top: 60px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.phoneiconbox, .emailiconbox {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  background-color: rgba(237, 230, 214, 0.5);
  transition: all 0.2s ease-in-out;
}

.phoneiconbox i,
.emailiconbox i {
  width: 100%;
  font-size: 37pt;
  text-align: center;
  color: #9A968D;
  margin-top: 26px;
}

.phoneiconbox:hover, .emailiconbox:hover {
  background-color: #DFDBCD;
  transform: scale(1.1);
}

.icontitle {
  font-family: "Soleil";
  font-weight: 700;
  font-size: 14pt;
  position: relative;
  top: 6px;
  left: -5px;
  opacity: 0;
}

a {
  text-decoration: none;
}

#iconmovement {
  padding-top: 3px;
  padding-left: 8px;
}

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

  .descriptioncontainer {
    height: max-content !important;
  }

  .containercontent {
    flex-wrap: wrap;
  }

  #description {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #awards {
    width: 100%;
    text-align: center;
    padding-bottom: 45px;
  }

  #ajtext {
    font-size: 36pt;
  }

}

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

  #description {
    font-size: 28pt;
  }

  .phoneicon {
    position: relative;
    left: 30%;
    width: 10px;
  }

  #namebackground {
    height: max-content;
    padding-bottom: 30px;
  }

  #janelogobackground {
    height: 230px;
  }

  #ajlogobackground {
    height: 200px;
  }

  .interestbox {
    font-size: 11pt;
  }

  #awards {
    padding-left: 30px !important;
    padding-right: 30px;
  }

  .phoneiconbox,
  .emailiconbox {
    transform: scale(0.9);
  }
}

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

  #janetext {
    width: 95vw;
  }

  #ajtext {
    width: 58vw;
  }

}

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

  #description {
    font-size: 20pt;
  }

  #awards {
    font-size: 9.5pt;
  }

  #contactpsychbox {
    width: 100vw;
  }

  .col-xs {
    width: 86vw;
    text-align: center;
  }

}

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

#janelogobackground {
  height: 150px;
}

.websitelink {
  font-size: 14pt;
}

.phoneiconbox, .emailiconbox {
  transform: scale(0.8);
}

.phoneiconbox:hover, .emailiconbox:hover {
  transform: scale(1);
}

}
