@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html,
body {
  height: 100%;
  font-family: Montserrat, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h2 {
	/*font-size: 3vw;*/
}

a, a:hover, a:visited, a:active {
  color: #cc0000;
}

.cover-container {
  max-width: 32em;
}

.cover {
	width: 500px;
  padding: 0 2.5rem;
}

.vertical {
  border-right: 1px solid #E1E1E1;
}

.logo {
  width: 100px;
}

.title {
	font-weight:700;
}

.mastfoot {
	width: 500px;
	font-size: 0.8em;
}
