@charset "UTF-8";

/* IMPORT FONT */
	/* Begin font import CSS... */
	@font-face {
		font-family: 'Open Sans Light';
		font-style: normal;
		font-weight: 100;
		src: url("../webfonts/OpenSans-Light.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Open Sans Light Italic';
		font-style: normal;
		font-weight: 100;
		src: url("../webfonts/OpenSans-LightItalic.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Open Sans';
		font-style: normal;
		font-weight: 300;
		src: url("../webfonts/OpenSans-Regular.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Open Sans Italic';
		font-style: normal;
		font-weight: 300;
		src: url("../webfonts/OpenSans-Italic.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Open Sans Semibold';
		font-style: normal;
		font-weight: 450;
		src: url("../webfonts/OpenSans-SemiBold.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Open Sans Bold';
		font-style: oblique;
		font-weight: 600;
		src: url("../webfonts/OpenSans-Bold.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Source Code Pro';
		font-style: normal;
		font-weight: 400;
		src: url("../webfonts/SourceCodePro-Regular.ttf");
		font-display: swap;
	}
	@font-face {
		font-family: 'Architects Daughter';
		font-style: normal;
		src: url("../webfonts/ArchitectsDaughter-Regular.ttf");
		font-display: swap;
	}
	/* ...end font import CSS */

		
/* BODY */
	/* Begin body CSS... */
	body{
		background: linear-gradient(to right, #c8daec, #d8ecff);
		font-family: 'Open Sans', sans-serif;
		padding: 0px;
		margin: 0px;
	}
	#content-wrapper{
		background: linear-gradient(to right, #efefef, #ffffff) !important;
		padding: 0 0 50px 0;
	}
	/* ...end body CSS */


/* GLOBAL ELEMENT STYLING */
	/* Begin global element  CSS... */
	a{
		text-decoration: none !important;
	}
	a:link{
		color: #57ACE9 !important;
	}
	a:visited{
		color: #57ACE9 !important;
	}
	a:hover{
		color: #4C4C4C !important;
	}
	a:active{
		color: #4c4c4c !important;	
	}
	/* ...end global element CSS */	


/* NAVIGATION */
	/* Override of Bootstrap */
	/* Begin nav CSS... */
	nav a:link{
		color: #57ACE9 !important;
		font-size: 15pt;
	}
	nav a:visited{
		color: #57ACE9 !important;
	}
	nav a:hover{
		color: #000000 !important;
	}
	nav a:active{
		color: #57ACE9 !important;	
	}
	nav b{
		color: #4c4c4c;
	}
	nav h1{
		color: #57ace9;
		display: inline-block;
	}
	.navbar-nav { 
		background: transparent !important;
        margin-left: auto !important; 
    }
	#nav-link-active{
		color: #4C4C4C !important;
	}
	/* ...end nav CSS */


/* HEADER */
	/* Begin header CSS... */
	#indexheader{
		overflow: hidden;
		width: 100%;
	}
	#indexheader-coder{
		color: #57ACE9;
		position: absolute;
		right: 5%;
		top: 40%;
		width: 300px;
		z-index: 5;
	}
	#indexheader-coder h2{
		color: #57ACE9;
		font-family: 'Source Code Pro', "Courier New", monospace;	
	}
	#indexheader-coder p{
		color: #4c4c4c;
		font-family: 'Open Sans', sans-serif;
	}
	#indexheader-designer{
		color: #57ACE9;
		position: absolute;
		left: 5%;
		top: 40%;
		width: 300px;
		z-index: 5;
	}
	#indexheader-designer h2{
		color: #57ACE9;
		font-family: 'Architects Daughter', cursive, sans-serif;	
	}
	#indexheader-designer p{
		color: #4c4c4c;
		font-family: 'Open Sans', Helvetica, sans-serif;
	}
	/* ...end header CSS */


