@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
}

.top_nav_main {
	width: 100%; 
	height: 165px;	
}

/* centers the top nav and logo */
.topnav_center {
	min-width: 100px;
	max-width: 800px;
	height: 130px; 
	margin-left: auto;
	margin-right: auto;

}

.logo_01 {
	position: relative;
	width: 100%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.logo_01 img{ 
	max-height: 75%;
	max-width: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/* social media links */
.topnav_links_iphone_hidden {
	display: none;
}

.topnav_links {
	display: none;
	width: 600px;
	height: 65px;
	float: right;
	text-align: right;
	color: #FFFFFF;
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	font-weight: 300;	
}

		/* this css vertically pushes down to align the text to the top of the logo */
.pushdown01 {
	position: relative;
	top: 9px;
	
} 

		/* this css vertically pushes up to the text to center it with the left and right bracket images */
	.pushup02 {
	position: relative;
	top: -8px;	
	}
	
		.topnav_links a:link {
			color: #000000;
			font-family: 'Work Sans', sans-serif;
			font-size: 12px;
			text-decoration: none;
		}

		.topnav_links a:visited {
			color: #000000;
			font-family: 'Work Sans', sans-serif;
			font-size: 12px;
			text-decoration: none;
		}

		.topnav_links a:hover {
			color: #f26e24;
			font-family: 'Work Sans', sans-serif;
			font-size: 12px;
			text-decoration: none;
		}
	
.topnav_mainlinks{
	width: 100%;
	height: 30px;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-size: 26px;
	font-weight: 700;
	margin-left: auto;
	margin-right: auto; 
	line-height: 25px;

}

		.topnav_mainlinks a:link {
			color: #000000;
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			text-decoration: none;
			line-height: 0px;
		}

		.topnav_mainlinks a:visited {
			color: #000000;
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			text-decoration: none;
			line-height: 0px;
		}

		.topnav_mainlinks a:hover {
			color: #f26e24;
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			text-decoration: none;
			line-height: 0px;
		}

.main_image {
display:none;
background-image: url(../images/migration_cover_1.jpg);
background-size: 200%;
background-repeat: no-repeat;
background-position: center;
min-width: 100px;
max-width: 800px;
min-height: 300px;
color: #FFFFFF;
margin-left: auto;
margin-right: auto;
}

	.main_image_links {
		display:none;
		width: 75%;
		height: 50%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 10%;
	}

			.main_image h1{
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 24px;
				line-height: 24px;
			}

			.main_image p {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				line-height: 20px;
			}
					.main_image a:link {
						color: #FFFFFF;
						font-family: 'Work Sans', sans-serif;
						font-size: 17px;
						text-decoration: none;
					}
					
					.main_image a:visited {
						color: #FFFFFF;
						font-family: 'Work Sans', sans-serif;
						font-size: 17px;
						text-decoration: none;
					}
					
					.main_image a:hover {
						color: #f26e24;
						font-family: 'Work Sans', sans-serif;
						font-size: 17px;
						text-decoration: none;
					}

.main_image_iphone {
	display: block;
	background-image: url(../images/migration_cover_1.jpg);
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
	min-width: 100px;
	max-width: 800px;
	min-height: 300px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

	.main_image_links_iphone {
		display: block;
		width: 75%;
		height: 50%;
		margin-left: auto;
		margin-right: auto;
		padding-top: 15%;
	}

			.main_image_iphone h1{
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 24px;
				line-height: 24px;
			}

			.main_image_iphone p {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				line-height: 20px;
			}
					.main_image_iphone a:link {
						color: #FFFFFF;
						font-family: 'Work Sans', sans-serif;
						font-size: 17px;
						text-decoration: none;
					}
					
					.main_image_iphone a:visited {
						color: #FFFFFF;
						font-family: 'Work Sans', sans-serif;
						font-size: 17px;
						text-decoration: none;
					}
					
					.main_image_iphone a:hover {
						color: #f26e24;
						font-family: 'Work Sans', sans-serif;
						font-size: 17px;
						text-decoration: none;
					}

.page_heading_guide {
	min-width: 100px;
	max-width: 800px;
	height: 35px;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 500;
}

.page_heading{
	min-width: 100px;
	max-width: 800px;
	height: 45px;
	font-family: 'Work Sans', sans-serif;
	font-size: 35px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 800;
}	
		
/*Icons css*/
.top_nav_icons {
  display: flex;
  min-width: 100px;
  max-width: 800px;	
  height: 160px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.abm_icon {
	 width: 150px;
	 margin-left: auto;
	 margin-right: auto;
}
    
.archive_icon{
	 width: 150px;
	 margin-left: auto;
	 margin-right: auto;
}
    
.plans {
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}

/* two column div*/
.double_box_container {
	min-width: 100px;
	max-width: 800px;
	min-height: 375px;
	margin-left: auto;
	margin-right: auto;
}

.left_column {
	width: 100%;
	min-height: 375px;
	background-image: url(../images/migration_cover_3.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.left_column_links {
	display: block;
	position:relative;
	width: 75%;
	height: 25%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 8%;
	justify-content: center;
}

			.left_column1 h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}
			
			.left_column h2 {
				font-family: 'Work Sans', sans-serif;
				font-size: 20px;
				color: #FFFFFF;
				font-weight: 600;
				line-height: 2px;
			}
			
			.left_column h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 500;
				line-height: 1px;
			}
			
			.left_column p {
				font-family: 'Work Sans', sans-serif;
				font-size: 17px;
				color: #FFFFFF;
				font-weight: 400;
				line-height: 20px;
			}

				.left_column a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}

				.left_column a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}

				.left_column  a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}
			
.right_column {
	display: none;
	width: 50%;
	min-height: 465px;
	background-color: #000000;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.right_column_links {
	display: none;
	width: 75%;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16%;
	justify-content: center;

}

			.right_column h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}
			
			.right_column h2 {
				font-family: 'Work Sans', sans-serif;
				font-size: 20px;
				color: #FFFFFF;
				font-weight: 500;
				line-height: 2px;
			}
			
			.right_column h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 100;
				line-height: 1px;
			}
			
			.right_column p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 20px;
			}

				.right_column a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column  a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

