html {
  scroll-behavior: smooth;
}

header {
	height: 120px;
}

nav .col-md-3 {
	text-align: center;
	padding: 0 0 15px 0;
}

a {
	color: black;
	font-weight: 500;
}

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

h3 {
	padding-bottom: 15px;
}

.description {
	background-color: #E4312B;
	color: white;
	margin-top: 30px;
	padding: 30px 0 30px 0;
}

.description p {
	margin-bottom: 0;
}

.equipment {
	background-color: black;
	color: white;
	padding: 30px 0 30px 0;
}

.equipment img{
    padding-bottom: 30px;
}

.rent {
	padding: 30px 0 30px 0;
}

.rent p {
	font-weight: 500;
}

footer {
	background-color: #E4312B;
	color: white;
	margin-top: 30px;
	padding: 30px 0 30px 0;
}

footer .icon {
	width: 30px;
}

footer span {
	font-size: 20px;
}

footer .text {
	margin-left: 5px;
}

footer p {
	margin-bottom: 0;
}

footer h5 {
	margin-bottom: 0.25rem;
}

footer .col-md-6 {
	margin-bottom: 15px;
}

footer a {
	color: white;
	font-weight: 400;
}

footer a:hover {
	color: white;
}

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

#scroll-top:hover {
  background-color: #555;
  color: black;
}