a {
  color: #f7ce05;
  /* text-decoration: underline; */
}

body{
  background-color: #fbfbfb;
  /* font-family: 'Lato';
  font-family: DM Serif Display; */
  /* font-family: 'MV Boli', sans-serif !important; */
  font-size: 100%;
  background: #fff;
  font-family: 'Lato', sans-serif !important;
}

.TextColor{color: #f7ce05;}

.bg{ background-color: #f7ce05;}
.bg1{background-color: #eee;}
.bg2{background-color: #000;}


.navbar-dark .navbar-brand {
  color: #000;
  width: 220px !important;
}

.navbar-brand {
  display: block;
  font-size: 2em;
  font-family: Prata, serif;
  color: #f7ce05 !important;
  padding: 0.35em 0px 0em 0em;
  text-decoration: none;
}
.navbar-brand span {
  color: rgb(0, 0, 0);
  font-family: Prata, serif;
  font-size: 0.6em;
  border-top: 5px solid #f7ce05;
}
.navbar-dark .navbar-nav .nav-link{color: #000 !important;}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link{
  color: #f7ce05 !important;
}
/* .navbar-expand-lg{background-color: #f7ce05 !important;} */
.navbar-nav .nav-link {
  /* color: #fff; */
  color: rgb(0, 0, 0);
    font-size: 15px;
    /* font-family: 'MV Boli', sans-serif !important; */
    padding: 18px 15px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}
.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}
.dropdown-item:hover {
  background-color: #f7ce05;
  color: #f7ce05;
}
.dropdown .dropdown-menu {
  display: none;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.navbar-dark .navbar-toggler {
  color: #f7ce05;
  border-color: #f7ce05;
}
.navbar-dark .navbar-toggler-icon {
  color: #f7ce05 !important;
  background-color: #f7ce05 !important;
}

.banner{background-image: url('../images/banner1.jpg');
background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: auto;}
  .bannerText{background-color: rgba(0, 0, 0, 0.7) ; color: #fff;}

  /* .profileImage{
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 100%;
  }
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; */

.galleryBox {
  background: #eee;
  border-top: #ddd solid 1px;
  border-bottom: #ddd solid 1px;
}

.profile {
  padding: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 10px;
  position: relative;
}
.profile img {
  height: 100%;
  width: 100%;
  transform: scale(1);
  transition: .3s ease;
}


.profile {
  position: relative;
  }

/* .profile p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
  padding: 0;
  color: white;
  font-weight: bold;

  padding: 2em;
  color: #fff;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;

  }

.profile img {
  width: 100%;
  } */

/* .profile {
  width: 100%;
  height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url("https://cdn.pixabay.com/photo/2016/04/01/12/16/car-1300629__340.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
  position: relative;
}

.caption{
  font-size: 200%;
  color: #fff;
  letter-spacing: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */


.LinkList ul{list-style: none;}
.LinkList ul li{ text-decoration: none !important; list-style: none; line-height: 35px;}
.LinkList li a{text-decoration: none !important; color: #5c0027; font-weight: 400;}
.LinkList li a:hover{color: #5c0027;}

.top{
    padding: 20px;
    border: #ccc solid 5px;
    background: #eee;
    margin: 10px;
    align-items: flex-start;
}
.top img{
  border: #fff solid 8px;
}
.titleTop{
  font-size: 19px;
    font-weight: 600;
    color: #000;
    font-style: italic;
    margin-bottom: 10px;
}
.viewMore{    display: inline-block;
  font-size: 15px;
  background: #bb0e0e;
  padding: 3px 13px;
  font-weight: 600;
  border-radius: 5px;
  color: #fff;
}
.viewMore a{text-decoration: none !important;color: #fff;}
