/*
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600);
*/

/*
* {
 box-sizing: border-box;
}

body {
 padding: 70px 0 20px 0;
 font-family: 'Open Sans', Helvetica, Arial, sans-serif;
 font-size: 14px;
}

h1, h2, h3, h4, h5 {
 font-family: Lato, Helvetica, Arial, sans-serif !important;
 font-weight: 300 !important;
 font-style: normal !important;
 line-height: 1.5;
}

h1 { color: #008d4a; }

.navbar-brand { border-right: 1px solid #ddd; }
.navbar-brand img { margin-top: -8px; }
*/

.uscrn-headline-img {
  background: url(/ncics/img/uscrn-headline.jpg);
  background-color: #fff;
  background-position: center center;
  background-size: cover;
  margin-bottom: 30px !important;
}

.img-div {
 border: 1px solid #ddd;
}

h1 { text-align: center; }

/* No rounded corners */
.form-control,
.btn,
.modal-content,
.well,
.input-group-addon,
.list-group-item:first-child,
.list-group-item:last-child {
 border-radius: 0;
}

.modal-header {
 background-color: #3a82be;
 color: #fff;
}

img.crnimg {
 max-width: 813px;
 width: 100%;
 padding: 10px;
}

h2 { font-size: 32px; }

div.alert {
 padding-bottom: 0;
}
div.alert p {
 margin-bottom: 15px;
}

ul.nav-pills {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
