@charset "UTF-8";
@import url(font-awesome.min.css);

body {
    font-family: linotype-sabon, sans-serif;
    margin: 0;
}

.column {
	height: 100vh;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
	.info {
		margin-bottom: 35vh;
	}
	h1 {
		font-size: 2.1rem; 
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; 
        line-height: 2.1rem; 
        font-weight: 800;
        margin: 0;
    }
	p {
		font-size: 1.2rem; 
        line-height: 1.2; 
        font-weight: 400;
        margin: 0.2em 0;
	}
	a {
        font-style: italic;
		font-size: 1.1rem; 
		color: #fff;
		text-decoration: underline;
	}
	a:hover {
		text-decoration: none;
	}
.cat1 {
    background:#f16169;
	background-size: cover;
	color: #fff;
}
.cat2 {
    background:#3f4962;
	background-size: cover;
	color: #fff;
}

@media all and (min-width: 500px) {
  .wrapper {
    display: flex;
  }
}