/* MAIN */
	/* Begin main CSS... */
	main{
		overflow: hidden;
	}
	main a{
		font-family: "Open Sans Bold", Helvetica, sans-serif;
		/* ... */
	}
	main h2, h3{
		color: #23455c;
		font-family: 'Open Sans Semibold', Helvetica, sans-serif;
	}
	main h3{
		clear: both;
		font-size: 18pt;
		margin: 45px 5px 5px 5px;
	}
	main p{
		color: #3d3d3d;
		margin: 0px;
		padding: 0px;
	}

	/* INDEX - Experience Section */
	#aboutme::after{
		clear: both;
	}

	/* INDEX - Skillset Section */
	.skillset-icon{
		float: left;
		font-size: 69px;
		margin: 0px;
		padding: 0px;
	}
	.skillset-icotxt{
		float: left;
		margin: 0 0 64px 0;
		padding: 25px 8% 0 2%;
		width: 78%;
	}
	.skillset-icotxt::after{
		clear: right;
	}
	#skillset i{
		color: #57ACE9;
		font-size: 55px;
		margin: 0 7px;
	}
	#skillset img{
		float: right;
	}
	#skillset-icon-adobe{
		width: 10% !important;
	}
	#skillset-link{
		clear: both;
		padding: 0px;
		margin: 35px 0 0 0;
	}

	/* ************** */
	/* PORTFOLIO page */
	/* ************** */
	.portfolio-arrow{
		cursor: default !important; 
		height: 20% !important; 
		transition: 0 !important;
		transform: rotate(-2deg);
		opacity: 1 !important; 
		width: 30% !important;
	}
	.portfolio-cells{
		border-radius: 15px;
		cursor: pointer !important;
		opacity: 0;
		transition: 0.5s;
		vertical-align: middle;
		width: 100%;	
	}
	.portfolio-cells:hover {
	  	opacity: 1;
	}
	.portfolio-columns{
		padding: 0 5% 55px 5%;
	}
	.portfolio-columns a{
		display: block;
		margin: 10px 0 0 0;
	}
	.portfolio-columns div{
		border-radius: 15px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 10px 0 rgba(0, 0, 0, 0.09);
		display: inline-block;
		padding: 0 0;
	}
	.portfolio-columns div:nth-child(1){
		background-color: #FFFFFF;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: contain;
	}
	.portfolio-columns div:nth-child(2){
		align-items: center;
		background: transparent; 
		box-shadow: none;
		justify-content: center;
	}
	.portfolio-columns h4{
		color: #23455c;
		font-family: 'Open Sans Semibold', Helvetica, sans-serif;
		font-size: 15pt;
		margin: 5px 8px;
	}	
	.portfolio-columns p{
		color: #4c4c4c;
		margin: 5px 8px;
	}
	.portflio-lightbox-imgs{
		display: none;
		margin: 0 10%;
		width: 80%;
	}
	.port-OVERRIDE-rightAlign{
		align-items: center !important;
		justify-content: center !important;
		padding-top: 10px !important;
		padding-bottom: 25px !important;
		position: relative !important;
		width: 100% !important;
		z-index: 5 !important;
	}
	.port-OVERRIDE-rightAlign a{
		font-family: "Open Sans", Helvetica, sans-serif !important;
	}
	.port-OVERRIDE-rightAlign div:nth-child(1){
		/* See @media queries */
	}
	.port-OVERRIDE-rightAlign div:nth-child(2){
		background: transparent !important; 
		box-shadow: none !important;
	}
	.portfolio-rows a{
		cursor: pointer;
		font-family: 'Open Sans Light', Helvetica, sans-serif;
	}
	.right-arrow-OVERRIDE{
		transform: rotate(2deg);
		width: 100% !important;
	}
	.port-OVERRIDE-rightAlign:after{
		background: #c8daec;
		content: "";
		position: absolute;
		transform: skewY(-4deg);
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.portfolio-thumb{
		max-width: 350px !important;
	}
	#javabeen-www{
		padding: 0 5% 25px 5% !important;
	}

	/* *********** */
	/* RESUME page */
	/* *********** */
	.resume-details-UL{
		margin-bottom: 50px;
	}
	.resume-details-UL li{
		font-family: "Open Sans Light" , Helvetica, sans-serif;
		margin: 0;
	}
	#resume-about{
		overflow: hidden;
		margin-bottom: 100px;
	}
	#resume-about h2{
		margin: 25px 0 0 0
	}
	#resume-experience h5{
		font-family: "Open Sans SemiBold", Helvetica, sans-serif;
		line-height: 2.5em;
		margin: 30px 0 5px 0;
	}
	#resume-otherxp{
		font-family: "Open Sans Light Italic", Helvetica, sans-serif;
	}
	#resume-photo{
		background: linear-gradient(to right, #c8daec, #d8ecff);
		border-radius: 50%;
		overflow: hidden;
		shape-outside: circle();
	}
	#resume-photo img{
		height: 100%;
		width: 100%;
	}
	#main-resume{
		padding: 5% 7.5%;
	}
	#main-resume h4{
		color: #57ACE9;
	}
	#main-resume section:first-of-type{
		margin: 25px 0px 100px 0;
	}
	#main-resume section{
		margin: 50px 0px;
	}
	#resume-skill-code{
		clear: both;
	}
	#resume-skillset div{
		margin: 25px 0;
	}
	#resume-skillset i{
		color: #57ace9;
		display: inline;
		font-size: 50px;
	}

	/* ...end main CSS */


