.text-brand{
	color: #FF6620;
}

.text-bold {
	font-weight: 700;
}

.vh-100 {
	height: 100vh;
}
.header-brand span{
	font-family: irestore;
	font-size: 100px;
	color: #FF6620;
}
@media(max-width: 500px){
	.header-brand span{
		font-size: 75px;
	}
}
@media(max-width: 400px){
	.header-brand span{
		font-size: 50px;
	}
}
.irestore{
	font-family: irestore;
}
.logo-logo *{
	display: inline-block;
}
h1, h2, h3, h4, h5{
	font-family: irestore;
}
.gaf-red{
	color: #EF2525;
}

.gaf > .lead{
	font-size: 30px;
}
.dark{
	background-color: #071c33;
}
.ir-orange{
	color: #FF6620;
}

.active {
	color: #FF6620;
}

/* header */
.ir-header img{
	margin: auto;
}

.ir-navbar {
	margin-top: 20px;
	font-size: 2rem;
}

.ir-navbar li {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 25px;
	color: rgb(0, 90, 120);
}

.ir-active a {
	border-top: 3px solid;
	padding-top: 5px;
}

li.ir-active{
	border-top: 3px #FF6620;
	color: #FF6620;
}

.il-items * {
	display: inline-block;
}

/* external css grabs */
.gtQXVS {
    background-color: rgb(0, 90, 120);
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    height: 1.8em;
    line-height: 1.9;
    min-width: 1.8em;
    text-align: center;
    width: 1.8em;
    border-radius: 6px;
}

/* end external css grabs */

/* Our process list */
.processList li {
	font-size: 2rem;
}

.processList li:before {
	position: absolute;
  	content: url('../images/favicon.ico');
	zoom: 0.3;
	margin-left: -55px;
	margin-top: 27px;
}

.processList li{
	padding-bottom: 30px;
	margin-left: 10px;
}
