.navbar.bg-main {
	padding: 0.2% 2%;
}

.navbar .navbar-toggler {
  border: none;
}

.carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 1%;
}

.carousel-inner img {
    width: 1%;
    height: 1%;
}
#myFooter {
  background-color: #3c3d41;
  color: white;
  padding-top: 30px;
}


#myFooter .row {
  margin-bottom: 0px;
}

#fix .row {
	margin-bottom: 50px;
}
#myFooter ul {
  list-style-type: none;
  padding-left: 0;
  line-height: 1.7;
}

#myFooter h5 {
  font-size: 18px;
  color: white;
  font-weight: bold;
  margin-top: 30px;
}

#myFooter a {
  color: #d2d1d1;
  text-decoration: none;
}
#myFooter a:hover, #myFooter a:focus {
  text-decoration: none;
  color: white;
}

#myFooter .social-networks {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 16px;
}

#myFooter .social-networks a {
  font-size: 32px;
  color: #f9f9f9;
  padding: 10px;
  transition: 0.2s;
}
#myFooter .social-networks a:hover {
  text-decoration: none;
}

#myFooter .facebook:hover {
  color: #0077e2;
}

#myFooter .twitter:hover {
  color: #00aced;
}

#myFooter .youtube:hover {
  color: #FF0000;
}

#myFooter .btn {
  color: white;
  background-color: #d84b6b;
  border-radius: 20px;
  border: none;
  width: 150px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  #myFooter {
    text-align: center;
  }
}

.homeimages {
	width:80%;
	height:300px;
	border-radius: 21px 21px 21px 21px;
}