/*Navigation Section*/

.bg-dark {
	background-color: #000000 !important;
}

.navbar-logo {
	padding: .5vw;
	width: auto%;
}
.nav-link {
	color: #DDE1E4 !important;
}

.nav-item a:hover, a:focus, a:active { 
	color: #F7F7F7 !important; 
}

.active {
	color: #FFFFFF !important;
}
.fa-navicon {
	color: #DDE1E4 !important;
	font-size: 1.5em;
}
.dropdown-menu {
	text-align: center;
}
.dropdown-menu a:hover, a:focus, a:active {
	color: #444444 !important;
	display :inline-block;
}

/*Google Map*/

.gmap {
	width: 100%;
	border: 0;
	margin-bottom: 3%;
}

/*About me*/

.aboutme {
	margin-bottom: 3%;
}
/*Carousel Controls*/

.carousel-control-next, .carousel-control-prev {
    display: block;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
      /*align-self: flex-end;*/
      position: absolute;
      top: 50%;
      bottom: 50%;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */

.carousel-item {
  height: 32rem;
  background-color: #000000;
}
.carousel-item > img {
  height: 100px;
  width: 100px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/*Media devices*/

/*/ Small devices (landscape phones, 576px and up)*/
@media (max-width: 576px) {
.navbar-brand {
	display: flex;
  	justify-content: center;
  	position: absolute;
  	width: 100%;
  	padding: .5vw;
  	left: 0;
  	top: 0;
}
.navbar-nav {
	text-align: center;
}
.search {
	margin-left: 30%;
}
.navbar-toggler {
	z-index: 1;
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

}