@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; }

.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;
}