/* FOOTER */
	/* Begin footer CSS... */
	footer{
		bottom: 0;
		color: #eff7ff;
		font-family: 'Architects Daughter';
		padding: 30px 0 0 0;
		width: 100%;
		z-index: -5;
	}
	form div{
		display: inline-block;
		margin: 10px 0;
	}
	.contact-form-buttons{
		border: none;
		border-radius: 5px;
	}
	#footer-info a{
		margin: 0 10px;
	}
	#contactme{
		color: #3d3d3d;
		font-size: 15pt;
	}
	#contactme h4{
		color: #57ACE9;
		margin: 5px 0 22px 0;
		padding: 5px 0 0 0;
		text-align: center;
		width: 100%;
	}
	#contactme input:not(.contact-form-buttons){
		background: #eff7ff;
		border-radius: 10px;
		border: 0px;
		padding: 2.5px 10px;
		width: 100%;
	}
	#contactme label{
		display: none;
	}
	#contactme textarea{
		background: #eff7ff;
		border-radius: 10px;
		border: 0px;
		padding: 5px;
	}
	#contact-submitbtn{
		background: #57ACE9;
		color: #EFF7FF;
		cursor: pointer;
	}
	#contact-submitbtn:hover{
		background: #77BBED;
		color: #EFF7FF;
	}
	#contact-resetbtn{
		background: #EFF7FF;
		color: #4C4C4C;
		display: none;
	}
	#footer-copyright{
		display: inline-block;
		padding: 7.5px 0 0 0;
/*		width: 100%;*/
	}
	#footer-info{
		background: #b5d3e8;
		color: #FFFFFF;/*#23455c;*/
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 0.85rem;
		margin: 50px 0 0 0;
		padding: 10px 2.5% 14.5px 2.5%;
		width: 100%;
	}
	#socialmedia{
		display: inline-block;
		float: right;
		font-size: 1.5rem;
		padding: 0 0 5px 0;
	}
	#socialmedia i{
		color: #FFFFFF;
	}
	#socialmedia i:hover{
		color: #23455c;
	}
	#socialmedia i:active{
		color: #57ace9;
	}

	/* ...end footer CSS */

