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

::-moz-selection {
	background: #000000;
	color: #ffffff;
	text-shadow: none;
}

::selection {
	background: #000000;
	color: #ffffff;
	text-shadow: none;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
    color: #333;
    text-align: center;
}

header {
    padding: 20px;
}

nav {
    position: relative;
    width: 300px;
    margin: 10px auto 0;
    left: -360px;
}

nav a {
    color: #ccc;
    margin: 0 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
}

nav a:hover {
    text-decoration: none;
    border-bottom: 2px solid #000;
}

nav a.grey:hover {
    text-decoration: none;
    border-bottom: 2px solid #ccc;
}

nav .brand {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

#logo-container {
    position: absolute;
    top: 166px;
    width: 94px;
    height: 55px;
    margin-left: -47px;
    left: 50%;
}

.intro {
    margin-top: 188px;
}

.intro h1 {
    font-size: 30px;
    margin-bottom: 30px;
}

.highlight {
    font-size: 34px;
    font-weight: normal;
    line-height: 50px;
}

.iphone-container {
    position: relative;
    margin: 90px auto 60px;
    width: 300px;
    height: 642px;
}

#iphoneX	{
    position: absolute;
	width: 300px;
    height: 642px;
	border: solid 3px #000000;
	border-radius: 15px;
}

#bar {
	position: absolute;
    left: 75px;
    width: 150px;
    height: 14px;
    background: #000000;
    border-radius: 0px 0px 20px 20px;
}

#speaker {
  position: absolute;
  left: 47px;
  width: 50px;
  height: 3px;
  background: #272727;
  border-radius: 20px;
  top: 3px;
}

#wake {
  position: absolute;
  left: 296px;
  width: 3px;
  height: 70px;
  background: #000000;
  border-radius: 0 20px 20px 0;
  top: 150px;
}

#mute, #vol-top, #vol-bottom {
  position: absolute;
  left: -5px;
  width: 3px;
  background: #000000;
  border-radius: 20px 0 0 20px;
}

#mute {
  height: 21px;
  top: 100px;
}

#vol-top, #vol-bottom {
  height: 45px;
}

#vol-top {
  top: 142px;
}

#vol-bottom {
  top: 199px;
}

img.iphone	{
	border-radius: 11px;
    max-width: 100%;
}

.download-button {
    background-color: #1bb553;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 15px;
    width: 14%;
    height: 48px;
    font-weight: 100;
    letter-spacing: .5px;
}

.download-button:hover {
    background-color: #0e9f43;
}

.description {
    font-size: 16px;
    color: #a0a0a0;
    max-width: 593px;
    margin: 21px auto 100px;
    line-height: 1.8;
}

.legal {
    width: 620px;
    text-align: left;
    position: relative;
    margin: 50px auto 100px;
}

.legal p {
    line-height: 1.5;
    margin-bottom: 20px;
}

.underline {
    text-decoration: underline;
}

/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {

    nav {
        left: -80px;
    }

    .download-button {
        width: 51%;
    }

    .description {
        max-width: 80%;
    }

    .legal {
        width: 80%;
    }

}

/* Smartphones (landscape) */
@media only screen and (min-width : 321px) {

}

/* Smartphones (portrait) */
@media only screen and (max-width : 320px) {

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 

}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : landscape) { 

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : portrait) { 

}

@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation : landscape) { 

}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px){ 

}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : portrait){ 

}

@media only screen and (max-device-width: 640px), only screen and (max-device-width: 667px), only screen and (max-width: 480px) and (orientation : landscape){ 

}

/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPads (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {

}

/* Desktops and laptops */
@media only screen and (min-width : 1224px) {

}

/* Large screens */
@media only screen and (min-width : 1824px) {

}

/* iPhone 4 */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1400px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px) {

}