﻿@import url('https://fonts.googleapis.com/css?family=Raleway:400,500,600,700,900');

.RS-ad {
    color: #2c3a42;
    font-family: 'Raleway', Helvetica, Arial, sans-serif;
    background: url('/ui/images/thumbprint-01.svg') no-repeat;
    background-size: cover;
    background-position: left top;
    margin: 2rem auto;
    padding: 1rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 2.5rem;
  font-weight: 800;
}

h3 {
  font-size: 1.2rem;
  font-weight: 400;
}

.strikeout {
  color: #fd511c;
  text-decoration: line-through;
  font-weight: 700;
}

.RS-button, .RS-button:visited {
  background-color: #fd511c;
  border-color: #fd511c;
  border-radius: 0;
}

.RS-button:hover {
  background-color: #ed481b;
  border-color: #ed481b;
  border-radius: 0;
}

img.RS-logo {
  margin-right: 2rem;
  max-width: 250px;
}

.first-block, .second-block, .third-block {
  text-align: center;
}