.double_box_container2 {
	min-width: 100px;
	max-width: 800px;
	min-height: 375px;
	margin-left: auto;
	margin-right: auto;
}
			

.left_column2 {
	display: none;
	width: 50%;
	min-height: 465px;
	background-color: #000000;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.left_column2_links {
	display: none;
	width: 75%;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16%;
	justify-content: center;

}

			.left_column2 h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}

			.left_column2 h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 100;
				line-height: 1px;
			}
			
			.left_column2 p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 20px;
			}
				.left_column2 a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.left_column2  a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.left_column2  a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}
			
.right_column2 {
	width: 100%;
	min-height: 375px;
	background-image: url(../images/shelf_2.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.right_column2_links {
	display: block;
	position:relative;
	width: 75%;
	height: 25%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 13%;
	justify-content: center;

}
	
			.right_column2 h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}
			
			.right_column2 h2 {
				font-family: 'Work Sans', sans-serif;
				font-size: 20px;
				color: #FFFFFF;
				font-weight: 500;
				line-height: 0px;
			}
			
			.right_column2 h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 500;
				line-height: 1px;
			}
			
			.right_column2 p {
				font-family: 'Work Sans', sans-serif;
				font-size: 17px;
				color: #FFFFFF;
				font-weight: 400;
				line-height: 20px;
			}
	
				.right_column2 a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}

				.right_column2 a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}

				.right_column2  a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}
						
.double_box_container3 {
	min-width: 100px;
	max-width: 800px;
	min-height: 415px;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}
			

.left_column3 {
	display: block;
	width: 100%;
	min-height: 435px;
	background-image: url(../images/album_cluster_1.jpg);
	background-size: 200%;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

.left_column3_links {
	display: block;
	position:relative;
	width: 75%;
	height: 25%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15%;
	justify-content: center;

}

			.left_column3 h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}
			
			.left_column3 h2 {
				font-family: 'Work Sans', sans-serif;
				font-size: 20px;
				color: #FFFFFF;
				font-weight: 500;
				line-height: 2px;
			}
			
			.left_column3 h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 500;
				line-height: 1px;
			}
			
			.left_column3 p {
				font-family: 'Work Sans', sans-serif;
				font-size: 17px;
				color: #FFFFFF;
				font-weight: 400;
				line-height: 20px;
			}

				.left_column3 a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}

				.left_column3 a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}

				.left_column3  a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: none;
				}
			
.right_column3 {
	display:none;
	width: 50%;
	min-height: 465px;
	background-color: #000000;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.right_column3_links {
	display: none;
	width: 75%;
	height: 50%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 16%;
	justify-content: center;

}
	
			.right_column3 h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}

			.right_column3 h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 100;
				line-height: 1px;
			}

			.right_column3 p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 20px;
			}
				
				.right_column3 a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column3  a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column3  a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

