html, body {
	width:100%;
}
body {
	min-height: 100vh;
	background-color:#000;
	overflow:hidden;
	font-family: "Roboto", sans-serif;
	cursor: url('images/ms-target-lg-80.png') 15 15, move;
	padding:0;
	margin:0;
}
.mg-ico:link, .mg-ico:visited {
	border-radius: 10%;
	padding: .25em;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffff;

	border: 1px solid #fff;
}
.mg-ico:hover {
	color:#fff;
	box-shadow: 2px 2px 12px #fff;
}
.mg-spectrum {
	animation: mgradientSwitch 35s cubic-bezier(0.42,0,0.58,1) infinite;
}
.mg-black {
	background-color: #4f0e0e;
}
.mg-aboutback {
	animation: mgradientAbouttSwitch 35s cubic-bezier(0.42,0,0.58,1) infinite;
}
.mg-contactback {
	background-color:#000;
}
/*slide one*/
#welcome-page {
	width: 100%;
	min-height: 945px;
	overflow: hidden;
	position: relative;
	align-items: center;
	display: flex;
	justify-content: center;
	height:100vh;
}
#greeting {
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	align-items: center;
}
.name-container {
	text-transform: uppercase;
	font-size:1.95rem;
	color:#fff;
	line-height: 1.95rem;
}
.skill-item {
	display:inline-block;
	color:#fff;
	text-transform: uppercase;
	line-height: 1.95rem;
	font-size: 1.95rem;
	text-shadow: 0 0 15px #fff, 2px 2px 15px #ffffcc;
	opacity:0.95;
}
.welcome-btn-wrapper {
	padding-top:2rem;
}
.mg-button-dark:link, .mg-button-dark:visited {
	background-color:#000;
	color:#fff;
	border-color:#000;
}
.mg-button-dark:hover{
	box-shadow: 0px 0px 25px #fff, -1px 0px 0px rgba(255, 255, 255, 0.25), 1px 0px 0px rgba(255, 255, 255, 0.25);
	text-shadow: 0 0 15px #fff, 2px 2px 10px #ffffcc;
}
.port-slide {
	position: relative;
	width:100%;
	height:100vh;
	min-height:945px;
	overflow: hidden;
}
.work-carousel-wrapper {
	height:100vh;
}
.work-pic-container {
	position: relative;
}
.contact-wrapper {
	position: relative;
	display: flex;
}
.contact-tile {
	/*position: absolute;
	*/
	width: 50vw;
	height: 100vh;
	/* align-content: center;
	*/
	justify-content: center;
}
.cleft, .cright {
	align-items: center;
	justify-content: center;
	padding-left: 2rem;
	padding-right: 1rem;
	text-transform: uppercase;
	background-color: transparent;
	transition: all.2s linear;
	display:flex;
	position: relative;
}
.cleft {
	left: 0;
	top: 0;
}
.cright {
	right: 0;
	top: 0;
}
.con:link, .con:visited {
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 15px #fff, 2px 2px 15px #000;
}
.con:hover {
	text-shadow: 0 0 15px #fff, 2px 2px 15px #ffffcc;
}
.sub-connect-head {
	color: #ccc;
	font-weight: lighter;
	padding-right: 1rem;
	font-size: 1.5rem;
	text-shadow: 0 0 25px #fff, 2px 2px 25px #ffffcc;
	font-weight: bold;
}
#email-text, #linkedin-text {
	opacity: 0;
}
#cleft-panel, #cright-panel {
	cursor:pointer;
}
#work, #about, #contact {
	opacity: 0;
}

.rel-viewbox {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	left: 50%;
}
.vid {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index:1;
}
.email-vid {
	opacity: 0;
}
.link-vid {
	opacity: 0;
	filter: hue-rotate(370deg);
}
.shim {
	position: absolute;
	width:100%;
	height:100%;
	z-index:2;
	/*background-color: #000;
	opacity:.3;
	*/
}
.about-shim {
	opacity:.50;
}
.about-wrapper {
	display:flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100vh;
	position: relative;
	z-index: 3;
}
.about-card {
	color: #000;

	margin-right: 1rem;
	padding-left: 2.5rem;
	background: linear-gradient(to top left, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.5) 100%);
	color: #fff;
	box-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
	padding:5rem;
}
span.function {
	display:block;
}
span.function-title {
	color: #fffccc;
	font-size: 1.25rem;
	line-height: 2.5rem;
}
span.function-details {
	color:#fff;
	font-size:1.15rem;
}
/*flex*/
.si-pic {
	filter: saturate(2);
}
/* flex slider hacks*/
.flexslider {
	margin: 0 0 60px;
	background: transparent!important;
	border: none!important;
	position: relative;
	zoom: 1;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	-webkit-box-shadow: none!mportant;
	-moz-box-shadow: ''none!important;
	-o-box-shadow: '' none!important;
	box-shadow: '' none!important;
}
.flexslider .slides img {
	max-height: 75vh;
	-moz-user-select: none;
}
p.flex-caption {
	color:#fff;
	display: block;
	min-height: 25vh;
	background-color: #4f0e0e;
	/*#000*/
}
.flex-caption {
	width: 100%;
	padding: 2%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 12px;
	line-height: 14px;
}
/* nav*/
.flex-direction-nav a {
	color: rgba(255, 255, 255, 1);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	border: 1px solid #fff;
	background-color: #000;
	text-align: center;
	
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 30px;
	display: inline-block;
	content: '\f001';
	color: #fff;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	margin-top: -2px;

}
.flex-direction-nav .flex-next {
	text-align: center;
}
.flexslider:hover .flex-direction-nav .flex-next, .flexslider:hover .flex-direction-nav .flex-previous {
	opacity:0.85;
	text-align: center;
}
/* flex slides*/
img.work-portfolio-display.work-cover {
	filter: brightness(0.9);
}
span.skills-wrapper {
	display: block;
	margin-left: auto;
	margin-right: auto;

	width: 75vw;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}
