/**************
 * Base Styles
 **************/
a:link,
a:visited {
	color: #308C43;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
}

 body {
 	background: #fff url('/National_Library/20160526010038oe_/https://peridot-php.github.io/img/cream_pixels.png') repeat left top;
 	font-family: 'Open Sans', sans-serif;
 	padding-top:20px;
 }

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

 ul {
 	list-style:circle;
 	margin: 0;
 	padding: 0;
 }

 li {
 	margin-bottom:6px;
 }

 p {
 	font-size:14px;
 	line-height:22px;
 }

 pre {
 	white-space: pre !important;
 	word-wrap: normal !important;
 	overflow: auto !important;
 }

 footer {
 	color:#d3d3d3;
 	font-style: italic;
 	margin-top:100px;
 }

/**************
 * Button
 **************/
a.btn {
	color: #fff;
}

/**************
 * Logo
 **************/
 .logo {
 	background-image: url('/National_Library/20160526010038oe_/https://peridot-php.github.io/img/logo.png');
 	background-repeat: no-repeat;
 	background-position: left top;
 	background-size: 217px 66px;
 	height: 66px;
 	margin: 0 auto 20px auto;
 	text-indent: -9999px;
 	width:217px;
 }

/**************
 * Tag
 **************/
 .tag {
 	color: #1A4C25;
 	font-size: 22px;
 	margin-bottom: 50px;
 	text-align: center;
 }

/*****************
 * Reference List
 *****************/
.reference-list li {
	margin-left: 20px;
	padding-bottom: 10px;
}
.reference-list p {
	margin:10px 0;
	width:300px;
}

/*******************
 * Terminal Section
 *******************/
 .terminal-section .highlight {
 	margin-bottom:0 !important;
 }

/*****************
 * Jumbotron
 *****************/
 .jumbotron {
 	margin-top:60px;
 }

 .jumbotron p {
 	font-size: 22px;
 	line-height: 34px;
 }

/******************
 * Buckets
 ******************/
.bucket-col {
	margin-bottom: 20px;
}

.bucket {
	background-color: rgba(0,0,0, 0.7);
	border-radius: 4px;
	color: #fff;
	padding:15px;
	text-align: center;
}

.bucket code {
	background-color: inherit;
	color:#fff;
}

.bucket i {
	font-size: 54px;
}

.bucket a {
	color:#60D879;
}

.bucket .icon-natural {
	color: #5cb85c;
}

.bucket .icon-extensible {
	color: #5bc0de;
}

.bucket .icon-fast {
	color: #f0ad4e;
}

/********************
 * Code
 ********************/
.code {
	background-color: inherit;
	color: inherit;
}

/*********************
 * Nav
 *********************/
.nav {
	height: 30px;
	margin-bottom: 40px;
}

.nav > ul {
	display:none;
	text-align: left;
}

.nav > .dropdown {
	width: 100%;
}

.nav > .dropdown > button {
	width: 100%;
}

.nav li {
	display: inline-block;
	list-style: none;
	margin-left: 15px;
}

.nav li a {
	display: block;
	font-size: 18px;
	width: 100%;
}

.nav li a.active {
	border-bottom: 5px solid #308C43;
}

.nav li a:hover {
	background: #efefef;
	border-bottom: 5px solid #308C43;
	color: #444;
	text-decoration: none;
}

.nav .dropdown-menu a,
.nav .dropdown-menu a:hover {
	border-bottom-width: 0;
}

.nav .dropdown li {
	margin-left: 0;
	width: 100%;
}

.nav .dropdown-menu {
	border-radius: 0;
}

@media only screen and (min-width : 1224px) {

	/**************
	 * Base Styles
	 **************/
	 body {
	 	padding: 20px;
	 }

	/**************
 	 * Logo
 	 **************/
	.logo {
		background-size: 434px 131.5px;
		height: 131.5px;
		width:434px;
	}

	/***********
	 * Nav
	 ***********/
	.dropdown-toggle[aria-expanded='true'] {
		border-bottom: 5px solid #308C43 !important;
	}
}

@media only screen and (min-width : 768px) {
	/**************
	 * Nav
	 **************/
	 .nav > ul {
	 	display: block;
	 }

	 .nav > .dropdown {
	 	display:none;
	 }
}
