@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700,800,900');

body {
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #999;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */

#appIcon {
  width: 128px;
  height: 128px;
  margin-bottom: 20px;
}

.appTitle {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900 !important;
  color: #ff0057;
}

.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900 !important;
  text-transform: uppercase;
}

.bg-tiles {
  background: #999999;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.product-device {
  position: absolute;
  width: 320px;
  height: 667px;
  border-radius: 44px;
}

.product-device-1 {
  right: 10%;
  bottom: -30%;
  background-color: #333;
  border-radius: 44px;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.product-device-2 {
  top: -25%;
  right: auto;
  bottom: 0;
  left: 0%;
  background-color: #e5e5e5;
  -webkit-transform: rotate(30deg);
  transform: rotate(-30deg);
}

.product-device-3 {
  background-color: #333;
  position: relative;
  width: 272.5px;
  height: 568px;
  display: inline-block !important;
}

.product-device-2::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
    background-image: url(../images/splash.png);
    background-position: center center;
    background-size: cover;
  border-radius: 5px;
}

.product-device-1::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
    background-image: url(../images/whatsHot.png);
    background-position: center center;
    background-size: cover;
  border-radius: 5px;
}

.product-device-3::before {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  content: "";
  background-color: rgba(255, 255, 255, .1);
    background-image: url(../images/splash.png);
    background-position: center center;
    background-size: cover;
  border-radius: 5px;
}

.carousel, .carousel-inner, .carousel-item {
  overflow: visible !important;
}

.carousel-item .d-block {
  display: inline-block !important;
  margin: 0 5px 0 5px;
  border-radius: 4px;
}

.pad-0 {
  padding: 0 !important;
}

.sublime-light {
  background: #FC5C7D;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #6A82FB, #FC5C7D);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #6A82FB, #FC5C7D); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.bloody-mary {
  background: #FF512F;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #DD2476, #FF512F);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #DD2476, #FF512F); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.avatar-collage {
  background: url(../images/avatarCollage.png) center bottom;
  background-size: 150% 50%;
  background-repeat: no-repeat;
}

.text-content-regular {
  font-weight: 300;
  text-align: left;
  line-height: 1.7em;
  color: #333333;
  padding-bottom: 64px;
}

.video-reaction {
  position: absolute;
  top: 10%;
  right: 10px;
  bottom: 10%;
  left: 10px;
  width: 252.5px;
  height: 454.41px;
  object-fit: cover;
  overflow: hidden;
  border: 2px solid #222;
  border-radius: 5px;
}

.video-app-ribbon {
  position: absolute;
  bottom: 10%;
  margin-bottom: 2px;
  left: 10px;
  margin-left: 2px;
  width: 248.5px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  blur: 20px;
}

.video-signature {
  position: absolute;
  top: 10%;
  margin-top: 2px;
  left: 10px;
  margin-left: 2px;
  width: 248.5px;
  height: 42px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  blur: 20px;
}

.download-app-link {
  width: 96%;
  margin-bottom: 10px;
  position: absolute;
  right: 10px;
  bottom: 10%;
  left: 10px;
  width: 232.5px;
  margin-left: 10px;
}

.avatar {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  position: absolute;
  top: 5px;
  left: 5px;
  box-shadow: 0 0 2px #000;
  background: #aaaaaa;
}

.username {
  position: absolute;
  left: 42px;
  top: 10px;
  background: transparent;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 0px 0px 2px #000;
}

.spinner {
  width: 16px;
  height: auto;
  right: 12px;
  top: 12px;
  position: absolute;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-transition: rotate(3600deg);
  display: none;
}

.volume {
  width: 16px;
  height: auto;
  right: 12px;
  top: 7px;
  position: absolute;
}

@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

.poster {
  background-color: #ddd !important;
  background-size: cover !important;
}

.resource-content {
  text-align: left;
}

.resourceType {
  height: 16px;
  width: auto;
}

.resourceTypeText {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  margin-left: 5px;
  color: #a4a4a5;
}

.reelspeak-code {
  border: 4px dotted #333a41;
  border-radius: 16px;
}

/*
 * Extra utilities
 */

.flex-equal > * {
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    -ms-flex: 1;
    flex: 1;
  }
}

.overflow-hidden { overflow: hidden; }