@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background-color: #2c3338;
  color: #a3a2a9;
  font: 400 0.875rem/1.5 "Open Sans", sans-serif;
  margin: 0;
  min-height: 100%;
}

a {
  color: #eee;
  outline: 0;
  text-decoration: none;
}
a:focus, a:hover {
  text-decoration: underline;
}


a {
  width: 100%;
  background-color: #ea4c88;
  color: #eee;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem;
}

a:focus,
a:hover {
  background-color: #d44179;
  cursor:pointer;
}

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


img {
  display: block;
  margin: 2rem auto;
  margin-top: 0;
}

section {
  margin: 2rem auto;
  max-width: 25rem;
  width: 90%;
  border: 1px solid #fff;
  padding: 2rem 3rem;
}

header {
    text-align: center;
}

/* Colours */

.locomotive {
    background-color: #1c77c3;
}

.locomotive:hover,
.locomotive:focus {
    background-color: #165c96;
}

.purple {
    background-color: #605ca8;
}

.purple:hover,
.purple:focus {
    background-color: #5552A1;
}

.yellow {
    background-color: #f39c12;
}

.yellow:hover,
.yellow:focus {
    background-color: #e08e0b;
}

.blue {
    background-color: #3c8dbc;
}

.blue:hover,
.blue:focus {
    background-color: #357ca5;
}

.red {
    background-color: #dd4b39;
}

.red:hover,
.red:focus {
    background-color: #d33724;
}