/* RESPONSIVENESS */
	/* PORTRAIT PHONE */
	@media only screen and (min-width: 320px) and (max-width : 767px){
		/* NAVIGATION */
		h1{
			font-size: 25px;
			margin: 5px;
			padding: 0px;
			position: absolute;
			top: 4%;
			left: 20%;
		}
		#nav-am-logo{
			width: 17.5%;
		}
		/* HEADER */
		#header-mobile{
			display: block;
		}
		#header-desktop, #indexheader-coder, #indexheader-designer{
			display: none;
		}
		#indexheader source, #indexheader img{
			float: right;
			height: 90%;
			margin: 0;
			width: 90%;
		}
		/* MAIN  - index */
		main h2{
			font-size: 20px;
		}
		main p{
			font-size: 11.5pt;
			margin: 5px 0 0 0;
		}
		.about-desktop{
			display: none !important;
		}
		.about-mobile{
			display: block !important;
		}
		.main-deco{
			display: none;
		}
		.main-text{
			margin: 50px 0;
			padding: 5% !important;
			width: 100%;
		}
		.mobile_dividerimg{
			margin: 0 25%;
			height: 50%;
			width: 50%;
		}
		#aboutme{
			margin: 0px;
			padding: 0px;
		}
		#skillset i{
			font-size: 35px;
		}
		#skillset-link{
			margin-bottom: 75px;
		}
		/* MAIN - portfolio */
		.arrow-desktop{
			display: none !important;
		}
		.arrow-mobile{
			display: block !important;
		}
		.portfolio-arrow{
			width: 80% !important;
		}
		.portfolio-columns{
			display: block;
		}
		.portfolio-columns div:nth-child(1){
			margin: 0 15%;
			width: 70%;
		}
		.portfolio-columns div:nth-child(2){
			padding: 1% 2.5%;
			width: 100%;
		}
		.portfolio-columns h4{
			margin: 10px 8px 5px 8px;
		}
		.port-OVERRIDE-rightAlign{
			display: block;
			padding-top: 20px !important;
			padding-bottom: 80px !important;
		}
		.right-arrow-OVERRIDE{
			margin: 0 0 2.5% 0 !important;
		}
		.port-OVERRIDE-rightAlign:after{
			height: 75%;
			top: 18%;
		}
		.port-OVERRIDE-rightAlign div:nth-child(1){
			display: block;
			margin-top: 30% !important;
			margin-right: 17% !important;
			margin-bottom: 2% !important;
			margin-left: 15.5% !important;
			position: static;
			width: 65%;
		}
		.port-OVERRIDE-rightAlign div:nth-child(2){
			display: block;
			position: static;
		}
		
		/* MAIN - resume */
		#main-resume h2{
			font-size: 2rem;
			text-align: center;
		}
		#resume-photo{
			display: block;
			margin: 15px auto;
			overflow: hidden;
			shape-outside: circle();
			width: 150px;
		}
		.resume-details-UL li{
			margin: 1rem 0;
		}
		#resume-education-skills{
			display: block;
		}
		#resume-education{
			margin-bottom: 100px;
			padding: 0 2.5%; 
			width: 100%;
		}
		#resume-education_deg-compact{
			display: block;
		}
		#resume-education_deg-compact b{
			font-family: "Open Sans Bold", Helvetica, sans-serif;
		}
		#resume-education_deg-compact h5{
			margin: 20px 0;
		}
		#resume-education_deg-full{
			display: none;
		}
		#resume-education_gpa{
			font-family: "Open Sans Light Italic", Helvetica, sans-serif;
		}
		#resume-experience h5{
			line-height: 1em;
			margin: 0.75em 0;
		}
		#resume-skillset{
			margin-bottom: 100px;
			padding: 0 1.5%; 
			width: 100%;
		}
		#resume-skillset i{
			float: left; 
			margin: 0px 10px 0 0;
		}
		
		/* FOOTER */
		#contactme{
			margin: 0px;
			padding: 0 5%;
		}
		#contactme div{
			width: 100%;
		}
		#contactme input, textarea{
			width: 100%;
		}
		#contact-submitbtn{
			padding: 10px;
		}
		#footer-info{
			padding: 10px 0px 5px 0px;
			text-align: center;
		}
		#socialmedia{
			float: none;
		}
		#footer-copyright{
			padding: 0;
		}
	}
	/* SNHU PORTRAIT TABLET */
	@media only screen and (min-width: 768px) and (max-width : 1023px){
		/* NAVIGATION */
		h1{
			font-size: 40px;

			margin: 5px;
			padding: 0px;
			position: absolute;
			top: 3%;
			left: 10%;
		}
		#nav-am-logo{
			width: 8%;
		}
		/* HEADER */
		#indexheader-designer, #indexheader-coder, #header-desktop{
			display: none;
		}
		#header-mobile{
			display: block;
		}
		#indexheader source, #indexheader img{
			float: right;
			height: 95%;
			margin: 0px;
			width: 95%;
		}
		/* MAIN  - index */
		main h2{
			font-size: 30px;
		}
		main p{
			font-size: 12pt;
			margin: 5px 0 0 0;
		}
		main a{
			font-size: 12pt;
		}
		.main-deco{
			display: inline;
			padding: 20% 0 0 0;
		}
		.main-text{
			padding: 10% 5%;
			width: 66%;
		}
		.mobile_dividerimg{
			display: none;
		}		
		#about-desktop_xpdeco{
			display: initial;
			float: left;
			padding-top: 50px;
			width: 33%;
		}
		#about-text-xp{
			float: right;
			width: 66%;
		}
		#about-mobile_xpdeco{
			display: none;
		}
		#main-text-skillset{
			float: left;
		}
		#about-desktop_skilldeco{
			display: initial;
			float: right;
		}		
		#skillset img{
			width: 30%;
		}
		#main-text-skillset{
			padding: 10% 0% 10% 10%;
			width: 69%;
		}
		#skillset-link{
			margin-bottom: 75px;
		}
		#main-deco-skillset{
			padding: 0px;
			width: 33%;
		}
		/* MAIN - portfolio */
		.arrow-desktop{
			display: block !important;
		}
		.arrow-mobile{
			display: none !important;
		}
		.portfolio-arrow{
			width: 50% !important;
		}
		.portfolio-columns{
			display: flex;
		}
		.portfolio-columns div{
			margin: 5px 0px;
		}
		.portfolio-columns div:nth-child(1){
			height: 100%;
			width: 40%;
		}
		.portfolio-columns div:nth-child(2){
			padding: 2% 2.5%;
			width: 60%;
		}
		.portfolio-columns h4{
			margin: 5px 8px;
		}
		.port-OVERRIDE-rightAlign{
			display: flex !important;
			padding-top: 50px !important;
			padding-bottom: 45px !important;
		}
		.port-OVERRIDE-rightAlign div:nth-child(1){
			height: auto !important;
			position: absolute !important;
			right: 8% !important;
			width: 30% !important;  
		}
		.port-OVERRIDE-rightAlign div:nth-child(2){
			position: absolute;
			left: 8%;
			margin: 1% 2.5% !important;		
			width: 45% !important;
		}
		.right-arrow-OVERRIDE{
			padding: 0 0 0 50% !important;
			width: 100% !important;
		}
		.right-arrow-OVERRIDE div:nth-child(1){
			height: auto;
			margin-top: 1% !important;
			margin-right: 2% !important;
			margin-bottom: 8% !important;
			width: 25% !important;
		}
		.right-arrow-OVERRIDE div:nth-child(2){
			padding: 4% 2.5%;
			width: 50% !important;
		}
		.port-OVERRIDE-rightAlign:after {
			height: 79%;
			top: 10%;
		}
		/* MAIN - resume */
		#resume-photo{
			float: left;
			height: 200px;
			margin: 15px;
			overflow: hidden;
			shape-outside: circle();
			width: 200px;
		}
		#resume-education_deg-compact{
			display: none;
		}
		#resume-education-skills{
			display: block;
		}
		#resume-education{
			margin-bottom: 100px;
			padding: 0 2.5%; 
			width: 85%;
		}
		#resume-skillset{
			margin-bottom: 100px;
			padding: 0 1.5%; 
			width: 85%;
		}
		#resume-skillset i{
			float: left; 
			margin: 0px 10px 0 0;
		}
		
		/* FOOTER */
		footer{
			bottom: 0px;
			width: 100%;
			z-index: -5;
		}
		#contactme div{
			width: 100%;
		}
		#contactme input, textarea{
			width: 100%;
		}
		#contact-submitbtn{
			padding: 10px;
			margin-bottom: 20px;
		}
		#contactme{
			margin: 0px;
			padding: 0 10%;
		}
	}
	/* SNHU PORTRAIT DESKTOP */
