:root {
  --accentcolor: #0077ff;
  --sketchfabcolor: rgb(28, 170, 217);
  --whitecolor: #faf9f9;
  --blackcolor: #2d2d2d;
  --bodycolor: #eae8e8;
  --footerheadercolor: #2d2d2d;
  --pagecolor: #ebebeb;
  --blackcolortransparent: rgba(15, 15, 15, 0.5);
  --greycolor: rgb(60, 60, 60);
  --orange: rgb(255, 115, 0);
}

.linktrebt {
  height: 80px;
  object-fit: contain;
  padding: 10px;
  text-align: center;
  bottom: 0;
  position: relative;
}

.orange {
  color: var(--orange);
}

h1,
h2 {
  color: var(--blackcolor);
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 20px;
}

body {
  background-color: var(--bodycolor);
}

p {
  color: var(--blackcolor);
}

a[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.accentcolor {
  color: var(--accentcolor) !important;
}

.mask {
  border-radius: 5%;
  -webkit-mask-image: url(../img/sketchfab/black_marble_dice_set_rpg.jpg);
  mask-image: url(../img/sketchfab/black_marble_dice_set_rpg.jpg);
}

.sketchfabImage {
  transition: all 0.2s ease-in-out;
  background: var(--sketchfabcolor) !important;
  position: relative;
  margin: 10px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  width: 80%;
  margin-left: 7.5%;
}

.sketchfabImage:hover {
  margin: 0;
  margin-left: 7.5%;
}

.sketchfabLogo {
  position: absolute;
  max-width: 60%;
  bottom: 5px;
  left: 5px;
}

.sketchfabImage p {
  position: absolute;
  top: -10px;
  left: 0;
  max-height: 20%;
  color: var(--whitecolor);
  background-color: var(--blackcolortransparent);
  width: 100%;
}

a.btn.btn-outline-primary.button:visited:hover {
  color: var(--whitecolor);
}

::-webkit-scrollbar {
  display: none;
}

.container {
  padding: 0px;
  margin: auto;
  text-align: center;
}

.centerimages {
  text-align: center;
  margin-left: 10%;
}

.carousel{
  width: 100%;
  display: inline-block;
  min-height: max-content;
}

.carousel-item img {
  width: 20% !important;
  width: 25% !important;
}

.carousel-control-next,
.carousel-control-prev{
  filter: invert(100%);
  background: none;
  border: none;
}

.carousel-indicators li {
  background-color: #000000c0;
  appearance: none;
}

.carousel-indicators li.active {
  background-color: var(--accentcolor);
}

.AppContainer {
  background-color: var(--pagecolor);
  width: 60%;
  text-align: left;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);

  min-height: 400px;
}

.AppContainer a:visited,
.box a:visited {
  text-decoration: none;
  color: var(--accentcolor);
}

a:link {
  text-decoration: none !important;
}

#AppPage {
  width: 100%;
  margin: auto;
  font-size: 20px;
}

#AppPage img {
  width: 100%;
  margin: auto;
}

#AppPage p,
#AppPage h1,
#AppPage h2 {
  margin: auto;
  padding: 5px 5px;
}

.topAppImage img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  max-height: 300px;
  object-fit: cover;
  object-position: 50% 0;
}

.objectposcenter img {
  object-position: 50% 50%;
}

.imgcontain img {
  object-fit: contain;
}

.VerticalCenterAppImage img {
  max-height: 300px;
  object-fit: cover;
  translate: 50%;
}

.AppImageContain img {
  max-height: 300px;
  object-fit: contain;
  translate: 50%;
}

.GetItOn {
  width: 200px;
  display: inline-table;
  float: left;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dark {
  background-color: #dddddd;
  color: var(--blackcolor);
  margin: auto;
  width: 90%;
  border-radius: 15px;
  padding: 5px;
  margin-bottom: 10px;
}

.nobackground {
  color: var(--blackcolor);
  margin: auto;
  width: 90%;
}

.responsiveimages {
  width: 30%;
  float: left;
  padding: 1.5%;
  margin: auto;
}

.leftsidedimage {
  width: 40%;
  float: left;
  padding: 10px 0px;
}

.blue {
  fill: var(--accentcolor);
  background-color: var(--accentcolor);
}


.roundedimageshadow {
  border-radius: 22%;

  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 2px 2px rgba(177, 76, 76, 0.3);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  transition: all 500ms ease;
  background-color: #525252;

}

.roundedimageshadow:hover {
  border-radius: 50%;
}

.rounded {
  border-radius: 15%;
}

ul,
li {
  list-style-type: none;
}

.icon {
  padding-left: 5px;
  padding-right: 5px;
}

.ProfilePicture {
  width: 40%;
  max-width: 200px;

  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.4);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.4);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.4);
}

.bgImgCenter {
  background-image: url("img/LaudoStudioAppShowcase.jpg");
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.svg-container {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}

#showcase {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  height: 180px;
  text-align: center;
  color: var(--whitecolor);
  line-height: 1;
  padding-top: 50px;
  width: 100%;
  background-size: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* animation: scroll 20s linear infinite; */

}

/* @keyframes scroll {
  to {
    background-position: 100% 0%;
  }
} */

.centertxt {
  text-align: center;
  color: var(--whitecolor);
  line-height: 1;
  padding-top: 20px;
  width: 100%;
}