/* Album of the month double container start */
.double_box_container_month {
	display: none;
	min-width: 1102px;
	max-width: 1400px;
	min-height: 380px;
	max-height: 500px;
	margin-left: auto;
	margin-right: auto;
}
	
.left_column_month {
	display: none;
	width: 75%;
	min-height: 380px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

div.left_column_month {
	display: none;
	box-sizing: border-box;
	border: 2px solid #000000;
	margin: 0px;
	float: left;
}

.left_column_links_month {
	display: none;
	width: 98%;
	padding: 10px;
	min-height: 360px;
}

			.left_column_month h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 70px;
				color: #00000;
				font-weight: 900;
				line-height: 10px;
			}
			
			.left_column_month p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #000000;
				font-weight: 600;
				line-height: 16px;
			}
			
.right_column_month {
	display: none;
	width: 25%;
	min-height: 365px;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.right_column_links_month_ipad {
	display: none;
}

.right_column_links_month {
	display: none;
	width: 100%;
	height: 100%;
	margin-left: 25px;
}

			.right_column_month h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 30px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}
			
			.right_column_month h2 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 2px;
			}
			
			.right_column_month h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 100;
				line-height: 1px;
			}
			
			.right_column_month p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 20px;
			}

				.right_column_month a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column_month a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column_month a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}
/* Album of the month double container end */

/* Album of the month double container start iphone*/
.double_box_container_month_iphone {
	display: block;
	min-width: 100px;
	max-width: 800px;
	min-height: 475px;
	margin-left: auto;
	margin-right: auto;
}
	
.left_column_month_iphone {
	display: block;
	width: 100%;
	min-height: 450px;
	float: left;
	margin-left: auto;
	margin-right: auto;
}

div.left_column_month_iphone {
	display: block;
	box-sizing: border-box;
	border: 2px solid #000000;
	margin: 0px;
	float: left;
}

.left_column_links_month_iphone {
	display: block;
	width: 98%;
	padding: 10px;
	min-height: 360px;
}

			.left_column_month_iphone h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 30px;
				color: #00000;
				font-weight: 900;
				line-height: 10px;
			}
			
			.left_column_month_iphone p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #000000;
				font-weight: 600;
				line-height: 16px;
			}
		
.double_box_container_month_iphone2 {
	display: block;
	min-width: 100px;
	max-width: 800px;
	min-height: 380px;
	max-height: 500px;
	margin-left: auto;
	margin-right: auto;
}

.right_column_month_iphone {
	display: block;
	width: 100%;
	min-height: 365px;
	float: right;
	margin-left: auto;
	margin-right: auto;
}

