 body, html {
    font-family: 'Lato', sans-serif;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin: 0;
}
.studiobg {
    background-image: url("./images/studiobg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.studiodarkbg {
    background-image: url("./images/studiodarkbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.modelbg {
    background-image: url("./images/modelbg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.header {
    background: rgba(0, 0, 0, 0.1);
    color: white; 
    border-bottom: 0.5px solid rgba(204, 204, 204,0.5);
    display: flex;
    align-items: center;
    height: 60px;
    flex-shrink: 0;
}
.whitelogo {
    margin-left: 25px;
    padding: 10px 0px;
    width: 200px;
}
.actions {
    margin-left: auto;
    margin-right: 30px;
    display: flex;
    /* flex-direction: unset;
    align-items: unset; */
}
.actions div {
    text-decoration: none;
    color: white;
    padding: 10px;
    letter-spacing: 2px;
    font-size: .9rem;
}
.actions a {
    text-transform: uppercase;
    text-decoration: none;
    color: white;
    padding: 10px;
    letter-spacing: 2px;
    font-size: 1rem;
}
/* .actions button {
    font-size: .8rem;
    background-color: rgba(228, 73, 84, 1.0);
    border: 0;
    color:white;
    box-shadow: none;
    padding: 0px 10px;
    text-decoration: none;
    letter-spacing: 1.5px;
    text-transform: uppercase;
} */
.login {
    display: flex;
    color: white;
    flex-flow: row wrap;
    flex: 1 100%;
    justify-content: flex-end;
    padding-right: 30px;
}
.loginError {
    color: rgb(255, 23, 23);
    padding-bottom: 15px;
}
.hide {
    display: none !important;
}
.content {
    display: flex;
    /* height: calc(100% - 100px); */
    height: 100%;
    flex-direction: column;
    flex-grow: 1;
}
.footer {
    background: #1f1f1f;
    border-top: 0.5px solid rgba(204, 204, 204,0.5);
    width: 100%;
    height: 40px;
    color: white;
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.footer a {
    color: silver;
    text-decoration: none;
    font-weight: 400;
}
.footerCopyright {
    color: silver;
    margin-left: 25px;
    font-weight: 400;
    font-size: .8rem;
}
.welcomeBox {
    border-radius: 3px;
    width: 50%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}
.welcomeHeading {
    color: white;
    font-size: 60px;
    font-weight: 300;
}
.welcomesubTitle {
    color: white;
    font-size: 20px;
    font-weight: 300;
    padding-top: 30px;
    line-height: 30px;
}
.appstoreButtonBox {
    padding-top: 30px;
}
.loginBox {
  width: 360px;
  padding: 8% 0 0;
  margin: auto;
}
.loginBox form {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.loginBox input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.loginBox button {
  text-transform: uppercase;
  outline: 0;
  background: rgba(0, 159, 232, 1.0);
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.loginForm button:hover,form button:active,form button:focus {
  background: rgb(0, 114, 167);
}
.loginForm .message {
  margin: 15px 0 0;
  color: #1f1f1f;
  font-size: 12px;
}
.userHeading {
    display: flex;
    width: 100%;
}
.userAvatar {
    width: 180px;
    height: 180px;
    padding: 30px;
}
.userAvatar img {
   display: block;
   width: 100%;
   height: 100%;
   border-radius: 50%;
   object-fit: cover;
   border: 3px solid white;
}
.userIntro {
    color: white;
    display: flex;
    flex-direction: column;
}
.userName{
    font-weight: 300;
    font-size: 3rem;
    padding-top: 5px;
    text-transform: uppercase;
}
.userID{
    color: rgba(63, 194, 153, 1.0);
    font-weight: 800;
    font-size: 0.9rem;
    padding-top: 25px;
    text-transform: uppercase;
}
.changeURL{
    color: rgba(0, 159, 232, 1.0);
    font-weight: 800;
    font-size: 0.9rem;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}
.profileTypes{
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 5px;
    text-transform: uppercase;
}
.userLocation{
    font-weight: 300;
    font-size: 1.0rem;
    padding-top: 5px;
    text-transform: uppercase;
}
.userIndicators{
    display: flex;
    font-weight: 400;
    font-size: 0.8rem;
    padding-top: 15px;
    text-transform: uppercase;
    align-items: center;
    
}
.indicatorEliteBubble {
  height: 15px;
  width: 15px;
  background-color: #FFB717;
  border-radius: 50%;
  display: inline-block;
}
.indicatorAgencyBubble {
  height: 15px;
  width: 15px;
  background-color: #185CCE;
  border-radius: 50%;
  display: inline-block;
}
.indicatorPublishedBubble {
  height: 15px;
  width: 15px;
  background-color: #3FC299;
  border-radius: 50%;
  display: inline-block;
}
.indicatorElite {
    color: white;
}
.indicatorAgency {
    color: white;
}
.indicatorPublished {
    color: white;
}
#indicatorElite, #indicatorAgency, #indicatorPublished {
    padding-right: 30px;
    padding-left: 5px;
    letter-spacing: .5px;
}
.indicatorInactiveBubble {
  background-color: gray;
}
.indicatorInactive {
  color: gray;
}
.uploadArea {
    margin-left: auto;
    margin-right: 60px;
    padding-top: 30px;
    width: 400px;
}
.managePortfolioArea {
    margin-left: auto;
    margin-right: 30px;
    padding-top: 30px;
    width: 400px;
    display: flex;
}
.managePortfolioArea button {
  text-transform: uppercase;
  outline: 0;
  background: rgba(0, 159, 232, 1.0);
  border: 0;
  padding: 10px;
  color: #FFFFFF;
  font-size: 15px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  font-weight: 700;
  height: 50px;
  width: 200px;
  margin-right: 10px;
}
.greenButton {
    text-transform: uppercase;
    outline: 0;
    background: rgba(63, 194, 153, 1.0);
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: 700;
}
.blueButton {
    text-transform: uppercase;
    outline: 0;
    background: rgba(0, 159, 232, 1.0);
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 12px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
    font-weight: 700;
}
#buttonBackToProfile {
    margin-bottom: 30px;
}
.managePortfolioArea button:hover,form button:active,form button:focus {
  background: rgb(0, 114, 167);
}
.manageSingleImage {
    display: flex;
    flex-direction: column;
}
.buttonDeleteImage {
  text-transform: uppercase;
  outline: 0;
  background: rgb(216, 35, 29);
  border: 0;
  padding: 5px;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  margin: 1px;
}
.filePondArea {
    background-color: lightslategray;
}
/* .uploadArea button {
  text-transform: uppercase;
  outline: 0;
  background: rgba(0, 159, 232, 1.0);
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 12px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.uploadArea button:hover,form button:active,form button:focus {
  background: rgb(0, 114, 167);
} */
.userTabs {
  min-width: 320px;
  max-width: 100%;
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  /* background: #fff; */
}
.userTabs section {
  display: none;
  padding: 20px 0 0;
  border-top: 1px solid  rgba(204, 204, 204,0.8);
}
.userTabs input {
  display: none;
}
.userTabs label {
  display: inline-block;
  margin: 0 0 -1px;
  padding: 15px 25px;
  font-weight: 700;
  text-align: center;
  color: gray;
  border: 1px solid transparent;
}
.userTabs label:before {
  font-weight: normal;
  margin-right: 10px;
}
/* .userTabs label[for*='1']:before { font-family: 'Font Awesome 5 Free';font-weight: 400;content: '\f1c5'; }
.userTabs label[for*='2']:before { font-family: 'Font Awesome 5 Free';font-weight: 400;content: '\f17d'; }
.userTabs label[for*='3']:before { font-family: 'Font Awesome 5 Free';font-weight: 400;content: '\f16b'; } */
.userTabs label:hover {
  color: white;
  cursor: pointer;
}
.userTabs input:checked + label {
  color: white;
  border-bottom: 5px solid rgba(0, 159, 232, 1.0);
}
.userTabs #tab1:checked ~ #content1,
.userTabs #tab2:checked ~ #content2,
.userTabs #tab3:checked ~ #content3 {
  display: block;
  color: silver;
  font-weight: 300;
}
.portfolioContainer {
    max-width: 100%;
    margin: 0 auto;
}
.portfolioImages {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: stretch;
    padding: 0;
    max-width: 100%;
}
.portfolioImages img {
    display: block;
    float: left;
    flex: 0 0 auto;
    background-color: rgb(0, 0, 0);
    width: 180px;
    height: 180px;
    padding: 1px;
    object-fit: cover;
    opacity: 1.0;
}
.portfolioImages img:hover {
    opacity: 0.8;
    cursor: pointer;
    /* background-color: white; */
}
.bioContainer {
    padding: 5px;
    font-weight: 400;
    color: white;
    font-size: 1.1rem;
}
.statIntro {
    display: flex;
    padding: 20px;
}
.statIntroLeft {
    display: flex;
    flex-direction: column;
    padding-right: 100px;
}
.statIntroRight {
    display: flex;
    flex-direction: column;
}
.experience {
    font-weight: 700;
    font-size: 1.2rem;
    padding-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.rateBox {
    border: white 1px solid;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rateTitle {
    font-weight: 300;
    vertical-align: top;
    font-size: .9rem;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.rateValue {
    font-weight: 400;
    padding-bottom: 10px;
}
.stars {
    padding-bottom: 15px;
    color:rgba(0, 159, 232, 1.0);
}
.lastOnlineTitle, .willTravelTitle, .doesTFPTitle {
    padding-bottom: 5px;
    text-transform: uppercase;
    display: flex;
}
.lastOnlineValue, .willTravelValue, .doesTFPValue {
    font-weight: 400;
    text-transform: none;
    padding-left: 10px;
}
.attributes {
    display: flex;
    padding: 20px;
    flex-direction: column;
}
.attTitle {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.attBoxes {
    display: flex;
    padding-top: 20px;
    flex-wrap: wrap;
}
.attBoxTitle {
    font-weight: 300;
    vertical-align: top;
    font-size: .9rem;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.attBoxValue {
    font-weight: 400;
    padding-bottom: 10px;
}
.attBox {
    border: rgba(255, 255, 255, 0.8) 1px solid;
    padding-left: 20px;
    padding-top: 5px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-bottom: 20px;
}
.genres {
    display: flex;
    padding: 20px;
    flex-direction: column;
}
.genreHeading {
    font-size: 1.2rem;
    text-transform: uppercase;
}
.genreBoxes {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    padding-top: 20px;
}
.genreTitle {
    font-size: 1.2rem;
    font-weight: 400;
}
.genreDisabled {
    color: gray;
}
.statsBorder {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.terms {
    color: white;
    padding: 60px;
}
.noProfile {
    padding: 60px;
    color: white;
}
/* Small screens */
@media screen and (max-device-width: 667px) and (orientation: portrait), (max-width: 640px) {
    .modelbg {
        background-image: url("./images/modelbg_narrow.jpg");
    }
    .header {
        flex-direction: column;
        height: 180px;
    }
    .whitelogo {
        width: 300px;
        margin-left: unset;
    }
    .actions {
        margin-left: unset;
        margin-right: unset;
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
    }
    .actions a{
        font-size: 1.6rem;
    }
    .welcomeHeading {
        font-size: 48px;
    }
    .welcomesubTitle {
        font-size: 18px;
    }
    .welcomeBox {
        width: 80%;
    }
    .loginBox {
        margin-top: 30%;
    }
    .content {
        height: calc(100% - 180px);
    }
    .userHeading {
        flex-direction: column;
        align-items: center;
    }
    .userAvatar {
        padding: 20px;
    }
    .userName{
        padding-top: unset;
    }
    .userID{
        padding-top: unset;
    }
    .userIntro {
        align-items: center;
    }
    .uploadArea {
        display: none;
    }
}
/* Mobile Retina-specific stuff here */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait)  { 
    .welcomeHeading {
        font-size: 80px;
    }
    .welcomesubTitle {
        font-size: 40px;
        line-height: 45px;
    }
    .appstoreButtonBox img{
        padding-top: 80px;
        height: 100px;
        width: unset;
    }
    .header {
        height: 80px;
    }
}


@media not all and (min-resolution:.001dpcm) and (max-device-width: 667px) and (orientation: portrait), (max-width: 640px) { 
    .content {
        height: calc(100% - 0px);
    }
}
@media screen and (min-width: 1024px) {
  .photos img {
    width: calc(100%/6);
    height: calc(100%/6);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .photos img {
    width: calc(100%/4);
    height: calc(100%/4);
  }
}

@media screen and (min-width: 481px) and (max-width: 768px) {
  .photos img {
    width: calc(100%/3);
    height: calc(100%/3);
  }
}

@media screen and (min-width: 321px) and (max-width: 480px) {
  .photos img {
    width: calc(100%/2);
    height: calc(100%/2);
  }
}

@media screen  and (max-width: 320px) {
  .photos img {
    width: 100%;
    height: 100%;
  }
}
