body {
	top: 0;
	height: 1080px;
	padding: 0;
	margin: 0;
	background-color: black;
	background-image: url(imgs/background.png);
	background-size: contain;
	background-repeat: repeat-y;
}

.frnck__avatar {
	display: block;
    width: 150px !important;
    height: 150px !important;
    float: left;
	margin-left: 5px;
	margin-top: -20px;
}

.frnck__bio {
	display: block;
	margin-bottom: 3vw;
	color: white;
	font-size: 1.2vw;
	text-align: justify;
}

.frnck__bio img {
	width: 1.5vw;
}

.frnck__container {
	top: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: transparent;
	background-image: url(imgs/banner.png);
	background-size: contain;
	background-repeat: no-repeat;
	font-family: 'Titillium Web', sans-serif;
	position: absolute;
    z-index: 1000;
}

.frnck__teaser {
    display: inline-block;
    width: 43vw;
	height: 24vw;
}

.frnck__teaser a {
	display: inline-block;
	text-decoration: underline;
	width: 48%;
    margin: .5%;
}

.frnck__streaming {
	display: inline-block;
	color: white;
	font-size: .6vw;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 30px;
	padding-top: 30px;
	width: 26vw;
}

.frnck__hitwest {
	display: inline-block;
	width: 16vw;
}

.frnck__hitwest-img {
	width: 16vw;		
}

.frnck__streaming--line {
	display: block;
	width: 100%;
}

.frnck__streaming img {
	width: 8vw;
	padding: 2px;
}

/* .frnck__streaming img:hover {
	background-color: #283F4D;
	border-radius: 3px;
} */

.frnck__online {
	display: block;
	color: white;
	font-size: 1.2vw;
	text-transform: uppercase;
	text-align: left;
	margin: 1vw 0;
}

.frnck__contact {
	display: flex;
	flex=direction: row;
	justify-content: flex-start;
	align-items: center;
	color: #ffcb02;
	font-size: 1.2vw;
	text-align: left;
	margin: 0;
}

.frnck__contact img {
	margin-right: 10px;
}

.frnck__cover {
	display: block;
	width: 43.5%;
	height: 25%;
	padding: 10px;
	margin-top: 0;
	margin-left: 50%;
	margin-bottom: 100px;
	transform: translateX(calc(-50% - 10px));
	/* background: hsla(214, 34%, 71%, 0.08); */
}

.frnck__lasttrack {
	display: inline-block;
    width: 100%;
}

.frnck__cover-link {
	display: block;
}

.frnck__cover-img {
	display: inline-block;
	width: 100%;
	border: 0;
	margin: 20px 1px 0;
}

.frnck__youtube a {
	text-decoration: none;
	color: white;
}

.frnck__youtube a:hover {
	color: #ff0101;
}

.frnck__bandcamp a {
	text-decoration: none;
	color: white;
}

.frnck__bandcamp a:hover {
	color: #629aa9;
}

.frnck__soundcloud a {
	text-decoration: none;
	color: white;
}

.frnck__soundcloud a:hover {
	color: #ff5501;
}

.frnck__facebook a {
	text-decoration: none;
	color: white;
}

.frnck__facebook a:hover {
	color: #4267b2;
}

.frnck__twitter a {
	text-decoration: none;
	color: white;
}

.frnck__twitter a:hover {
	color: #1da1f2;
}

.frnck__instagram a {
	text-decoration: none;
	color: white;
}

.frnck__instagram a:hover {
	color: #c13280;
}

.frnck__youtube {
	color: #ff0101;
}

.frnck__bandcamp {
	color: #629aa9;
}

.frnck__soundcloud {
	color: #ff5501;
}

.frnck__facebook {
	color: #4267b2;
}

.frnck__twitter {
	color: #1da1f2;
}

.frnck__instagram {
	color: #c13280;
}

.frnck__videos {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-top: 30px;
}

.frnck__table {
	display: block;
}

.frnck__row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.frnck__cell {
	display: inline-block;
	width: 50%;
	height: calc(50vh - 30px);
	margin: 10px;
}

.one {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.frnck__links {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.frnck__link {
	display: inline-block;
}

.frnck__description {
	display: block;
	color: white;
	font-size: 16px;
	text-transform: uppercase;
}

.frnck__pink {
	color: #dd218d;
}

.frnck__purple {
color: #6733ff;
}

.frnck__blue {
	color: #0e62ff;
}

.frnck__turquoise {
	color: #00c7ff;
}
