body, html {
	height: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	padding: 0;
    border: 0;
    outline: 0;
	}
/* DEVICE AGNOSTIC - - - - - - - - - - - - - - - - - - - - - - - - - */
header {
	width: 100%;
	height: 160px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
}
.widebody-one { /* FOR PORTFOLIO WORK CONTAINMENT */
	width: 100%;
	background-color: #ffffff;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: auto;
}
.widebody-two { /* This WAS the original intro image container */
	background-image: url(../images/bigimage01.jpg);
	position: relative;
	min-height: 60%; /* THIS IS CONTROLLING OVERALL LETTERBOX IMAGE SCALING, 40%  — VERY IMPORTANT */
	background-position: center;
	background-size: cover;
}
.widebody-three {
	width: 100%;
	height: 40px;/* Simple gray bar... 40 pixels of gray */
	background-color: #606060;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}
.widebody-four {/* Sky view of Fullerton  */
	width: 100%;
	height: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background-image: url(../images/Fullerton-2000.jpg);
	background-repeat: repeat-x;
}
.widebody-five {
    height: 500px;
    background-color: #3C0036;
    background-image: none;
    position: relative;
    background-position: center;
    background-size: cover;
}
.widebody-six {/* Menu Page background */
	background-image: url(../images/bigimage06.jpg);
	position: relative;
	min-height: 60%; /* THIS IS CONTROLLING OVERALL LETTERBOX IMAGE SCALING — VERY IMPORTANT */
	background-position: center;
	background-size: cover;
}
.widebody-seven {/* Menu Page background */
	background-image: url(../images/bigimage07.jpg);
	position: relative;
	min-height: 80%; /* THIS IS CONTROLLING OVERALL LETTERBOX IMAGE SCALING — VERY IMPORTANT */
	background-position: center;
	background-size: cover;
}
.widebody-eight {
	width: 100%;
	background-color: #6B0088;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: auto;
	display: block;
}

.quotebox { /* Rules for Quote Text */
	width: 90%;
	max-width: 700px;
	background-color: none;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10%;
	padding-right: 0px;
	padding-bottom: 10%;
	padding-left: 0px;
	text-align: center;
	overflow: auto;
	display: block;
}

/* The TEXT BOX div is positioned ABSOLUTE, and it is contained within an div that is positioned RELATIVE and that has a background IMAGE assigned to it. */	

/* This code LOCATES THE TEXT BOX over the background image — totally responsive */	
.textbox-middle {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
}
	
.text-center {
text-align: center!important;
}

.eisle-two { /* FOR PORTFOLIO WORK, UPDATE LARGE SAMPLE */
	width: 80%; /* No background color assigned; transparent background */
	max-width: 1000px; /* UPDATE LARGE SAMPLE */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.eisle-port-menu { /* FOR PORTFOLIO WORK, UPDATE */
	width: 80%; /* No background color assigned; transparent background */
	max-width: 760px; /* slim back down to original 760 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
video { /* BASIC CONTROL OF VIDEOS IN MY PORTFOLIO WORK */
    width: 100%;
    height: auto;
	float: left;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
    display: block;
}
img.center {  /* This centers an image within its containing div */
  	display: block;
  	margin-left: auto;
  	margin-right: auto;
}
.fleximagex1 img { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
max-width: 100%; /* limits to max 100% of size */
height: auto;
width: auto\9; /* ie8 */
}
.fleximagex2 img { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
max-width: 100%; /* limits to max 100% of size */
height: auto;
width: auto\9; /* ie8 */
}
.fleximagex3 img { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
max-width: 100%; /* limits to max 100% of size */
height: auto;
width: auto\9; /* ie8 */
}
.fleximagex4 img { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
max-width: 100%; /* UPDATE LARGE SAMPLE */
height: auto;
width: auto\9; /* ie8 */
}
.fleximagex5 img { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
max-width: 100%; /* UPDATE LARGE SAMPLE */
height: auto;
width: auto\9; /* ie8 */
}
.fleximagex1 { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
	max-width: 600px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
}
.fleximagex2 { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
	max-width: 400px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
}
.fleximagex3 { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
	max-width: 280px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
}
.fleximagex4 { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
	max-width: 1000px;/* UPDATE LARGE SAMPLE */
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	display: block;
}
.fleximagex5 { /* - - - - WORK SAMPLE SPECIFIC IMAGE BOX FORMAT - - - - */
	max-width: 800px;/* UPDATE LARGE SAMPLE */
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	float: left;
	display: block;
}
.flextextbold { /* - - WORK SAMPLE SPECIFIC TEXT BOLDING HEADLINES - - */
	font-family: 'Noto Sans', sans-serif;
	font-weight: bold;
	color: #000000;  /* font color */
}
.whitebar { /* WORK SAMPLE SPECIFIC - SEPARATOR BETWEEN WORK SAMPLES */
	background-color: #999999;
	width: 100%;
	height: 2px;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 34px;
	margin-left: 0px;
}
h1 { /* Section Titles */
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.8em;
	line-height: 1.0em;
	color: #b3b3b3;
	letter-spacing: -2px;
	font-style: normal;
	font-weight: 100;
}
h2 { /* Statements over images*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.4em;
	line-height: 1.2em;
	color: #ffffff;
	font-style: normal;
	font-weight: 100;
}
h3 {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 4em;
	color: #b3b3b3;
	font-style: normal;
	font-weight: 200;
	text-align: center;
}
h6 { /* Section Title for Contact and About - color 1 - b3b3b3 */
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.6em;
    line-height: 1.0em;
    color: #454545;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 100;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 72px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.widebody-one .eisle-two h1 { /* Portfolio Pages Titles OK as dark */
	margin-top: 0px;
	margin-bottom: 0;
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.2em;
	line-height: 1.1em;
	color: #656565;
	letter-spacing: -2px;
	font-style: normal;
	font-weight: 200;
	display: block;
}


footer {
	width: 100%;
	background-color: #000000;
	margin-top: 30px; /* Hmmm?*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}
address {
	width: 100%;
	height: 280px;
	font-style: italic;
	display: block;
}


a:link {  /* This effects Main Navigation Menu */
	color: #ffffff; 
	text-decoration: none; 
}
a:visited { 
	color: #ffffff; 
	text-decoration: none; 
}
a:hover {
    color: #989898;
    text-decoration: none;
}
a:active { 
	color: #989898; 
	text-decoration: none; 
}

.widebody-one .eisle-one p a:link {  /* This effects email me phrase at bottom of my intro statement */
	color: #000000; 
	text-decoration: none; 
}
.widebody-one .eisle-one p a:visited { 
	color: #000000; 
	text-decoration: none; 
}
.widebody-one .eisle-one p a:hover {
    color: #710666;
    text-decoration: none;
}
.widebody-one .eisle-one p a:active { 
	color: #710666; 
	text-decoration: none; 
}

.widebody-one .eisle-two h1 a:link {  /* This is the work pages link back to the Portfolio landing page */
	color: #B3B3B3; 
	text-decoration: none; 
}
.widebody-one .eisle-two h1 a:visited { 
	color: #B3B3B3; 
	text-decoration: none; 
}
.widebody-one .eisle-two h1 a:hover {
    color: #710666;
    text-decoration: none;
}
.widebody-one .eisle-two h1 a:active { 
	color: #710666; 
	text-decoration: none; 
}

.menupage { /* This specifically governs how the dedicated mobile phone Page MENU LIST TEXT displays*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.0em;
	line-height: 1.6em;
	color: #ffffff;
	letter-spacing: 0px;
	font-style: normal;
	font-weight: 100;
	display: block;
}
.menupage a:link { 
	color: #ffffff; 
	text-decoration: none;
}
.menupage a:visited { 
	color: #ffffff; 
	text-decoration: none;
}
.menupage a:hover {
    color: #000000;
    text-decoration: none;
}
.menupage a:active { 
	color: #000000; 
	text-decoration: none;
}

.topcontact a:link { 
	color: #ffffff; 
	text-decoration: none; 
}
.topcontact a:visited { 
	color: #ffffff; 
	text-decoration: none; 
}
.topcontact a:hover {
    color: #E100F1;
    text-decoration: none;
}
.topcontact a:active { 
	color: #E100F1; 
	text-decoration: none; 
}


.flextextx1 a:link { /* link out for portfolio website sample width 70% */
	color: #e14b00;
	font-weight: bold;
	text-decoration: none;
	display: block
}
.flextextx1 a:visited {
	color: #e14b00;
	font-weight: bold;
	text-decoration: none;
	display: block
}
.flextextx1 a:hover {
	color: #818181;
	font-weight: bold;
	text-decoration: none;
	display: block
}
.flextextx1 a:active {
	color: #818181;
	font-weight: bold;
	text-decoration: none;
	display: block
}
.flextextx2 a:link { /* link out for portfolio website sample width 30% */
	color: #e14b00;
	font-weight: bold;
	text-decoration: none;
	display: block
}
. flextextx2 a:visited {
	color: #e14b00;
	font-weight: bold;
	text-decoration: none;
	display: block
}
. flextextx2 a:hover {
	color: #818181;
	font-weight: bold;
	text-decoration: none;
	display: block
}
. flextextx2 a:active {
	color: #818181;
	font-weight: bold;
	text-decoration: none;
	display: block
}
h5 a:link { 
	color: #929292; 
	text-decoration: none; 
}
h5 a:visited { 
	color: #929292; 
	text-decoration: none; 
}
h5 a:hover {
	color: #710666;
	text-decoration: none;
}
h5 a:active { 
	color: #710666; 
	text-decoration: none; 
}
.widebody-intro {/* FLEXBOX TYPE — NEW GIF ANIMATION INTRO */
	width: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 60px; /* reduced from original 100px */
	margin-left: auto;
	clear: none;
	display: flex;
  	justify-content: center;
	overflow: auto;
}
.intro-statement a:link {
 	font-weight: bolder;
	color: #C95FBE; /* first color used was a10992 */
	text-decoration: none;
}
.intro-statement a:visited {
 	font-weight: bolder; 
	color: #C95FBE; 
	text-decoration: none;
}
.intro-statement a:hover {
 	font-weight: bolder;
    	color: #ffffff;
    	text-decoration: none;
}
.intro-statement a:active {
 	font-weight: bolder; 
	color: #ffffff; 
	text-decoration: none;
}	
@keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
/* This is the agnostic code set for intro statement fade-in. See specific settings on the into-statement CSS rules. */
/* Firefox < 16 */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
from { opacity: 0; }
to { opacity: 1; }
}
.spacer { /* this is a simple full-width, 40px high spacer */
	width: 100%;
	height: 40px;
	background-color: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}

/* END OF DEVICE AGNOSTIC - - - - - - - - - - - - - - - - - - - - - - - - - */




/* MOBILE PHONE - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (max-width: 768px) {
.topcontact {
	width: 100%;
	height: 30px;
	background-color: #710666;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.75em;
	line-height: 2.75em;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}
.logowrapper {
    width: 240px;
	margin-top: 44px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 34px;
	float: left;
	display: block;
}
.logobox {
    width: 240px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	float: left;
	display: block;
}
.logotitle {
	width: 240px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.7em;
	text-align: left;
	letter-spacing: 2px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}
nav {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.9em;
	text-align: right;
	color: #ffffff;
	width: 380px;
	margin-top: 66px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	letter-spacing: 3px;
	font-weight: lighter;
	display: none;
}
.navburger {  /* containing div for the hamburger menu svg */
	height: 32px;
	width: 32px;
	margin-top: 60px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: block;
}
.flextextx1 { /* - - WORK SAMPLE SPECIFIC TEXT BOX 70% 90% - - */
	min-width: 280px;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #818181; /* font color */
	text-align: left;
}
.flextextx2 { /* - - WORK SAMPLE SPECIFIC TEXT BOX 30% 90% - - */
	min-width: 280px;
	width: 90%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #818181; /* font color */
	text-align: left;
}
p {
	text-align: left;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #5b5b5b;
}
h4 { /* Portfolio Menu Title */
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #000000;
	letter-spacing: -1.6px;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
h5 { /* Portfolio Menu*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.0em;
	line-height: 1.1em;
	color: #929292;
	letter-spacing: -1.6px;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.text-column {
	width: 70%;
	max-width: 600px;
	margin-top: 50%; /* you can adjust this at breakpoint */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.eisle-one {
	width: 80%; /* No background color assigned means transparent background… nice! */
	max-width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
footer p a:link { 
	color: #b3b3b3; 
	text-decoration: none; 
}
footer p a:visited { 
	color: #b3b3b3; 
	text-decoration: none; 
}
footer p a:hover {
	color: #710666;
	text-decoration: none;
}
footer p a:active { 
	color: #710666; 
	text-decoration: none; 
}
	
/* The Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning. To use the Flexbox model, you need to first define a flex container.*/
/* A Flexible Layout MUST have a PARENT ELEMENT with the display property set to FLEX.*/
	
.flexbox01 {
    display: flex; /* CSS FlexBox Property */
    align-items: center; /* CSS FlexBox, allows items to be set to VERTICAL center */
    height: 440px; /* The height setting controls the scale of the image */
    width: 100%;
    background-image: url(../images/intro-phone.jpg); /* This is the big opening image */
    background-repeat: no-repeat;
    background-size: cover; /* cover, contain, 100% 100% */
}	
.new-titlebox {
	width: 60%;
	background-color: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 38%; /* Adjust the Title left margin here */
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: normal;
	text-align: left;
	color: #DFDFDF;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.wrapper-intro { /* WRAPPER FOR NEW INTRO - - - - - - */
	width: 100%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: flex;
	flex-wrap: wrap;/* you need this to do the FLEXBOX version of clearing */
	justify-content: center;
	align-items: center;
}	
	
.intro-statement { /* STATEMENT - - - - - - */
	width: 100%;
	background-color: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 16px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 36px;
	padding-bottom: 0px;
	padding-left: 36px;
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.1em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	color: #ABABAB;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	display: block;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
	
.slider { /* SLIDER contains the image file wheather it's video, gif, or static */
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.widebar-one {/* Three breakpoint height settings  */
	width: 100%;
	height: 60px;
    background-color: #710666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background-image: none;
	background-repeat: repeat-x;
}   
	
}/*end*/



/* INTERMEDIATE BROWSER - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 769px) and (max-width: 999px) {
.topcontact {
	width: 100%;
	height: 30px;
	background-color: #710666;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.75em;
	line-height: 2.75em;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}
.logowrapper {
    width: 280px;
	margin-top: 44px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
	float: left;
	display: block;
}
.logobox {
    width: 280px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	float: left;
	display: block;
}
.logotitle {
	width: 280px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.85em;
	text-align: left;
	letter-spacing: 2px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}
nav {
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.85em;
	text-align: right;
	color: #ffffff;
	width: 340px;
	margin-top: 66px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	letter-spacing: 1px;
	font-weight: normal;
	display: block;
}
.navburger {  /* containing div for the hamburger menu svg */
	height: 40px;
	width: 40px;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: none;
}
.flextextx1 { /* - - WORK SAMPLE SPECIFIC TEXT BOX 70% 90% - - */
	min-width: 280px;
	width: 70%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #818181; /* font color */
	text-align: left;
}
.flextextx2 { /* - - WORK SAMPLE SPECIFIC TEXT BOX 30% 90% - - */
	min-width: 280px;
	width: 30%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #818181; /* font color */
	text-align: left;
}
p {
	text-align: left;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.6em;
	color: #5b5b5b;
}
h4 { /* Portfolio Menu Title */
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #000000;
	letter-spacing: -1.6px;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
h5 { /* Portfolio Menu*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.0em;
	line-height: 1.1em;
	color: #929292;
	letter-spacing: -1.6px;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.text-column {
	width: 70%;
	max-width: 600px;
	margin-top: 35%; /* you can adjust this at breakpoint */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.eisle-one {
	width: 70%; /* No background color assigned means transparent background… nice! */
	max-width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
footer p a:link { 
	color: #b3b3b3; 
	text-decoration: none; 
}
footer p a:visited { 
	color: #b3b3b3; 
	text-decoration: none; 
}
footer p a:hover {
	color: #710666;
	text-decoration: none;
}
footer p a:active { 
	color: #710666; 
	text-decoration: none; 
}
	
/* The Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning. To use the Flexbox model, you need to first define a flex container.*/
/* A Flexible Layout MUST have a PARENT ELEMENT with the display property set to FLEX.*/
	
.flexbox01 {
    display: flex; /* CSS FlexBox Property */
    align-items: center; /* CSS FlexBox, allows items to be set to VERTICAL center */
    height: 580px; /* The height setting controls the scale of the image */
    width: 100%;
    background-image: url(../images/intro-intermediate.jpg); /* This is the big opening image */
    background-repeat: no-repeat;
    background-size: cover; /* cover, contain, 100% 100% */
}	
.new-titlebox {
    width: 60%;
    background-color: none;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 70%; /* Adjust the Title left margin here */
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.3em;
	line-height: 1.2em;
    font-weight: normal;
    text-align: left;
    color: #DFDFDF;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
.wrapper-intro { /* WRAPPER FOR NEW INTRO - - - - - - */
	width: 90%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}	
	
.intro-statement { /* STATEMENT - - - - - - */
	width: 30%;
	background-color: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: 'Noto Sans', sans-serif;
    font-size: 1.2em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	color: #ABABAB;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	display: block;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
	
.slider { /* SLIDER contains the image file wheather it's video, gif, or static */
	width: 70%;
	max-width: 500px;/* limits width */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}
.widebar-one {/* Three breakpoint height settings  */
	width: 100%;
	height: 110px;
    background-color: #710666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background-image: none;
	background-repeat: repeat-x;
}    
    
 	
}/*end*/





/* DESKTOP BROWSER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
@media screen and (min-width: 1000px) {
.topcontact {
	width: 100%;
	height: 30px;
	background-color: #710666;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.75em;
	line-height: 2.75em;
	letter-spacing: 1px;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}
.logowrapper {
    width: 300px;
	margin-top: 44px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
	float: left;
	display: block;
}
.logobox {
    width: 300px;
	margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	float: left;
	display: block;
}
.logotitle {
	width: 300px;
	font-family: 'Noto Sans', sans-serif;
	font-size: 0.8em;
	text-align: left;
	letter-spacing: 3px;
	font-weight: normal;
	color: #ffffff;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	display: block;
}
nav {
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	text-align: right;
	color: #ffffff;
	width: 340px;
	margin-top: 66px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	letter-spacing: 2px;
	font-weight: normal;
	display: block;
}
.navburger {  /* containing div for the hamburger menu svg */
	height: 40px;
	width: 40px;
	margin-top: 60px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: right;
	display: none;
}
.flextextx1 { /* - - WORK SAMPLE SPECIFIC TEXT BOX 70% 90% - - */
	min-width: 280px;
	width: 70%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #818181; /* font color */
	text-align: left;
}
.flextextx2 { /* - - WORK SAMPLE SPECIFIC TEXT BOX 30% 90% - - */
	min-width: 280px;
	width: 30%;
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 4%;
	float: left;
	display: block;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.0em;
	line-height: 1.5em;
	color: #818181; /* font color */
	text-align: left;
}
p {
	text-align: left;
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.1em;
	line-height: 1.8em;
	color: #5b5b5b;
}
h4 { /* Portfolio Menu Title */
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.8em;
	line-height: 1.1em;
	color: #000000;
	letter-spacing: -1.6px;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 60px;
	padding-right: 0px;
	padding-bottom: 24px;
	padding-left: 0px;
}
h5 { /* Portfolio Menu*/
	font-family: 'Noto Sans', sans-serif;
	font-size: 2.0em;
	line-height: 1.1em;
	color: #929292;
	letter-spacing: -1.6px;
	font-style: normal;
	font-weight: 100;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 24px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}	
.text-column {
	width: 70%;
	max-width: 600px;
	margin-top: 35%; /* you can adjust this at breakpoint */
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.eisle-one {
	width: 60%; /* No background color assigned means transparent background… nice! */
	max-width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
footer p a:link { 
	color: #b3b3b3; 
	text-decoration: none; 
}
footer p a:visited { 
	color: #b3b3b3; 
	text-decoration: none; 
}
footer p a:hover {
	color: #710666;
	text-decoration: none;
}
footer p a:active { 
	color: #710666; 
	text-decoration: none; 
}
	
/* The Flexible Box Layout Module, makes it easier to design flexible responsive layout structure without using float or positioning. To use the Flexbox model, you need to first define a flex container.*/
/* A Flexible Layout MUST have a PARENT ELEMENT with the display property set to FLEX.*/
	
.flexbox01 {
    display: flex; /* CSS FlexBox Property */
    align-items: center; /* CSS FlexBox, allows items to be set to VERTICAL center */
    height: 800px; /* The height setting controls the scale of the image */
    width: 100%;
    background-image: url(../images/intro-browser.jpg); /* This is the big opening image */
    background-repeat: no-repeat;
    background-size: cover; /* cover, contain, 100% 100% */
}	
.new-titlebox {
	width: 60%;
	background-color: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 54%; /* Adjust the Title left margin here */
	font-family: 'Noto Sans', sans-serif;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: normal;
	text-align: left;
	color: #DFDFDF;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
}
.wrapper-intro { /* WRAPPER FOR NEW INTRO - - - - - - */
	width: 90%;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
}	
	
.intro-statement { /* STATEMENT - - - - - - */
    width: 30%;
    background-color: none;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.4em;
    line-height: 1.5em;
    font-weight: normal;
    text-align: left;
    color: #9E9E9E;/* first color used was ababab */
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    display: block;
    -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 4s; /* Firefox < 16 */
    -ms-animation: fadein 4s; /* Internet Explorer */
    -o-animation: fadein 4s; /* Opera < 12.1 */
    animation: fadein 4s;
}
	
.slider { /* SLIDER contains the image file wheather it's video, gif, or static */
	width: 70%;
	max-width: 850px;/* limits width */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
}    
.widebar-one {/* Three breakpoint height settings  */
	width: 100%;
	height: 110px;
    background-color: #710666;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	background-image: none;
	background-repeat: repeat-x;
}
	
}/*end*/
