@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700,300);
@import url(https://fonts.googleapis.com/css?family=Rokkitt:400,700);
@import url(http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
* {
  font-family: Ubuntu;
}

::selection {
  background-color: #CE2127;
  color: #ffffff;
}

::-moz-selection {
  background-color: #CE2127;
  color: #ffffff;
}

.font_smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

strong {
  font-weight: 600;
}

h1, h2, h3, h4, h5 {
  font-family: Rokkitt;
}

h1 {
  font-size: 72px;
  font-weight: 400;
  padding-bottom: 10px;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  padding-bottom: 10px;
}

h3 {
  font-size: 32px;
  font-weight: 400;
  padding-bottom: 10px;
}

h4 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 10px;
}

h5 {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 10px;
}

p {
  padding-bottom: 10px;
}

.secondary_text {
  color: #888888;
}

a {
  border-color: #CE2127;
  color: #CE2127;
  font-weight: 400;
  text-decoration: none;
}

a.white {
  border-color: #ffffff;
  color: #ffffff;
}

a.black {
  border-color: #111111;
  color: #111111;
}

a.secondary {
  border-color: #3B1E5F;
  color: #3B1E5F;
}

a:hover {
  border-bottom: 2px solid;
}
