@charset "utf-8";

#ish-center {
	background-image: url(../crypto-static.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
#bgvid {
  position: absolute;
  width: 100%;
  z-index: 1;
}


video {
  width: 100% !important;
  height: auto !important;
 
  
}
.logo {
	top: 15px;
	left: 10px;
	position: fixed;
	z-index: 999;
	
}


#screen-bg {
	background-image: url(../img/styling.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#watch-bg {
	background-image: url(../img/stars2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#screen-bg2 {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-image: url(../img/ish-front.jpg);
	
}
.white-bord {
	border: 10px solid white;
}

.film_roll_container {
	width: 100%;
	text-align: center;
	position: relative;
	bottom: 0;
}
#film_roll_container {
	background-image: url(../img/plain.jpg);
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.film_photo {
	width: 30%;
	min-height: 100%;
	right: 0px; 
 
	position: absolute;
	margin: 0px;
	padding: 0px;
}
.inner-div {
	min-width: 100%; 
  min-height: 100%; 
  background: #24001d; 
	position: relative;
}
.film_photo-left {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	text-align: left;
	left: 30px;
}
.rt-image {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 0px;
	padding: 0px;
}
.photo-rt {
	float: right;
	margin-left: 20px;
}
#screen-bg3 {
	background-image: url(../img/phone2.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#follow-bg {
	background-image: url(../img/connect.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#screen-bg4 {
	background-image: url(../dreamchannels_nft/img/c1-wide.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#pinkn-bg {
	background-image: url(../img/pink-tall.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.purple {
	color: #D683AF;
}
.purple-big {
	color: #D683AF;
	font-size: 1.8em;
	letter-spacing: 2px;
	font-weight: 300;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  width:180px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.flex-item {
	padding: 0px;
	width: 70px;
	height: auto;
	text-align: center;
	margin: 5px;
	
}
.flex-container-jump {
  padding: 0;
  margin: 0;
  list-style: none;
  width:100%;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  
  -webkit-flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}

.flex-item-jump {
	padding: 0px;
	width: 40%;
	height: auto;
	text-align: center;
	margin: 20px;
	
}
.button-pink {
	background-color: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	border: 1px solid #FF00D8;
	font-size: 16pt;
}
.button-pink:hover {
	background-color: #FC07F3;
}

.text-blurb {
	
	text-align: left;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFF;
	margin: 10px;
	padding: 10px;
	border: 0px solid #FFF;
}