*	{
	margin: 0;
	padding:0;
	box-sizing:border-box;
	}

@media (max-width: 600px) {
	*{
	max-width:580px;}
}



.wrapper 
	{
		margin: 0;
	padding:0;

	}


 body
	{background: #1a1918;
	padding: 0;
	margin-right:0;
	box-sizing: border-box;
	}


/*-----NAVIGATION-----*/

.navbar 
	{ height: 75px;
	padding-top: 1% vh;
	padding-bottom: 2% vh;
	background: #1d1d1c;
	overflow: auto;
	float: top;
	position: sticky;
	top: 0;
	width: 100 vw;
	z-index: 100;
	ms-overflow-style: none;  
 	scrollbar-width: none;
	padding-right: 10px;
	}

@media (max-width: 600px) {
	.navbar {
  padding-right: 10px;
  height: 150px;
}
}


img.headerimg
	{ width: 80px;
	height: auto;
	float: left;
	padding-left: .5%;
	overflow: auto;
	vertical-align: middle;
	}

@media (max-width: 600px) {
img.headerimg {
	width:100px;
	height:auto;
			}
}

.navbar p 
	{font-family: "Nunito", sans-serif;
	color: white;
	float: left;
	padding-top: 1.5%;
	padding-bottom: 1.5%;
	display: flex;
	}
@media (max-width: 600px) {


	.navbar p {
  margin-top: .85rem;
  margin-right: 1vh;
  font-size: 3rem;
}

	.buttons {
	width:100%;
	display: flex;
	right:15px;
	bottom: 12px;
	text-align: center;
	justify-content: center;
	}

	a {
	font-size:.95rem;
	display: inline-block;
	space-between:5px;
	margin:auto;
	justify-content: center;
	}
}



.navbar a:link 
	{float: right;
	text-align: right;
	padding-top: 1.5%;
	padding-left: 1%;
	padding-right: .5%;
	color: white;
	text-decoration: none;
	font-family: "Nunito", sans-serif;
	vertical-align: middle;
	 }

.navbar a {color: white;}

