  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
	  transition: 1s;
  }


.carousel-indicators .active {
	width: 8px;
	height: 8px;
}

.carousel-indicators li {
	width: 8px;
	height: 8px;
}

/*----------------*/


hr {
	color: aqua;
	width: 50%;
	text-align: left;
	height: 2px;
	
}

.html-marquee {
	margin-top: 10px;
	height: 50px;	
	overflow: hidden;
 	position: relative;
	background: #e66594;
	color: #fff;
 	font-size: 1.5em;
	font-family: 'Barlow Condensed', sans-serif;
	letter-spacing: 1px;
}

.html-marquee p {
	margin-top: 10px;
}


/*----------------*/




.aboutme {
	margin-top: 100px;
	height: 500px;
}


.aboutbio {
	float: left;
	width: 50%;
	/*padding-bottom: 100px;*/
}

.aboutbio h1 {
	padding-bottom: 10px;
	margin-left: 30px;
	font-size: 1.1em;
	line-height: 1.5em;
	font-family: 'Montserrat', sans-serif;
}

.aboutbio ul li {
	padding: 5px;
	margin: 5px;
}


ul {
	list-style-type: none;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
}


.aboutpic {
	margin-left: 40px;
	float: left;
	width: 40%;
	height: 400px;
	display: block;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 40px;
}

.slideshow {
	padding-top: 30px;
	width: 100%;
	data-cycle-pause-on-hover="false";
	pointer-events:none !important;
}

.slideshow .carousel-control {
	pointer-events: auto;
}


html {
	scroll-behavior: smooth;
}

nav {
	text-align: right;
	padding: 40px 60px 70px 40px;
	font-family: 'Barlow Condensed', sans-serif;
	margin: 0;
	/*overflow: hidden;
	position: fixed;
	top: 0;*/
	width: 100%;
	background-color: white;
	z-index: 100;
}

nav h1 {
	text-align: left;
	float: left;
	margin-top: -15px;
}


nav h1 a:hover {
	background-color: #fff;
}

nav img {
	max-height: 100px;
	transition: transform .2s ease;
}

nav img:hover {
	transform: scale(1.2);

}

nav a {
	text-decoration: none;
	letter-spacing: 1.1px;
	padding: 5px 7px;
	color: #555795;
	font-size: 1.4em;
	transition: transform 0.5s;
	position: relative;
	margin: 0 3px;
}

nav a:hover {
	text-decoration: none;
	background-color: #e66594;
	color: #fff;
	transform: scale(1.5);
	
}

footer {
	text-align: center;
	padding-top: 40px
}


table {
	margin: 0 auto;
	text-align: center;
}

table th {
	text-align: center;
	padding: 0 5px;
}

table td {
	text-align: center;
	padding: 15px;
	font-family: 'Barlow Condensed', sans-serif;
	color: #e66594;
	letter-spacing: 1px;
	text-transform: uppercase;
}

footer a {
	padding: 5px;
	color: #fff;
	font-size: 1.5em;
	background-color: #e66594;
	border-radius: 50px;
	padding: 11px 15px;
	margin: 0 5px;
}

footer a:hover{
	background-color: #555795;
	color: #fff;
}

hr {
  border-color: rgba(255,255,255,.6);
}


body {
	margin: 0 auto;
    background-color: white;
    min-height: 100vh;
	padding: 15px 0 30px 0;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
   /* border-radius: 20px;
    /*box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);*/
}



.gallery-container p.page-description {
    text-align: left;
    max-width: 800px;
    margin: 25px auto;
    color: #888;
    font-size: 18px;
}



.tz-gallery .lightbox img {
    width: 100%;
    margin-bottom: 15px;
    transition: 0.2s ease-in-out;
    box-shadow: 0 2px 3px rgba(0,0,0,0.2);
}


.tz-gallery .lightbox img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 15px rgba(0,0,0,0.3);
}

.tz-gallery img {
    border-radius: 0px;
}

.baguetteBox-button {
    background-color: transparent !important;
}


@media(max-width: 768px) {
    body {
        padding: 0;
    }

    .container.gallery-container {
        border-radius: 0;
    }
}

@media screen and (max-width: 570px) {
  /* For mobile phones: */
  .aboutpic img{
	  width: 100%;
	  margin: 0 auto;
	}
	
  .aboutbio {
	  width: 100%;
	  padding-bottom: 20px;
	}
	
	nav a {
		font-size: 1em;
	}

}