
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Roboto');

:root {
  --beige: rgba(141,149,186,1);
  --beige-light: rgba(141,149,186,0.2);
   --beige-dark: rgba(88,94,121,1);
  --black: #3f454c;
  --blue: #0f4ec2;
}

body {
	font-family: 'Roboto', sans-serif; 
	color: var(--black) !important;   
}

a { 
	text-decoration: none; 
	color: var(--black);
}

a:hover { text-decoration: none; color: var(--beige); }

h1, h2, h3, h4, h5 { font-family: 'Raleway', sans-serif; }

h1 { color: var(--beige)  }


p { 
	font-size: 15px; 
	font-family: 'Roboto', sans-serif; 
}

img { width: 100% }

ul, li{ list-style: none }

.uppercase { text-transform: uppercase; }

.bold { font-weight: bold }

.italic { font-style: italic; }

.display-flex  {
	display: flex;
	align-items: center;
	justify-content: center;
}

.relative { position: relative; }



/* cursor follow
*********************************************/

.follower {
	width: 35px;
	height: 35px;
	border: lightgrey 3px solid;
	border-radius: 40px;
	transition-duration: 250ms;
	transition-timing-function: ease-out;
	position: absolute;
	transform: translateX(-50%) translateY(-50%);
	z-index: 25;
	overflow: hidden;
	pointer-events:none;
} 


.stop-follower {
	width: 0px !important;
	height: 0px !important;
	border: white 0px solid !important;
	border-radius: 40px;
	cursor: pointer !important;
} 

::-webkit-scrollbar {
display: none;
}

/*This Class adds the movement with the mouse function */

.moveIt { 
	position: absolute;
	left: 50%;
	margin-left: -225px;
	top: 0px;
}

.fadeIn {
	animation: fadeIn 1s 0.5s forwards;
	opacity: 0;
}

@keyframes fadeIn {
	from {opacity: 0;}
	to {opacity: 1;}
}

.fadeIn2 {
	animation: fadeIn 1s 1s forwards;
	opacity: 0;
}




/**************************
		   NAV 
 *************************/

.navbar {
	padding: 0.5rem 0rem; 
	font-family: 'Raleway', sans-serif;

}

.navbar-brand { 
	font-size: 16px; 
	font-family: 'Raleway', sans-serif;
		letter-spacing: 2px;
		 color: var(--black) !important;
}

.navbar-brand:hover { 

	color: var(--beige) !important; 
}

li.nav-item.uppercase.small.stopper {
	font-weight: 600;
	letter-spacing: 2px;
	/* font-size: 11px; */
}

s,
strike {
  text-decoration: none;
  /*we're replacing the default line-through*/
  position: relative;
  display: inline-block;
  /* keeps it from wrapping across multiple lines */
}

s:after,
strike:after {
  content: "";
  /* required property */
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 2px solid var(--beige);
  height: 50%;
  /* adjust as necessary, depending on line thickness */
  /* or use calc() if you don't need to support IE8: */
  height: calc(50% + 1px);
  /* 1px = half the line thickness */
  width: 100%;
 /* transform: rotateZ(-4deg);*/
}


.nav-hamburger  {
	display: none;

}

