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

body {
	margin: 0;
}

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

/* centers the top nav and logo */
.topnav_center {
	width: 100%;
	min-width: 1102px;
	max-width: 1400px;
	height: 125px; 
	background-color: transparent;
	margin-left: auto;
	margin-right: auto;

}

.logo_01 {
	display: flex;
	width: 367px;
	height: 100px;
	background-color: transparent; 
	float: left;
	vertical-align: middle;
}

		.push_down_logo {
			position: relative;
			top: 13px;	
		}


/* social media links */
.topnav_links {
	display: block;
	width: 600px;
	height: 45px;
	background-color: transparent;
	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: -2px;
	
} 

		/* 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: 650px;
	background-color: transparent;
	float: right;
	text-align: right;
	font-family: 'Work Sans', sans-serif;
	font-size: 15px;
	font-weight: 700;	
	
	/* this part centers the type Parent */
	line-height: 70px;
	height: 60px;
}

		.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;
		}

.topnav_links_iphone_hidden {
	display: block;
}
.page_heading{
	min-width: 1102px;
	max-width: 1400px;
	height: 45px;
	font-family: 'Work Sans', sans-serif;
	font-size: 35px;
	margin-top: -15px;
	margin-left: auto;
	margin-right: auto;
	font-weight: 800;
}	

.members_login {
	min-width: 100px;
	max-width: 1400px;
	height: 165px;
	background-color: black;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-bottom: 10px;
}

		.members_login a:link {
			color: #ffffff;
			font-family: 'Work Sans', sans-serif;
			font-size: 10px;
			text-decoration: none;
			font-weight: 900;
		}

		.members_login a:visited {
			color: #ffffff;
			font-family: 'Work Sans', sans-serif;
			font-size: 10px;
			text-decoration: none;
			font-weight: 900;
		}

		.members_login a:hover {
			color: #f26e24;
			font-family: 'Work Sans', sans-serif;
			font-size: 10px;
			text-decoration: none;
			font-weight: 900;
		}

/* Css for Newsletter box*/					
.newsletter {
	min-width: 1102px;
    max-width: 1400px;
	height: 78px;
	font-family: 'Work Sans', sans-serif;
}

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

/* insta pull*/
.flex_container {
  display: flex;
  min-width: 1102px;
  max-width: 1400px;
  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;
			}


/* insta 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_altj{
		}
		
		.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: none;
  min-width: 800px;
  max-width: 1200px;
  height: 231px; 
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  background-color: #000000;
}

		.instagram_pull_iphone div {
		  background-color: #000000;
		  width: 15%;
		  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 {
  	display: flex;
  	min-width: 1102px;
	max-width: 1400px;
	height: 550px;
	padding-top: 25px; 
	margin-right: auto;
	margin-left: auto;
	justify-content: center;
  	background-color: #000000;
	color: #ffffff;
}

		.flex_container02 div {
		  background-color: #000000;
		  width:30%;
		  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: 0px;
			}
			
			
			.flex_container02 p {
				font-family: 'Work Sans', sans-serif;
				font-size: 15px;
				color: #fffff;
				font-weight: 300;
				line-height: 1px;
			}

		
.facebook {
	width:100%;
	
}

.twitter {
	width:100%;
	
}

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

.contact input[type=text] {
	width: 410px;
	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:none;
	
}