<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mobile-nav{
	display: none;
	background-color: #000;
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
}
.mobile-nav a{
	color: white;
	margin-top: 20%;
	display: inline-block;
	font-size: 1.3em;
}
.mobile-nav ul{
	position: fixed;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2em;
	font-weight: 700;
}


.routeP45{   /*clockwise 45*/
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); 	 /*IE 9 */
	-moz-transform:rotate(45deg); 	/* Firefox */
	-webkit-transform:rotate(45deg); /* Safari Chrome*/ 
	-o-transform:rotate(45deg);
	-webkit-transition: -webkit-transform 0.3s ease-in;
	top: 30% !important;
}

.routeN45{    /*counterclockwise 45*/
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg); 	 /*IE 9 */
	-moz-transform:rotate(-45deg); 	/* Firefox */
	-webkit-transform:rotate(-45deg); /* Safari Chrome*/ 
	-o-transform:rotate(-45deg); 
    -webkit-transition: -webkit-transform 0.3s ease-in;
	top: 30% !important;
}

.mobile-nav-line{
	border: 1px solid #fff;
    width: 100%;
    position: absolute;
}

.top{top:0px;}
.mid{top:10px;}
.bot{top:20px;}


.mobile-nav-ul-wrapper{
	margin: auto;
}

.my-page-header{
	height: 650px;
}

.header-bar{
	width: 100%;
	z-index: 1000000000;
	position: fixed;
	color: #fff;
	background: repeating-linear-gradient(-45deg,#f0908f,#f0908f 2px,#e48988 0,#e48988 4px);
}
.header-bar-text{
	margin: 8px;
}
.header-bar-border{
	height: 1px;
	width: 100%;
	background-color: #fff;
}
.findOutMore{
	color: #fff;
	text-decoration: underline;
}
.video-wrapper {
    width: 100%;
    height: 650px;
    overflow: hidden;
	z-index: -1;
	background-image:url(pictures/video-placeholder.jpg);
	background-repeat: no-repeat, repeat;
	background-size: cover;
}
.background-video{
	min-width: 100%;
    z-index: -1;
}

.header-home{
	position: absolute;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.logo-wrapper{
	width: 566px;
	margin:0 auto;
	margin-top: 300px;
}
.responsive-logo{
	display: block;
	margin: 0 auto;
}

.header-nav{
	margin:0 auto;
	width: 520px;
	margin-top: 150px;
}

.header-nav-links{
	text-align: center;
}

.header-nav .header-nav-links a{
	color: #fff;
	font-size: 18px;
	font-family:inherit;
	font-weight: 700
}

.header-nav .header-nav-links .divider{
	color: #fff;
	margin:0 24px;
}

.header-nav .header-nav-links a:hover{
    text-decoration: underline;
}


.mobile-nav-button{
	position: absolute;
	left: 30px;
	top: 80px;
	cursor: pointer;
	display: none;
	z-index: 1000;
	height: 30px;
	width: 30px;

}

.page-footer {
	background: #3d3d3d;
	padding-bottom: 10px;
}

.footer-container{
	width: 30%;	
	margin:0 auto;
}

.social-icons {
	margin: 50px auto 50px;
	width:230px;
	}	

.social-icons a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	margin:50px 30px 0;
}

.instagram-logo {
	background-image: url("../pictures/instagram.jpg");
}

.facebook-logo {
	background-image: url("../pictures/facebook.jpg");
}

.twitter-logo {
	background-image: url("../pictures/twitter.jpg");
} 

.weibo-logo {
	background-image: url("../pictures/weibo-logo.jpg");
}

.page-footer p{
	color: #fff;
	text-align: center;
	font-size: 15px;
    font-family: "Consolas, 'Courier New', monospace";
	margin: 10px auto;
}

.page-footer .footer-copywrite {
	font-size: 10px;
	font-family: inherit;
}

.text-align-center {
	text-align: center;
}

.whoamI-hr {
	border-style: none;
	border-width: 0;
	margin:30px auto 60px;
	background-color: #bbb;
	width: 100px;
	height: 6px;
}

h2{
	font-size: 36px;
	font-weight: 700;
	padding-top: 70px;
	color: #565656;
}

.under-h2 {
	border-style: none;
	border-width: 0;
	margin:30px auto 60px;
	background-color: #bbb;
	width: 100px;
	height: 6px;
}

.back-top a{
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border: none;
	outline: none;
	background-color: #699335;
	color: white;
	cursor: pointer;
	padding: 15px;
	border-radius: 10px;
}

.back-top a:hover {
  background-color: #555;
}




@media screen and (max-width: 700px) {
	.box-divider{
		display:none;
	}
	.main-home-sub {
		background-color: #F2F2F2;
		height: 350px;
		width: 100%;
		vertical-align: top;
		margin-bottom: 30px;
	}
	.tech-use-four, .tech-use-ng {
		width: 100%;
	}
	.logo-wrapper-img{
		display: none;
	}
	.responsive-logo{
		display: block;
	}
	.background-video{
		display: none;
	}
	.video-wrapper{
		background-image: url(../pictures/video-replacement.jpg);
		z-index: 1;
	}
	.header-nav{
		display: none;
	}
	.mobile-nav-button{
		display: block;
	}
}

@media screen and (min-width: 700px) {
	.responsive-logo{
		display: none;
	}
}


@media screen and (min-device-width: 700px) {

}


@media screen and (max-device-width: 700px) {
	.box-divider{
		display:none;
	}
	.logo-wrapper-img{
		display: none;
	}
	.responsive-logo{
		display: block;
	}
	.main-home-sub {
		background-color: #F2F2F2;
		height: 380px;
		width: 100%;
		vertical-align: top;
		margin-bottom: 30px;
	}
	.tech-use-four {
		width: 100%;
	}
	.tech-use-pictures, .tech-use-ng {
	    width: 100%;
	    margin: 0 auto;
	}
	.tech-use-four p {
		max-width: 68%;
		margin: 30px auto 60px;
		color: #343d3d;
		line-height: 1.5;
		font-size: 160%;
	}
	.tech-use-ng p{
		max-width: 68%;
		margin: 30px auto 60px;
		color: #343d3d;
		line-height: 1.5;
		font-size: 160%;
	}
	.tech-wraper-bottom-p {
	    color: #343d3d;
	    font-size: 1em;
	    line-height: 100%;
	}
	.tech-Jef-Raskin {
		text-align: right;
		font-style: italic;
		font-weight: 500;
		color: #565656;
		font-size: 170%;
	}
	.home-sub-p {
		font-size: 150%;
	}
	.background-video{
		display: none;
	}
	.video-wrapper{
		background-image: url(../pictures/video-replacement.jpg);
		z-index: 1;
	}
	.header-nav{
		display: none;
	}
	.mobile-nav-button{
		display: block;
		height: 6%;
		width: 6%;
	}

	.top{top:0px;}
	.mid{top:25%;}
	.bot{top:50%;}

	.mobile-nav-line{
		border: 3px solid #fff;
		width: 100%;
		position: absolute;
	}
	.back-top a {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #699335;
    color: white;
    cursor: pointer;
    padding: 36px;
    font-size: 2em;
    border-radius: 10px;
    }
    .header-bar-text {
    font-size: 1.5em;
    }
    .tech-use-pictures-ng {
    width: 65%;
    }

}
</pre></body></html>