/* CUSTOM STYLES */
body {
	font-family: 'Nunito Sans', sans-serif;
background-color:#f4f4f4;
font-family: 'Nunito', sans-serif;

}

a {
	color:#0f6cb6;
	text-decoration:none;
}
a:hover {
	color:#0d4069;
	text-decoration:none;
}
.pageContents {
	background-color:#fff;
}


.black {
	background-color:#000;
	text-align:center;
	color:#fff;
}

.orangeTop {
	background-color:#f89828;
	text-align:center;
}

.navBG {
	background-color:#000;
}
.navBG a {
	color:#fff;
	font-size:1rem;
}
.navBG a:active {
	color:#ffd200;
}
.navBG a:hover {
	color:#ffd200;
	background:#333;
}
.copyrightBar {
	padding:10px;
}
.callout {
	background-color:#f4f4f4;
}

.cv_callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border:0;
  border-radius: 0;
  position: relative;
  color: #000;
  background-color: #f4f4f4;
  font-weight:400 }


/* TYPOGRAPHY */
h1 {
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size:2rem;
	}
h2 {
	font-family: 'Roboto', sans-serif;
	font-size:1.5rem;
	font-weight: 800;
}
h3 {
	font-family: 'Roboto', sans-serif;
	font-size:1.3rem;
	font-weight:800;
}
h4 {
	font-family: 'Roboto', sans-serif;
	font-size:1.1rem;
	font-weight:800;
}


/* IMAGE CLASSES */

.headerImage {
	width:100%;
	margin:10px 0 10px 0;
}

/* BUTTON CLASSES */
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #0f6cb6;
    color: #fff; }
  .button:hover, .button:focus {
    background-color: #ffd200;
    color: #000000; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #1779ba;
    color: #fefefe; }
  .button.primary:hover, .button.primary:focus {
    background-color: #126195;
    color: #fefefe; }


.featuredHeader {
	background-color:#ffd200;
	padding:10px;
	font-family: 'Roboto', sans-serif;
	font-weight:800;
	font-size:1.25rem;
	margin-bottom:10px;
}



/* FOOTER */

.footerStyle a {
	color:#ffd200;
}
.footerStyle a:hover {
	color:#fff;
}





