/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/****** CONTENT CSS *********/
body {
    background:black;
    padding-top:14px;
    padding-bottom:30px;
}

/******** Sing up Form *********/
.signupframe {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}

.link,
.link a {
    text-decoration: none;
}

.signupframe {
    background: transparent;
}

.signupframe .required {
    font-size: 10px;
}

#Signup-div {
    position: relative;
    height: 0px;
    width: 0px;
    display: none;
}

.signup-sing {
    left: 800px;
    top: 80px;
}

.signup-facts {
    left: 711px;
    top: 100px;
}

.signup-about {
    left: 682px;
    top: -40px;
}

.signup-buy {
    left: 768px;
    top: 80px;
}

.signup-contact {
    left: 768px;
    top: 80px;
}

.email-input {
    display: inline-block;
    height:25px;
    padding-left:5px;
    width:96px;
}

.email-submit {
    display: inline-block;
    height:28px;
    width: 30px;
    background: rgb(143,32,37);
    color:#FFF;
    border:0;
    cursor: pointer;
}

/********* social ********/
.social-link {
    position: relative;
    top:100px;
    left:100px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: transparent;
}

.fb-link {
    left: 808px;
    top: 12px;
}

.twitter-link {
    left: 820px;
    top: 12px;
}

.you-link {
    left: 830px;
    top: 12px;
}

.fb-link-sing {
    left: 215px;
    top: -118px;
}

.twitter-link-sing {
    left: 223px;
    top: -118px;
}

.you-link-sing {
    left: 230px;
    top: -118px;
}

/********* nav ***********/
nav {
    display: none;
    position: relative;
    top:12px;
    left:70px;
    clear: both;
    width:770px;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 15px;
}

nav a {
    margin-right:29px;
    color:white;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

nav a:hover {
    color:yellow;
}

.nav-active {
    color:yellow !important;
}

.pointer {
    cursor: pointer;
}

#wrapper {
    width:960px;
    height:960px;
    margin:0 auto;
    background:white;
}

.header-img {
    display: none;
}

.jim-img {
    position: relative;
    top:15px;
    left:30px;
}


/***** FONTS ********/
.exo {
    font-family: 'Exo', sans-serif;
    color: #FFF;
}

.h2-font {

}

.txt-font {
    font-weight: 600;
    width:170px;
    text-shadow: 1px 1px #000;
    line-height: 18px;
    text-align: center;
}


/********* background images *********/
.index-bg {
    background: url('../images/bg/jj-homepage.jpg') !important;
    background-size: 960px 960px !important;
}

.sing-bg {
    background: url('../images/bg/jj-video.jpg') !important;
    width:1024px !important;
    height:768px !important;
}

.facts-bg {
    background: url('../images/bg/jj-facts.jpg') !important;
    width:1024px !important;
    height:1375px !important;
}

.about-bg {
    background: url('../images/bg/jj-about.jpg') !important;
    width:1024px !important;
    height:768px !important;
}

.buySongs-bg {
    background: url('../images/bg/jj-buysongs.jpg') !important;
    width:1024px !important;
    height:768px !important;
}

.contact-bg {
    background: url('../images/bg/jj-contact.jpg') !important;
    width:1024px !important;
    height:768px !important;
}

.copyright {
    position: relative;
    top: 410px;
    left: 10px;
    font-size: 9px;
    font-family: arial;
    font-weight: 600;
    text-shadow: 1px 1px rgba(250,250,228, 0.4);
}


/******* Sing-A-Longs **********/

.video-bg {
    position: absolute;
    left:50%;
    margin-left:-324px;
    top:220px;
    height: 380px;
}

.video-txt {
    position: relative;
    left:844px;
    top:12px;
}

.click-txt {
    position: relative;
    font-size:14px;
    top:230px;
    left:30px;
    padding:20px;
    padding-top:14px;
    background-image:url('../images/characters/Video_Oval.png');
    background-repeat: no-repeat;
    background-position: center; 
}

#sing-video {
    position: absolute;
    left:50%;
    margin-left:-280px;
    top:248px;
}

#characters {
    position: absolute;
    left: 50%;
    margin-left:-300px;
    top:590px;
}

