/* BASIC */
a{
	color:  #eb9316;
}

a:hover{
	color: #f0ad4e;
}


/* NAV BAR */
.nav-button{
	color: white !important;
	padding:  6px 12px !important;
	background-color:  #f0ad4e !important;
}

.nav-button:hover{
	background-position: 0 -15;
	background-color: #eb9316 !important;
}

/* ASSISTS */

.col-xs-12, .col-sm-12, .col-md-6, .col-lg-6{
	padding: 0px;
}

body{
    background-color: #718093 !important;
}

.request{
	color: white;
	height: 100px;
	background-color: #f0ad4e;
	margin: 5px;
	padding: 10px;
	outline: 2px solid #eb9316;
}

.request:hover{
	background-color: #eb9316;
}

h5{
	font-weight:  bold;
	font-size:  15px;
}

.help-section{
	margin-top: 30px;
}

.help-image{
	margin:  25px;
}
