@font-face {
	font-family: 'AvenirRegular';
	src: url('fonts/AvenirNextLTPro-Regular.eot');
	src: url('fonts/AvenirNextLTPro-Regular.eot?iefix') format('eot'),
     	 url('fonts/AvenirNextLTPro-Regular.woff') format('woff'),
     	 url('fonts/AvenirNextLTPro-Regular.ttf') format('truetype'),
     	 url('fonts/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg'),
     	 url('fonts/AvenirNextLTPro-Regular.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

body{
	margin: 0px;
	font-family: 'AvenirRegular', sans-serif;
}

.section_content_container{
	margin: 0 auto;
	width: 790px;
	height: 100%;
}

.store_button
{
	width: 258px;
	height: 80px;
}

.phone_shot
{
	width: 240px;
	height: 428px;
	
	margin-top: -502px;
	margin-left: 16px;
}

.phone_shot_gif
{
	width: 240px;
	height: 240px;
	
	margin-top: -393px;
	margin-left: 16px;
}

.grid_gif1
{
	width: 116px;
	height: 116px;
	
	margin-top: -392px;
	margin-left: 19px;
}

.grid_gif2
{
	width: 116px;
	height: 116px;
	
	margin-top: -116px;
	margin-left: 137px;
}

.grid_gif3
{
	width: 116px;
	height: 116px;
	
	margin-top: 3px;
	margin-left: 19px;
}

.grid_gif4
{
	width: 116px;
	height: 116px;
	
	margin-top: -116px;
	margin-left: 137px;
}

.grid_gif5
{
	width: 116px;
	height: 116px;
	
	margin-top: 3px;
	margin-left: 19px;
}

.grid_gif6
{
	width: 116px;
	height: 116px;
	
	margin-top: -116px;
	margin-left: 137px;
}

/*SECTION 1*/
#section1 {
	height: 644px;
    background-color:#F6F6F6;
}

#section1_phone_container {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	width: 273px;
	height: 562px;
    float: left;
    
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#section1_info_container {
	top: 0px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 458px;
	height: 442px;
    float: right;
    
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#section1_info_logo
{
	width: 214px;
	height: 92px;
}

#section1_info_title
{
	color: #444444;
	width: 100%;
	height: auto;
	
	font-size: 48px;
}

/*SECTION 2*/
#section2 {
	height: 644px;
    background-color:#00c49f;
}

#section2_info_container {
	top: 0px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: auto;
	margin-top: 0px;
	width: 458px;
	height: 442px;
    float: left;

    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#section2_info_title
{
	color: #ffffff;
	width: 100%;
	height: auto;
	
	font-size: 48px;
	
	position: absolute;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

#section2_phone_container {
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
	margin-top: auto;
	width: 273px;
	height: 562px;
    float: right;
    
    position: relative;
  	top: 50%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/*SECTION 2*/
#section3{
	height: 400px;
    background-color:#353535;
}

#section3_info_title
{
	padding-bottom: 10px;
	padding-top: 60px;
	text-align: center;
	color: #ffffff;
	width: auto;
	height: auto;
	
	font-size: 60px;
}

#section3_store_button
{
	width: 258px;
	height: 80px;
	margin: 0px auto;
}

#section3_footer_container {

	width: 720px;
	height: 30px;
	margin: 50px auto; 
}

#section3_footer_line {
	width: 720px;
	height: 1px;
	background-color: #555555; 
	
	position: absolute;
	margin-top: 10px;
}

#section3_footer_left_label {
	width: auto;
	height: auto;
    float: left;
    color: #555555;
    font-size: 14px;
}

#section3_footer_right_label {
	width: auto;
	height: auto;
    float: right;
    color: #ffffff;
    font-size: 14px;
}

#section3_footer_icon
{
	width: 62px;
	height: 48px;
	margin: -25px auto;
}
