@import url(http://fonts.googleapis.com/css?family=Open+Sans:100,400,700,800,300,600);

/* Global Styles */

html,
body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.text-vertical-center h1 {
    margin: 0;
    padding: 0;
    font-size: 6.5em;
    font-weight: 800;
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
    border-color: #343844;
}



/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: 100 !important;
}
.header p {
    margin-right: 4em;
    margin-top: -0.7em;
}

/* Impressions */

.impressions {
    padding: 50px 0;
}

.impressions h2{
    padding-top: 30px;
}

.impressions-item {
    margin-bottom: 30px;
}


/* Footer */

footer {
    padding: 100px 0;
    color: #fff;
}




.color-bg-red {
    background: #98130e;
}

.color-bg-grey {
    background: #343844;
}

.color-bg-white {
    background: #fff;
}


a, a:visited {
    color: white;
    text-decoration: underline;
}
a:active {
    text-decoration: none;
}
a:hover, a:active {
    color: #343844;
}

hr {
     border-color: white;
    max-width: 100px;
 }

#links{
  vertical-align: none;
}
