@-webkit-keyframes fade-in{
	0%   {opacity: 0;}
	100% {opacity: 100;}
}
@keyframes fade-in{
	0%   {opacity: 0;}
	100% {opacity: 100;}
}
html{
	background: #ffba88;
}

body {
	background: white;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 400;
	/*font-family: "Bellefair", serif;*/
	/*font-family: 'Roboto', sans-serif;*/
	/*font-family: 'Open Sans', sans-serif;*/
	/*font-family: 'Markazi Text', serif;*/
	font-family: 'Lato', sans-serif;
	/*font-family: 'Amiko', sans-serif;*/
	color: #222; 
	overflow: overlay;
}

.root{
	position: relative;
}

a {
	color: #ffba88; 
}
a:hover {
	color: red; 
}


.title{
	font-family: 'Roboto', sans-serif;
	transform: scale(1, .9);
	-webkit-transform: scale(1, .9); /* Safari and Chrome */
	-moz-transform: scale(1, .9); /* Firefox */
	-ms-transform: scale(1, .9); /* IE 9+ */
	-o-transform: scale(1, .9); /* Opera */
	letter-spacing: -3px;
	font-size: 4.0rem;
	line-height: 1.2;
	margin-bottom: 0;
}

.title .orange{
	color: #ffba88;	
}

.title .red{
	color: red;	
}

.ll-contact-info{
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	margin-bottom: 2.5rem;
	white-space: nowrap;
}

.container{
	width: 700px;
	padding: 30px;
}



.ll-contact-info table{
	margin-bottom: 0px;	
}

.ll-contact-info td{
	padding: 0 3rem 0 0;
	border: none;	
	font-size: 1.2rem;
	line-height: 1.3;
}

.ll-contact-info a{
	letter-spacing: 1px;	
}


.text-grad-bg{

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+29,ffffff+100&0+0,1+17 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(17%, rgba(255,255,255,1)),color-stop(29%, rgba(255,255,255,1)),to(rgba(255,255,255,1)));
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 17%,rgba(255,255,255,1) 29%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}


.intro-text, .page-text{
	font-size: 1.7rem;
	line-height: 1.3;
	text-align: justify;
	text-indent: 1.5rem;
	/*padding-top: 1.2rem;*/
}

.intro-text::first-line{	
	font-variant: small-caps;
	font-size: 133%;
	font-weight: bold;
}

.green{
	color: green
}

#jerry-levitan-portrait{
	position: relative;
	top:1rem;
	margin-bottom: 2.5rem;
	line-height: 0;
	border-left: 18px solid #ffba88;
	border-bottom: 18px solid #ffba88;
	-webkit-border-radius: 18px 0 18px 0;
	        border-radius: 18px 0 18px 0;
}

#jerry-levitan-portrait img{
	border-left: 18px solid red;
	border-bottom: 18px solid red;
}



.accent-word{
	-webkit-animation: fade-in 2s forwards;
	        animation: fade-in 2s forwards;
	/*position: absolute;*/
	display:block;
	/*bottom: -30px;*/
	/*left: 0;*/
	font-weight: bold;
	color: #ccc;
	font-size: 3rem;
	line-height: 1;
	opacity: 0;
}

.accent-word::first-letter{	
	font-size: 2em;
}

.experience{
	/*bottom: -45px;*/
	text-align: left;
}

.dependability{
	text-align: center;
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	/*bottom: -98px;*/
	/*left: 69px;*/
}

.effective{
	text-align: right;
	-webkit-animation-delay: 4s;
	        animation-delay: 4s;
	/*bottom: -155px;*/
	/*left: 194px;*/
}

.disclaimer{	
	font-size: .8em;
    color: #aaa;
    padding: 6rem 3rem 0;
    text-align: justify;
    line-height: 1;
}

.footer{
	font-size: 1.2rem;
	line-height: 1.2;
	margin-top: 3rem;
	font-family: Roboto;
	font-style: italic;
	color: #fff;
	background: #ffba88;
	/*border-top: 18px solid red;*/
	text-align: center;
}

.footer p{
	margin: 0 auto;
	padding: 1rem 0;
	background: red;
	line-height: 1.5;
}

.footer a{
	text-decoration: none;
	font-weight:bold;
}

.footer a:hover, .footer a:active{
	color: white;
}

.footer span{
	padding: 0 1rem;
	white-space: nowrap;	
}


.modal{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 0;
	overflow: auto;
	pointer-events: none;
	/*display: none;*/
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 1s, visibility 0s 1s, height 0s 1s, width 0s 1s;
	-o-transition: opacity 1s, visibility 0s 1s, height 0s 1s, width 0s 1s;
	transition: opacity 1s, visibility 0s 1s, height 0s 1s, width 0s 1s;


	background: #000000aa;
}

.modal.modal-on{
	/*display: block;*/
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 1s, visibility 0s 0s, height 0s 0s, width 0s 0s;
	-o-transition: opacity 1s, visibility 0s 0s, height 0s 0s, width 0s 0s;
	transition: opacity 1s, visibility 0s 0s, height 0s 0s, width 0s 0s;
	height: 100%;
	width:100%;
	pointer-events: all;
}


.modal .content{
	position: relative;
	background: white;
	padding: 3rem;
	width: 700px;
	margin: 2rem auto;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body.showing-modal{
	overflow: hidden;
}


@media (max-width: 749px) {
	.container{
		width: 500px;
		padding: 30px;
	}
	.ll-contact-info td{
		padding: 0 3rem 0 0;
		font-size: 1.2rem;
		line-height: 1.3;
	}

	#jerry-levitan-portrait{				
		border-left: 15px solid #ffba88;
		border-bottom: 15px solid #ffba88;
		-webkit-border-radius: 15px 0 15px 0;
		        border-radius: 15px 0 15px 0;
		top: 7rem;
	}


	#jerry-levitan-portrait img{
		border-left: 15px solid red;
		border-bottom: 15px solid red;
	}


	.intro-text, .page-text{
		font-size: 1.4rem;
		line-height: 1.4;
		text-indent: 1.2rem;
		padding-top: 0;
	}

	.accent-word{
		font-size: 2rem;
		line-height: 1;
	}



	.modal .content{
		width: 500px;
	}

}

@media (max-width: 549px) {
	.container{
		width: 100%;
		padding: 0 30px;
	}
	.title{
		font-size: 3.5rem;
	}
	.ll-contact-info td{
		padding: 0 1rem 0 0;
		font-size: 1.2rem;
		line-height: 1.4;
		float: left;
	}

	#jerry-levitan-portrait{
		width: 33%;
		margin: 0 auto 2rem auto;
		border-left: 9px solid #ffba88;
		border-bottom: 9px solid #ffba88;
		-webkit-border-radius: 9px 0 9px 0;
		        border-radius: 9px 0 9px 0;
		top: 0;
	}

	#jerry-levitan-portrait img{
		border-left: 9px solid red;
		border-bottom: 9px solid red;
	}

	.intro-text, .page-text{
		font-size: 1.7rem;
		line-height: 1.3;
		text-indent: 1.5rem;
		padding-top: 0;
	}

	.footer span{
		margin: 0;	
		padding: 0;	
		width: 100%;
		display: inline-block;
	}

	.modal .content{
		width: 90%;
	}

}