/* =============== Reset css  ================= */
html, body {
  height: 100%;
}

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1 {
  padding: 10px 0;
  font-weight: 700;
  font-size: 50px;
  color:#BF1E2E !important;
}

p {
  line-height: 25px;
  padding: 5px 0;
  font-size: 16px;
  color: #58585A;
    font-size: 20px;
    font-weight: 600;
}

a {
  -webkit-transition: all 0.3s ease-in-out 0.25s;
  -o-transition: all 0.3s ease-in-out 0.25s;
  transition: all 0.3s ease-in-out 0.25s;
      color: #BF1E2E;
}

a, a:hover, a:focus, a:active {
  outline: 0;
  text-decoration: none;
}

input,
input:focus {
  outline: 0;
}
