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

body{
	background-color: black;
}

.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;
}

.Title{
	color: white;
	text-align: center;
	margin: 30px;
	font-size: 60px;
}

.container{
	margin-bottom: 160%;
}

.images .img-fluid{
	box-sizing: border-box;
	margin-top: 20px;;
	margin-left: 40px;
	float: left;
}

.images2 .img-fluid{
	box-sizing: border-box;
	margin-top: 20px;
	margin-right: 30px;
	float: right;
}

#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;
}

.container2 link{
	float: left;
}

.container2 link2{
	float: right;
	margin-left: inherit
}

.container-fluid2{
	margin-top: 268px;
}

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

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

.copyrightz{
	color: white;
}

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

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