/* html,
body {
	background: radial-gradient(ellipse at center, rgba(255,244,252,1) 65%,rgba(255,232,253,1) 100%);
	width: 100%;
	height: 100%;
} */


/* #h1-title {
  padding-top: 2%;
  font-size: 60px;
}

h1 {
  text-align: center;
  font-family:fantasy;
	text-transform: uppercase;
	font-variant-ligatures: none;
	line-height: 1;

  &:before,
	&:after {
		content: attr(data-heading);
    color: rgba(hsl(318, 86%, 46%), .3);
		position: absolute;
		left: 0;
		font-variant-ligatures: none;
		line-height: 0.97;
		font-weight: normal;
	}
	
	&:before {
		color: hsl(318, 79%, 72%);
		width: 100%;
		z-index: 5;
    font-family: fantasy;
	}
	
	&:after {
		color: rgba(hsl(318, 86%, 46%), .3);
		width: 100%;
		font-family: fantasy;
		line-height: 1.1;
	}

} */

/* Container */
.row.content {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

#myCanvas {
	text-align: center;
	padding-top: 20px;
	color: #ee0b97;
}

.h3-personal,
.h3-professional {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
  color: #e11e93;
}

.parh1,
.parh2 {
  text-align: center;
  color: aliceblue;
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* width: 50%; */
    margin-top: 10%;
  }


/* #leftSide,
#middle {
  background-color: black;
  padding: 4% 4% 4% 4%;
  border-radius: 25%;
  margin: 1%;
  border-style: ridge;
  border-width: 5px;
  border-color: #ee0b97;
} */

/* Left, Middle, Right Columns */
#leftSide,
#middle,
#rightSide {
  flex: 1;
  margin: 1%;
  
}

#leftSide,
#middle {
  background-color: black;
  padding: 4%;
  border-radius: 25%;
  border-style: ridge;
  border-width: 5px;
  border-color: #ee0b97;
}

#rightSide {
  float: left;
}


* {
	box-sizing: border-box;
  }
  

  /* SLIDE SHOW */

  * {box-sizing: border-box;}
  body {font-family: Verdana, sans-serif;}
  .mySlides {display: none;}
  img {vertical-align: middle;}
  
  /* Slideshow container */
  .slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
  }
  
  /* Caption text */
  .text {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: bolder;
	font-family:'Courier New', Courier, monospace;
	-webkit-text-stroke: .8px black;
	padding: 8px 12px;
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
  }
  
  /* Number text (1/3 etc) */
  .numbertext {
	color: #f2f2f2;
	font-size: 20px;
	font-weight: bolder;
	font-family:'Courier New', Courier, monospace;
	-webkit-text-stroke: .8px black;
	padding: 8px 12px;
	position: absolute;
	top: 0;
  }
  
  /* The dots/bullets/indicators */
  .dot {
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
  }
  
  .active {
	background-color: #717171;
  }
  
  /* Fading animation */
  .fade {
	animation-name: fade;
	animation-duration: 8s;
  }
  
  @keyframes fade {
	from {opacity: 10} 
	to {opacity: 1}
  }
  
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
	.text {font-size: 11px}
  }

 
  
