h1, h2, h3, h4, h5, h6 {

    font-weight: 300;
		
}

p, body {
font-size:1.1em;
}

.home-hero-text {
border-left: 50px solid #cb1d2d;
        padding-left: 65px;

}


.mc-home-hero .home-hero-text {
    position: absolute;
    width: 100%;
    max-width: 50em;
    left: 0;
    bottom: 15%;
    border-left: 15px solid #cb1d2d;
    padding-left: 30px;
    padding-right: 15px;
		    padding-bottom: 15px;
    z-index: 2;

}

.mc-home-project .project-info {
    position: absolute;
    top: -1px;
    left: 150px;
    padding: 15px;

    background-color: rgba(0, 0, 0, .45);
}

.mc-home-project .project-info-red {
    position: absolute;
    top: -1px;
    left: 150px;
    padding: 15px;

    background-color: rgba(203, 29, 45, .85);
}

.stuck.site-header .site-branding .alt-logo {
	display: none;
}

.site-header .site-branding .alt-logo-scroll {
	display: none;
}

.stuck.site-header .site-branding .alt-logo-scroll {
	display: block;
}

::-moz-selection { /* Code for Firefox */
  color: #ffffff;
  background: #cb1d2d;
}

::selection {
  color: #ffffff;
  background: #cb1d2d;
}

.site-footer.footer-active-sidebar {
    border-top: 1px solid #e6e6e6;
    background: #ebebea;
}

.grecaptcha-badge { opacity:0;}

.entry-header {

    display: none;
}