/*
Theme Name: Codeguild GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Codeguild
Author URI: https://codeguild.com/
Description: Child of GeneratePress
*/

/* Top menu: Tighten, add bottom border, transform to uppercase */
.main-navigation .main-nav ul li a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  line-height: 40px;
}
.site-header {
  background-color: #ffffff !important;
  border-bottom: 1px #0c3182 solid;
  padding-bottom: 5px;
  margin-top: -10px;
}
.main-navigation li a {
  font-weight: 500;
  color: #5ba300;
  text-transform: uppercase;
}

/* Tigthen up header height */
.inside-header {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 0px !important;
  padding-left: 40px;
}

/* Tighten space between menu and content */
.one-container .site-content {
  padding-top: 10px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
}
.entry-content {
  margin-top: 1em !important;
}

/* Make page title a little smaller */
h1 {
  font-size: 36px !important;
  margin-bottom: 10px !important;
}
h2 {
  font-size: 30px;
}
.entry-title {
	margin-top: 10px;
}

/* add a line above footer */
.site-footer {
  border-top: 1px #0c3182 solid;
}

/* big button */
.bigbutton {
  background-color: #20083f;
  border-radius: 50px;
  width: 90%;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 20px;
  cursor: pointer;
}

/* align featured image in the center if displayed at top */
.featured-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* make blockquotes a little smaller */
.entry-content .blockquote {
	font-size: 1em !important;
}

/*--------------------------------------------------------------
 Team page styling 
--------------------------------------------------------------*/
.staff-two-column {
	column-count: 2;
	column-width: 370px;
	min-width: 620px; 
	column-gap: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	vertical-align: top;
}
.staff-two-column  .staff {
	display: block;
	break-inside: avoid; /* KEY to 2nd column formatting right in firefox */
	width: 360px;
	height: 140px;
	min-width: 350px;
	min-height: 120px;
	font-size: 14px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: top;
	vertical-align: top;
}

.staff-two-column .staff img {
	display: block;
	width: 100px;
    max-height: 140px;
	height: auto;
	min-height: 100px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}

/*--------------------------------------------------------------
 Home page styling 
--------------------------------------------------------------*/
.home-two-column {
	column-count: 2;
	column-width: 370px;
	min-width: 620px; 
	column-gap: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 20px;
	vertical-align: top;
}
.home-two-column  .staff {
	display: block;
	break-inside: avoid; /* KEY to 2nd column formatting right in firefox */
	width: 360px;
	height: 140px;
	min-width: 350px;
	min-height: 120px;
	font-size: 14px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: top;
	vertical-align: top;
}

.home-two-column .staff img {
	display: block;
	width: 100px;
    max-height: 140px;
	height: auto;
	min-height: 100px;
	vertical-align: top;
	float: left;
	margin-right: 10px;
}
