




.profileHeader{
  width:100%;
  height:53%;
  float:left;
  margin-top: 3%;
  box-shadow: 2px 2px 6px silver;

}

.bannerContainer{
  width:100%;
  height:65%;
  float:left;
  background-image: linear-gradient(rgb(1,119,69), rgb(255,255,255));
}
.profileBannerElement{
  width:70%;
  height: 100%;
  float: left;
  margin-left: 15%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.UserContent{
  width:70%;
  height: 17%;
  float: left;
  margin-left: 15%;
  background-color: white;
  border-bottom: 1px solid silver;
  padding-bottom: 1%;
  transition: all .2s ease;
}
.ProfilePicture{
  width: 11.12%;
  height: 146%;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  margin-left: 2%;
  margin-top: -3%;
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.UserCoaninter{
  width:50%;
  height: 100%;
  float:left;
  transition: all .2s ease;

}
.ProfileName{
  width: 100%;
  height: auto;
  font-weight: bold;
  float: left;
  font-size: 1.9em;
  margin-left: 2%;
  margin-top: 1%;
}
.ProfileUserName{
  font-size: 1rem;
  font-weight: 500;
  color: #017745;
}
.LastOnlineP{
  width: 100%;
  height: auto;
  float: left;
  font-size: .7em;
  margin-left: 2%;
  margin-top: 0.5%;
  color: silver;
}
.ButtonCoaninter{
  display: flex;
  gap: 12px;
  margin-left: auto;
}
@media (max-width: 600px) {
  .UserContentMain {
    flex-direction: row;
    text-align: center;
    padding: 24px 16px;
  }
  .ProfileNameMain {
    font-size: 1rem;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.02em;
}
  .ButtonCoaninter {
    margin-left: 0;
    margin-top: 16px;
    width: 100%;
    justify-content: center;
  }
}
.profilemenuOptions{
  width:70%;
  height: 10%;
  float: left;
  background-color: white;
  padding-bottom: 1%;
  margin-left: 15%;
  transition: all .1s ease;
}
.profileopt{
  width: auto;
  height: auto;
  margin-top: 1.5%;
  margin-left: 3%;
  float: left;
  color: grey;
  text-align: center;
  font-size: 1.35em;
  text-decoration: none;
  transition: all .2s ease;
  animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
}
.profileopt:hover{
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  padding-bottom: 10px;
  border-bottom: 3px solid rgb(0,50,29);
}
.optSelected{
  background-image: linear-gradient(rgb(0,50,29), rgb(1,119,69));
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
    border-bottom: 3px solid rgb(0,50,29);
      padding-bottom: 10px;
    animation: fadein 3s, fromTop .4s,borderBottom 2s;
}
.AboutSections{
  width:100%;
  height:auto;
  float:left;
  background-color: #dddd;
}
.About{
  width:60%;
  height:auto;
  float:left;
  margin-left: 20%;
}
.AboutSectionItem{
  width:100%;
  height: auto;
  float: left;
  margin-top: 1%;
  border-radius: 20px;
  box-shadow: 2px 2px 6px silver;
  background-color: white;
  padding-bottom: 2%;
}
.AboutSectionItemTitle{
  width: 60%;
  height: auto;
  float: left;
  margin-left: 1%;
  margin-top: 0.5%;
  color: rgb(24, 24, 24);
  font-size: 1.8em;
  margin-top: 2%;
  margin-bottom: 1%;
  font-weight: 500;
  transition: all 300ms linear;
}
.AboutSectionItemContent{
  width: 90%;
  height: auto;
  float: left;
  margin-left: 5%;
  color: rgb(24, 24, 24);
  font-size: 1.4em;
}
.Large{
  min-height: 20%;
}
.Mediuem{
  min-height: 14%;
}
.Small{
  min-height: 4%;
}
.AboutSectionLinks{
  width:100%;
  height: auto;
  float: left;
  margin-top: 1%;
  border-radius: 20px;
  box-shadow: 2px 2px 6px silver;
  background-color: white;
  padding-bottom: 2%;
}
.AboutSectionLinkHolder{
  width:100%;
  height: auto;
  float: left;
  margin-top: 2%;
}
.AboutSectionLinkTitle{
  width: 90%;
  height: auto;
  float: left;
  margin-left: 5%;
  color: rgb(24, 24, 24);
  font-size: 1.3em;
}
.AboutSectionLinkContent{
  width: 90%;
  height: auto;
  float: left;
  margin-top: 0.5%;
  margin-left: 6%;
  color: rgb(24, 24, 24);
  font-size: 1em;
}
.LinkSmall{
  min-height: 5%;
}
.profileBannerOverlay{
  width:100%;
  height: 100%;
  float:left;
  background-color: rgba(24, 24, 24,0.6);
}
.editIconProfile{
  width:5%;
  height: auto;
  position: relative;
  top: 47.5%;
  left:47.5%;
  opacity: 0.7;
  padding: 1% 1% 1% 1%;
  transition: all .3s ease;
  cursor: pointer;
}
.editIconProfile:hover{
  transform: scale(1.05);
  background-color: #dddd;
  border-radius: 50%;

}
.editIconProfileLarger{
  width:30%;
  height: auto;
  position: relative;
  top: 35%;
  left:35%;
  opacity: 0.7;
  padding: 1% 1% 1% 1%;
  transition: all .3s ease;
  cursor: pointer;
}
.editIconProfileLarger:hover{
  transform: scale(1.05);
  background-color: #dddd;
  border-radius: 50%;
}
.MainPhotoTitleBar{
  width:100%;
  height: 6%;
  float: left;
  padding-top: 3%;
}
.PhotoTitle{
  width: 45%;
  height: auto;
  float: left;
  margin-left: 10%;
  color: rgb(24, 24, 24);
  font-size: 2em;
}
.AddPhotoButton{
  width: auto;
  height: auto;
  float: left;
  margin-left: 12%;
  margin-top: 0.5%;
  color: rgb(24, 24, 24);
  font-size: 1.3em;
}
.photo{
  width:31%;
  margin-left: 1%;
  margin-right: 1%;
  height:23%;
  border-radius: 10px;
  box-shadow: 1px 1px 3px silver;
  float:left;
  background-position: center center;
  background-size: 100% auto;
  margin-top: 1%;
  transition: all .4s ease;
  cursor: pointer;
      background-repeat: no-repeat;
      background-color: rgba(0, 0, 0, 0.2);
}
.photo:hover{
  box-shadow: 1px 1px 4px black;
  background-size: 120% auto;
}
.photoOverlay{
  width: 100%;
  height: 100%;
  float:left;
}
.SinglePhotoTitleBar{
  width:100%;
  height: 15%;
  float: left;
}
.editOptions{
  width: 8%;
  height: auto;
  float: left;
  margin-left:80%;
  margin-top: 1%;
  padding: 1% 1% 1% 1%;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  cursor: pointer;
}
.editOptions:hover{
    background-color: rgba(0, 0, 0, 0.9);
}
.photoOverlayFiller{
  width:100%;
  height: 60%;
  float: left;
}
.photoOverlayTitleBar{
  width:100%;
  height: 25%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  float: left;
}
.photoOverlayTitle{
  width: 90%;
  font-size: 0.99em;
  font-weight: bold;
  height: auto;
  float: left;
  color:white;
  margin-left: 2%;
}
.photoOverlayCreateOn{
  width: 90%;
  margin-left: 2%;
  margin-top: 3px;
  font-size: 0.8em;
  height: auto;
  float: left;
  color:white;
}
.dropOptionPhoto {
    width: 100%;
    height: auto;
    margin-top: 0.5%;
    float: left;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    vertical-align: middle;
    text-transform: none;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
}
.dropOptionPhoto:hover{
  background-color: #dddddd;
}
.DontShow{
  width:80%;
  height: auto;
  float: left;
  color:rgb(22,22,22);
  float: left;
  font-size: 1.1em;
  margin-left: 10%;
  margin-top: 2%;
  text-align: center;
}
@media only screen and (max-width: 1000px) {
  .profileBannerElement {
    width: 100%;
    height: 100%;
    float: left;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin-left: 0%;
  }
  .UserContent {
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    border-bottom: 1px solid silver;
    padding-bottom: 1%;
    margin-left: 0%;
  }
  .profilemenuOptions {
    width: 100%;
    height: auto;
    float: left;
    background-color: white;
    padding-bottom: 1%;
    margin-left: 0%; 
    overflow-x: auto;
    white-space: nowrap;
  }
  .profileopt {
    width: auto;
    height: auto;
    margin-top: 1.5%;
    margin-left: 3%;
    display: inline-block;
    color: grey;
    float:unset;
    text-align: center;
    font-size: 0.9em;
    text-decoration: none;
    transition: all .2s ease;
    animation: fadein 3s, fromTop .4s, colorShiftToWhite 2s;
  }
  .profileHeader {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 3%;
    box-shadow: 2px 2px 6px silver;
}
  .ProfilePicture {
    width: 20%;
    height: 10%;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    margin-left: 0%; 
    margin-top: -2%;
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }
  .UserCoaninter {
    width: 80%;
    height: auto;
    float: left;
}
  .bannerContainer {
    width: 100%;
    height: 35%;
    float: left;
    background-image: linear-gradient(rgb(1,119,69), rgb(255,255,255));
  }
 
}
