:root {
  --secondary-color:#3C3C43;
  --app-store-btn-height:51px;
}
@font-face { font-family: 'TimesNewRoman'; src: url('./assets/times.ttf') format('truetype'); } 
@font-face { font-family: SF-Pro; src: url('./assets/SF-Pro-Display-Regular.otf'); } 
@font-face { font-family: SF-Pro; font-weight: bold; src: url('./assets/SF-Pro-Display-Bold.otf'); }
.constrained {
    max-width: 500px;
    margin-left: 16px;
    margin-right: 16px;
 }
@media only screen and (max-width: 500px) {
  .constrained {
    max-width: 100%;
  }
}

/* @media only screen and (min-width: 600px) {
  .constrained {
    max-width: 500px;
  }
} */
body { margin: 0px; font-family: SF-Pro; word-wrap: break-word; }/*linear-gradient(141deg, #ff8f00 0%, #ff8f00 51%, #ff8f00 75%)*/
.gallery { padding: 0; overflow: hidden;  height:100%;}/* background-color: #ff8f00; */
.items { margin-top: 2px; padding: 0; padding-top: 3px; height: 100%; background-color: #f1f1f6;overflow-x: auto; overflow-y: hidden; white-space: nowrap; cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab}
.items:active { cursor: grabbing;  cursor: -moz-grabbing; cursor: -webkit-grabbing; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
.item {
  display: inline-block;
  height: 541.3px;
  width: 250px;
  margin: 0px;
  /* vertical-align:top; */
}
.screenShotImage {
  width: 250px;
  height: 541.3px;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.itemForMac {
  display: inline-block;
  height: 541.3px;
  width: 866px;
  margin: 0px;
  /* vertical-align:top; */
}
.screenShotImageForMac {
  width: 866px;
  height: 541.3px;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.appIconMain {
  width: 132px;
  height: 132px;
}
#appNameLabel {
  font-family: SF-Pro; 
  font-weight: Bold; 
  font-size: 19.5px;
  /* text-align: center;
  max-width: 100%;
  width: max-content;
  background: yellow;
  display:table-cell; */
}
.subtitleLabel {
  font-family: SF-Pro; 
  font-size: 19.5px;
  color: var(--secondary-color);
  opacity: 0.6;
  text-align: center;
  line-height: 19.5px;
  font-weight: normal;
}

#appShortDescriptionLabel {
  font-family: SF-Pro; 
  font-size: 19.5px;
  font-weight: normal;
}
#importantNotice {
  font-family: SF-Pro; 
  font-size: 16px;
  font-weight: normal;

  padding-left: 20px;
  padding-right: 20px;
}
.asterixSection {
  display:flex;
  font-family: SF-Pro; 
  font-size: 17px;
  font-weight: normal;
  width:95vw;
  margin:auto;
}
#appDescriptionLabel {
  font-family: 'TimesNewRoman'; 
  font-size: 19.5px;
  font-weight: normal;
  /* width: auto; */
  /* min-width: 100%;*/
}

#userTestimonialQuotesLabel {
  font-family: 'TimesNewRoman'; 
  font-size: 17px;
  font-weight: normal;

  /* width: auto; */
  /* min-width: 100%;*/
}
#blogPostParagraph {
  font-family: 'Times New Roman', Times, serif; 
  font-size: 17px;
  font-weight: normal;
}
span.emoji {
  font-size: 19.5px;
  vertical-align: middle;
  text-align: center;
}

blockquote {
  border-left: 4px solid #ccc;
  margin: 1.5rem 0;
  padding-left: 1rem;
  font-style: italic;
  color: #333;
}


h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

blockquote p {
  margin: 0;
}

.appTitleView {
  display: flex;
  align-items:center;
  justify-content: center;
  padding-top: 18px;
}
.footerLabel {
  font-family: SF-Pro;
  font-size: 17.0px;

  padding-left: 20px;
  padding-right: 20px;
}
.appStoreBtn {
  background: transparent;
  background-color: transparent;
  /* mix-blend-mode: multiply; */
  box-shadow: 0px 2px 6px 0px #4343433D;
  position: relative; 
  display: inline-block;
  margin-bottom: 0.0px; 

  background-size: contain;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
}
.socialmediaicon {
  width: 24px;
  height: 24px;
  padding-right: 9px;
}
/*class selector*/
.shorterHR {
  padding-left: 20px;
  padding-right: 20px;
  background-color: lightgray;
  border-color: lightgray;
}

/*id selector*/
#iosBtn {
  width: 152.0px;
  height: var(--app-store-btn-height);
  border-radius: 9px; 

  background-image:url(./assets/iOSBtn.svg)
}
#androidBtn {
  width: 198.6px;
  height: var(--app-store-btn-height); 
  border-radius: 7px;

  background-image:url(./assets/macBtn.png)
}


/*
[type="submit"] { Attribute selector
  width: 152.0px;
}
*/