@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");

body {
  font-family: "Poppins", sans-serif;
  color: #212529;
  background: #fff;
}

section {
  min-height: 50vh;
}

.top-header {
  min-height: 40px;
  background: #51128b;
}
.top-header p {
  color: #ecf0f1;
  font-size: 13px;
  margin: 0;
}

.top-header i {
  color: #ff6100;
  font-size: 13px;
}
i.fa-at {
  color: #ecf0f1;
}
.navigation {
  height: 70px;
  background: #fff;
}

.phones i {
  color: #ff6100;
  font-size: 32px;
}

footer {
  background: #51128b;
  color: #ecf0f1;
  font-weight: 300;
  font-size: 13px;
}