.centertxt a {
  font-size: 30px;
  text-align: center;
  display: inline-flex;
  /* keep the background color wrapped tight */
  background-color: var(--blackcolortransparent);
  border-radius: 15px;
  padding: 10px;
  margin: 30px;
}

.curved {
  text-align: center;
}

#showcase a {
  font-size: 30px;
  text-align: center;
  display: inline-flex;
  /* keep the background color wrapped tight */
  background-color: var(--blackcolortransparent);
  border-radius: 5px;
  padding: 5px;
  margin: 30px;
}

.box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border-radius: 15%;
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.4);
}

.AppBoxes {
  padding: 20px;
  width: 22%;
  display: inline-table;
}

.AppsWidth {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 2%;
}

.card {
  margin: 10px;
  min-height: 720px;
  border-color: none;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.4);
}


.nolink {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.856) !important;
}

.nolinkwhite {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.856) !important;
}

.langdisabled {
  display: none;
}

.zoomIn {
  transition: transform 0.2s;
}

.zoomIn:hover {
  transform: scale(1.1);
}

.leftrightcenter {
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.col-sm p {
  line-height: 100%;
}


/*ScaleWebsite MEDIA START*/
@media (min-width: 0px) {
  .spacer {
    margin: 0px;
  }

  .leftsidedimage {
    width: 80%;
    float: none;
  }

  .zoomIn:hover {
    transform: scale(1);
  }

  .leftrightcenter {
    margin-left: 2%;
    margin-right: 2%;
  }

  .AppBoxes {
    width: 99%;
  }

  .AppsWidth {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .card {
    min-height: none;
  }

  .roundedimageshadow {
    width: 45%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .AllAppsMinHeight {
    min-height: 0px;
  }

  .responsiveimages {
    width: 90%;
    float: none;
  }

  .centerimages {
    margin-left: 0%;
  }

  .AppContainer {
    border-radius: 0px;
    width: 100%;
    margin: 0 0 0 0;
  }

  .topAppImage img {
    max-height: 200px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }

  .carousel-item img {
    width: 70% !important;
  }

  #showcase {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
  }
}

@media (min-width: 570px) {
  .leftsidedimage {
    width: 50%;
    float: left;
    padding: 1.5%;
  }

  .responsiveimages {
    width: 30%;
    float: left;
  }

  .centerimages {
    margin-left: 10%;
  }

  .carousel-item img {
    width: 40% !important;
  }

  .AllAppsMinHeight {
    min-height: 300px;
  }
}

/*MD*/
@media (min-width: 768px) {
  .AppContainer {
    border-radius: 20px;
  }

  .leftsidedimage {
    width: 40%;
    float: left;
    padding: 1.5%;
  }

  .zoomIn:hover {
    transform: scale(1);
  }

  .spacer {
    margin: 20px;
  }

  .leftrightcenter {
    margin-left: 2%;
    margin-right: 2%;
  }

  .AppBoxes {
    width: 99%;
  }

  .AppsWidth {
    width: 95%;
    margin-left: 2.5%;
    margin-right: 2.5%;
  }

  .card {
    min-height: none;
  }

  .roundedimageshadow {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .topAppImage img {
    max-height: 250px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .carousel-item img {
    width: 40% !important;
  }

  #showcase {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }
}

@media (min-width: 960px) {
  .leftsidedimage {
    width: 35%;
    float: left;
    padding: 1.5%;
  }

  .roundedimageshadow {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .AppContainer {
    width: 80%;
    margin: 20px auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .topAppImage img {
    max-height: 300px;
  }

  .carousel-item img {
    width: 35% !important;
  }

  .AllAppsMinHeight {
    min-height: 300px;
  }
}

@media (min-width: 1200px) {
  .leftsidedimage {
    width: 30%;
    float: left;
    padding: 1.5%;
  }

  .AppBoxes {
    width: 44%;
  }

  .AppsWidth {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .roundedimageshadow {
    width: 80%;
    margin-left: 10%;
    margin-right: 0%;
  }

  .AppContainer {
    width: 80%;
  }

  .carousel-item img {
    width: 30% !important;
  }

  .AllAppsMinHeight {
    min-height: 350px;
  }
}

@media (min-width: 1400px) {
  .AppBoxes {
    width: 44%;
  }

  .AppsWidth {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }

  .roundedimageshadow {
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
  }

  .AppContainer {
    width: 70%;
  }

  .carousel-item img {
    width: 20% !important;
  }

  .AllAppsMinHeight {
    min-height: 260px;
  }

}

@media (prefers-color-scheme: dark) {
  :root {
    --bodycolor: #424242;
    --footerheadercolor: #252525;
    --pagecolor: #313131;
    --accentcolor: #0077ff;
  }

  p,
  h1,
  h2 {
    color: var(--whitecolor);
  }

  a,
  a:link,
  a:visited {
    color: var(--whitecolor) !important;
  }

  .dark {
    background-color: var(--greycolor);
  }

  a.nav-link {
    color: var(--whitecolor) !important;
    filter: opacity(0.7);
  }

  a.nav-link.active,
  a.dropdown-item {
    color: white !important;
    filter: opacity(1);
  }

  hr {
    color: var(--whitecolor);
  }

  li {
    color: var(--whitecolor) !important;
  }
}