body {

	/*background: #79b8f2;*/
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #000000;
	/*background-image: url('images/bg.png');*/
	font-size: 14px;
	line-height: 17px;
	color: #88929b;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0.0);
}

a.social {
  padding: 0px;
  margin: 0px;
  float:center;
}


.align-middle {
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 20px;
	vertical-align: top;
}

.content-row.vertical-align {
	display: table;
	width: 100%;
	margin: 0px;
/* 	padding: 0px; */
	padding: 0px 0vw 0px 0vw;
}

.content-row {
	clear: both;
/* 	padding: 0px; */
	padding: 0px 0px 0px 0px;
	margin: 0px;
	position: relative;
	overflow: hidden;
	font-size: 20px;
	vertical-align: top;
}

/*
.content-row.vertical-align {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 5vw 0vw 5vw 0vw;
}

.content-row {
	clear: both;
	padding: 5vw 8vw 5vw 8vw;
	margin: 0px;
	position: relative;
	overflow: hidden;
	font-size: 1.5vw;
}
 */

.ims_logo {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 70vh;
	height: 70vh;
	background-image: url("images/IdeaMakeShow_square_logo_big.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
}

.shop_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(35vh * 0.25);
	height: calc(35vh * 0.25);
	background-image: url("images/shop_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); 0.307692307692 */
	vertical-align: top;
}

.x_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(35vh * 0.25);
	height: calc(35vh * 0.25);
	background-image: url("images/x_com_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}

.bs_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(35vh * 0.25);
	height: calc(35vh * 0.25);
	background-image: url("images/bs_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}

.youtube_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(35vh * 0.25);
	height: calc(35vh * 0.25);
	background-image: url("images/youtube_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}


/*
.bc_logo {
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 0px;
	width: 600px;
	height: 850px;
	background-image: url("images/BillyCarrots_web_logo01.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
 */

#content, #heading {
	width: auto;
	height: auto;
	padding: 0px 0px 0px 0px;
	margin: 0px;
	text-align: left;
	line-height: 100%;
	font-family: courier new;
	font-size: 16px;
	text-decoration: none;
	/*text-shadow: #222222 0px 2px 0px;*/
	/*color: #88929b;*/
	color: #ffffff;
}


h2 {
	color:#ffffff;
	font-family:courier new;
	font-size:36px;
	font-weight:normal;
	text-align:center;
	outline:none;
 	border:none;
 	text-decoration:none;
}

a {
	color:#ffffff;
	font-family:courier new;
	font-size:36px;
	font-weight:normal;
	text-align:center;
 	outline:none;
 	border:none;
 	text-decoration:none;
}



a:hover {
	color: #888888;
	border: none;
}

a:visited {
	color: #ffffff;
	border: none;
}

a:active
{
outline: none;
border: none;
}

a:focus
{
-moz-outline-style: none;
color: #888888;
border: none;
}

img.imageScale {
    width:100%;
    height:auto;
    margin: 0px;
    padding: 0px;
}

.shake_icon div:hover {
	animation: shake 0.5s;
    animation-iteration-count: 4;
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
}


@media screen and (max-width: 1200px) {
/*
.bc_logo {
	margin: 0px 20px 0px 20px;
	width: 80vw;
	height: calc(80vw * 1.083333333333);
}
 */

/*
.shop_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 100px;
	height: 100px;
	background-image: url("images/BillyCarrots_shop.png");
	background-repeat: no-repeat;
	background-size: 100%;
	filter: drop-shadow(3px 3px 3px #aaa);
}
 */

/*
.x_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 100px;
	height: 100px;
	background-image: url("images/BillyCarrots_x.png");
	background-repeat: no-repeat;
	background-size: 100%;
	filter: drop-shadow(3px 3px 3px #aaa);
}
 */

/*
.truth_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 100px;
	height: 100px;
	background-image: url("images/BillyCarrots_truth.png");
	background-repeat: no-repeat;
	background-size: 100%;
	filter: drop-shadow(3px 3px 3px #aaa);
}
 */
}


@media (max-aspect-ratio: 1/1.4) {


.ims_logo {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 90vw;
	height: calc(90vw * 1.083333333333);
	background-image: url("images/IdeaMakeShow_square_logo_big.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
}

.shop_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(60vw * 0.25);
	height: calc(60vw * 0.25);
	background-image: url("images/shop_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}

.x_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(60vw * 0.25);
	height: calc(60vw * 0.25);
	background-image: url("images/x_com_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}

.bs_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(60vw * 0.25);
	height: calc(60vw * 0.25);
	background-image: url("images/bs_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}

.youtube_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: calc(60vw * 0.25);
	height: calc(60vw * 0.25);
	background-image: url("images/youtube_logo.png");
	background-repeat: no-repeat;
	background-size: 100%;
/* 	filter: drop-shadow(3px 3px 3px #aaa); */
	vertical-align: top;
}

}

/*
.bc_logo {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 10vw 0px 10vw;
	font-size: 0px;

	width: calc(80vw * 0.923076923077);
	height: 80vw;
	background-image: url("images/BillyCarrots_web_logo03.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
 */




/*
.shop_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 25vw;
	height:  25vw;
	background-image: url("images/BillyCarrots_shop.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.x_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 25vw;
	height:  25vw;
	background-image: url("images/BillyCarrots_x.png");
	background-repeat: no-repeat;
	background-size: 100%;
}

.truth_icon {
	display:inline-block;
	position: relative;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	font-size: 0px;
	width: 25vw;
	height:  25vw;
	background-image: url("images/BillyCarrots_truth.png");
	background-repeat: no-repeat;
	background-size: 100%;
}
 */





