﻿
#skippingJumbotron {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    background-image: url("/images/landing/kidsrunning2.jpg");
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 500px;
    opacity: 1;
    visibility: inherit;
    z-index: 20;
}

.rightly {
    margin-left:60%;
    margin-top:10%;
    width:35%;
}

.headlineish {
    line-height: 1.1em; 
    font-family: Open Sans; 
    background-color:#1B2A98; 
    font-size: 24px;
    color:#FFFFFF; 
    padding-top:20px; 
    padding-bottom: 20px; 
    padding-left:30px; 
    padding-right: 30px; 
    margin: 0 auto;
}

.light-padding-careful-margin {
    padding:10px; 
    margin: 0 auto;
}

.strong-left-and-right-margin {
    margin-left:100px; 
    margin-right:100px;
}

.ninety-square {
    height: 90px;
    width: 90px;
}

.no-top-and-bottom {
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom: 0px;
}

.no-bottom {
	margin-bottom: 0px;
}

.white {
	background-color: white;
}

.orange {
	background-color: rgb(255, 102, 0);
}

.orange-text {
	color: rgb(255, 102, 0);
}

.light-grey-text {
    color: #f5f5f5;
}

.light-grey {
	background-color: #f5f5f5;
}

.jumbotron-light-grey-text {
    color:rgb(238, 238, 238);
}


.big-orange-button {
	background-color: rgb(255, 102, 0);
	color: white;
	font-size:17px;	
}

.big-orange-button:hover {
	background-color: white;
	color: navy;
	font-size:17px;	
}

.space {
	height: 1em;
}

.short-space {
	height: .6em;
}

.centered-text {
	text-align:center;
}

.bold-text {
	font-weight:bold;
}

.vc-header-menu:hover {
	background-color:  #F26400;
	color:white;
}

.p-text {
	font-size:.4em;
}

.a-unbootstrap
{
    color: inherit;
    text-decoration: inherit;
}
    
.a-unbootstrap:hover,
.a-unbootstrap:focus {
    color: inherit;
    text-decoration: underline;
}

.square-sized-icon {
	height:45px; 
	width:45px;
}

.rectangular-icon {
    height:45px;
    border:none;
}

.with-cert-background {
    background-image:url('/images/landing/homepagecertblue2.jpg'); 
    color:white;     
    font-weight:bold;
}

.headery-buttonesque {
     text-align:center;    
    background-color:rgb(148, 149, 153);
    padding-top:4px;
    padding-bottom:4px;
    margin-bottom: 0px;
    font-family:Raleway;
    font-weight:bold;
    font-size:1.1em;
    color:white;
    min-height: 3em;
    max-height: 3em;
}

.headery-buttonesque:hover {
    background-color:rgb(242, 100, 0);
}

.has-right-white-border {
    border-right: 25px white solid;
}

.five-letters-high {
    height:5em;
}

.vital-orange {
	color: rgb(255, 102, 0);
}

.vital-orange-hr {
	border-top: 1px rgb(248, 148, 6) solid;
}