/*
 Theme Name:   CAL-Founder
 Theme URI:    
 Description:  CAL Founder Child Theme
 Author:       Tylor Hoekstra
 Author URI:   http://www.tylorhoeksra.com/
 Template:     founder
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  founder-child
*/

.post-header {
  text-align: left;
  margin-bottom: 3em;
}

.footer-text {
	color: #ffffff;
	font-size: small;
}

body {
  color: #333333;
  }


.site-footer {
    text-align: right !important; 
    padding: 0.5em;
    border-top: solid 1px #D4D4D4;
    margin-top: 4.5em;
    background-color: #18453b;
}

.site-footer a{
	border-bottom: none !important;
}

@media (max-width: 900px) {
	.site-footer {
		min-height: 180px !important;
	}
}

@media all and (min-width: 75em) {
  .main {
    padding: 0 10%;
  }
}

.tagline {
  margin: 0;
  font-size: smaller;
}

@media all and (min-width: 37.5em) {
  .site-title {
    font-size: 2.0em;
    /* 24px / 16px */
    line-height: 1.25;
    /* 36px */
  }
  
  @media all and (min-width: 75em) {
  .featured-image {
    width: 100%;
    left: 0%;
    padding-bottom: 50%;
  }
}