@font-face {
  font-family: "BrandonLight";
  src: url("/static/fonts/BrandonText-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "BrandonBold";
  src: url("/static/fonts/BrandonText-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "BrandonBlack";
  src: url("/static/fonts/BrandonText-Black.otf") format("opentype");
  font-style: normal;
  font-weight: 900; 
}

html,
body {
  font-family: BrandonLight, -apple-system, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: white;
  width: 100%;
  height: 100%;
  margin: 0;
}

button {
  font-family: BrandonLight, -apple-system, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 400;
}

h1 {
  font-family: BrandonBlack, -apple-system, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
}

p {
  text-align: center;
}

h1, p {
  margin: 0;
}

a, a:visited, a:active {
  text-decoration: none;
  color: white;
  cursor: pointer;
}

.m-r-sm {
  margin-right: 4px;
}

.m-r-lg {
  margin-right: 1rem;
}

.m-x-sm {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.m-x-md {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.m-x-lg {
  margin-left: 1rem;
  margin-right: 1rem;
}

.m-b-md {
  margin-bottom: 0.75rem;
}

.m-b-lg {
  margin-bottom: 1.25rem;
}

#swtArtistAvatar {
  border-radius: 50%;
  height: 32px;
}

#swtCollectibleVisual {
  width: 512px;
  min-width: 512px;
  min-height: 512px;
  margin-bottom: -2rem;
}

#swtCollectibleVisual.swt-visual-card {
  margin-bottom: -8rem;
}

#swtAuthenticity {
  color: white;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#swtAuthenticity img {
  height: 16px;
  width: 16px;
}

#swtCollectibleDescription {
  max-width: 350px;
}

.swt-content  {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 60vw;
}



#campaignBlock.p-t-anim {
  padding-top: 66px;
}
#campaignBlock.p-t-card-anim {
  padding-top: 72px;
}

@media (min-width: 30rem) {
  #campaignBlock.p-t-anim {
    padding-top: 60px;
  }
  #campaignBlock.p-t-card-anim {
    padding-top: 26px;
  }
}
.swt-content__artist {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-width: 100%;

  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fade {
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -ms-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.fade-in {
  opacity: 1;  
}
.fade-out {
  opacity: 0;
}

#moment-button {
  position: absolute;
  z-index: 445;
  left: 0;
  right: 0;
  top: 384px;
}

#moment-button.card{
  top: 446px;
}

@media (min-width: 30rem) {
  #moment-button {
    top: 460px;
  } }
  
.collectible__form {
  position: relative;
  text-align: center; }
  .collectible__form .btn {
    background: rgba(0, 0, 0, 0.4);
    height: 59px;
    width: 264px;
    box-sizing: border-box;
    border: none;
    border-radius: 11px;
    outline: none;
    color: white;
    padding: 0 20px;
    margin-bottom: 26px;
  }
  .collectible__form .btn:active {
    background: rgba(0, 0, 0, 0.1);
  }
  .collectible__form .btn-content {
    vertical-align: middle;
    font-size: 20px;
    font-family: 'BrandonBlack';

  }

#swtBlurOverlay, #swtBlurFilter {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 250px;
}

#swtBlurOverlay {
  filter: blur(20px) saturate(1);
}

#swtBlurFilter {
  -webkit-backdrop-filter: blur(100px) saturate(1);
  backdrop-filter: blur(100px) saturate(1);
}

#swtBackdrop {
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-size: cover;
}

.swt-btn-light {
  background: white;
  border-radius: 0.5rem;
  border: none;
  padding: 0.33rem 0.8rem;  
  display: flex;
  align-items: center;
  min-height: 36px;
  font-size: 0.7rem;
}

.swt-txt-dark {
  color: #2B4682;
}

.swt-txt-sm {
  font-size: 0.75rem;
}

.swt-txt-md {
  font-size: 0.9rem;
}

.swt-txt-bold {
  font-family: BrandonBold, -apple-system, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
}

.swt-txt-black {
  font-family: BrandonBlack, -apple-system, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: 900;
}

.swt-txt-lg {
  font-size: 1.4rem;
}