@media only screen and (min-width: 1024px) and (max-width : 1999px){
		/* NAVIGATION */
		h1{
			font-size: 40px;
			margin: 5px;
			padding: 0px;
		}
		#nav-am-logo{
			width: 10%;
		}
		/* HEADER */
		#header-mobile{
			display: none;
		}
		#indexheader-designer, #indexheader-coder, #header-desktop{
			display: block;
		}
		#indexheader img{
			height: 55%;
			margin: 0 25%;
			width: 55%;
			z-index: 1;
		}
		/* MAIN - index */
		main{
			margin: -50px 0 0 0;
		}
		main h2{
			font-size: 30px;
		}
		main p{
			font-size: 1.1rem;
			margin: 5px 0 0 0;
		}
		main a{
			font-size: 1.15rem;
		}
		.main-deco{
			display: inline;
			padding: 20% 0 0 0;
		}
		.main-text{
			padding: 20% 5%;
			width: 66%;
		}
		.mobile_dividerimg{
			display: none;
		}		
		#about-desktop_xpdeco{
			display: initial;
			float: left;
			padding-top: 50px;
			width: 33%;
		}
		#about-text-xp{
			float: right;
			margin-top: 1.5%;
			margin-right: 5%;
			width: 61%;
		}
		#about-mobile_xpdeco{
			display: none;
		}
		#main-text-skillset{
			float: left;
		}
		#about-desktop_skilldeco{
			display: initial;
			float: right;
		}
		#skillset h3{
			display: block;
		}
		#skillset i{
			display: inline;
		}
		#skillset img{
			width: 28%;
		}
		#main-text-skillset{
			padding: 10% 0% 10% 10%;
			width: 69%;
		}
		#skillset-link{
			margin-bottom: 75px;
		}
		#main-deco-skillset{
			padding: 0px;
			width: 33%;
		}
		/* MAIN - portfolio */
		.arrow-desktop{
			display: block !important;
		}
		.arrow-mobile{
			display: none !important;
		}
		.portfolio-arrow{
			width: 30% !important;
		}
		.portfolio-arrow{
			margin: 1% 0 2% 0;
		}
		.portfolio-columns{
			display: flex;
		}
		.portfolio-columns div{
			margin: 0 0 125px 0px;
		}
		.portfolio-columns div:nth-child(1){
			height: 100%;
			margin: 125px 0px;
			width: 40%;
		}
		.portfolio-columns div:nth-child(2){
			padding: 10% 2.5%;
			width: 60%;
		}
		.portfolio-lightbox-imgs{
			display:inline;
		}
		.port-OVERRIDE-rightAlign{
			display: flex !important;
			padding-top: 50px !important;
			padding-bottom: 45px !important;
		}
		.port-OVERRIDE-rightAlign div:nth-child(1){
			height: auto;
			margin-top: 2% !important;
			margin-right: 2% !important;
			margin-bottom: 8% !important;
			position: absolute !important;
			right: 8% !important;
			transform: rotate(2deg);
			width: 30% !important;  
		}
		.port-OVERRIDE-rightAlign div:nth-child(2){
			position: absolute;
			left: 8%;
			margin: 1% 2.5% !important;	
			padding: 4% 2.5%;
			width: 50% !important;
		}
		.right-arrow-OVERRIDE{
			margin: 0 0 2.5% 70% !important;
		}
		.port-OVERRIDE-rightAlign:after{
			height: 79%;
			top: 10%;
		}
		#pbi2020-arrow{
			transform: skewY(5deg);
		}
		/* MAIN - resume */
		#resume-photo{
			float: left;
			height: 300px;
			margin: 15px;
			overflow: hidden;
			shape-outside: circle();
			width: 300px;
		}
		#resume-education_deg-compact{
			display: none;
		}
		#resume-education-skills{
			display: flex;
		}
		#resume-education{
			flex-grow: 1; 
			padding: 0 1.5%; 
			width: 52%;
		}
		#resume-skillset{
			flex-grow: 1; 
			padding: 0 1.5%; 
			width: 42%;
		}
		#resume-skillset i{
			float: left; 
			margin: 0px 10px 0 0;
		}
		/* FOOTER */
		footer{
			bottom: 0px;
			width: 100%;
			z-index: -5;
		}
		#contactme{
			padding: 0 20%;
		}
		#contactme div{
			margin: 8px 0;
			width: 100%;
		}
		#contactme textarea{
			width: 100%;
		}
		#contact-resetbtn{
			width: 25%;
		}
		#contact-submitbtn{
			float: right;
			padding: 5px;
			width: 35% !important;
		/* Overriding phone #contactme input width of 100% */
		}
	}


