* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Geneva, Tahoma, Verdana, sans-serif;
}

html,
body {
  height: 100%;
}
.modelData {
  display: flex;
  flex-wrap: wrap;
  width: 95%;
  margin: auto;
  background-color: #fff;
}
.modelPic {
  flex: 1 100%;
  text-align: center;
}

.modelComment {
  padding: 10px 30px;
}

.nav-bar {
  display: flex;
  justify-content: left;
  padding: 15px 0;
}
.nav-item {
  padding: 0 9px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: 600;
}

.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.site-logo {
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
.site-logo a {
  text-decoration: none;
}

.tagline {
  font-size: 1.3em;
  font-weight: bold;
}
.poweredby {
  padding: 3px 0 0 5px;
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
}

.navJoinButton {
  padding: 20px 30px 0 0;
}

.episode-container {
  width: 100%;
  padding: 0 0px;
}
.list-item {
  flex-basis: 100%;
  padding: 10px 2px;
}

.episode-mainbar {
  flex: 100%;
}
.episode-sidebar {
  display: none;
}

.pic-bar {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  /* background-color: red; */
}

.pic-main {
  width: 100%;
  max-width: 1252px;
}
.pic-vertical {
  width: 50%;
  text-align: center;
  max-height: 100px;
  padding: 3px;
}

.image-vertical {
max-height: 140px;
}

.pic-row {
  width: 50%;
  padding: 3px;
}
.pic-row img {
  max-height: 500px;
}
/* .join-button {
  display: block;
  margin: 0.4em auto;
} */
.join-button {
  display: inline-block;
  padding: 0.46em 1.2em;
  border: 0.1em solid #000000;
  margin: 0 0 0.2em 0;
  border-radius: 0.12em;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
  background-color: #0829b9;
  text-align: center;
  transition: all 0.15s;
}
.join-button:hover {
  text-shadow: 0 0 2em rgba(255, 255, 255, 1);
  color: #ffffff;
  border-color: #ffffff;
}
.headline {
  font-size: 1.2em;
}

.headlineContainer {
  padding: 10px 10px;
}

.comment {
  padding: 10px 10px;
}

.tagsContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 30px;
}

.pornstarListingContainer {
  display: flex;
  flex-wrap: wrap;
}

.pornstarPreview {
  flex-basis: 50%;
  padding: 10px 5px;
}

.pornstarPreview img {
  width: 100%;
}

.listing-title-model {
  width: 100%;
  text-align: center;
  font-size: 1.3em;
  margin: 0 auto;
  padding: 10px 0;
  /* background-color: blue; */
}
.list-item-text {
  color: #444444;
  font-weight: bold;
  text-decoration: none;
  padding: 0 0 0 5px;
}

.list-item-site {
  padding: 5px 0;
}

.list-item-date {
  padding: 5px 0;
  font-size: 0.9em;
  color: gray;
}

.list-item-tags {
  display: flex;
  flex-wrap: wrap;
  margin: 3px 0 0 0;
}

.tagLink {
  text-decoration: none;
  color: white;
  background-color: #0829b9;
  border-radius: 12px;
  margin: 2px 3px;
  padding: 5px 8px;
}
.tagLink:hover {
  text-decoration: underline;
}
.alphaContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px 0;
  width: 100%;
}

.aBox {
  margin: 6px 6px;
  padding: 6px 10px 3px 10px;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
}

.alpha {
  background-color: silver;
  color: #444444;
}

.alpha:hover {
  background-color: #444444;
  color: silver;
}

.selectedAlpha {
  background-color: #444444;
  color: silver;
}

.pagination {
  display: flex;
  width: 100%;
  justify-content: center;
  font-size: 1.4em;
  margin: 50px 0px;
}
.page-number {
  padding: 10px 15px;
}

.pagination a {
  text-decoration: none;
}
.page-number:hover {
  background-color: #000000;
  color: #ffffff;
}
.page-number:hover a {
  background-color: #000000;
  color: #ffffff;
}
.page-current {
  background-color: #000000;
  color: #ffffff;
}
.page-current a {
  text-decoration: none;
}
.pornsite-button {
  font-weight: bold;
  text-transform: uppercase;
}
.sitesContainer {
  display: none;
  flex-wrap: wrap; 
  width: 100%;
  padding:10px 10px;
  justify-content: space-between;
}
.siteButton {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  background-color: #FFFFFF;
  color: blue;
  margin: 4px 2px;
  padding: 10px 15px;
  font-size: 1.3em;
  font-weight: 600;
  text-decoration: none;
}

