section:first-child { margin-top: 96px; }

.black { color: #373737; }

.mc-content {
    max-width: 500px;
    margin: 0 auto;
}

.wordmark {
    background: url("/images/logo.png") 50% 50% no-repeat transparent;
    height: 152px;
    background-size: contain;
    margin: 0 0 48px;
}

.shopify-p0 {
    color: #fff;
    background-color: #ED672E;
}
.shopify-p0:hover,
.shopify-p0:focus,
.shopify-p0:active {
    color: #fff;
    background-color: #ED672E;
}

.template-container { background-color: #fafafa; }

.template {
    height: 0;
    padding-top: 125%;
    background: url("/images/templates/c1.png") no-repeat 50% 50% #fff;
    background-size: contain;
}

.two-column-stacked { background-image: url("/images/templates/c2.png"); }
.two-column-inline { background-image: url("/images/templates/c3.png"); }

/* Highlight selected template */
.template-radio {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}
.template-radio:checked ~ .template-container {
    background-color: #f3f4ee;
    box-shadow: 0 0 0 2px #dce8cd inset;
}
.template-radio:checked ~ .template-container label {
    background-color: #ED672E;
    color: #fff;
}

.text-color,
.text-color:visited,
.text-color:hover {
    color: #373737;
    border-bottom-color: #b7b7b7;
}

.hero {
    padding: 60px 0;
    background-color: #ecece4;
}

.slats .schedule-circle-large { color: #b7b7b7; }
.slats .tick-circle-large { color: #ED672E; }
.slats .warn-circle-large { color: #febe12; }
.slats .cross-circle-large { color: #ee836e; }

.main-header {
    background-color: #ED672E;
    color: #fff;
    font-size: 15px;
    height: 54px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    border-bottom: 1px solid #7ba148;
    z-index: 99;
}

.navbar-link {
    color: #fff;
    line-height: 54px;
    padding: 0 24px;
    -webkit-transition: all 0.25s ease-in-out 0s;
    -ms-transition: all 0.25s ease-in-out 0s;
    transition: all 0.25s ease-in-out 0s;
}
.navbar-link:visited { color: #fff; }
.navbar-link:hover,
.navbar-link:focus,
.navbar-link:active {
    color: #fff;
    background-color: #ED672E;
}

.freddie {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 200px;
    box-shadow: 0 2px 0 0 #ECEDE4;
}


input[type="checkbox"],
input[type="radio"] {
    margin: 0 12px 0 0;
    padding: 0;
}