/* OTHER DEVICES */
	@media only screen and (max-width: 1300px) {
		#indexheader-coder{
			right: 0.5%;
		}
		#indexheader-designer{
			left: 2%;
		}
	}

	@media only screen and (min-width: 2000px) {
		/* NAVIGATION */ 
		h1{
			font-size: 75px;
			margin: 5px;
			padding: 0px;
		}
		.navbar{
			padding: 1.5rem 5rem;
		}
		#nav-am-logo{
			width: 7.5%;
		}
		/* HEADER */
		header h2{
			font-size: 3rem;
		}
		header p{
			font-size: 1.4rem;
		}
		#header-mobile{
			display: none;
		}
		#indexheader-designer, #indexheader-coder, #header-desktop{
			display: block;
		}
		#indexheader-coder{
			right: 15%;
			top: 50%;
			width: 350px;
		}
		#indexheader-designer{
			left: 17.5%;
			top: 50%;
			width: 350px;
		}
		#indexheader img{
			height: 55%;
			margin: 0 25%;
			width: 55%;
			z-index: 1;
		}
		/* MAIN - index */
		main{
			margin: -50px 0 0 0;
		}
		main h2{
			font-size: 30px;
		}
		main p{
			font-size: 12pt;
			margin: 5px 0 0 0;
		}
		main a{
			font-size: 12pt;
		}
		.main-deco{
			display: inline;
			padding: 20% 0 0 0;
		}
		.main-text{
			padding: 20% 5%;
			width: 66%;
		}
		.mobile_dividerimg{
			display: none;
		}		
		#about-desktop_xpdeco{
			display: initial;
			float: left;
			padding-top: 50px;
			width: 33%;
		}
		#about-text-xp{
			float: right;
			margin-top: 10%;
			margin-right: 20%;
			width: 46%;
		}
		#about-mobile_xpdeco{
			display: none;
		}
		#main-text-skillset{
			float: left;
		}
		#about-desktop_skilldeco{
			display: initial;
			float: right;
		}
		#skillset h3{
			display: block;
		}
		#skillset i{
			display: inline;
		}
		#skillset img{
			width: 25%;
		}
		#main-text-skillset{
			padding: 10% 0% 10% 10%;
			width: 69%;
		}
		#skillset-link{
			margin-bottom: 75px;
		}
		#main-deco-skillset{
			padding: 0px;
			width: 33%;
		}
		/* MAIN - portfolio */
		.arrow-desktop{
			display: block !important;
		}
		.arrow-mobile{
			display: none !important;
		}
		.portfolio-arrow{
			width: 30% !important;
		}
		.portfolio-arrow{
			margin: 1% 0 7.5% 0;
		}
		.portfolio-columns{
			display: flex;
			padding: 0 20% !important;
		}
		.portfolio-columns div{
			margin: 125px 0px;
		}
		.portfolio-columns div:nth-child(1){
			height: 100%;
			width: 40%;
		}
		.portfolio-columns div:nth-child(2){
			padding: 15% 2.5%;
			width: 60%;
		}
		.portfolio-lightbox-imgs{
			display:inline;
		}
		.port-OVERRIDE-rightAlign{
			display: flex !important;
			padding-top: 50px !important;
			padding-bottom: 45px !important;
		}
		.port-OVERRIDE-rightAlign div:nth-child(1){
			height: auto;
			position: absolute !important;
			margin-top: 2% !important;
			margin-right: 2% !important;
			margin-bottom: 8% !important;
			right: 8% !important;
			width: 30% !important;  
		}
		.port-OVERRIDE-rightAlign div:nth-child(2){
			position: absolute;
			left: 8%;
			margin: 1% 2.5% !important;	
			padding: 4% 2.5%;
			width: 50% !important;
		}
		.right-arrow-OVERRIDE{
			margin: 0 0 2.5% 80% !important;
			width: 20% !important;
		}
		.port-OVERRIDE-rightAlign:after {
			height: 79%;
			top: 10%;
		}
		/* MAIN - resume */
		#resume-photo{
			float: left;
			height: 300px;
			margin: 15px;
			overflow: hidden;
			shape-outside: circle();
			width: 300px;
		}
		#main-resume{
			padding: 5% 22.5%;
		}
		#resume-education_deg-compact{
			display: none;
		}
		#resume-education-skills{
			display: flex;
		}
		#resume-education{
			flex-grow: 1; 
			padding: 0 1.5%; 
			width: 52%;
		}
		#resume-skill-code{
			margin-top: 50px !important;
		}
		#resume-skillset{
			flex-grow: 1; 
			padding: 0 1.5%; 
			width: 42%;
		}
		#resume-skillset i{
			float: left; 
			margin: 0px 10px 0 0;
		}	
		
		/* FOOTER */
		footer{
			bottom: 0px;
			padding: 150px 5% 50px 5%;
			width: 100%;
			z-index: -5;
		}
		#contactme{
			padding: 0 20%;
		}
		#contactme div{
			margin: 8px 0;
			width: 100%;
		}
		#contactme textarea{
			width: 100%;
		}
		#contact-resetbtn{
			width: 25%;
		}
		#contact-submitbtn{
			float: right;
			padding: 5px;
			width: 35% !important;
		}
	}