body {

background-color: #28abe3;
font-family: Consolas, monospace;
color: white;
text-align: center;
}


img {
position: relative;
max-width: 100%;

height: auto;
display: block;
margin-left: auto;
margin-right: auto;

}


h1 {
position: relative;
color: white;
text-align: center;
width: 100%;

padding: 50px;

font-family:'Myriad Pro Bold';
font-weight:normal;
font-size:34x;

}



.headline {
background-image: url('graphics/iphone22.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
height: 1080px;


}

/* animation */

@keyframes hinge2 {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: 30% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

  }

  20% {
    -webkit-transform: rotate3d(0, 0, 1, -6deg);
    transform: rotate3d(0, 0, 1, -6deg);
    -webkit-transform-origin: top left;
        transform-origin: 30% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;

  }
  
    40% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: top left;
    transform-origin: 30% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  
  60% {
    -webkit-transform: rotate3d(0, 0, 1, -3deg);
    transform: rotate3d(0, 0, 1, -3deg);
    -webkit-transform-origin: top left;
    transform-origin: 30% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }



    80% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform-origin: top left;
    transform-origin: 30% 100%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  
  100% {
   
    opacity: 0;
  }
}

@keyframes flash {

0% {
opacity: 1
}

50% {
opacity: 0;
}

100% {
opacity: 1;
}
}



@font-face {
font-family: 'Myriad Pro Bold';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Bold'), url('css/fonts/MYRIADPRO-BOLD.woff') format('woff');
}


.intro {

padding-top: 350px;
padding-bottom: 250px;

font-family:'Myriad Pro Bold';
font-weight:normal;
font-size:42px;

margin: auto;
width: 100%;

animation: hinge2 3s ;


}

.arrow:hover {

opacity: 0.8;

}

svg {
z-index: 0;
}

/* div styling */

#homeButton {
font-weight: bolder;
float: right;
margin-top: -400px;
margin-right: 300px;
font-size: 18px;
}

.iphone {

padding: 50px 50px 225px;
position:relative;
}



#originaliphone {
background-color: grey;

}

#iphone3g {
background-color: #4D94FF;



}

#iphone4 {
background-color: grey;

}


#iphone5 {

background-color:  #4D94FF;

}

#iphone6 {

background-color: grey;


}

.spanColor {
color: lightskyblue;

}

.spanColor2 {

color: deepskyblue;
}

p {

margin:0 auto;
width: 260px;
font-size: 14px;

}

.paragraphIphone {
position: absolute;
left: 0;
right: 0;
margin-top: 150px;
text-align: left;
z-index: 1;
}



#specifications {

display: none;
margin-bottom: 20px;
margin-top: -10px;

}




/* social media embed */

#social{
	float: right;
	margin: 22px 0 0 10px;
	margin-left: 35px !important;
}
 
#social li {
	float: left;
	border-bottom: none !important;
	list-style-type: none !important;
}
 
#social li a{
	float: left;
	height: 23px;
	width: 23px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('graphics/social-icons.png');
}
 
#social #tw{
	background-position: 0 0;
}
 
#social #tw:hover{
	background-position: 0 -23px;
}
 
#social #fb{
	background-position: -23px 0;
}
 
#social #fb:hover{
	background-position: -23px -23px;
}
 
#social #rss{
	background-position: -46px 0;
}
 
#social #rss:hover{
	background-position: -46px -23px;
}
 
#social #plus{
	background-position: -69px 0;
}
 
#social #plus:hover{
	background-position: -69px -69px;
}


/*drop down menus*/

*,
*:after,
*:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
margin: 0;
}

::selection {
background: transparent; 
}

::-moz-selection {
background: transparent; 
}


.wrap-dropdown-1 {

z-index: 1;

color: black;
   
position: relative;
width: 250px;
margin: 0 auto;
padding: 12px 15px;
	
left: 500px;
bottom: 670px;

   
background: #fff;
border-radius: 5px;
box-shadow: 0 1px 0 rgba(0,0,0,0.2);
cursor: pointer;
outline: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.wrap-dropdown-1:after { /* Little arrow */
content: "";
width: 0;
height: 0;
position: absolute;
top: 50%;
right: 15px;
margin-top: -3px;
border-width: 6px 6px 0 6px;
border-style: solid;
border-color: #4cbeff transparent;
}

.wrap-dropdown-1 .dropdown {

position: absolute;
top: 100%;
left: 0;
right: 0;

 
background: #fff;
border-radius: 0 0 5px 5px;
border: 1px solid rgba(0,0,0,0.2);
border-top: none;
border-bottom: none;
list-style: none;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;

/* Hide */
max-height: 0;
overflow: hidden;
}

.wrap-dropdown-1 .dropdown li {
padding: 0 10px ;
}

.wrap-dropdown-1 .dropdown li a {
display: block;
text-decoration: none;
color: #333;
padding: 10px 0;
transition: all 0.3s ease-out;
border-bottom: 1px solid #e6e8ea;
}

.wrap-dropdown-1 .dropdown li:last-of-type a {
border: none;
}

.wrap-dropdown-1 .dropdown li i {
margin-right: 5px;
color: inherit;
vertical-align: middle;
}

/* Hover state */

.wrap-dropdown-1 .dropdown li:hover a {
color: #57a9d9;
}

/* Active state */

.wrap-dropdown-1.active {
border-radius: 6px 6px 0 0;
background: #4cbeff;
box-shadow: none;
border-bottom: none;
color: white;
}

.wrap-dropdown-1.active:after {
border-color: #82d1ff transparent;
}

.wrap-dropdown-1.active .dropdown {
border-bottom: 2px solid rgba(0,0,0,0.2);
max-height: 400px;
}



/* quotes */

.quotes {
position: absolute;
top: 500px;
}

blockquote {
font-family: Georgia, serif;
font-size: 18px;
font-style: italic;
width: 505px;
margin: 0.25em 0;
padding: 0.25em 40px;
line-height: 1.47;
position: relative;
color: white;
}


blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -18px;
top: -22px;
color: white;
}



blockquote cite {
color: black;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}





