/* Import fonts */
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,600,500|Droid+Sans+Mono|Special+Elite);

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
/* Reset Styles */

html, body, div, span, applet, object, iframe,
p, blockquote, pre, /*h1, h2, h3, h4, h5, h6, */
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }

  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}


/* Base Styles */

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

html {
	/* background-color: #F4F4F4; */
	min-height: 100%;
	height: auto;
}

body  {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	line-height: 160%;
	*zoom: 1;
}

header {
	margin-bottom: 100px;
}
footer {
	margin-top: 300px;
}


@media all and (max-width: 400px) {
  main {
	width: 100%;
	border-radius: 0;
  }
}


h1, h2, h3, h4, h5, h6 {
	font-family: 'Special Elite', cursive; /* 'Open Sans', sans-serif; */
	font-weight: normal;
	/*color: #475b62; */
	text-shadow: 1px 1px rgb(255,255,255, 1);
}

a {
	color: #145266;
	font-family: 'Open Sans', sans-serif;
}


p {
}

a.small {
	line-height: 100%;
	font-size: .9rem;
}

/* .nav {} */

#nav-top {
	margin: 10px 3px 10px 3px; /* top, right, bottom, left */
	width: 100%;
	height: 50px;
	font-size: 1.20em;
}

#nav-left {
	margin: 10px 0px 0px 3px; /* top, right, bottom, left */
	width: 250px;
	height: 100%;
	min-width: 110px;
	max-width: 250px;
	font-size: .90em;
}

.pagebody {
	float: left;
	margin: 10px 10px 10px 10px;
	min-width: 100%;
	max-width: 100%;
	font-size: .90em;
	line-height: 1.5;
}
/* override bootstrap */
.row {
  margin-right: 10px; /* -15px;*/
  margin-left:  10px; /* -15px;*/
}

.section-underline {
	margin-top: 3px;
	margin-bottom: 10px;
}

.ng-enter.ng-enter-active,
.ng-leave {
  opacity: 1;
	height: 80px;
	overflow: hidden;
}

.ng-leave.ng-leave-active,
.ng-enter {
	opacity: 0;
	height: 0;
	overflow: hidden;
}

p.error {
	color: #C61C6F;
	font-size: .8em;
	padding-top: 5px;
}

/*buttons*/
/*
.ng-invalid .btn {
	background: gray;
}
*/

/* Buttons */


.btn .btn-left { float: left; }
.btn .btn-right { float: right; }
/* .btn:hover { background-color: #DC322F; } */
