body {
    padding-bottom: 20px;
    font-family: "Akkurat";
    font-size: medium;
    line-height: 1.8em;
}
h2,h3,h4 {
    font-family: "AkkuratBold";
    margin-right: 20px;
}
h2 em {
    color: rgb(228, 15, 64);
    font-style: normal;
}
a {
    color: rgb(223, 19, 28);
}
a:hover {
    color: rgb(223, 19, 28);
    text-decoration: none
}
strong {
    font-family: "AkkuratBold";
    font-weight: normal;
}

.standard-margin {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
}

/* all red rows */
.red-row {
    background-color: rgb(226, 13, 65);
    color: white;
}
.red-row a {
    color: white;
}
.red-row a:visited, .red-row a:hover, .red-row a:active {
    font-style: none
}

/* topmost row */
.top-row {
    line-height: 180px;
    height: 180px;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.top-row h1 {
    display: inline;
    vertical-align: middle;
    font-family: "Akkurat";
    font-size: 54px;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .top-row h1 {
        font-size: 36px;
    }
}

.top-row a {
    position: relative;
    top: -25px;
    line-height: normal;
    display: block
}

/* city row */
.city-row {
    text-align: center;
    margin-bottom: 70px
}
.city-row a {
    color: black;
}
.city-row h2 {
    font-family: "AkkuratBold";
    font-size: 28px;
    margin-bottom: 0
}
.city-row h3 {
    font-family: "Akkurat";
    font-size: 26px;
    margin-top: 10px;
}
@media (max-width: 767px) {
    .city-row h2 {
        font-size: 22px;
    }
    .city-row h3 {
        font-size: 20px;
    }
}


.city-row .mobile-screen-container {
}
.city-row .mobile-screen-container .screen {
    position: relative;
    top: 49px;
    margin-bottom: 50px
}
.city-row .mobile-screen-container .screen img {
    display: inline
}
.city-row h4 {
    font-size: 22px;
    margin-top: 17px;
}
.city-row h5 {
    font-size: 18px;
    line-height: 1.3em;
    display: inline-block;
    max-width: 270px;
}
.city-row .background {
    padding-top: 50px;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
}
.city-row h2, .city-row h3 {
    color: black;
}
.background h2, .background h3 {
    margin-left: 1em;
    margin-right: 1em
}

/*
.gray-row {
    background-color: #eee;
    height: 50px;
}*/

.quote-row {
    padding-top: 30px;
    min-height: 210px
}
.quote-row .item {
    text-align: center;
    /*height: 140px;*/
    height: 200px;
}
.quote-row blockquote {
    display: block;
    font-size: 38px;
    font-family: "Akkurat";
    color: rgb(226, 13, 65);
    margin-bottom: 15px;
    border: 0;
    line-height: 1.1em;
}
@media (max-width: 767px) {
    .quote-row {
        min-height: 280px;
    }
    .quote-row blockquote {
        font-size: 24px;
        line-height: 1.4em
    }
}

.quote-row img {
}



/* rainbow row */
.rainbow-row {
    padding-top: 30px;
    text-align: center
}

.story-row {
    padding-bottom: 2em;
    padding-top: 1em;
}

/* try row */
#try-box, #try-icon {
    float: left;
    margin: 20px 0;
    height: 60px;
}
#try-box {
    vertical-align: middle;
}
#try-icon {
    margin-right: 15px;
}

/* footer */
footer {
    padding-top: 2em;
}
#follows {
    font-family: "AkkuratBold";
}
#made-with-love {
    font-size: smaller
}

@media (max-width: 767px) {
    
    h2 {
        font-size: 22px;
    }

    .city-row .background {
        background: 0 !important;
    }

    .mobile-padding {
        padding: 20px;
    }

    #try-box {
        display: inline;
        height: auto;
    }

    #follows {
        font-family: inherit
    }
    #made-with-love {
        font-size: x-small;
    }
}


@media (max-width: 992px) {
    .city-row h5 {
        font-size: 17px
    }
}










