
html, body {
    height: 100%;
    font-family: 'Avenir', serif;
    font-size: 16px;}

#wrapper, .wrapper {
    padding: 24px 6.4%;
    margin: 0 auto;
    overflow: hidden;
}
#wrapper .home h1 {
	position: relative;
	max-width: 700px;
    font-size: 42px;
    line-height: 1.2;
    margin: 2em 0 .5em;
    color: #111;
    font-weight: 600;
    font-family: 'Avenir', serif;
    letter-spacing: -0.02em;
}
.home p {
    position: relative;
    font-size: 1.2em;
    font-weight: 300;
    font-family: 'Avenir', serif;
    letter-spacing: -0.02em;
}

.home h1 {
	position: relative;
    font-size: 2.62em;
    line-height: 1.2;
    margin: 2em 0 .5em;
    color: #111;
    font-weight: 600;
    font-family: 'Avenir', serif;
    letter-spacing: -0.02em;
}

.home h2 {
	position: relative;
	max-width: 60%;
    font-size: 1.7em;
    font-weight: 300;
    font-family: 'Avenir', serif;
    letter-spacing: -0.02em;
}
.home h3 {
    margin: 2em 0 .5em;
    font-weight: 300;
    font-size: 1.3em;
}

.home h4 {
    font-size: 1.25em;
    font-weight: bold;
    margin-bottom: 1em;
}
.home header {
    padding: 1% 1% 1% 1%;
}
.home header a {
    color: #111;
    display: inline-block;
    font-size: inherit;
    font-weight: 300;
    letter-spacing: .01em;
}
.home header .avatar {
    width: 400px;
    position: absolute;
    transition: .7s all ease;
    opacity: .25;
    right: 5%;
    top: 0;

    display:-webkit-flex;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:50%;
    float:right;
}
.home header .avatar:hover {
    opacity: .7;
    transition: .7s all ease;
}
.home header .avatar {
    opacity: 1;
    top: auto;
}

.home header h1 {
    max-width: 700px;
    font-weight: 500;
    margin: 0 0 48px;
    position: relative;
    z-index: 10;
    font-size: 32px;
    letter-spacing: -0.02em;
}

.city {
    float: left;
    margin: 5px;
    padding: 15px;
    width: 90%;
    height: 300px;
    border: 1px solid black;
} 
hr {
    display: block;
    border: 0;
    height: 2px;
    margin: 48px auto;
    background: #f4f4f4;
}

@media(max-width:1024px) {
    .post h1 {
    font-size: 32px;
}
#photo {
    padding: 0;
}
.home hr {
    margin: 40px 0;
}
#photo img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin-top: .5em;
}

.home header .avatar {
    opacity: .55;
    width: 40%;
    text-align: center;

}

}@media(max-width:768px) {
    #wrapper.home, .wrapper.home {
    max-width: 1400px;
}
.home header {
    padding-top: 180px;
    padding-bottom: 60px;
}
.home header .avatar {
    opacity: .15;
    width: 70%;
    text-align: center;

}
.home header h1 {
    font-size: 42px;
}
.column {
    width: 30%;
    float: left;
    margin: 0 5% 0 0;
}
.column:last-child {
    margin-right: 0;
}
}