@keyframes fade { 
	from {color: white;}
	to {color: #ff3788;}
	}

.navbar a:hover 
	{float: right;
	text-align: center;
	padding-top: 1.5%;
	padding-left: 1%;
	padding-right: .5%;
	color: #ff3788;
	text-decoration: none;
	font-family: "Nunito", sans-serif;
	vertical-align: middle;

	animation-name: fade;
	animation-duration: .45s;
	 }








/*-----BODY-----*/

.welcometxt
	{font-family: "Nunito", sans-serif;
	font-size: 5rem;
	color: white;
	clear: left;
	padding-top: 1%;
	padding-bottom: 0%;
	padding-left: .5%;
	text-align: left;
	}


.hero
	{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/herowip.png");
	height: 20%;
	width:auto;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	clear: left;
	z-index:-1;
	padding-top: 5%;
	}

.heroverlay
	{padding-top: 3%;
	 }

@media (max-width: 600px) {
	.hero {width: 100%;}
	.heroverlay img {width: 50%; height:auto;}
}


/*-----INTRODUCTION-----*/

.intro
	{font-family: "Nunito", sans-serif;
	color: white;
	font-size: 1.25rem;
	text-align: justify;
	width: 55%;
	padding-right: 8.5%;
	padding-left: 8.5%;
	padding-bottom: 9.5%;
	padding-top: 0%;
	margin: auto;
	text-shadow: 3px 3px 3px #000000;
	}

.cvimg {
	width:30rem;
	height:30rem;
	margin-bottom:-5rem;
	position:relative;
	border-radius: 50%;
	border-style:solid;
	border-color: #5F223A;
	border-width: 20px;
	object-fit: cover;
	}

@media (max-width: 600px) {
	.intro {
		width:90%;}

	.cvimg {width:50%; height:auto; margin-bottom:-2rem; margin-top:30px;}
}


h2
 	{text-align: left;
	}




/*-----PAGELINKS-----*/
.linkcard
	{display: flex-block;
	font-family: "Nunito", sans-serif;
	color: #1a1918;
	background-color: white;
	border-radius: 8px;
	padding: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	box-shadow: 2px 2px 5px 5px #00000059;
	z-index: 2;
}

.viewbutton 
	{border: none;
	font-family: "Nunito", sans-serif;
	font-weight: bold;
	background-color: #1a1918;
	color: white;
	padding: 15px 32px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	display: inline;
	font-size: 1.25rem;
	margin: 0;
	cursor: pointer;
}

.viewbutton:hover
	{background-color: #ff3788;
	color: #1a1918;
	text-decoration: none;
	animation-name: btnfade;
	animation-duration: .45s;
	}

@keyframes btnfade { 
	from {color: #ff3788;}
	to {color: #1a1918;}
	from {background-color: #1a1918;}
	to {background-color: #ff3788;} 
	}






.clientintro
	{background: #5F223A;
	font-family: "Nunito", sans-serif;
	color: #1a1918;
	display: flex;
	padding-left: 5vw;
	padding-right: 5vw;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items: center;
	justify-content: center;
	}


.clientintro p
	{text-align: right;
	font-size: 1.25em;
	padding-bottom: 4%;
	}
.clientintro h2
	{text-align: right;
	font-size: 4vh;
	}


.fltrightclt
	{position: static;
	right: 0;
	
	}


.personalintro p
	{text-align: left;
	font-size: 1.25em;
	padding-bottom: 4%;
	}

.personalintro h2
	{text-align: left;
	font-size: 4vh;
	}

.personalintro
	{background: #125E4F;
	font-family: "Nunito", sans-serif;
	color: #1a1918;
	display: flex;
	padding-right: 5vw;
	padding-left: 5vw;
	padding-top: 2%;
	padding-bottom: 2%;
	align-items:center;
	justify-content: center;
	}

.fltleftclt
	{position: static;
	left: 0;

	}



.fillertop {border-radius: 8px;
	padding: .5%;
	background: #1a1918;}

.filler {border-radius: 8px;
	padding: 2%;
	background: #1a1918;}

.imgbox
	{width: 35rem;
	height: 25rem;
	margin-left: 2vw;
	margin-right: 2vw;
	z-index: 2;
	display: flex;
	object-fit: cover;
	align-items: center;
	justify-content: center;
	}
.boximg 
	{width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
	border-radius: 50%;
	box-shadow: 2px 2px 5px 5px #00000040
	z-index: 3;
	}






/*-----PLACEHOLDER BODY [STYLING USED FOR RESUME/CV SUBLINKS DO NOT DELETE]-----*/

.placeholder
	{display: block;
	font-family: "Nunito", sans-serif;
	color: #1a1918;
	background-color: white;
	border-radius: 8px;
	padding: 2%;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	box-shadow: 2px 2px 5px 5px #000000;
}

.placeholder a
	{color: #ff3788;
	text-decoration: none;}

@keyframes fade2 { 
	from {color: #ff3788;}
	to {color: #1a1918;}
	}

	
.placeholder a:hover
	{color: #1a1918;
	text-decoration: none;
	animation-name: fade2;
	animation-duration: .45s;
	}


.placeholder li
	{list-style-type: none;
	}

.decorative
	{position: sticky;
	left: 100%;
	top: 100%;
	z-index: 0;
	display: flex;
	max-width: 30%;
	height: auto;
	margin: 0;
	}


/*Apparently .5% is roughly equal to 10px?? Crazy stuff. I should probably be specifying vh/vw but I have more to do here, so onward and upward with wild abandon I go!!*/


/*-------RESUME & CV CARD STYLING (CONTACT INFO BUTTONS ARE HERE)--------*/

.card
	{display: flex-block;
	font-family: "Nunito", sans-serif;
	color: #1a1918;
	background-color: white;
	border-radius: 8px;
	padding: 4%;
	margin-left: auto;
	margin-right: auto;
	width: 40%;
	box-shadow: 2px 2px 5px 5px #000000;
}

.card a
	{color: #ff3788;
	text-decoration: none;}

@keyframes fade2 { 
	from {color: #ff3788;}
	to {color: #FFFFFF;}
	}

	
.card a:hover
	{color: #FFFFFF;
	font-weight:bold;
	text-decoration: none;
	animation-name: fade2;
	animation-duration: .45s;
	}


.card li
	{list-style-type: none;
	}

.cardimg
	{display: inline;
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
	justify-content: space-around;
	border-radius: 8px;
	}


.row1 
	{display: grid;
	grid-template-columns: auto auto;
	grid-template-rows: auto;
	grid-gap: 5px;
	background-color: #1a1918;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	margin-left: -5%;
	margin-right: -5%;
	font-size: 1.1rem;
	font-weight: bold;	
	}
.row2 
	{display: grid;
	grid-template-columns: auto auto auto auto;
	grid-template-rows: auto;
	grid-gap: 5px;
	background-color: #1a1918;
	padding: 15px;
	text-align: center;
	border-radius: 5px;
	margin-left: -5%;
	margin-right: -5%;
	font-size: 1rem;	
	}

.rescolumn 
	{width:50%;
	margin:auto;
	}

@media (max-width:600px) {
	.rescolumn a 
	{font-size:.9rem; margin-left:-2rem;}

	.card 
	{width: 80%; display:flex-grid; padding: 1rem;}
	
	.row1
	{margin: 5px; grid-gap: 25px;}

	.row2
	{margin: 5px; grid-gap:25px;}
	
	

}


/*-----RESUME HERO STYLING-----*/
.hero2
	{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/personal/cm2.png");
	height: 40%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	clear: left;
	z-index:-1;
	}

.hero3
	{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/client/np01.png");
	height: 40%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	clear: left;
	z-index:-1;
	}

.hero4
	{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/herowip.png");
	height: 40%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	clear: left;
	z-index:-1;
	}

.hero5
	{background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/photo/wroterm.gif");
	height: 40%;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	
	clear: left;
	z-index:-1;
	}


/*-------CAROUSEL DISPLAY-------*/

fz-slider {
	display: block;
	max-width: 100vw;
	margin: auto;
	position: relative;
	clear: left;
}

fz-slider[enhanced] {
	overflow: hidden;
}

.fz-scroll {
	max-width: 100%;
	height: 600px;
	padding: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	max-width: inherit;
	transition: transform .3s ease-in-out;
	will-change: transform;
	
}

.fz-item {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center

}

.fz-content {
	display: flex;
	justify-content: center;
	align-items: center;
	width: inherit;
	height: 400px;
	margin: 0 10px 0 10px;
}

.fz-content img {
	max-width: 100%;
	opacity: 0.4;
}

.btn-container {
	position: absolute;
	/* width: 100%; */
	height: 100%;
	padding: 0 15px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	
}

.btn-container button {
	background: rgb(0, 255, 206);
	width: 25px;
	height: 25px;
	border: none;
	border-radius: 100%;
	outline: none;
	transition: all .3s ease-in-out;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}

.btn-container button:hover {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1), 0 0 8px 0 rgba(0, 0, 0, .1);
	background: #ff3788;
	animation-duration: .45s;
}


.carouseltext
	{font-family: "Nunito", sans-serif;
	color: white;
	text-align: justify;
	last-align: left;
	width: 40%;
	padding: 8.5%;
	margin: auto;

	position: absolute;
 	 top: 35%;
 	 left: 50%;
 	 transform: translate(-50%, -50%);
	}


/*-------RESUME SOFTWARE ICONS-------*/

.software
	{display: inline-block;
	justify-content: space-evenly;
	padding: 20px;
}

.software img
	{height: 30px;
	width: 30px;
}


/*-------RESUME LIST-------*/


.resumelist
	{text-align: left;
	display: flex;
	width: 50%;
	margin: auto;
	padding-left: 30px;

} 


.resumelist ul:last-child
	{text-align-last: center;
}

.resumelist ul
	{justify-content: space-around;
	padding: 0px 0px 8px 0px;
}

.pink
	{color: #ff3788;
	padding-right: 5px;
}




/*-----GALLERY FORMATTING-----*/
.gcard
	{width:50%;
	position: relative;
	left: 45%;
	margin-right:4%;
	padding-bottom: 2%;
	text-align: right;
	font-family:"Nunito",sans-serif;
	color:white;
	font-size:1.15rem;
	}

.gcontainer
	{width:70%;
	margin: auto;
	background-color: none;
	padding-top: 0;

	}

.gallerytitle {
	width:80%;
	font-weight: bold;
	font-size:42pt;
	display:flex;
	margin-left:30px;
	margin-right:-9rem;
	text-align:right;
	}

.gallerytitletlc {
	width:80%;
	font-weight: bold;
	font-size:42pt;
	display:flex;
	margin-left:30px;
	margin-right:-18rem;
	text-align:right;
	}

	.column img {
		width:16vw; height:16vw; object-fit:cover; }


@media (max-width: 1300px) {
	.gallerytitle {
		margin-right: -2rem;}

	.gallerytitletlc {
		margin-right: 1rem;}

	.column img {
		width:30vw;
		height:30vw; }
		
}

/*-----TAKEN FROM W3SCHOOLS-----*/
.row {
  margin: 8px -16px;

}

/* Add padding BETWEEN each column (if you want) */

.row,
.row > .column {
  padding: 4px 8px 8px 8px;
}


/* Create three (or 4) equal columns that floats next to each other */

.column {
  float: left;
  width: 25%;
  display: none; /* Hide columns by default */

}

@media (max-width: 1300px) {
  .column {
    display: flex;
    flex-wrap: wrap;
    width: 40%;
    justify-content:center;
  }

.gcontainer {
    width: 90%;
    position: relative;
    left: 5%;
    justify-content: center;
}

  .gcard {
     width:80%;
     position: relative;
     left: 10%; 
     text-align: justify;
  }
}

/* Clear floats after rows */

.row:after {
  content: "";
  display: table;
  clear: both;
}


/* Content */

.content {
  background-color: white;
  padding: 10px;
  border-radius:8px;
  box-shadow: 2px 2px 5px 5px #000000;
  font-family:"Nunito",sans-serif;
}


/* The "show" class is added to the filtered elements */

.show {
  display: block;
}


/* Style the buttons */

.btn {
  border: none;
  outline: none;
  margin-bottom: 2%;
  padding: 12px 16px;
  background-color: white;
  cursor: pointer;
  border-radius: 5px;
  font-family:"Nunito",sans-serif;
  font-weight:bold;
  font-size: 1rem;
}


/* Add a grey background color on mouse-over */

.btn:hover {
  background-color: #ddd;
}


/* Add a dark background color to the active button */

.btn.active {
  background-color: #ff3788;
   color: white;
}

/*-----MODALBUTTON-----*/

.modal-trigger
	{background-color: #1a1918;
	border:none;
	cursor:pointer;
	text-align:left;
	font-size: 1rem;
	}

.modal-trigger:hover,
.modal-trigger:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*-----MODAL FROM W3SCHOOLS-----*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity *
  
}

@media (max-width: 395px) {
	.modal {
  margin-top: 1vh auto;
}
}


 /*---Modal Content/Box ---*/

.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 30px;
  padding-top:45px;
  padding-bottom:45px;
  border: none;
  border-radius:8px;
  width: 80%; /* Could be more or less, depending on screen size */
  font-family:"Nunito",sans-serif;
  box-shadow: 2px 2px 5px 5px #000000;
  display: flex;
position:relative;
}


/* The Close Button */
.closespan {
  color: #aaa;
  position: absolute;
  right: 1rem;
  top: 1.5rem;
  font-size: 40px;
  font-weight: bold;
  margin-top: -30px;
}

.closespan:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
} 

.modalimg
	{display: grid;
	width: 30vw;
	height: auto;
	padding-right:30px;
	float: left;
	}

@media (max-width: 395px) {


	.modalimg {
		display: inline-block;
		width: 100%;
		float: none;
		}

.clearfix::after
	{content: "";
	clear: both;
	display: table;
}
  margin-top: 1vh;
}

/*--- MODAL SLIDESHOW ----*/

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 100%vw;
  height: auto;
  position: relative;
  margin: auto;
}



/* Hide the images by default */
.mySlides {
  display: none; }



/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 80%vw;
  margin-top: -22px;
  padding: 16px;
  color: grey;
  font-weight: bold;
  font-size: 30px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}



/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}



/* Position the "prev button" to the left */
.prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}



/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}



/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}


/* Number text (1/3 etc) */
.numbertext {
  color: grey;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}



/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}




.active, .dot:hover {
  background-color: #717171;
}




/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*--VIDEO PLAYER STYLING--*/
.vidbutton 
	{border: none;
	font-family: "Nunito", sans-serif;
	font-weight: bold;
	background-color: #1a1918;
	color: white;
	padding: 5px 10px;
	width: 10%;
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	display: inline;
	font-size: 1.15rem;
	margin: 2px;
	cursor: pointer;
}

.vidbutton:hover
	{background-color: #ff3788;
	color: #1a1918;
	text-decoration: none;
	animation-name: btnfade;
	animation-duration: .45s;
	}

@keyframes btnfade { 
	from {color: #ff3788;}
	to {color: #1a1918;}
	from {background-color: #1a1918;}
	to {background-color: #ff3788;} 
	}

