@charset "UTF-8";
/* 
	CSS for card.jeffparente.com
	
	author: Jeff Parente
	
	Copyright Info: http://jeffparente.com/legal/

*/
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
 @import url('https://fonts.googleapis.com/css?family=Rokkitt:500');
* {
    box-sizing: border-box;
}
/*-----------------------------------------------*/

/*------------------------------------------------
		Color scheme (from portfolio)
#353535 rgb(53, 53, 53)  - dark_gray1 - (main nav)

#707070

#B9B9B9 rgb(185, 185, 185) - grey1 - header nav link

#ccc rgb(204, 204, 204) - gray2 - header title

#DCDCDC rgb(220, 220, 220) - gray3 - header nav active

#f0f0f0 rgb(240, 240, 240) - gray4  - page background

------------------------
accent colors-----------

#213F99 rgb(33, 63, 153) - jep_blue

#000835 rgb(0, 8, 53) - dark_jep_blue

------------------------------------------------ */

body {
	background: #000835;
	margin:0;
}
h1, h2, h3, h4 {
    font-family: 'Rokkitt', serif;
	/*font-weight:500;*/
}
.jep-container {
	max-width: 100%;	
}
.biz_card {
	width: 260px;
	height: 152px;
	/*max-width:100%;*/
}
#card {
	
}
#card:hover {
	cursor: pointer;	
}
#card.biz_card {
	margin-left:auto;
	margin-right:auto;
	margin-top: 20vh;
}
.biz_card.card_size2 {
	width: 455px;
	height: 266px;
	font-size:14px;
}
.card_side {
	width: 100%;
	height: 100%;
	font-size:14px;
	border-radius: 38px;
}
/*-------------  FRONT ------------- */

.jep_front {
	background: #fff;
	position:relative;
	border-radius: 28px 28px 38px 38px;
    font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
.front_card_headline {
	background-image:url(/_images/JP-logo-blue-site_icon.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 135px;
	min-height: 137px;
	position: absolute;
	left: 15px;
	top: 15px;
	padding-top: 55px;
}
.front_card_headline h2, .front_card_headline h3 {
	line-height: 1.1em;
	margin:0;
}
.front_card_headline h2 {
	color: #213F99;
	font-size: 43px;
	font-variant-ligatures: none;
}
.front_card_headline h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
	color:#000;
	font-size:18px;
	letter-spacing: 0;
	margin-left: 14px;
    margin-top: -10px;
}
.h3_bullet {
	letter-spacing: -1px;	
}

/*---- bottom ------*/
.bottom_blue {
	background: #213F99;
	color: #fff;
	position: absolute;
	bottom:0;
	width: 100%;
	height: 100px;
	border-radius: 0 0 28px 28px;
	text-align:right;
	padding: 10px 30px 0;
}
.bottom_blue p {
	margin: .3em 0 .4em;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 1px;
}
#jepPhoneNum {
	
}
#jepEmail {

}
#jepEmail .at_sym {
	font-size: .9em;	
}
#jepPortfolio {
	line-height: 1.3em;
}
/*------------- BACK ------------- */
.jep_back {
	background: #213F99 ;
	border-radius: 28px;
}
.back_card_headline {
	background-image:url(/_images/JP-logo-white-600.png);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
	padding-left: 128px;
	min-height: 160px;
	position: absolute;
	left: 0px;
	bottom: 20px;
	padding-top: 121px;
}
.back_card_headline h4 {
	color: #fff;
	font-size: 35px;
	line-height: 1.1em;
	margin:0;
	letter-spacing: 1px;
	font-variant-ligatures: none;
}
/*----------------- other content ------------ */
.other_content {
	margin-top: 20vh;
}
.page_h1, .page_h1 a {
	color: rgba(255, 255, 255, .25);
	text-align:center;
	margin-top: 0;
	text-decoration:none;
	font-size: 18px;
	font-family: 'Rokkitt', serif;
	
	transition-property: color;
	-webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
.page_h1 a:hover {
	color: rgba(255, 255, 255, .5);
	text-decoration:none;
}
.links_p {
	margin: 10vh 0;
	text-align:center;
	color: rgba(255, 255, 255, .25);
}
.links_p a {
	color: rgba(255, 255, 255, .25);
	text-decoration:none;
	margin: 0 20px;
	font-family: 'Rokkitt', serif;
	
	transition-property: color;
	-webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    -o-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out;
}
.links_p a:hover {
	color: rgba(255, 255, 255, .5);
	text-decoration:none;
}
.link_spacer {
	/*width: 150px;
	min-width: 100px;*/	
}

/*-----------------------------------------------

			BEGIN responsive

---------------------------------------------- */

@media (max-width: 575px) {

	
}