@import url('https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400..700;1,400..700&family=Meow+Script&display=swap');


html {
	scroll-behavior: smooth;
	width: 100%;
	height: 100%;
}

body {
    margin: 0px;
    font-family: "Archivo Narrow", sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    background-color: #ffffff;
 }

#container {
    display: block;
    margin-left: 50%;
    transform:translateX(-50%);
    width: 100%;
    max-width: 1920px;
}

.massiveResponsiveImage {
    position: relative;
    display: block;
    width: 100%;

    overflow: hidden;
}

.massiveResponsiveImage img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

#navTop {
    position: fixed;
    left: 0px;
    top: 0px;
    display: block;
    width: 100%;
    z-index: 1000;
    
    padding: 10px;
    text-align: center;
    background-color: #ffffff;
}

.holder {
    display: block;
    width: 100%;

    background-color: #ffffff;
}

.holderGrey {
    display: block;
    width: 100%;

    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background-color: #eeeeee;
    background: linear-gradient(to bottom right, #f8f8f8, #eeeeee, #f8f8f8);
}

#logoHolder {
	display: block;
	width: 100%;
	height: 150px;


	background-color: #212121;
}

#logoTop {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.content {
    display: block;
    width: calc(100% - 100px);
    max-width: 1340px;
    margin: auto;

    padding: 50px;
}

#wavesBottomHolder {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    overflow: hidden;
}

#wavesBottomHolder img {
    display: block;
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}


#bottom {
    display: block;
    background: linear-gradient(to bottom, #bf9380, #dfb3a0);
}

#bottomInner {
    display: flex;
    width: 100%;
    max-width: 1440px;
    margin: auto;
    gap: 50px;
    align-items: center;
}

#bottomInner div {
    display: block;
    flex: 1;
    padding: 50px;
    text-align: center;
}

#bottom p {
    text-align: center;
}

#p58 {
    display: block;
    padding: 10px;
    padding-bottom: 30px;
    text-align: center;
/*  background-color: #bf9380; */
}

#p58 img {
    display: block;
    height: 25px;
    margin: auto;
}

.signature {
    display: block;
    font-family: 'Meow Script', cursive;
    font-size: 50px;
    color: #efc0a9;
    text-align: right;

    margin-top: 70px;
    transform: rotate(-5deg);
}

#priceFlex {
    display: flex;
    gap: 50px;
    align-items: top;
}

.priceBox {
    display: block;
    flex: 1;

    border-radius: 3px;

    font-size: 14px;
    text-align: center;

    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.priceTitle {
    display: block;
    font-size: 26px;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
}

.price {
    display: block;

    font-size: 40px;
    font-weight: bold;
    color: #85a0a3;

    padding-left: 20px;
    padding-right: 20px;

    margin-top: 10px;
    margin-bottom: 20px;
}

.priceBox img {
    display: block;
    width: 100%;
    margin-bottom: 20px
}

.priceDescription {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 10px;
}

.priceBox button {
    display: block;

    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.priceSmall {
	display: block;
	margin-top: 10px;
	font-size: 20px;
}

#messageForm {
	display: block;
	width: 100%;
}

#messageHolder {
	display: flex;
	gap: 50px;
}

#messageHolder div {
	display: block;
	flex: 1
}

.blue {
	color: #85a0a3;
}

label {
	display: block;
	margin-bottom: 10px;
}

.contactInputs {
	width: calc(100% - 42px);
	max-width: 280px;
	padding: 10px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

#messageForm select {
	width: calc(100% - 22px);
	max-width: 300px !important;
	border: 1px solid #cccccc;
    background-color: #ffffff;
}

#messageBody {
	resize: none;
	width: calc(90% - 42px);
	max-width: 600px;
	height: 280px;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #cccccc;
}

#sentMessage {
	width: 100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #85a0a3;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 50px;
	display: block;
	border-radius: 3px;
}

.review {
    display: block;
    text-align: center;
	color: #bf9380;
	font-family: Times, "Times New Roman";
	display: block;
	text-align: center;
	font-size: 45px;
    line-height: 55px;
	font-style: italic;
}

.review::before, .review::after {
	content: '"';
}

.portraitCircle {
    display: block;
    width: 400px;

    border: 1px solid #cccccc;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.portraitCircleSmall {
    display: block;
    width: 200px;
    border-radius: 50%;

    margin-left: auto;
    margin-right: auto;
}

#fpTopFlex {
    display: flex;
	margin-top: 50px;
    gap: 50px;
    align-items: center;
}

