* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'ProximaLight', Helvetica, sans-serif;
    padding: 60px 0;
}

@font-face {
  font-family: 'ProximaLight';
  src: url('assets/fonts/ProximaNova-Light.otf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'ProximaBold';
  src: url('assets/fonts/ProximaNova-Bold.otf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'ProximaSemiBold';
  src: url('assets/fonts/ProximaNova-Semibold.otf'); /* IE9 Compat Modes */
}
@font-face {
  font-family: 'ProximaRegular';
  src: url('assets/fonts/ProximaNova-Regular.otf'); /* IE9 Compat Modes */
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

h1 {
    font-family: 'ProximaSemiBold' , Helvetica, sans-serif;
    font-size: 3.2em;
    margin: 20px 0;
}

h3 {
    /*font-family: ;*/
}

header .column{
    margin-top: 20px;
}

header h2 {
    line-height: 1.26;
    font-size: 1.9em;
}

header h3 {
    font-family: 'ProximaRegular';
    margin-top: 25px;
    font-size: 1.6em;
}

header video {
    position: relative;
    top: 70px;
    height: 476px;
}

header .column.one-half.call-to-action {
    vertical-align: top;
    text-align: right;
    padding-top: 100px;
}

#demo-video {
    position: relative;
    margin-bottom: -100px;
    bottom: -20px;
    left: 80px;
    display: block;
    width: 300px;
    height: 632px;
    background: url('assets/iPhone2.png');
}

@media screen and (-webkit-min-device-pixel-ratio: 2)
and (   min--moz-device-pixel-ratio: 2),
and (     -o-min-device-pixel-ratio: 2/1),
and (        min-device-pixel-ratio: 2),
and (                min-resolution: 192dpi) {
    #demo-video {
        background: url('assets/iPhone2@2x.png');
    }
}

#logo {
    float: left;
    position: relative;
    top: -10px;

}

ul#social-media {
    float: right;
    list-style: none;
}

ul#social-media li {
    display: inline-block;
}

#social-media li#mail {

}
#social-media li#instagram {}
#social-media li#facebook {}
#social-media li#twitter {}

section {
    background: #f2f2f0;    
    padding: 70px 0 130px;
    color: #888;
}

section h2 {
    margin-bottom: 40px;
    color: #555;
    font-size: 1.8em;
}   

section h3 {
    line-height: 1.2;
    font-family: 'ProximaLight';
}

section#overview img {
    margin: 20px auto 60px;
    display: block;
    max-width: 100%;
}

img#conversations {
    position: relative;
    top: -30px;
}

footer {
    padding: 100px 0;
}

footer h3 {
    font-family: 'ProximaSemiBold';
    margin-bottom: 10px;
}

footer img {
    margin-bottom: 20px;
}

.column {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
}

.column.one-half {
    width: 45%;
}

.column.one-third {
    width: 28%;
    margin: 0 2.5%;
}

.column.one-third:first-of-type {
    margin-left: 0;
    margin-right: 5%;
}

.column.one-third:nth-of-type(3) {
    margin-left: 5%;
    margin-right: 0;
}

.clear {
    clear: both;
}

img.storeImage {
	padding-top: 10px;
}

img.storeImage {
	width: 200px;
}


@media only screen and (max-width: 1000px) {

    .wrapper  {
        width: 100%;
    }

    #logo {
        left: 10px;
    }   

    #social-media {
        position: relative;
        right: 10px;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width :830px) and (orientation : portrait) { 
    
    body {
        padding: 10px 0;
    }


    header {
        padding: 30px 0 100px;
    }

    header .column.one-half.call-to-action {
        width: 100%;
        text-align: center;
        margin-top: -75px;
    }

    .column.one-third:first-of-type {
        margin: 0;
    }
    .column.one-third:nth-of-type(3) {
        margin: 0;
    }


    header .column.one-half {
        width: 100%;
    }

    header .column.one-half #demo-video {
        margin: 20px auto;
        display: block;
        left: 0;
    }

    section .column.one-third, footer .column.one-third{
        width: 100%;
        margin: 30px 0;
    }

    footer .column.one-third{
        margin: 50px 0;
    }

    section h2 {
        text-align: center;
    }
    
    section h3 {
        width: 70%;
        text-align: center;
        display: block;
        margin: 10px auto;
    }

}