.siteButton:hover {
  background-color: blue;
  color: #FFFFFF;
}


.siteButtonJoin {
  display: flex;
  /* flex: 1; */
  background-color: red;
  color: #FFFFFF;
  margin: 5px;
  padding: 10px 20px;
  font-size: 1.4em;
  font-weight: 600;
  text-decoration: none;
  text-align:center;
  border-radius: 40px;

  align-items: center;
  justify-content: center;

}

.siteButtonJoin:hover {
  background-color: green;
  color: #FFFFFF;

}

.newestGirlsContainer {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.image {
width: 100%;
}



/*** *** /
/* start videos */
.videos {
  margin: 20px auto;
  /* max-width: 700px; */
  width: 100%;
}
/* Individual video container */
.video-wrap {
  position: relative;
  /* max-width: 700px; */
  width: 100%;
  /* margin-bottom: 10px; */
}
.video-wrap .placeholder {
  /* max-width: 700px; */
  width: 100%;
}
.video-wrap .play-btn {
  position: absolute;
  /* max-width: 700px; */
  width: 100px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  line-height: 1; /* needed if using Bootstrap */
  text-align: center;
  color: #ffffff;
  background-color: rgba(78, 77, 77, 0.6);
  border-radius: 50px;
  transition: color, background-color .2s ease;
}
.video-wrap .play-btn:hover,
.video-wrap .play-btn:focus {
  color: blue;
  background-color: rgba(255,255,255,.7);
  cursor: pointer;
}
.play-btn::after {
  /*
  Font Awesome recommends these styles
  https://fontawesome.com/how-to-use/on-the-web/advanced/css-pseudo-elements
  */
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  /*
  Define the font family, weight, and icon
  */
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 60px;
  content: "\f04b";
  /* positioning tweaks */
  padding-top: 20px;
  padding-left: 10px;
}
/* END videos */


@media all and (min-width: 768px) {
  /* .pornstarListingContainer {
    flex-basis: 40%;
  } */
  .newestGirlsContainer {
    display: flex;
    width: 100%;
   flex-wrap: nowrap;
  }
  .sitesContainer {
    display: flex;
  }
  .alpha {
    padding: 1px 10px 3px 10px;
  }

  .pornstarPreview {
    flex-basis: 25%;
    padding: 0 5px 10px 5px;
  }
  .PornstarPreviewData {
    font-weight: bold;
    padding: 5px 0 20px 0;
  }
  .headlineContainer {
    padding: 12px 10px;
  }
  .buttonSite1 {
    display: inline-block;
    padding: 0.46em 1.6em;
    border: 0.1em solid #000000;
    margin: 0 0.2em 0.2em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 0.04em 0.04em rgba(0, 0, 0, 0.35);
    background-color: #0829b9;
    text-align: center;
    transition: all 0.15s;
  }
  .buttonSite1:hover {
    text-shadow: 0 0 2em rgba(255, 255, 255, 1);
    color: #ffffff;
    border-color: #ffffff;
  }

  .headline {
    font-size: 1.4em;
  }

  .pic-bar {
  flex-wrap: nowrap;

  }
  

  .pic-vertical {
    width: 26%;
    text-align: center;
  }
  
  .pic-row {
    width: 26%;
  }
  .image-vertical {
    max-height: 250px;
    }
  .nav-bar {
    width: 100%;
    margin: 30px 0;
  }
  .nav-item {
    padding: 0 10px;
    font-size: 1.2em;
  }
  .episode-container {
    padding: 0 40px;
  }
  .episode-mainbar {
    flex: 1 1 70%;
  }
  .episode-mainbar img {
    width: 100%;
  }
  .episode-sidebar {
    display: block;
    flex: 1 1 30%;
    padding: 0 10px;
  }

  .join-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .join-sidebar-div {
    flex: 1 1 100%;
    align-self: center;
    padding: 10px 0px;
  }

  .presell-episode {
    flex: 1;
    width: 100%;
    text-align: center;
  }
  .listing {
    display: flex;
    flex: 100%;
    flex-wrap: wrap;
  }

  .listing-title-site {
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    font-size: 1.3em;
  }

  .list-item {
    flex: 1 1 30%;
    padding: 10px 10px;
  }

  .comment {
    padding: 10px 10px;
  }
  /* fonts */
  .featuring {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 700;
  }

  .footer {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-info {
    padding: 30px 0 100px 0;
  }

  .modelData {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: auto;
    background-color: #fff;
  }
  .modelPic {
    flex: 1 25%;
    text-align: center;
  }

  .modelComment {
    flex: 1 75%;
    padding: 10px 30px;
  }
}
