@charset "UTF-8";
*{
	font-family: 'Acme', sans-serif;
}

.navbar{
	background-color:antiquewhite;
}

.btn-md a{
	margin-right: -28px;
	margin-left: -15px;
}

.navbar-brand h1{
	color: black;
	margin: 5px;
}

#navbarNav a{
	color: black;
	padding: 7px 40px 0px 20px;
}

#navbarNav a:hover{
	color: #767575;
	text-decoration: none;
}

.col-sm-8 p{
	text-align: center;
	margin: 26.5px 0px;
	margin-left: -40px;
	font-size: 15px;
}

.float-center a{
	margin: 10px;
}

.carousel-caption h5{
	font-size: 30px;
	margin-bottom: 35px;
}

.carousel-caption a{
	color: white;
}

.carousel-caption a:hover{
	color: #767575;
	border: none;
	text-align: center;
	display: inline-block;
	text-decoration: underline;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.copyrightz{
	color: white;
}

.fa {
  padding: 20px;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 5px 10px;
  border-radius: 100%;
	color: white;
}

.fa:hover {
	color: #767575;
	text-decoration: none;
}