@font-face {
  font-family: "Source Sans Pro";
  src: url("/common/fonts/Source_Sans_Pro.woff2");
  format("woff2");
}
@font-face {
  font-family: "Raleway";
  font-weight: 100;
  src: url("/common/fonts/Raleway100.woff2");
  format("woff2");
}

body {
    margin: 0;
    padding: 0;
    font-family: "Source Sans Pro", sans-serif;
}

h1, h2, h3, h4, h5 {
    font-family: Raleway, sans-serif;
}

h2 {
    font-size: 50px;
    margin-bottom: 0;
}

h4 {
    font-size: 40px;
    margin-top: 2%;
}

a, a:visited {
    color: #d2c8b4;
}

.container {
    width: 100%;
    height: 100%;
    position: absolute;
    /* IE10+ */
    background-image: -ms-linear-gradient(left, #3c8c96 0%, #145078 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(left, #3c8c96 0%, #145078 100%);

    /* Opera */
    background-image: -o-linear-gradient(left, #3c8c96 0%, #145078 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #3c8c96), color-stop(100, #145078));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(left, #3c8c96 0%, #145078 100%);

    /* W3C Markup */
    background-image: linear-gradient(to right, #3c8c96 0%, #145078 100%);
}

.logo {
    margin: 2% 0 0 10%;
    width: 250px;
}

.text {
    color: #ffffff;
    margin: 8% auto 0 10%;
    font-size: 16px;
}

.footer {
    position: absolute;
    bottom: 10%;
    left: 10%;
    color: #ffffff;
    font-size: 12px;
}
