/**

Remarkable Driver Training CSS


1. Base
2. Typography
3. Layout
4. Media Queries

*******************************************************************/
/*
==========================================================================
1. Base
==========================================================================*/
/* Colours */
/*
==========================================================================
2. Typography
==========================================================================
------------------------------------------------*/
h1, h2, h3, h4, h5, p {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif; }

h1 {
  font-size: 4.474em;
  color: #2a2978;
  font-weight: 400; }

h2 {
  font-size: 1.474em;
  font-weight: 400;
  color: white; }

p, li {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  font-size: 1em;
  color: white;
  font-weight: 300;
  padding: 0; }

p.intro {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #2a2978;
  font-size: 1.1em;
  font-weight: 600;
  line-height: 90%; }

p.blue {
  color: #2a2978;
  margin-left: 17px; }

ul {
  font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: white;
  margin-left: 0;
  padding: 0 18px; }

a {
  color: white; }

.light {
  font-weight: 300; }

.regular {
  font-weight: 400; }

/*
==========================================================================
3. Layout
==========================================================================*/
body {
  background: url("../images/background-image.jpg") no-repeat center center fixed black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0; }

.wrapper {
  background: white;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  padding: 10px 10px 40px 10px;
  z-index: -5; }

.header {
  margin: 30px 0 20px 150px;
  width: 1000px; }

.col {
  float: left;
  padding: 0 20px;
  width: 283px;
  height: 186px;
  border-right: 1px #fff solid; }

.col-right {
  border-right: none; }

.logo-right {
  top: 300px;
  left: 1000px;
  position: absolute;
  z-index: 100; }

.logo-right img {
  background: white;
  padding: 20px; }

.footer {
  position: absolute;
  margin: 200px 0 0 150px;
  width: 1000px; }

.footer p, .footer ul {
  margin: 5px 0; }