.right_column_links_month_iphone {
	display: block;
	width: 100%;
	height: 100%;
}

			.right_column_month_iphone h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 30px;
				color: #FFFFFF;
				font-weight: 900;
				line-height: 20px;
			}
			
			.right_column_month_iphone h2 {
				font-family: 'Work Sans', sans-serif;
				font-size: 25px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 2px;
			}
			
			.right_column_month_iphone h3 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 100;
				line-height: 1px;
			}
			
			.right_column_month_iphone p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #FFFFFF;
				font-weight: 300;
				line-height: 20px;
			}

				.right_column_month_iphone a:link {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column_month_iphone a:visited {
					color: #000000;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}

				.right_column_month_iphone a:hover {
					color: #f26e24;
					font-family: 'Work Sans', sans-serif;
					font-size: 15px;
					text-decoration: underline;
				}
/* Album of the month double container end iphone*/
				
/* Css for Newsletter box*/					
.newsletter {
	display: none;
	min-width: 100px;
	max-width: 800px;
	height: 78px;
	font-family: 'Work Sans', sans-serif;
}

.newsletter_iphone{
	display: block;
	height: 58px;
}

/* instagram pull*/
.flex_container {
  display: none;
  min-width: 100px;
  max-width: 800px;
  height: 231px; 
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  background-color: #000000;
}

		.flex_container div {
		  background-color: #000000;
		  width: 15%;
		  min-height: 174px;
		  min-width: 10%;
		  margin: 30px;
		}

		.flex_container_text{
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			color: #ffffff;
			font-weight: 300;
		}
		.flex_container_damn{
		}
		.flex_container_fka{
		}
		.flex_container_dilla{
		}
		.flex_container_altj{
		}
		.flex_container_lum{
		}
		
		.flex_container h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #ffffff;
				font-weight: 300;
			}
			
		.flex_container p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #ffffff;
				font-weight: 300;
		}
		
			.flex_container a:link {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
			
			.flex_container a:visited {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
			
			.flex_container a:hover {
				color: #f26e24;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}


/* instagram pull ipad*/
.instagram_pull_ipad {
  display: none;
  min-width: 800px;
  max-width: 1200px;
  height: 231px; 
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  background-color: #000000;
}

		.instagram_pull_ipad div {
		  background-color: #000000;
		  width: 15%;
		  min-height: 174px;
		  min-width: 10%;
		  margin: 30px;
		}

		.instagram_pull_ipad_text {
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			color: #ffffff;
			font-weight: 300;
		}
		.instagram_pull_ipad_damn{
		}
		.instagram_pull_ipad_fka{
		}
		.instagram_pull_ipad_dilla{
		}
		.instagram_pull_ipad_altj{
		}
		.instagram_pull_ipad_lum{
		}
		
		.instagram_pull_ipad h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #ffffff;
				font-weight: 300;
			}
			
		.instagram_pull_ipad p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #ffffff;
				font-weight: 300;
		}
		
			.instagram_pull_ipad a:link {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
			
			.instagram_pull_ipad a:visited {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
			
			.instagram_pull_ipad a:hover {
				color: #f26e24;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}

/* insta pull iphone*/
.instagram_pull_iphone {
  display: flex;
  min-width: 100px;
  max-width: 800px;
  height: 231px; 
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  background-color: #000000;
}

		.instagram_pull_iphone div {
		  background-color: #000000;
		  width: 100%;
		  min-height: 174px;
		  min-width: 10%;
		  margin: 30px;
		}

		.instagram_pull_iphone_text {
			font-family: 'Work Sans', sans-serif;
			font-size: 15px;
			color: #ffffff;
			font-weight: 300;
		}
		.instagram_pull_iphone_altj{
		}
		
		.instagram_pull_iphone h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #ffffff;
				font-weight: 300;
			}
			
		.instagram_pull_iphone p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #ffffff;
				font-weight: 300;
		}
		
			.instagram_pull_iphone a:link {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
			
			.instagram_pull_iphone a:visited {
				color: #ffffff;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
			
			.instagram_pull_iphone a:hover {
				color: #f26e24;
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				text-decoration: none;
			}
/*three column css*/
.flex_container02 {
  	min-width: 100px;
	max-width: 800px;
	height: 550px;
	padding-left: 23%;
	padding-top: 25px; 
	padding-bottom: 25px; 
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
  	background-color: #000000;
	color: #ffffff;
}

		.flex_container02 div {
		  background-color: #000000;
		  width:100%;
		  font-family: 'Work Sans', sans-serif;
		  line-height: 15px;
		}

			.flex_container02 h1 {
				font-family: 'Work Sans', sans-serif;
				font-size: 45px;
				color: #ffffff;
				font-weight: 900;
				line-height: 5px;
			}
			
			.flex_container02 p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #fffff;
				font-weight: 300;
				line-height: 1px;
			}

		
.facebook {
	display: none;
	width:100%;
	
}

.twitter {
	display: none;
	width:100%;
	
}

.submit {
	width: 100%;
	color: #ffffff;
}

.contact input[type=text] {
	width: 225px;
	height: 25px;
}

.contact input[type=button], input[type=submit], input[type=reset] {
    background-color: transparent;
    border: none;
    color: white;
    padding: 1px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
	font-family: 'Work Sans', sans-serif;
	font-size: 35px;
	font-weight: 700; 

}

.popup:hover{
	color: #f26e24;
}

.bottom_links {
	display: block;
	
}

	.bottom_links a:link {
		color: #ffffff;
		font-family: 'Work Sans', sans-serif;
		font-size: 12px;
		text-decoration: none;
		line-height: 22px;
	}

	.bottom_links a:visited {
		color: #ffffff;
		font-family: 'Work Sans', sans-serif;
		font-size: 12px;
		text-decoration: none;
		line-height: 22px;

	}

	.bottom_links a:hover {
		color: #f26e24;
		font-family: 'Work Sans', sans-serif;
		font-size: 12px;
		text-decoration: none;
		line-height: 22px;

	}