/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    
 Description:  Twenty Sixteen Child Theme
 Author:       Alan Siu
 Author URI:   http://technology.siprep.org
 Template:     twentysixteen
 Version:      1.0.2
 License:      GPL
 License URI:  http://www.gnu.org/licenses/gpl.html
 Tags:         terminal-friendly, tech documentation
 Text Domain:  twentysixteen-child
*/

/* Don't make the header tags so enormous */

.entry-title, .entry-header {
	font-size: 135%;
}

h1 {
	font-size: 105%;
}

h2 {
	font-size: 104%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h3 {
	font-size: 103%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h4 {
	font-size: 102%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

h5 {
	font-size: 101%;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* The list dent seems to be non-existent, so let's put our own in */
.entry-content ul, .entry-content ol {
	margin-left: 40px;
}

/* Don't make the bottom gaps in image displays so big */
.alignnone {
	margin-top: 35px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Don't make the masthead so enormous at the top */

.site-title {
	font-size: 104%;
}

.site-description {
	font-size: 60%;
}

.site-header, .site-header-main, .site-branding {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}

/* Creating custom terminal class */
.terminal {
	width: 95%;
	overflow: auto;
	font-family: "Courier New";
	font-size: small;
	color: #ffffff;
	background: #000000;
	white-space: nowrap;
	border: double white 3px;
	border-color: #ffffff;
	padding: 5px;
	margin: 5px;
}