div.hero {
    background-image: url("../img/immensely-accelerated-healing-v3.jpg");
    background-size: cover;
    background-position: bottom center;
    height: 22vw;
    border-bottom: 1px solid #000;
}

h1.bigtext {
    font-size: 120px;
    line-height: 160px;
    text-transform: uppercase;
}

p.medhometext {
    font-size: 24px;
    line-height: 36px;
}

ul,ol {
    margin-left: 30px;
}

li {
    line-height: 36px;
}

a.homebutton, button.homebutton {
	border:0;
	padding:14px 22px 18px 22px;
	text-decoration:none;
	font-variant:small-caps;
	font-size:28px;
	background:#00005a;
	color:#fff;
	-webkit-border-radius:7px;
	-moz-border-radius:7px;
	border-radius:7px;
	-webkit-transition:background 0.5s ease;
	-moz-transition:background 0.5s ease;
	-o-transition:background 0.5s ease;
	transition:background 0.5s ease;
}

a.homebutton:hover, button.homebutton:hover {
	background:#33337b;
}

div.videodiv {
    padding-bottom: 65%;
}

.req {
	font-size:12px;
	color:#ff0000;
}

span.dayspacer {
	padding:0 8px;
	height:16px;
	display:inline;
}

/* Moble styles ================================================== */
@media (max-width:959px) {
    div.hero {
        background-image: url("../img/immensely-accelerated-healing-mobile-v3.jpg");
        height: 100vw;
        background-position: center center;
    }
    
    h1.bigtext {
        font-size: 60px;
        line-height: 80px;
    }
    
	span.abbrev {
		display:none;
	}
	
	span.dayspacer {
		padding:0 4px;
	}
}