
body {
  background: #1b4783 !important;
  color: #fff !important;
}

nav {
  min-height: 100px;
  background: #666666;
}

.nav-link, .navbar-brand {
  color: #fff !important;
}

.vid {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
}

.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}
.inner-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.car_whole {
  padding-bottom: 200px;
}

.carousel-indicators li {
  height: 10px!important;
  width: 10px!important;
  border-radius: 50%;
  background-color: #fac01a!important;
}

a:link {
  color: #fff;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #fac01a;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #fac01a;
  background-color: transparent;
  text-decoration: underline;
}

.inner-title, .inner-text {
  text-align: center;
}

.t {
  padding-top: 100px;
}

.card {
  color: #000;
}

.footer {
  position: fixed;
     left: 0;
     bottom: 0;
     width: 100%;
     background-color: #666666;
     height: 50px;
     text-align: center;
}