.swt-txt-caps {
  text-transform: uppercase;
}

.swt-info-tray {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
}

.swt-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.swt-info-separator {  
  background: #A57FDB;
  width: 1px;
  margin: 0.1rem 1rem;
}

.swt-price-tray, .swt-checkout-tray {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.swt-checkout-tray {
    height: 4rem;
}

.swt-price {
  background: rgba(31, 24, 24, 0.33);
  padding: 0.75rem 0.33rem;
  border-radius: 1.5rem;
  text-align: center;
  width: 9.375rem;
}

.swt-links-tray {
  display: flex;
  flex-direction: row;
}

.swt-links-tray img {  
  height: 2.25rem;
}

.swt-links-tray a {
  color: #f4f1ff;
}

#logoCoinbase {
  height: 16px;
  margin-top: -4px;
}

#logoPaypal {
  height: 18px;
}

#logoSweet {
  width: 4.5rem;
}

#theCanvas {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 444;
  max-width: 100vw; }

.canvas--card {
  height: 500px !important;
  width: 400px !important; 
}
  @media (min-width: 30rem) {
    .canvas--card {
      height: 640px !important;
      width: 512px !important;
    } }

.canvas--coin {
  height: 400px !important;
  width: 400px !important;
  margin-top: 20px; }
  @media (min-width: 30rem) {
    .canvas--coin {
      height: 512px !important;
      width: 512px !important;
      margin-top: -25px; } }

#collectible__image-container {
  position: relative;
  min-height: 40rem;
  width: 40rem;
  transition: transform 0.5s ease-in;
  transform-style: preserve-3d;
  margin: auto;
  transition: all ease 0.5s;
  margin-top: 4.2rem;
  max-width: 100vw !important; }
  @media only screen and (min-device-width: 460px) {
    #collectible__image-container {
      margin: initial; } }
  #collectible__image-container.collectible__image-container--card {
    width: 100%;
    min-height: 90vw;
    /* iPhone 6+/7+/8+ */ }
  @media only screen and (max-width: 650px) {
   #collectible__image-container.collectible__image-container--card {
    width: 100%;
    min-height: 90vw;
    margin-bottom: 50px;
    /* iPhone 6+/7+/8+ */ }
   }

    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
      #collectible__image-container.collectible__image-container--card {
        min-height: 83vw; } }
    @media only screen and (min-device-width: 460px) {
      #collectible__image-container.collectible__image-container--card {
        max-height: 430px;
        min-height: 430px;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6rem; } }
  #collectible__image-container.collectible__image-container--coin {
    width: 120%;
    min-height: 80vw;
    margin-left: -9vw;
    /* iPhone 6+/7+/8+ */ }
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
      #collectible__image-container.collectible__image-container--coin {
        min-height: 75vw; } }
    @media only screen and (min-device-width: 460px) {
      #collectible__image-container.collectible__image-container--coin {
        max-height: 450px;
        min-height: 450px;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto; 
	    margin-bottom: 30px;} }
  #collectible__image-container .collectible__image {
    max-height: 30rem;
    width: 100%;
    transition: all ease 0.5s;
    display: none; }

#collectible__image-container.flipped {
  transform: rotateY(180deg); }


@media only screen and (max-width: 850px) {
  #swtBackdrop {
    background-size: contain;
  }

  #swtBlurOverlay, #swtBlurFilter {
    top: 150px;
  }

  #swtCollectibleVisual {
    height: 100vw;
    min-height: 100vw;
    width: 100vw;
    min-width: 100vw;
    margin-bottom: -1rem;
  }

  #swtCollectibleVisual.swt-visual-card {
    height: 500px;
    min-height: 500px;
    margin-bottom: -3rem;
  }

  .swt-content {
    max-width: 100vw;
  }

  #swtCollectibleDescription {
    max-width: 80vw;
  }

  .swt-btn-light {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

#swtCheckoutCoinbase, #swtCheckoutPaypal {
  background-size: contain;
  background-repeat: no-repeat;
  height: 48px;
  min-height: 48px;
  width: 160px;
  min-width: 160px;
}
