/* ====== Header ====== */

body h1 {
	float: none;
	text-align:center;
	margin:0 auto;
    max-width: 500px;
}

.bon {
	font-family:"Rubik";
	font-size:100px;
}

.bon::selection {
	background:none;
}

.ipsum {
	font-family:"Rubik";
	font-weight:300;
	font-size:100px;
}

.ipsum::selection {
	background:none;
}

/* subtitle / tagline */

.tagline {
    font-family: "Rubik";
    font-size: 16px;
    text-align: right;
    max-width: 530px;
    float: none;
    margin: 0 auto;
}

/* ====== Copying ====== */

.copy-header {
	margin: 0 auto;
    margin-top: 20px;
    max-width: 420px;
}

.copy {
	font-family:"Rubik";
	font-size:20px;
}

.copy-all {
	font-family:"Rubik Medium";
	font-size:20px;
	padding-left:10px;
	padding-top:10px;

}

#copy-all-button:focus {
	outline:none;

}

#copy-all-button {
	cursor:pointer;
	float:left;
}


.btn {
	border: none;
	font-family: inherit;
	font-size: 20px;
	color: inherit;
	background: none;
	cursor: pointer;
    padding: 5px 8px 5px 8px;
    display: inline-block;
	margin: 2px -10px;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Pseudo elements for icons */
.btn:before,
.icon-heart:after,
.icon-star:after,
.icon-plus:after,
.icon-file:before {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}

/* success message */

.success {
	float: left;
    padding: 5px 8px 5px 8px;
    border: 3px solid #fff;
    margin-left: 20px;
    font-size: 14px;
    margin-top: 2px;
    top: 1px;
    position: relative;
    background-color: #FFDE59;

}


/* Button 1 */
.btn-1 {
	border: 3px solid #fff;
	color: black;
}

/* Button 1c */
.btn-1c:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: black;
}

.btn-1c:hover,
.btn-1c:active {
	color: white;
}

.btn-1c:hover:after,
.btn-1c:active:after {
	width: 100%;
}



/* ====== Lyrics ====== */

#lyrics {
	float: none;
	font-family: "Rubik Light";
	font-size: 23px;
	margin: 0 auto;
	margin-top: 70px;
    width: 55%;
    min-height: 500px;
/*    position: relative;
    bottom: 0;
    right: 0;*/
}

.justinBg {
	background: center / contain no-repeat url(/images/justinVernonIcon.png);
    height: 180px;
    width:420px!important;

}

#vernonIcon {
	float: none;
	margin: 0 auto;
	margin-top: 70px;
	width: 55%;
	background: center / contain no-repeat url("/images/justinVernonIcon.png");
	height: 180px;
}

#vernonIcon.hidden {
    display: none;
}

#vernonIcon.visible {
	display: block;
	animation: showVernon 2.5s;
	background: center / contain no-repeat url(/images/justinVernonIcon.png);

}

@keyframes showVernon {
	from {
		transform: scale(0);
	}

	to {
		transform: scale(1);
	}
}

/* lyric hover */

/*#lyrics p:hover {
	background-color: #FFDE59;
} removed 9/5 in favor of adding class of selected to the div rather than hover rule */

/* remove text highlight */
.line::selection {
  background:#FFDE59;
}

.sentence::selection {
	background:#FFDE59;
}

.tagline::selection {
	background:#FFDE59;
}

/* ====== Buttons ====== */

#generate-lyrics {
/*    border: 4px solid black;
    border-radius: 3px;
    font-family:"Rubik";
    font-size:20px;
    height: 40px;
    text-align: center;
    width: 130px;
    cursor:pointer;*/
    font-family: "Rubik";
    height: auto;
    text-align: center;
    width: 130px;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-size: 1.4rem;
    letter-spacing: 0.04rem;
    padding: 6px 10px;
    cursor: pointer;
    border-radius: .2rem;
    border: .1rem solid black;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 0 3px 0 0 black;
}

button#generate-lyrics:active {
    top: 3px;
    box-shadow: none;
}

#generate-lyrics::selection {
	background:none;
}

#generate-lyrics:focus {
	outline:none;
}

.generate {
	text-align:center;
	margin-top:20px;
	display:inline-block;
}

/* ====== highlight copy ====== */

/* ====== Sidebar ====== */
.sidebar {
	position: static;
    left: 1%;
    top: 200px;
    float: left;
}

h2 {
	font-family:Rubik;
	font-weight:500;
	font-size:20px;
	text-decoration:none;
	color:black;

}