.navbar-light .navbar-toggler-icon {
    background-image: none;
    display: none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

ul.dropdown-menu {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: capitalize;
    line-height: 34px;
}

/**************************
		  FOOTER 
 **************************/

 .footer-copyright {
	font-size: 13px;
	color: var(--black) !important;
}


/**************************
		  Homepage 
 **************************/

 .web-link {
	color: var(---beige-dark);
	font-size: 15px !important;
	margin-top: 5px !important;
}

.home-link {
    color: white !important;
    position: absolute !important;
    top: 54% !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
}

.home-link li:before {
  content: "\f35a"; /* FontAwesome Unicode */
  font-family:  Font Awesome\ 5 Free;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: white;
  font-size: 15px;
}

.home-link {
	margin-top: 10px;
	transition: margin-left 1s;
}

.home-link:hover {
	margin-left: 10px;
}


 .hero-left { 
	/*background-color: var(--beige);*/
	height: 85vh;
	/*background-image: url(../images/background.png);*/
	background: linear-gradient(270deg, #8d95ba, #585e79);
	background-size: 400% 400%;
	animation: AnimationName 0s ease infinite;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: relative;
	overflow: hidden;
}


@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}

/*VIDEO*/

figure {
	background: var(--beige);
}

figure video {
	mix-blend-mode: overlay;
	position: absolute;
	right: 0px;
	top: 0px;
	/* width: 100%; */
	height: 100%;
	opacity: 0.15;
}


.hero-right img { 
	max-width:450px; 
}

/* Slide 2 - jetpack animation */

.st0{fill:#EE957A;}
.st1{fill:#CB4B64;}
.st2{fill:#32292F;}
.st3{fill:#303C4F;}
.st4{fill:#FFFFFF;}
.st5{fill:#2E4F70;}
.st6{fill:#F0B67F;}
.st7{fill:#EA526F;}
.st8{fill:#23B5D3;}
.st9{fill:#7BD3E5;}
.st10{fill:#FDE888;}
.st11{fill:#F1BA77;}
.st12{fill:#E58C65;}
.st13{fill:#DBEEFD;}
.st14{fill:#93CDF8;}
.st15{
	opacity:0.65; 
	fill:#F4A9B7;
}


.wrapper-carousel {
	height: 482px;
	position: relative;
	width: 450px;
	overflow: hidden;
} 

.main {
	background-image: linear-gradient(-225deg, #B7F8DB 0%, #50A7C2 100%);
	height: 482px;
	position: relative;
	width: 450px;
	overflow: hidden;
} 

.slide-wrapper {
	height: 482px;
	width: 450px;
	overflow: hidden;
} 
   
.shapeshifter {
  animation-duration: 2s;
  width:80%;
  background-repeat: no-repeat;
  animation-iteration-count: infinite;
  z-index: 3;
  position: absolute;
  top: 0px;
  left: 0px;

}


.streak {
	width: 5px;
	height: 150px;
	background: white;
	border-radius: 15px;
	position: absolute;
	left: 235px;
	animation: streak 1s infinite;
	top: 100px;
	z-index: 1; 
}

.streak1 {
	width: 5px;
	height: 150px;
	left: 317px;
	top: 100px;
	opacity: 0.8;
}

.streak2 {
	width: 5px;
	height: 75px;
	left: 160px;
	top: 200px;
	opacity: 0.4;
}

.streak3 {
	width: 5px;
	height: 185px;
	left: 370px;
	top: 170px;
	opacity: 0.6;
}

.streak4 {
	width: 5px;
	height: 300px;
	left: 204px;
	top: 250px;
	opacity: 0.9;
}


@keyframes streak {
  0% {
	transform: translateY(-2rem) translateX(2rem) rotate(40deg); 
  }
   50% {
		transform: translateY(0rem) translateX(0rem) rotate(40deg);
  }
  100% {
		transform: translateY(-2rem) translateX(2rem) rotate(40deg);
  } 
}

.circle {
  background: white;
  border-radius: 100%;
  z-index: 2;
}

.circle1 {
	width: 300px;
	height: 300px;
	position: absolute;
	left: -155px;
	top: 145px;
	 -webkit-animation:grow 2s infinite;  
}

.circle2 {
	width: 450px;
	height: 450px;
	position: absolute;
	left: -135px;
	top: 215px;
	 -webkit-animation:grow 4s infinite;  
}


.circle3 {
	width: 500px;
	height: 500px;
	position: absolute;
	left: -95px;
	top: 259px;
	 -webkit-animation:grow 3s infinite;  
}

.circle4 {
	width: 600px;
	height: 600px;
	position: absolute;
	left: -295px;
	top: 125px;
	 -webkit-animation:grow 2s infinite;  
}

.circle5 {
	width: 600px;
	height: 600px;
	position: absolute;
	left: -249px;
	top: 284px;
	-webkit-animation: grow 2s infinite;
}


.circle6 {
	width: 600px;
	height: 600px;
	position: absolute;
	left: -215px;
	top: 65px;
	 -webkit-animation:grow 4s infinite;  
}

.circle7 {
	width: 550px;
	height: 550px;
	position: absolute;
	left: -305px;
	top: 355px;
	-webkit-animation: grow 4s infinite;
}

@-webkit-keyframes grow {
 0% {
-webkit-transform: scale( 0.3 );-moz-transform: scale( 0.3 );-o-transform: scale(0.3 );-ms-transform: scale( 0.3 );transform: scale( 0.3 );
  }
  
  50% {
  -webkit-transform: scale( 0.5 );-moz-transform: scale( 0.5 );-o-transform: scale( 0.5 );-ms-transform: scale( 0.5 );transform: scale( 0.5 );
  }
  
  100% {
  -webkit-transform: scale( 0.3 );-moz-transform: scale( 0.3 );-o-transform: scale( 0.3 );-ms-transform: scale( 0.3 );transform: scale( 0.3 );
  }
}


/*FOR HOMEPAGE CAROUSEL*/
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel.carousel-fade .carousel-item {
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	opacity:0;
}

.carousel.carousel-fade .active.carousel-item {
	opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}

.mobile-splash {
	display: none
  }


.portfolio li:before {
  content: "\f08c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige)
}

/**************************
		  ABOUT 
 **************************/

.about-left p {
	max-width: 45ch;
	color: var(--black);
}

.about-left h1 {
	
	font-size: 25px;
	margin-bottom: 25px;

}
.about-right  { 
	background-color: var(--beige);
	height: 85vh;
	/*background-image: url(../images/background.png);*/
	/*background-blend-mode: multiply;*/ 
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: flex-end;   position: relative;
	overflow: hidden;
	background-position: center;
}

/* LIST STYLE WITH ICONS */

.info { padding-top: 15px; }

.info ul {
  list-style: none;
  padding: 0;
}
.info li {
  padding-left: 1.3em;
  font-size: 15px;

}
.address li:before {
  content: "\f041"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige)
}

.phone li:before {
  content: "\f095"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige)
}

.email li:before {
  content: "\f1d8"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige)
}

.resume-link li:before {
  content: "\f15c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige)
}

.in-link li:before {
  content: "\f08c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige)
}


/**************************
	   Portfolio 
 **************************/


img.imac {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	bottom: 79px;
}

.videoContainer {
	width: 351px;
	height: 220px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 16px;
	background: black;
	margin-left: -174px;
}

video#videoPlayer {
	width: 357px;
	position: absolute;
	left: -1px;
	top: -4px;
}

.logoImacHolder {
	background-image: url(../images/imac.png);
	width: 460px;
	position: absolute;
	left: 50%;
	margin-left: -230px;
	bottom:70px;
	background-size: cover;
	height: 294px;
		z-index: 5;
}

.logo-section  { min-height: 175px }
.logo-section img { width: 70%; transition: width 0.5s }

.logo-section img:hover { width: 80% }

.portfolio-backgound{
	position: absolute;
	width: 500px;
	margin-left: -250px;
	left: 50%;
	top: -120px;
}

/**************************
	portfolio specific 
 **************************/

.portfolio-header { 
	background-color: var(--beige-light); 
}

.portfolio-header h1 { color: var(--beige-dark);     font-size: 25px; }

.portfolio-header p {
    color: var(--black);
    max-width: 75ch;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

span.headline.uppercase {
	font-size: 13px;
	letter-spacing: 1px;
}

.line {
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	border-bottom: 2px solid var(--beige);
	display: block;
	width: 125px;
	padding: 7px 0px;
	margin-bottom: 10px;
}

.image1 img { max-width: 449px }

.image2 img { width: 110% }

.tags { color: var(--beige); font-size: 12px; font-weight: bold}

.portfolio-specific-backgound {

}

img.imac2 {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	bottom: 79px;
}

.videoContainer2 {
	width: 302px;
	height: 190px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 13px;
	background: black;
	margin-left: -151px;
}

video#videoPlayer2 {
	width: 301px;
	position: absolute;
	left: 1px;
	top: 0px;
}

.logoImacHolder2 {
	background-image: url(../images/imac.png);
	width: 398px;
	position: absolute;
	left: 50%;
	margin-left: -199px;
	bottom:70px;
	background-size: cover;
	height: 252px;
	z-index: 5;
	top: 120px;
}

.portfolo-specific-height {
    height: 425px;
}


.info { padding-top: 15px; }

.info ul {
  list-style: none;
  padding: 0;
}
.info li {
  padding-left: 1.3em;
  font-size: 15px;

}

.ext-link li:before {
  content: "\f0c1"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige);
  font-size: 15px;
}

.ext-link {
	margin-top: 10px;
	transition: margin-left 1s;
}

.ext-link:hover {
	margin-left: 10px;
}

.image3 { padding-right: 0px; padding-top: 10px; }


.next-link {
    color: var(--beige-dark);
    position: absolute;
    bottom: 75px;
    width: 200px;
    text-align: center;
    background-color: var(--beige-light);
    padding: 20px 0px;
   }

.next-link ul { padding: 0 !important; margin: 0 !important; }

.next-link li:before {
  content: "\f35a"; /* FontAwesome Unicode */
  font-family:  Font Awesome\ 5 Free;
  display: inline-block;
  /*margin-left: -1.3em;*/ /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige-dark);
  font-size: 15px;
  padding-top: 2px;
}

.next-link li {
	transition: margin-left 1s;
	letter-spacing: 1px;
	font-size: 12px !important;
}

.next-link li a {font-size: 12px !important;}

.next-link li:hover {
	margin-left: 10px;
}

/**************************
imac holder with video position breaks at this point so we have to adjust
 **************************/

@media only screen and (max-width: 1200px) {

.logoImacHolder2 {
    background-image: url(../images/imac.png);
    width: 330px;
    position: absolute;
    left: 50%;
    margin-left: -165px;
    bottom: 70px;
    background-size: cover;
    height: 194px;
    z-index: 5;
    top: 75px;
}

.videoContainer2 {
    width: 252px;
    height: 157px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 11px;
    background: black;
    margin-left: -126px;
}

.portfolo-specific-height {
    height: 322px;
}

}


/**************************
	  ipad Portrait 
 **************************/

@media only screen and (max-width: 768px) {

.mobile-hide { display: none }
 
.mobile-splash {
	display: flex;
	align-items: center;
	height: 100vh;
	width: 100%;
	background: white;
	z-index: 50000
  }

  .follower {
   display: none;
} 

/**************************
		   NAV 
 *************************/

.navbar {
    padding: 0.5rem 0rem;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 35px;
}


button.navbar-toggler {
    border: 0px;
}


button.navbar-togglerr:focus {
  outline-color: transparent;
  outline-style: none;
}




.nav-hamburger, .nav-hamburger:active, .nav-hamburger:focus {
    display: block;
    margin-left: 0px;
    font-size: 21px;
    background: transparent !important;
    border: none !important;
}

div#navbarTogglerDemo01 {
    padding: 25px;
}

/*HOMEPAGE*/

.home-link {
    color: var(--beige) !important;
    position: absolute !important;
    top: 56% !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
    display: flex;
    align-items: center;
    width: 188px;
    list-style: none;
}

.home-link li:before {
  content: "\f35a"; /* FontAwesome Unicode */
  font-family:  Font Awesome\ 5 Free;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: var(--beige);
  font-size: 15px;
}

.home-link {
	margin-top: 10px;
	transition: margin-left 1s;
}

.home-link:hover {
	margin-left: 10px;
}

.hero-left {
    height: 127px;
    justify-content: center;
    background: transparent; 
}

.hero-left h1{
    font-size: 25px;
    color: var(--beige-dark) !important;
}

.hero-right img {
    max-width: 300px;
}


.moveIt {
    position: absolute;
    left: 50%;
    margin-left: -148px;
    top: 0px;
}


.main {
    height: 350px;
    width: 350px;
}

.slide-wrapper {
    height: 350px;
    width: 100%;
}

.about-right {
	height: 400px;
}

.footer-copyright {
	text-align: center !important;
}


/*PORTFOLIO*/

.web-title {
	padding-bottom: 25px !important;
	padding-top: 50px !important; 
	font-size: 25px;
	}

.mobile-logos img { width:50% }

.logoImacHolder2 {
    background-image: url(../images/imac.png);
    width: 330px;
    position: absolute;
    left: 50%;
    margin-left: -167px;
    bottom: 70px;
    background-size: cover;
    height: 194px;
    z-index: 5;
    top: 75px;
}

.image1 img {
    width: 100%;
}

.image3 { padding-right: 15px; }

.portfolo-specific-height {
    margin-bottom: 25px;
}

}