@font-face {
	font-family: "Gotham Rounded Medium";
	src: url('../fonts/GothamRnd-Medium.otf');
}

* {
	margin: 0;
	padding: 0;
	font-family: "Gotham Rounded Medium";
}

.content {
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 50px; 
}

button {
  width: 250px;
	border-radius: 5px;
  transition: all ease 0.3s;
  border-radius: 40px;
	border: 1px solid transparent;
  width: 425px;
  outline: none;
  height: 45px;
}

button, button:active, button:focus {
	outline: none;
}

button > a {
	display: flex;
	align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  display: block;
}

button > a:hover {
  text-decoration: none;
  color: inherit;
}

button:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 8;
	background: white;
	box-shadow: 0 0 15px rgba(0, 0, 0, .5);
}

.margin {
	margin-top: 150px !important;
}