#fpTopFlex img {
    display: block;
    width: 300px;
    border: 1px solid #cccccc;
}

#fpTopFlex div {
    display: block;
    flex: 1;
}

#fpTopFlex div h1 {
    text-align: left;
}

.fpVideoHolder {
    display: inline-block;
    width: 720px;
    text-align: left;

    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fpVideo {
    display: block;
    width: calc(100% - 2px);
    border: 1px solid #cccccc;
}

#videoArtist {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #85a0a3;
    margin-top: 10px;
    margin-bottom: 5px;
}

#videoSelector {
	display: block;
	width: 718px;
	margin-bottom: 10px;

	border: 1px solid #cccccc;
	border-radius: 3px;
	padding: 10px;
}










#buttFb {
	display: block;
	text-align: center;
	margin-top: 50px;

	font-size: 26px;
	font-weight: bold;
}











#messageForm {
	display: block;
	width: 100%;
}

.tBox {
	width: calc(100% - 20px);
	max-width: 400px;
	padding: 10px;
	text-align: center;
	border: 1px solid #333333;
}

.tArea {
	width: calc(100% - 22px);
	max-width: 800px;
	height: 300px;
	padding: 10px;
	resize: none;
	border: 1px solid #333333;
	color: #333333 !important;
}

.tArea p {
	color: #333333;
}

.galleryHolder {
	display: inline-block;
	vertical-align: top;
	width: calc(25% - 10px);
}

.galleryThumb {
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin-bottom: 5px;
	cursor: pointer;

	filter: brightness(100%);
	transition: filter 0.5s ease-in-out;
}

.galleryThumb:hover {
	filter: brightness(150%);
}

#imageView {
	position: fixed;
	z-index: -1;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: block;
	opacity: 0;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	border: 10px solid #ffffff;
	border-radius: 5px;

	transition: all 0.5s ease-in-out;
}

#imageViewClose {
	position: absolute;
	top: 20px;
	right: 20px;
	border-radius: 3px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	user-select: none;
	cursor: pointer;
	color: #ffffff;
	background-color: #85a0a3;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.5);

	transition: all 0.5s ease-in-out;
}

#imageViewClose:hover {
	background-color: #ffffff;
	color: #000000;
}

#bigGalleryImage {
	display: block;
	max-width: calc(100vw - 100px);
	max-height: calc(100vh - 150px);
}

#encoreHolder {
	position: absolute;
	right: 50px;
	top: 50px;
	transform: rotate(20deg);
	display: block;
	filter: drop-shadow(0px 0px 10px #ffffff);
}

#encore {
	display: block;
	width: 150px;
	height: 150px;
}

#logoIsm, #logoYoutube {
	display: inline-block;
	margin-left: 20px;
	margin-right: auto;
	height: 100px;
}

#copyright {
	font-size: 24px;
	color: #784d3b;
	font-weight: bold;
}

.affiliation {
	display: inline-block;
	height: 150px;
	margin-left: 20px;
	margin-right: 20px;
}





















































h1 {
    color: #85a0a3;
    font-weight: normal;
    text-align: center;
}

hr {
    display: block;
    width: calc(100% - 100px);
    border: none;
    border-top: 1px dotted #cccccc;
    margin-top: 80px;
    margin-bottom: 80px;
}

button {
    border: none;
    border-radius: 25px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;

    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;

    background-color: #85a0a3;
    transition: background-color 0.3s ease-in-out;
}

button:hover {
    background-color: #658083;
}







a:link, a:active, a:visited, a:hover {
	text-decoration: none;

    color: #85a0a3;
    transition: color 0.3s ease-in-out;
}

a:hover {
	color: #5f3320;
}


#bottom a:link, #bottom a:active, #bottom a:visited, #bottom a:hover {
    color: #5f3320;
}

#bottom a:hover {
    color: #ffffff;
}



a:link.linksTop, a:active.linksTop, a:visited.linksTop, a:hover.linksTop {
	display: inline-block;
	text-decoration: none;

	font-size: 16px;
	margin-left: 20px;
	margin-right: 20px;

	color: #333333;
}

.linksTop img {
    display: inline-block;
    height: 20px;
    vertical-align: middle;

    padding: 3px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    border-radius: 3px;

    margin-right: 5px;

    background-color: #85a0a3;
    transition: background-color 0.3s ease-in-out;
}

a:hover.linksTop img {
    background-color: #bf9380;
}