span.skills-list {
	color: #eaeaea;
	opacity: .35;
	display: block;
	font-size: .75rem;
	line-height: .8rem;
}
span.project-name-header {
	display: block;
	padding-top: .75rem;
	font-size: 1rem;
	color: #fff;

	font-weight: 700;
	line-height: 1rem;
}
span.project-details {
	padding-top: .5rem;
	display: block;
	color: #fff;
}
a.project-link:link, a.project-link:visited {
	text-transform: uppercase;
	transition: all .2s linear;
	color:#ffffcc;
	font-weight: 900;
	display:block;
	padding-top: 0.45rem;
	font-size:.95rem;
}
a.project-link:hover {
	text-shadow: 0px 0px 24px #ffffcc, 1px 0 24px #ffffcc;
}
a.project-link-hd:link, a.project-link-hd:visited {
	color:#fff;
	text-decoration: none;
}
a.project-link-hd:hover {
	text-shadow: 0px 0px 24px #ffffcc, 1px 0 24px #ffffcc;
}
/*fixes to BS*/
.ml-auto {
	margin-left:auto;
}
.mg-lightnav {
	background-color: transparent;
	color:#fff;
}
.mg-navlink-light:link, .mg-navlink-light:visited {
	text-transform: uppercase;
	color:#fff;
}
.mg-navlink-light:hover {
	text-shadow: 0 0 15px #fff, 2px 2px 10px #ffffcc;
	font-weight:bold;
	/*transform: scale(1.1);
	*/
	filter: brightness(100);
}
.navbar-toggler-icon {
	filter: brightness(100);
}
.navbar-toggler:focus {
	box-shadow:none!important;
}
button.navbar-toggler {
	border: none !important;
}
/*manual breakpoints*/
@media only screen and (min-width: 300px) {
	#greeting {
	color: #fff;
	font-size: 1rem;
	text-transform: uppercase;
	align-items: center;
	}
	.name-container {
	text-transform: uppercase;
	font-size:1.1rem;
	color:#fff;
	line-height: 1.1rem;
	}
	.skill-item {
	display:inline-block;
	color:#fff;
	text-transform: uppercase;
	line-height: 1.1rem;
	font-size: 1.1rem;
	text-shadow: 0 0 15px #fff, 2px 2px 15px #ffffcc;
	opacity:0.95;
	}
}
@media only screen and (min-width: 768px) {
	#greeting {
	color: #fff;
	font-size: 1.5rem;
	text-transform: uppercase;
	align-items: center;
	}
	.name-container {
	text-transform: uppercase;
	font-size:1.95rem;
	color:#fff;
	line-height: 1.95rem;
	}
	.skill-item {
	display:inline-block;
	color:#fff;
	text-transform: uppercase;
	line-height: 1.95rem;
	font-size: 1.95rem;
	text-shadow: 0 0 15px #fff, 2px 2px 15px #ffffcc;
	opacity:0.95;
	}
}
@media only screen and (min-width: 1024px) {
	span.project-name-header {
	font-size: 1.75rem;
	line-height: 1.75rem;
	}
	span.skills-list {
	color: #eaeaea;
	opacity: .60;
	display: block;
	font-size: 1.2rem;
	line-height: 1.3rem;
	}
	.flex-caption {
	font-size: 14px;
	line-height: 18px;
	}
	a.project-link:link, a.project-link:visited {
	font-size:1.25rem;
	}
	.skill-item {
	line-height: 2.5rem;
	font-size: 2.5rem;
	}
}
/*animation*/
@keyframes mgradientSwitch {
	0% {
	background: #780206;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #061161, #780206);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #061161, #780206);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	50% {
	background: #780206;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #061161, #780206);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #061161, #780206);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	100% {
	background: #780206;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #061161, #780206);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #061161, #780206);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
}
@keyframes mgradientAbouttSwitch {
	0% {
	background: #0f0c29;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to left, #24243e, #302b63, #0f0c29);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to left, #24243e, #302b63, #0f0c29);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	50% {
	background: #0f0c29;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #24243e, #302b63, #0f0c29);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #24243e, #302b63, #0f0c29);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
	100% {
	background: #0f0c29;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #24243e, #302b63, #0f0c29);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}
}
