.navbar-brand {
	padding: none;
}

.navbar-brand img{
	width: 250px;
	height: 90px;
}

.nav-item {
	font-family: Roboto Condensed;
	font-size: 1.3em;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  text-shadow: 1px 1px 1px #000;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.main-body {
  margin: 5rem;
  font-family: Titillium Web;
  font-weight: 300;
}

.btn {
  font-size: 18px;
}

.inner-most {
  margin-bottom: 2em;
}

.btn-success {
  background-color: #078343;
}
.btn-success:hover {
  background-color: #078343;
  font-size: 21px;
}

.btn-primary {
  background-color: #084F91;
}
.btn-primary:hover {
  background-color: #084F91;
  font-size: 21px;
}

.btn-danger {
  background-color: #E01F25;
}
.btn-danger:hover {
  background-color: #E01F25;
  font-size: 20px;
}

.inner-body {
  font-family: Titillium Web;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 18px;
  text-align: justify;
}

.thumbnail img {
  margin-top: 2em;
    width: 100%;
    margin-bottom: 2em;
}

.thumbnail {
    padding: 0;
}

sup {
    vertical-align: super;
    font-size: 0.7rem;
}

.footer-area {
  padding: 1.5rem;
  background-color: #212529;
}

.single-footer-widget {
  margin-left: 3rem;
  font-size: 0.95rem;
  color: #DCDCDC;
  text-align: justify;
}

.single-footer-widget img {
  width: 80px;
  height: 90px;
}