@charset "utf-8";
/* CSS Document */

* { /* Derek's reset*/
	background: transparent;
	border: 0;
	font-size: 100%;
	font-family: "Montserrat";
	font-weight: 100;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
body, html {
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
/* For those whom are curious, these selectors below are to prevent iOS from trying to make my site look bad. Cross-browser stuff;
problems front end devs must deal with because the three big tech companies are so damn inconsistent!*/
input.text, input[type="text"], input[type="button"], input[type="submit"], .input-checkbox, textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0px;
}
p, h1, h2, h3, h4, h5, h6, li {
	color: rgba(255,255,255,1.00);
	mix-blend-mode: difference;
	font-family: Montserrat !important;
	font-weight: 600;
}
h1 {
	font-size: 72px;
}
h2 {
	font-size: 42px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}
p {
	font-weight: 100;
	font-style: normal;
	margin: 10px 5% 10px 5%;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
}
-webkit-scrollbar {
	width: 1px;
}
/****************************************************  Presets  ****************************************************/

.absolute-center {
	position: absolute !important;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

.display-none-mobile {
	display: inherit;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.inline-block {
	display: inline-block;
}

.w-50 {
	width: 50%;
}

.h-100 {
	height: 100% !important;
}

.m-l-15 {
	margin-left: 15% !important;
}

.v-middle {
	vertical-align: middle !important;
}

.pointer {
	cursor: pointer;
}

.white-bg {
	background: #fff;
}

.btn-circle-container {
	background: rgba(0,0,0,0.0);
	border: 3px #fff solid;
	border-radius: 50%;
	height: 96px;
	width: 96px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: ease all 0.5s;
}

.btn-circle-container:hover > i {
	color: rgba(200,200,200,1.0);
	font-size: 72px;
}

.btn-circle-container i {
	color: #fff;
	font-size: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: ease all 0.5s;
}

@keyframes pulsate {
	0% {opacity: 0.2;}
	25% {opacity: 0.4;}
	35% {opacity: 0.6;}
	50% {opacity: 0.8;}
	75% {opacity: 0.6;}
	85% {opacity: 0.4;}
	100% {opacity: 0.2;}
}

/**************************************************** Lines  ****************************************************/

.header-line {
	background-color: rgba(255,255,255,1.00);
	display: inline-block;
	height: 1px;
	width: 85%;
	margin: 0px 7.5% 0px 7.5%;
}

/**************************************************** Loader ****************************************************/

#loaderOverlay {
	background: rgba(0,0,0,1.00);
	display: inline-block;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	transition: opacity 1s;
	text-align: center;
	z-index: 9999;
}
.spinner {
	background: rgba(255,255,255,1.00);
	border-radius: 50%;
	height: 300px;
	width: 300px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.loader-p {
	color: rgba(255,255,255,1.00);
	font-family: Raleway;
	font-size: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.loaderFade {
	opacity: 0;
}
@keyframes dots {
 0% {
 opacity: .2;
}
 20% {
 opacity: 1;
}
 100% {
 opacity: .2;
}
}
.spinner span {
	animation-name: dots;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}
.spinner span:nth-child(2) {
	animation-delay: .2s;
}
.spinner span:nth-child(3) {
	animation-delay: .4s;
}
.material-spinner {
	top: 50%;
	left: 50%;
	position: fixed;
  display: flex;
  align-content: center;
  align-self: center;
  justify-content: center;
  animation: rotate 2s linear infinite;
	transform: translate(-50%, -50%);
}

.material-spinner circle {
  fill: none;
  stroke: #fff;
  stroke-dasharray: 2, 155;
  stroke-dashoffset: 0;
  animation: dash 1.35s cubic-bezier(0.4,0,0.2,1) infinite;
}

@keyframes dash {
  0% {
    stroke-dasharray: 2, 155;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 122, 20;
    stroke-dashoffset: -20;
  }
  100% {
    stroke-dasharray: 2, 155;
    stroke-dashoffset: -155;
  }
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
/**************************************************** Burger ****************************************************/

#burgerID {
	cursor: pointer;
	position: fixed;
	mix-blend-mode: difference;
	width: 30px;
	height: 30px;
	right: 4%;
	top: 4%;
	z-index: 999;
	transition: ease all 0.5s;
}
.burger-mark-1, .burger-mark-2, .burger-mark-3 {
	display: block;
	height: 1px;
	width: 100%;
	background: rgba(255,255,255, 1.0);
	border-radius: 2px;
	opacity: 1;
	mix-blend-mode: difference;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.burger-mark-1 {
	position: absolute;
	top: 10%;
	left: 0px;
}
.burger-mark-2 {
	position: absolute;
	top: 50%;
	left: 0px;
}
.burger-mark-3 {
	position: absolute;
	top: 90%;
	left: 0px;
}
#burgerID.open .burger-mark-1 {
	top: 50%;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#burgerID.open .burger-mark-2 {
	opacity: 0;
}
#burgerID:hover {
	transform: scale(1.25);
}
#burgerID.open .burger-mark-3 {
	top: 50%;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/**************************************************** Menu ****************************************************/

#javaMenu {
	background: rgba(0,0,0,0.90);
	display: inline-block;
	list-style-type: none;
	position: fixed;
	height: 0%;
	width: 100%;
	text-align: center;
	top: 0px;
	transition: all 0.5s ease-in-out;
	transform: translateY(-1000px);
	z-index: 996;
}
#javaMenu.open {
	height: 100%;
	width: 100%;
	transform: translateY(0px);
}
.menu ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.menu li, a {
	border-bottom: thin solid rgba(255,255,255,0.00);
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-size: 48px;
	font-weight: 100;
	list-style: none;
	text-decoration: none;
	text-align: center;
	margin: 20px;
	transition: ease all 0.5s;
	z-index: 997;
}
.menu li:hover > .menu-line {
	background-color: rgba(255,255,255,1.00);
	margin: 0% auto auto 5%;/*border-bottom: thin solid rgba(255,255,255,1.00);*/
}
.menu-line {
	background-color: rgba(255,255,255,0.00);
	height: 1px;
	width: 200px;
	position: absolute;
	margin: 5% auto auto 5%;
	z-index: 997;
	transition: ease all 0.5s;
}
/**************************************************** Front ****************************************************/

.content-main {
	background: rgba(0,0,0,0.65);
	height: 100vh;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bg-main {
	background: url("../images/bg-main.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
}

#canvas-front {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.main-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.15;
	max-height: 100%;
	height: auto;
	width: 100%;
	z-index: 1;
}

.main-container {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.main-h1 {
	display: inline-block;
	font-family: Raleway;
	font-size: 72px;
	font-weight: 600;
	position: relative;
	margin: auto auto 10px auto;
	z-index: 5;
}

.main-h1-reflection {
	opacity: .7;
	font-size: 72px;
	font-weight: 300;
	position: relative;
	margin-top: -2%;
	-moz-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	-webkit-transform: scale(1, -1);
	transform: scale(1, -1);
}

.main-h2 {
	font-size: 48px;
	font-weight: 100;
	position: relative;
	margin: 0% auto 0% auto;
	z-index: 5;
}

.main-h3 {
	font-size: 32px;
	font-style: italic;
	font-weight: 100;
	position: relative;
	margin: 0% auto 0 auto;
	z-index: 5;
}

.main-work-btn {
	border: 2px solid rgba(255,255,255,1.00);
	background: rgba(255,255,255,0.00);
	display: inline-block;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	font-family: Raleway;
	font-weight: 200;
	font-size: 28px;
	line-height: 60px;
	margin: 20px auto 0px auto;
	height: 60px;
	width: 150px;
	transition: ease all 0.5s;
}

.close-work-btn {
	position: relative;
}

.main-work-btn a {
	height: 100%;
	width: 100%;
	font-family: Raleway;
	font-weight: 200;
	font-size: 28px;
	line-height: 60px;
}

.main-work-btn:hover {
	background: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	width: 140px;
}

.main-work-btn:hover > a {
	color: rgba(0,0,0,1.00);
	width: 140px;
}

/**************************************************** Burger ****************************************************/

.content {
	background: rgba(0,0,0,1.00);
	height: 1200px;
	width: 100%;
}
.content-top {
	background: rgba(255,255,255,1.00);
	width: 100%;
	height: 1200px;
}
.border-black-1 {
	background: rgba(0,0,0,1.00);
	height: 1200px;
	width: 100%;
}
/****************************************************  Backgrounds  ****************************************************/

.about-bg {
	background: url("../images/bg-portfolio.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.work-bg {
	background: url("../images/bg-work.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
}

/****************************************************  Content Template  ****************************************************/

.content-container-main {
	background: rgba(240,240,240,1.0);
	position: relative;
	height: auto;
	min-height: 100%;
	padding: 2em 0em 2em 0em;
	width: 100%;
	z-index: 3;
	transform: translateY(100vh);
}

.content-container-pur {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 2.5%;
	top: 1em;
	height: auto;
	padding: 2em 0em 0em 0em;
	width: 95%;
	z-index: 3;
}

.content-container-main-noY {
	background: rgba(240,240,240,0.0);
	position: relative;
	height: auto;
	min-height: 100%;
	padding: 2em 0em 2em 0em;
	width: 100%;
	z-index: 3;
}

.content-container-sub-100 {
	background: inherit;
	width: 100%;
	height: auto;
}

.content-container-sub-100-pur {
	background: rgba(0,0,0,0.0);
	width: 100%;
	height: auto;
}

.content-container-div-thin-80 {
	background: #fff;
	height: 1px;
	width: 80%;
	margin: 0.5em 0px 0.5em 10%;
}

.content-bg-overlay {
	background: rgba(0,0,0,0.60);
	position: relative;
	height: auto;
	min-height: 100%;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.content-container-33 {
	background: rgba(0,0,0,0.9);
	padding: 2em auto 2em auto;
	display: inline-block;
	height: auto;
	width: 33.33%;
	text-align: center;
	margin: 2.5%;
}

.content-container-33-img {
	height: auto;
	width: 100%;
}

.content-container-rnd-50 {
	background-image: url(../images/DeveloperMe.jpg);
	background-repeat: no-repeat;
	background-size: 115%;
	background-position: 55% 0%;
	height: 220px;
	width: 220px;
	border-radius: 50%;
	overflow: hidden;
	margin: 1em;
}

.content-container-img-fill {
	width: fit-content;
	height: fit-content;
}

.content-container-img-sm {
	height: auto;
	width: 30%;
}

.content-container-img-md {
	height: auto;
	width: 50%;
}

.content-container-icons {
	padding: 2em 0em 2em 0em;
	text-align: center;
	width: 100%;
	height: auto;
}

.icon-tech {
	height: 128px;
	width: auto;
	padding: 1em;
}

.prototype {
	background: red;
}

.prototype p {
	font-weight: 600;
}
/**************************************************** Contact ****************************************************/
.content-contact {
	background: rgba(0,0,0,0.65);
	height: 100vh;
	min-height: 100%;
	width: 100%;
	position: relative;
	text-align: center;
	z-index: 2;
}
.bg-contact {
	background-image: url("../images/bg-contact.jpg");
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.contact-left {
	text-align: left;
	float: left;
	height: 100%;
	width: 50%;
}
.contact-h2 {
	font-family: Raleway;
	font-size: 72px;
	font-weight: 600;
	margin: 35% auto auto 15%;
}
.contact-left-line {
	background: rgba(255,255,255,1.00);
	height: 1px;
	width: 75px;
	margin: 5% auto auto 15%;
}
#contactLeft {
	position: absolute;
	height: 50%;
	width: 50%;
	left: 0%;
	bottom: 7%;
}
#contact-canvas {
	position: absolute;
	left: 0;
	bottom: 0%;
}
.contact-right {
	float: right;
	height: 100%;
	width: 50%;
}
.contact-form {
	position: relative;
	height: 60%; /*Was 60%*/
	width: 40%;
	margin: 30% auto auto 15%;
}
.contact-form p, span {
	white-space: nowrap;
}
.contact-name {
	border-bottom: 1px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	position: relative;
	margin: 20px auto auto auto;
	width: 400px;
}
.contact-email {
	border-bottom: 1px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	position: relative;
	margin: 20px auto auto auto;
	width: 400px;
}
.contact-message {
	border: 1px solid rgba(255,255,255,1.00);
	color: rgba(255,255,255,1.00);
	position: relative;
	margin: 20px auto auto auto;
	resize: none;
	height: 175px;
	width: 400px;
}
#countText {
	color: rgba(255,255,255,1.00);
	display: inline-block;
}
.contact-btn {
	border: 2px solid rgba(255,255,255,1.00);
	background: rgba(255,255,255,0.00);
	display: inline-block;
	color: rgba(255,255,255,1.00);
	cursor: pointer;
	float: left;
	font-family: Raleway;
	font-weight: 200;
	font-size: 28px;
	line-height: 60px;
	margin: 20px auto 0px auto;
	height: 60px;
	width: 150px;
	transition: ease all 0.5s;
}
.contact-btn a {
	height: 100%;
	width: 100%;
	font-family: Raleway;
	font-weight: 200;
	font-size: 28px;
	line-height: 60px;
}
.contact-btn:hover {
	background: rgba(255,255,255,1.00);
	color: rgba(0,0,0,1.00);
	width: 140px;
}
.contact-btn:hover > a {
	color: rgba(0,0,0,1.00);
	width: 140px;
}
.contact-btn-btn {
	background: transparent;
	border: none !important;
	float: left;
	font-size: 0;
}
.contact-form label {
	color: rgba(255,255,255,1.00);
	float: left;
	font-family: Great Vibes;
	font-size: 18px;
	margin: 10px auto -10px auto;
}
.php-popup {
	background-color: rgba(0,0,0,1.00);
	border: .5px white solid;
	display: none;
	height: 250px;
	width: 400px;
	position: absolute;
	top: 20%;
	left: 50%;
	z-index: 999;
}
/**************************************************** Gracias ****************************************************/
.content-gracias {
	background: rgba(0,0,0,0.60);
	position: relative;
	height: auto;
	min-height: 100%;
	text-align: center;
	width: 100%;
	z-index: 2;
}

.content-gracias h2 {
	margin-top: 15%;
}

@media only screen and (max-width: 800px), (pointer:coarse), (hover: none), (hover:on-demand) {
body, html {
}
p {
	font-weight: 400;
	font-size: 20px;
	font-style: normal;
	margin: 10px 5% 10px 5%;
}

h1 {
	font-size: 72px;
}
h2 {
	font-size: 28px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 16px;
}

span {
	font-weight: 400;
}

.spinner {
	height: 200px;
	width: 200px;
}
.loader-p {
	font-size: 24px;
}
.bg-main {
	height: 100vh;
}
.main-h1 {
	font-size: 64px;
}
.main-h2 {
	font-size: 36px;
	margin: 0% 5% 0% 5%;
}
.about {
	background: rgba(0,0,0,1.00);
	position: relative;
	height: 150%;
	min-height: 100%;
	text-align: center;
	width: 100%;
}
.about-lines-container {
	background: rgba(255,255,255,1.00);
	position: relative;
	display: inline-block;
	height: 1px;
	width: 90%;
	margin: 10px auto auto auto;
	top: inherit;
	right: inherit;
}
.about-right-line {
	visibility: hidden;
}
.about-right-line-2 {
	visibility: hidden;
}
.about-dev-container {
	display: inline-block;
	margin: 10% auto auto auto;
	height: auto;
	width: 100%;
}
.about-dev-l {
	text-align: center;
	margin: 0px auto auto auto;
	width: 100%;
	height: auto;
}
.about-dev-r {
	margin: 0% auto auto auto;
	width: 100%;
	height: 400px;
}
.about-dev-sig {
	font-family: Great Vibes;
	font-size: 28px;
	margin: 5px auto auto auto;
}
.about-h2 {
	float: none;
	font-family: Raleway;
	font-size: 72px;
	font-weight: 600;
	position: relative;
	display: inline;
	margin: 15% auto auto 20px;
}
.about img {
	filter: grayscale(80%);
	height: 225px;
	width: auto;
}
.about-dev-text {
	display: inline-block;
}
.about-p {
	margin: 20px 5% 20px 5%;
	font-size: 18px;
}
.about-dev-text-line {
	background: rgba(255,255,255,1.00);
	height: 1px;
	width: 300px;
	position: relative;
	margin: 2% auto auto auto;
}
.about-dev-h2 {
	font-family: Raleway;
	font-weight: 600;
	font-size: 28px;
	position: relative;
	margin: 20px auto 0px auto;
}
.about-design-h3 {
	font-size: 36px;
	font-weight: 200;
	margin: 20px auto 20px auto;
}

.content-contact {
	min-height: 900px;
}
.bg-contact {
	min-height: 900px;
}
.contact-main {
	min-height: 1200px;
	height: 100%;
}
#contact-canvas {
	display: none;
}
.contact-right, .contact-left {
	height: auto;
	display: inline-block;
	position: relative;
}
.contact-right {
	height: auto;
	display: inline-block;
	position: relative;
	width: 100%;
	margin: auto 0px 20px auto;
}
.contact-form {
	height: auto;
	width: 100%;
	margin: 20px auto auto auto;
}
.contact-form label {
	color: rgba(255,255,255,1.00);
	display: inline-block;
	float: none;
	font-family: Great Vibes;
	font-size: 18px;
	margin: 10px 25% auto 25%;
}
.contact-name, .contact-email, .contact-message {
	width: 80%;
	margin: 20px auto auto auto;
}
.contact-btn-btn {
	float: none;
}

/****************************************************  Content Template  ****************************************************/

.content-container-main {
	background: rgba(240,240,240,1.0);
	position: relative;
	height: auto;
	min-height: 100%;
	padding: 2em 0em 2em 0em;
	width: 100%;
	z-index: 3;
	transform: translateY(0vh);
}

.content-container-pur {
	background: rgba(0,0,0,0.4);
	position: absolute;
	left: 5%;
	top: 1em;
	height: auto;
	min-height: 100%;
	padding: 2em 0em 2em 0em;
	width: 90%;
	z-index: 3;
}

.content-container-33 {
	background: rgba(0,0,0,0.9);
	display: inline-block;
	height: auto;
	width: 95%;
	text-align: center;
	margin: 2.5%;
}

.content-container-rnd-50 {
	background-image: url(../images/DeveloperMe.jpg);
	background-repeat: no-repeat;
	background-size: 115%;
	background-position: 55% 0%;
	height: 80vw;
	width: 80vw;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.icon-tech {
	height: 64px;
	width: auto;
	padding: 1em;
}

/****************************************************  Backgrounds  ****************************************************/

.about-bg {
	background: url("../images/bg-portfolio.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
}

.work-bg {
	background: url("../images/bg-work.jpg") no-repeat center center fixed;
	background-attachment: initial;
	-webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	-o-background-size: 100% 100%;
  	background-size: 100% 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 0;
	height: 100%;
	width: 100%;
}

/****************************************************  Presets  ****************************************************/

.display-none-mobile {
	display: none;
}

.center {
	text-align: center;
}

.right {
	float: right;
}

.left {
	float: left;
}

.inline-block {
	display: inline-block;
}

.w-50 {
	width: auto;
}

.m-l-15 {
	margin-left: 0 !important;
}

.v-middle {
	vertical-align: middle !important;
}
}