.settings {
	padding-top:40px;
}

.seasons {
	max-width:100px;
	height:90px;

}
.option {
	text-align: left;
    float: left;
}
.season input {
	float:left;
}

.myCheckbox input {
	display:none;

}

.myCheckbox span {
	width: 15px;
    height: 15px;
    display: block;
    background: url(./images/unselected-checkbox.png) no-repeat;
    background-size: 100%;
    position: relative;
    top: 4px;
}

.myCheckbox input:checked + span {
	width: 15px;
    height: 15px;
  	background: url("./images/selected-checkbox.png") no-repeat;
  	float:left;
    background-size: 100%;
    position: relative;
    top: 4px;

}

.seasons label {
	font-family: Rubik;
    font-size: 18px;
    font-weight: normal;
    float: right;
    padding-left: 4px;
    margin: 0 auto;
}

/* ====== format filter ====== */

.format {
	margin-top:25px;
}

.formatCheckbox input {
	display:none;

}

/* The prose/verse container */
.container {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 18px;
  font-family:Rubik;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}

.container input:checked ~ .checkmark {
    background: url("./images/icommai-big.png") no-repeat;
    background-size:15px;
    top:4px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  background: url("./images/icommai-big.png") no-repeat;
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* ====== length filter ====== */

.length {
	margin-top:25px;
}
.lengthcontainer {
  display: block;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  font-size: 18px;
  font-family:Rubik;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.lengthcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.lengthcheckmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
}

.lengthcontainer input:checked ~ .lengthcheckmark {
    background: url("./images/yinyangicon.png") no-repeat;
    background-size:15px;
    top:7px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.lengthcheckmark:after {
  content: "";
  background: url("./images/yinyangicon.png") no-repeat;
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.lengthcontainer input:checked ~ .lengthcheckmark:after {
  display: block;
}

.footer {
	/*bottom: 0;
    position: absolute;
    right: 0;
    left: 0;*/
    max-width: 100%;
    text-align: center;
}

.footer p {
	margin:0;
	padding:0;
	font-size:16px;
	font-family:Rubik;
}

.footer p a {
	text-decoration:underline;
	color:black;
}

.footer p a:hover {
	opacity:0.7;
}


/* ====== media queries ====== */ 

@media screen and (max-width:500px) {
	.

	.site-title {
		max-width:200px;
	}

	#lyrics {
		width:96%;
	}
	.bon, .ipsum {
		font-size:80px;
	}
	.tagline {
		max-width:100%;
		text-align:left;
		padding:0 10px;
	}
	.copy-header {
		margin-top:6%;
	}
	body h1 {
		text-align:left;
		max-width:100%;
	}
	.generate {
		width:100%;
		max-width:100%!important;
	}

}

@media screen and (min-width:656px) {
	.mobiile-sidebar, .mobile {
	display:none;
	}
}

@media screen and (max-width:655px) {
	.mobiile-sidebar {
	display:block;
	}
	.sidebar {
		position: relative;
    	left: unset;
    	top: unset;
    	display:block;
    	width:100%;
    	height:100px;
	}
	.generate {
		float:none;
		text-align:center;
		max-width:130px;
		margin:0 auto;
	}
	.copy-all {
		float:right;
		font-size:20px;
		padding:0;
		width:100px;
	}
	.settings h2{
		font-size:20px;
		text-decoration:none;
		color:black;
		cursor:pointer;
	}
	.settings {
		float:left;
		width:110px;
		padding:0;
	}

	.seasons {
		float: left;
    	width: 33%;
    	height: 100px;
	}
/*	.option, .format, .length {
		display:none; 
	}*/

	.filter-container {
		display:none;
	}
	.show {
		display:block;
		background:white;
		padding: 10px 10px 30px;
		float: left;
    	width: 100%;	
	}

	#lyrics {
		margin-top:20px;
	}
	.success {
    padding: 5px 8px 5px 8px;
    border: 3px solid #fff;
    font-size: 14px;
   	margin:0;
    background-color: #FFDE59;

	}

	.format {
		float: left;
    	width: 33%;
    	height: 100px;
    	display: inline-block;
    	margin: 0;
    	position: relative;
    	top: 0px;
    	left: 13%;
	}
	.length {
		float: left;
	    width: 33%;
	    display: inline-block;
	    height: 100px;
	    margin: 0;
	    position: relative;
	    top: 0px;
	    left: 16%;
	    text-align: left;
	}
}

