@import url("../astra/style.css");
/*
 Theme Name:     GTM Program theme
 Template:       astra
 Theme URI: http://acceleration.net
 Description: A theme for gtmprogram.dev.acceleration.net. This is a Astra child theme
 Version: 1
 Author: Acceleration.net
 Author URI: http://www.acceleration.net/
 Tags: custom
 */
/** Variables -------------------- */
/* used for grid layout */
/** MIXINS  -------------------- */
/** GRID  -------------------- */
.grid {
  margin: 0 0 1% 0;
}
.grid:after {
  /* Or @extend clearfix */
  content: "";
  display: table;
  clear: both;
}
[class*='col-'] {
  float: left;
  margin-right: 1%;
}
.grid [class*='col-']:last-of-type {
  margin-right: 0;
}
.col-3-4 {
  width: 75%;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-2 {
  width: 50%;
}
.col-1-3 {
  width: 33.33%;
}
.col-1-4 {
  width: 24.25%;
}
.col-1-8 {
  width: 12.5%;
}
/* Opt-in outside padding */
.grid-pad {
  padding: 1% 0 1% 1%;
}
.grid-pad [class*='col-']:last-of-type {
  padding-right: 1%;
}
.grid-marg [class*='col-']:last-of-type {
  padding-right: 1%;
}
/** HEADER  -------------------- */
h1.site-title, .site-title {
  font-family: 'Arvo', 'Palatino Linotype', 'Book Antiqua', serif;
}
.page-banner {
  /* html for header image enterened using action hooks */
  background-image: url('/wp-content/uploads/2020/02/team-U.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 500px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.page-banner__content {
  text-align: center;
}
.page-banner__content span {
  font-family: 'Arvo', 'Palatino Linotype', 'Book Antiqua', serif;
  font-size: 7em;
  color: #fff;
  text-shadow: 0px 0px 8px #000;
  -webkit-text-stroke: 4px #299355;
  opacity: 0.75;
}
.cat-columns {
  text-align: center;
}
.cat-columns a {
  display: block;
  background: #299355;
  color: #fff;
  margin-top: 15px;
  padding: 2em;
  font-size: 1.35em;
  text-decoration: none;
}
.cat-columns a i {
  font-size: 4.25em;
  margin-bottom: 10px;
  color: #f7873b;
}
.cat-columns a:hover {
  background: #f7873b;
  color: #299355;
}
.cat-columns a:hover i {
  color: #299355;
}
/** Home page  -------------------- */
.home .entry-title {
  display: none;
}
