* {
	font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	padding: 20px 0px 10px 0px;
}

h1 ~ p {
	padding-bottom: 20px;
}

h1 span {
	font-weight: bold;
}

h3 {
	margin-top: 40px;
}

h4 {
	margin-top: 30px;
}

h5 {
	margin-top: 30px;
}


.header {
	text-align: center;
}

input[type="text"], textarea {
	padding: 25px 17px;
	color: #FC0FC0;
  	font-weight: 900;
}

textarea.body-text {
	padding: 17px;
	color: #FC0FC0;
}

.output, .output2, .output3  {
	border: 1px solid #ddd;
	width: 100%;
	min-height: 100px;
	white-space: pre-wrap;
	font-family: 'Courier New', courier, sans-serif;
	background-color: #f9f9f9;
	font-size:12px;
	padding:10px 12px;
	overflow: hidden;
	margin-top: 10px;
	word-wrap: break-word;
}

.output:hover, .output2:hover, .output3:hover  {
	cursor: text;
}

code { 
    background: hsl(220, 80%, 90%); 
}

pre {
	height: 100px;
    white-space: pre-wrap;
    background: hsl(30,80%,90%);
}

.align-right {
	text-align: right;
}

.options {
	display: none;
}

.minus {
	display: none;
}

a.button.copy, a.button.copy-image {
	background-color: #aaa;
	transition: all 0.3s ease;
}

a.button.copy:hover, a.button.copy-image:hover {
	background-color: #666;
}

.image-link {
	/* display: none; */
}

.text-tab, .image-tab {
	background-color: #fff;
	color: #666;
	border-bottom: 4px solid #fff;
}

.text-tab.active, .image-tab.active {
	border-bottom: 4px solid #FC0FC0;
	background-color: #f4f4f4;
	color: #666;
}

.text-tab:hover, .image-tab:hover {
	background-color: #ccc;
	border-bottom: 4px solid #FC0FC0;
}

.example {
	text-align: center;
}

.lk-tabs {
	border-bottom: 4px solid #666;
	margin-bottom: 20px;
}

.lk-tabs .columns a {
	margin-bottom: 0 !important;
}

label {
	font-weight: 900;	
}

label span {
	font-weight: 300;
	color: #999;
}

input {
	color: pink;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
  font-weight: 300;
}
input::-moz-placeholder, textarea::-moz-placeholder { /* Firefox 19+ */
  color: pink;
  font-weight: 300;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder { /* IE 10+ */
  color: pink;
  font-weight: 300;
}
input:-moz-placeholder, textarea::-moz-placeholder { /* Firefox 18- */
  color: pink;
  font-weight: 300;
}

.button.copy.copy-ready, .button.copy-image.copy-ready {
	background-color: #FC0FC0;
}

.footer p {
	text-align: center;
	font-size: 11px;
}

.footer p a {
	color: #FC0FC0;
}

.footer p a:hover {
	font-weight: bold;
}

@media screen and (max-width: 404px) {
	a.text-tab, a.image-tab {
		font-size: 11px;
	}
	label span {
		font-size: 13px;		
	}
}

/* Navigation */
.bg-black2 {
	background-color: #000;
	height: auto;
}
.bg-black2 h1 {
	color: #fff;
	padding: 10px 0 0 0;
	font-size: 20px;
}
.navigation ul li {
	float: right;
	list-style: none;
	padding: 10px 10px 7px 10px;
}
.navigation ul li.active {
	border-bottom: 5px solid #FC0FC0;
}

dl {
	margin-left:1em;
}

dd {
	margin-bottom: 20px;
}

hr {
	padding-top: 20px;
	margin-bottom: 40px;
}

.i-icon {
  background-color: #ddd;
  color: #fff;
  display: inline-block;
  /*width: 18px;
  height: 18px;*/
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 900;
  border-radius: 100%;
  font-family: 'Times New Roman', serif;
  line-height: 10px;
  transition: all 0.3s ease;
}
.i-icon:hover {
  background-color: #aaa;
  cursor: pointer;
}

.required {
	font-size: 12px;
	font-weight: 900;
	color: #666;
}

.link-preview {
	margin-bottom: 20px;
	text-align: center;
	background-color: #f4f4f4;
	padding: 10px;
}

.link-preview a {
	font-weight: 900;
	color: #FC0FC0;
	text-decoration: underline;
	text-decoration-skip: ink;
	min-height: 44px;
}

@media screen and (max-width: 960px) {
	.navigation ul li {
		font-size: 12px;
	}
}

@media screen and (max-width: 770px) {
	.navigation ul li {
		font-size: 11px;
	}
}