.c-video {
    cursor: pointer;
    width: 114px;
    height: 127px;
    display: inline-block;
}

.jim {
    background: url('../images/jim-vidbtn.png');
}

.jim:hover, .jim.active {
    background: url('../images/jim-vidbtnover.png');
}

.stripes {
    background: url('../images/stripes-vidbtn.png');
}

.stripes:hover, .stripes.active {
    background: url('../images/stripes-vidbtnover.png');
}

.flip {
    background: url('../images/flip-vidbtn.png');
}
.flip:hover, .flip.active {
    background: url('../images/flip-vidbtnover.png');
}

.scratch {
    background: url('../images/scratch-vidbtn.png');
}
.scratch:hover, .scratch.active {
    background: url('../images/scratch-vidbtnover.png');
}

.dash {
    background: url('../images/dash-vidbtn.png');
}
.dash:hover, .dash.active {
    background: url('../images/dash-vidbtnover.png');
}

.sing-c {
    top: 290px;
}

/****** Fun Facts *********/
.facts-ul {
    position: relative;
    color:rgb(17,0,86);
    list-style-type: circle;
    font-weight: bold;
    line-height: 24px;
    width:600px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.tigers-ul {
    top:40px;
    left:300px;
}

.tigers-li {
    margin-left:100px;
}

.monkeys-ul {
    top:80px;
    left:90px;
}

.pines-ul {
    top: 142px;
    left: 312px;
}

.pines-li {
    margin-left:50px;
}

.cheetahs-ul {
    top:206px;
    left:90px;
}

.facts-txt {
    position: relative;
    left: 756px;
    top: 32px;
}

.facts-c {
    top:284px;
}

/****** About page **********/
.about-h2 {
    position: relative;
    top: 50px;
    width:460px;
    margin:0 auto;
    color:white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    line-height: 22px;
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 15px;
    text-shadow: 1px 1px #000;
    letter-spacing: 1px;
}

.a-animal {
    cursor: pointer;
    position: relative;
}
#a-scratch {
    top:-220px;
    left:40px;
}
#a-flip {
    top: -190px;
    left:550px;
}
#a-stripes {
    top: 70px;
    right:340px;
}
#a-dash {
    top: 70px;
    left:60px;
}

#a-jim {
    width:200px;
    height:200px;
    background:transparent;
    position: relative;
    top: -210px;
    left: 370px;
    cursor: pointer;
}

.about-txt {
    position: relative;
    top: -810px;
    left: 726px;
}

.about-c {
    top:-186px;
}

/******* BUY SONGS **************/
.buy-h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 800;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    position: relative;
    top:-60px;
    left:152px;
    width:160px;
    color: #FFF;
    text-shadow: 2px 2px #000;
}

#buy-oval {
    position: relative;
    top: 50px;
    left: 70px;
}

#buy-itunes {
    position: relative;
    top: -20px;
    left:142px;
}

#buy-amazon {
    position: relative;
    left:142px;
}

.buy-txt {
    position: relative;
    left:813px;
    top:-302px;
}

.buy-c {
    top:202px;
}

/******* Contact Page **************/
.contact-box {
    position: relative;
    top:50px;
    left:64px;
}

.contact-h2 {
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    text-align: center;
    position: relative;
    left:105px;
    width:160px;
    color: #FFF;
    text-shadow: 1px 1px #000;
}

.contact-email {
    color:#FFF;
    text-decoration: none;
}

.contact-h3 {
    font-family: 'Exo', sans-serif;
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    position: relative;
    top: 34px;
    left:94px;
    width:360px;
    color: #FFF;
    text-shadow: 1px 1px #000;
    color:rgb(127,15,22);
}

.contact-txt {
    position: relative;
    left:815px;
    top:-200px;
}

