*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
}
body{
	background: #ffffff;
}
a{
    color: #1e93fa;
}
.container{
    display: flex;
    justify-content: center;
    width: 1100px;
    margin: 0 auto;
}
section.grey{
    background-color: rgba(250,250,250,1);
}
section{
    padding: 80px;
}
section.p150{
    padding: 150px;
}
.center{
    text-align: center;
}
.h-center{
    display: flex;
    align-items: center;
    margin: 0;
}

img.hero-imac{
    width: 600px;
    height: 600px;
    margin-right: 40px;
}
img.hero-iphone{
    width: auto;
    height: 600px;
    align-self: flex-start;
}
h2, h3{
    font-size: 2rem;
    margin-bottom: 20px;
}
h3{
    margin-top: -80px;
}
h4{
    margin: 20px;
    font-size: 1.8rem;
}
.no-h-mt{
    margin-top: 0;
}
p.blurb{
    font-size: 2rem;
    color: rgba(150,150,150,1);
}

img.gif-listing{
    width: 500px;
    height: auto;
    margin-right: 40px;
}
img.gif-search{
    width: 400px;
    height: auto;
    margin-right: 40px;
}
img.gif-profile{
    width: 500px;
    height: auto;
    align-self: flex-start;
}

img.static-listing-desktop{
    width: 1000px;
    height: auto;
    align-self: flex-start;
    text-align: center;
}

img.gif-imessage{
    width: 500px;
    height: auto;
    margin-right: 40px;
}
img.static-listing-mobile{
    width: 500px;
    height: auto;
}

img.in-app-call{
    width: 100%;
    height: auto;
}
h1{
    font-size: 3.2rem;
    margin-bottom: 30px;
}
hr{
    margin: 30px 0;
    height: 1px;
    border: 1px dotted;
    color: rgba(242,242,242,1);
}
li{
    font-size: 1.8rem;
    line-height: 2.4rem;
    list-style-type: none;
}
img{
    max-width: 100%;
}


/* mobile */
@media screen and (max-width: 760px){
    .container{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }    
    section, section.p150{
        padding-left: 40px;
        padding-right: 40px;
    }

    img.hero-imac{
        max-width: 100%;
        height: auto;
        margin-right: 0px;
    }
    img.hero-iphone{
        display: none;
        margin-top: 50px;
        width: 50%;
        height: 50%;
    }

    img.gif-listing, img.gif-search, img.gif-profile{
        max-width: 100%;
        height: auto;
        margin-top: 80px;
    }
    img.gif-listing{
        margin-top: 0;
        margin-right: 0;
    }
    img.gif-search{
        margin-right: 0;
    }

    .center-on-mobile{
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 0;
    }
    img.gif-imessage, img.static-listing-mobile{
        max-width: 100%;
        width: 400px;
        height: auto;
        margin: 0;
    }
    img.static-listing-mobile{
        margin-top: 80px;
    }

}/* \end media query */
