@charset "utf-8";
/* CSS Document */
.navbar {
	background-image:url(../images/Paper.png);
	background-repeat:repeat;
	margin-bottom: 0px;
}
.carousel-inner > .item > img {
    margin: 0 auto;
}
.navbar-brand>img {
   max-height: 100%;
   height: 100%;

    /* probably not needed anymore, but doesn't hurt */
   -o-object-fit: contain;
   object-fit: contain; 

}
.h3 {
	color:#1A67B8;
	}
	
.center {
  justify-content: center;
}

/*
body {
 margin: 0;
 background-image: url(images/Paper.png);
 background-size: 1440px 800px;
 display: compact;
 font: 13px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}  */