/*
 Theme Name:   Team Ristretto
 Description:  Twenty Sixteen Child Theme
 Author:       Kevin Marshall
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/*Set Site Title Styling */
.navbar-brand {
    font-size: 30px;
}

/* Set Page/Post Title Header Size */
.cat-title {
	font-size: 30px;
}

/* Set H2 Font Size */
h2 {
	font-size: 20px;
}

ul li {
	color: #000;
	display: list-item;
	list-style-position: inherit;
	text-indent: 5px;
	margin-left: 20px;
}

/* Mock Interview Form Styles */
.required-question {
	color: white;
	background-color: darkred;
	padding: 20px;
}
.important-question {
	color: white;
	background-color: darkorange;
	padding: 20px;
}
.client-notes {
	color: red;
	border-color: red;
	border-width: 3px;
}