/**/
/* Scrollbar customization */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #003d31;
	border-radius: 25px;
}
::-webkit-scrollbar-track-piece {
	border-radius: 25px;	
}
::-webkit-scrollbar-thumb {
  background: #A2938E;
	border-radius: 25px;
}
::-webkit-scrollbar-thumb:hover {
  background: navajowhite;
}
::-webkit-scrollbar-button, ::-webkit-scrollbar-corner {
  background: #A2938E;
	border-radius: 25px;
}


::-webkit-scrollbar-button:hover {
  background: navajowhite;
}

/* link customization */
a {
	color: navajowhite;
	text-decoration: none;
}


a:hover {
	text-decoration-line: underline;
	text-decoration-style:double;
	color: #003d31;
}
header:link {
	color: navajowhite;
}
header:hover {
	font-weight:bolder;
	color: white;
	font-size:30pt;
}
header:visited {
	color: navajowhite;
}

.fontoutline{
	color: #DADADA;
	font-size: 30px;
	font-style: oblique;
	font-weight: bolder;
  -webkit-text-stroke: 1px white;
}
h1 {
	font-weight: bolder;
}

		/* main css editing */

.header {
	position: fixed;
	width: 100%;
	height: 75px;
	text-align: right;
	padding-right: 40px;
	background: #A2938E;
	color: navajowhite;	
	font-size: 25px;
	word-spacing: 12px;
	z-index: 9999;
}

.logo {
	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100vw;
}

@media (max-width:600px) {
    .about-us-text {
        float: none !important;
        width:100% !important;
    } 
}

@media (max-width:600px) {
    .about-us-images {
        width: 100% !important;
    } 
}

body {
	font-family: moonbeam;
	color: navajowhite;
	
}

.body {
text-align: center;
background: #A2938E;
width: 1314px;
	background-color: rgba(162,147,142,.5);
	margin-left: auto;
	margin-right: auto;
	border-radius: 25px;
	margin-top: 50px;
	
}

.me {
	display: flex;
	justify-content: center;
  	align-items: center;
	border-top-left-radius: 25px;
}

.meblurb {
	color: #DADADA;
	background-color: #A2938E;
	font-family: moonbeam;
	font-weight: bolder;
	margin-left: 5px;
	border: 2px solid #A2938E;
	border-top-right-radius: 25px;
	float: right;
}

		/* Art & design scrollable gallery*/

.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
justify-content: center;
  align-items: center;
}
.gallery-item {
  margin: 5px;
  width: 180px;
	border-radius: 25px;
}
.gallery-item img {
  width: 100%;
  height: auto;
	border-radius: 25px;
}
.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}
.scroll-container {
	position: relative;
  width: 1314px;
  background-color: #A2938E;
  overflow: auto;
  white-space: nowrap;
margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.scroll-container img {
  padding: 10px;
}

.image-hover:hover {
	box-shadow: 20px 20px 5px 1px RGBA(0,0,0,.5);
	opacity: .5;
	height: auto;
	margin-top: 5px;
}


/* GDT-30 */

.columngdt30 {
  float: left;
  width: 25%;
  color: #A2938E;
}

.rowgdt30 {
  margin: 8px -16px;
}

.columngdt30:hover {
	background-color: #B31F24;
	height: 500px;
	width: 25%;
	opacity: .9;
}

		/* Projects image gallery */

.container {
  position: relative;
	
} 
.image {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  width: 100%;
  opacity: 100;
  transition: .5s ease;
  background-color: #003d31;
  border-radius: 25px;
  
}
.container:hover .overlay {
  opacity: 0;
  height: auto;
}
.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

		/* Portfolio gallery */
* {
  box-sizing: border-box;
}

/* Center website */
.main {
  max-width: 1000px;
  margin: auto;
}


.row {
  margin: 8px -16px;
}


.column {
  float: left;
  width: 25%;
}

img:hover {
  box-shadow: 0 0 2px 1px rgba(162, 147, 142, 0.5);
}


.row:after {
  content: "";
  display: table;
  clear: both;
}

.content {
  background-color: #A2938E;
  padding: 20px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

@media screen and (max-width: 900px) {
  .column {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
  }
}

		/* The flip card container */
.flip-card {
  background-color: transparent;
  width: 300px;
  height: 300px;
  border: 1px solid #003d31;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
	height: 300px;
}

.flip-card-back {
  background-color: #003d31;
  color: white;
	height: 300px;
  transform: rotateY(180deg);
}

/* GDT 40*/

.image-hoverpaint:hover {
	box-shadow: 20px 20px 5px 1px RGBA(0,0,0,.5);
	outline:solid navajowhite;
	height: auto;
	margin-top: 5px;
}

.containerGDT40 {
  position: relative;
}

.text-block {
  font-size: 20px;
  position: absolute;
  width: 300px;
  height: 600px;
  top: 0px;
  background-color: #A2938E;
  color: white;
  padding-left: 20px;
  padding-right: 20px;
}


/* painting gallery */
.rowpaint {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.columnpaint {
  -ms-flex: 25%;
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
background-color: #A2938E;
}

.columnpaint img {
  
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .columnpaint {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .columnpaint {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* Merch/decorating */

.merchimage {
	width: 250px;
}

.merchcontainer {
	background-color: #A2938E;
	border-top-right-radius: 25px;
	border-top-left-radius: 25px;
	width: 9999px;
}

.merchimage:hover {
	transform: scale(105%);
	box-shadow: 20px 20px 5px 1px RGBA(0,0,0,.5);
	outline:solid navajowhite;
	height: auto;
}

.merchicon {
	position: sticky;
	top: 80px;
}

/*merchandising scroll containers */

.merchscroll-container {
width: 600px;
height: 300px;
background-color: #A2938E;
overflow: auto;
white-space: nowrap;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.merchscroll-container img {
  padding: 10px;
	width: 300px;
}

.merchtitle {
	width: 320px;
	padding: 20px;
}

.columnproj {
  float: left;
  width: 25%;
  color: #A2938E;
}

.rowproj {
  margin: 8px -16px;
}

.columnproj:hover {
	background-color: #FFFFFF;
	height: 500px;
	width: 25%;
	opacity: .9;
}

/* bathbombs */

.rowbath {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 4px;
}

.columnbath {
  -ms-flex: 50%;
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
background-color: #A2938E;
}

.columnbath img {
  
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

@media screen and (max-width: 800px) {
  .columnbath {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .columnbath {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

/* music production */

.columnalbum {
  float: left;
  width: 100%;
  max-width: 160px;
}


    audio::-webkit-media-controls-enclosure {
        background-color: transparent !important;
    }
	audio::-webkit-media-controls-play-button:hover {
        background-color: navajowhite;
		border-radius: 25px;
    }
	audio::-webkit-media-controls-mute-button:hover {
		background-color: navajowhite;
		border-radius: 25px;
	}
	audio::-webkit-media-controls-{
		background-color: navajowhite;
		border-radius: 25px;
	}
    audio {
        background-color: transparent;
    }