

 .logo { 
  position:relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 1000px;
 }

 @media screen and (max-width:600px) {
  .logo {
    height: 700px;
  }
}


 #pocket_name {
  position: absolute;
  margin-top: 0%;
  height: 80%;
  width: 80%;
  object-fit: contain;
  min-width: 350px;
  min-height: 350px;
 }

 @media screen and (max-width:600px) {
 #pocket_name {
    height: 50%;
    width: 50%;
  }
}

 #background {
  z-index: -1;
  opacity: 0.7;
  border-radius: 25px;
  position:relative;
  height: 100%;
  width: 100%;
  object-fit: cover;
 }

  
#Intro {
    font: normal /1.5 "Garamond", serif;
    font-style: bold;
    text-align: center;
    top: 700px;
    position: absolute;
    height: auto;
    min-width: fit-content;
    min-height: fit-content;
    word-break: break-word;
    display: block;
    font-size: max(50px, 1.5vw);
  }

  @media screen and (max-width:600px) {
    #Intro {
      font-size:2.2em;
      top: 450px;
      padding:0.1em;
    }
  }

.About_Me_Div {
  border-radius: 25px;
  width:auto;
  height: auto;
  background-color: #293d27;
  margin: auto;
 display: flex;
 justify-content: center;
}

.About_Me h2 {
  font-size: 55px;
}


.About_Me {
  width: 100%;
  height: 100%;
  margin: auto;
  color: #f2e8d0;
  font-family: "Courier New", Monospace;
  text-align: center;
  font-size: 40px;
  padding:0.1em;
}

@media screen and (max-width:600px) {
  .About_Me {
    font-size:20px;
  }
}

@media screen and (min-width:601px) {
  .About_Me {
    font-size:25px;
  }
}

@media screen and (min-width:818px) {
  .About_Me {
    font-size:30px;
  }
}

@media screen and (min-width:957px) {
  .About_Me {
    font-size:32px;
  }
}

@media screen and (min-width:1743px) {
  .About_Me {
    font-size:40px;
  }
}

  

.About_Me_Image {
 width: 60%;
  height: 60%;
  margin: auto;
  display: flex;
  justify-content: center;
  object-fit: contain;
}

#About_Me_Image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-width: 300px;
  max-width: 900px;
  margin-bottom: 60px;
}

.Client-Information {
  border-radius: 25px;
  margin-bottom: 0px;
  background-color: #1c1710;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.question {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#Please-note {
  font-size: 2.2em;
  width:70%;
  height:40%;
  padding:20px;
  margin:auto;
  margin-top:3em;
  margin-bottom:2em;
  background-color: #1c1710;
  color: #ffffff;}

@media screen and (max-width:600px) {
  #Please-note {
    font-size:17px;
  }
}

@media screen and (min-width:601px) {
  #Please-note {
    font-size:2.2em;
  }
}

@media screen and (min-width:818px) {
  #Please-note {
    font-size:2.2em;
  }
}

@media screen and (min-width:957px) {
  #Please-note {
    font-size:2.2em;
  }
}

@media screen and (min-width:1743px) {
  #Please-note {
    font-size:2.2em;
  }
}

.questions {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 3em;
  margin-bottom: 3em;
}



.Question {
  font-size: 2.8em;
  color: #ffffff;
  text-align: center;
  border-width: 0.2em;
  border-style: solid;
  border-color: #293d27;
  padding: 0.3em;
  width: 6em;
  height: 3em;
  align-content: center;
}

@media (max-width:600px) {
  .Question {
    font-size: 1.9em;
    margin-bottom: 1em;
  }
}

@media (min-width:601px) {
  .Question {
    margin-bottom: 1em;
    margin-top: 1em;
  }
}

@media (min-width:1982px) {
  .Question {
    margin-bottom: 0em;
  }
}

.Answer {
  font-size: 2.2em;
  color: #ffffff;
  text-align: center;
  margin-left: 1em;
  margin-right: 1em;
  width: 45em;
 align-content:center;
 margin-top: 1em;
}

@media (max-width:600px) {
  .Answer {
    font-size: 1.4em;
  }
}

.Info-List {
  text-align: left;
  align-content: center;
}

.footer {
  background-color:#293d27 ;
  padding-top: 0.1em;
  border-radius: 25px;
  padding-bottom: 2em;
}

.footer h2 {
  color: #f2e8d0;
  text-align: center;
  padding: 0.1em;
  font-size: 2.5em;
}
.footer p {
  color: #f2e8d0;
  text-align: center;
  font-size: 2.2em;
  margin: 0.8em;
  word-break:break-word;
  padding: 0.2em;
}

@media (max-width:600px) {
  .footer p {
    font-size: 1.1em;
  }
}

.social-media {
  width: 5em;
  height: 5em;
  margin: auto;
  display: flex;
  justify-content: center;
}
.Insta-Icon {
  margin: auto;
  display: flex;
  justify-content: center;
  object-fit: contain;
  transition: color 0.2s;
  color: #f2e8d0;
}

.Insta-Icon:hover {
  color: #d533ca;
}

ion-icon {
  font-size: 3.5em;
}