.contact-c {
    top:308px;
}
.desktoponly{
	display:inline-block!important;
}
.mobilemenu, .mobileonly, .mobilelink{
	display:none!important;
}
.mobilemenu{
	position: absolute;
	right: 20px;
	top: 60px;
	font-size: 20px;
}
#wrapper{
     position: relative;
}
@media only screen and (max-width: 1023px) {
	iframe{
		height:auto!important;
		min-height: 400px;
	}
	.desktoponly{
		display:none!important;
	}
	.mobilemenu, .mobileonly, .mobilelink{
		display:inline-block!important;
	}
	ng-view * {
		position: relative!important;
		top: auto!important;
		left: auto!important;
		margin:0 auto;
		padding:0 auto;
		color:#fff;
		max-width: 100%!important;
	}
	ng-view{
		display: block;
		position: relative;
		width: 94%;
		margin: 30px auto;
	}
	html, body{
		height: 100%!important;
		position: relative;
		background:#06542a!important;
	}
	body{
		 overflow-x: hidden;
	}
	a{
		color:#fff;
     line-height: 1.4em;
	}
	#wrapper {
		width: 100%!important;
		height: 100%!important;
		position: relative;
		background-size: cover!important;
		background:#06542a!important;
	}
	.header-img {
		max-width: 40%;
		top: 0;
		position: relative;
	}
	.jim-img {
		max-width: 20%;
	}
	.fb-link, .twitter-link, .you-link{
		 position: relative;
		display: inline-block;
		left: auto;
		top: auto;
		font-family: FontAwesome;
		color: #fbb705;
		font-size: 20px;
		text-decoration: none;
		width: auto;
		height: auto;
		margin: 0 2px;
	}
	.fb-link:after{
		content:'\f082';
	}
	.twitter-link:after{
		content:'\f081';
	}
	.you-link:after{
		content:'\f166';
	}
	nav {
		display: none;
		position: absolute;
		top: 90px;
		left: auto;
		right: 10px;
		clear: both;
		width: 94%;
		font-family: 'Exo', sans-serif;
		font-weight: 800;
		font-size: 8px;
		margin: 0 auto!important;
		background: #06542a!important;
		padding: 20px 0;
		z-index: 999;
		-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
		box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	}
	nav a {
		margin-right: 0;
		color: white;
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		display: block;
		text-align: center;
		line-height: 2em;
	}
	.video-txt {
		  position: relative;
		left: auto;
		top: auto;
		font-size: 12px;
		line-height: 1.4em;
		width: 130px;
		background: #911e21;
		border-radius: 10px;
		padding: 10px;
		display: block;
		margin: 15px auto;
	}
	img.ng-scope{
		position: relative!important;
		left: 0!important;
		top: 0px!important;
		display: table;
		margin: 15px auto;
		max-width: 100%;
	}
	.video-bg{
      display: none!important;
	}
	#sing-video {
		position: relative;
		left: 0;
		margin: 20px auto;
		top: 0;
		max-width: 90%;
		display: table;
	}
	#characters {
		position: relative;
		left: 0;
		margin: 0 auto;
		top: 0;
		text-align: center;
	}
	.facts-ul, .tigers-ul {
		position: relative!important;
		top: auto!important;
		left: auto!important;
		width: calc(100% - 40px)!important;
		padding-left: 20px!important;
	}
	.tigers-li {
		margin-left: 0;
	}
	#buy-oval{
		display:none!important;
	}
	#buy-itunes, #buy-amazon {
		display: table;
		margin: 20px auto;
	}
	.facts-txt {
		margin: 30px auto;
	}
	.contact-h2 {
		font-size: 18px;
		width: auto!important;
	}
	.contact-h3 {
		color: #fff;
		font-size: 18px;
		line-height: 1.4em;
		margin: 20px auto;
	}
	.copyright {
		margin: 40px 0 20px 0;
		text-align: center;
	}
	h2.headerfact{
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		margin: 15px 0;
	}
	.fb-link, .twitter-link, .you-link{
		display:none!important;
	}
	.mobilelink{
		position:absolute;
		right: 20px;
		top: 10px;
		font-size: 20px;
	}
	.mobilelink .fb-link, .mobilelink .twitter-link, .mobilelink .you-link{
		display:inline-block!important;
	}
	.imagelogo{
		display:block!important;
	}
	.imagelogo img{
		position:relative;
		display:table;
		margin:20px auto;
	}
}
@media only screen and (max-width: 800px) {
	iframe{
		min-height: 300px;
	}
}
@media only screen and (max-width: 650px) {
	iframe{
		min-height: 200px;
	}
}
@media only screen and (max-width: 500px) {
	iframe{
		min-height: 175px;
	}
}