@charset "utf-8";
/* CSS Document */

/* using this for legacy code: http://the-echoplex.net/flexyboxes*/

@font-face {
  font-family: 'itsadzokeS03';
  src:url(../fonts/itsadzokeS03.eot);/* IE9 Compat Modes */
  src:url(../fonts/itsadzokeS03.eot?#iefix) format('embedded-opentype'),/* IE6-IE8 */
      url(../fonts/itsadzokeS03.woff) format('woff'),/*modern browsers*/
      url(../fonts/itsadzokeS03.ttf) format('truetype');/* Safari, Android, iOS */
	 
}
@font-face {
	font-family: 'Oxygen-Bold';
	src:url(../fonts/Oxygen-Bold.ttf)
}
@font-face {
	font-family: 'Oxygen-Light';
	src:url(../fonts/Oxygen-Light.ttf)
}

/*for older browsers*/
header, footer, main,  p, img, figure {
    display: block; 
}

body, h1, h2, h3, h4, div, ul, li, p, img, main, figure {
	margin: 0;
	padding:0;
}
html {
     overflow-y: scroll;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
/*for bottom of page footer*/
html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
/*end of for bottom of page footer*/
a {
	text-decoration:none;
	outline:none;
	color:inherit;
}
a:visited, a:hover, a:active, a:focus {
	text-decoration:none;
	outline:none;
}

a:hover .link-button {
	color:#ffffff;
	background-color:#000000;

	
}
a:hover .link-example{
	font-family: 'Oxygen-Bold';
	color:#FFFFFF;
	background-color:#000000;
}
a:active {
	outline:none;
	text-decoration:none;
	
}
.link-button {
	font-size:4em;
	font-size:6em;/*17 June 2021*/
	padding:0px 14px 4px;
	text-align:center;
	/*color:#093;*/
	color:#90b32d;
	color: #999;
	/*color:#5f5b7a;*/
	/*color:#7a7499;*/
	/*color:#9695ba;*/
	/*color:#a795db;*/
	/*text-shadow:2px 2px 15px #7a85a9;*/
	/*color:#FFF;*/
	border-top-right-radius:50px;
	border-top-left-radius:50px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
	border:1px solid #093;
	border:1px solid #576b1c;
	font-family: 'Oxygen-Light';
	background-color:#F5F5F5;
	transition: 0.6s ease-in-out;
	  box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);
}
a:hover .link-button{/*17 June 2021*/
	font-family: 'Oxygen-Bold';
	/*color:#FFFFFF;*/
	color:#F5F5F5;
	/*background-color: #093;*/
	background-color:#6F8923;
		font-family: 'Oxygen-Light';
	box-shadow:none;
	transition: 0.6s ease-in-out;
}
.link-button p {
	padding-top:0px;
	margin-top:4px;
}
.link-example {
	font-family: 'Oxygen-Bold';
	color: #000000;
	padding:0px 5px;
}
header img {
    border: none;/*for IE to stop border on linked logo*/
}
body {
	background-color:#FFF;
	background-color:rgba(255, 99, 71, 0.1);
	background-color:#F5F5F5;
	font-family: 'Oxygen-Light', sans-serif;
	/*For bottom of the page footer*/
	position: relative;
    margin: 0;
    padding-bottom: 2rem;
    min-height: 100%;
	/*end of for bottom of page footer*/

}
.select {
	-webkit-user-select: text;
    -moz-user-select: text;   
    -ms-user-select: text; 
    user-select: text;    
}
h1 {
	font-family:'itsadzokeS03';
	letter-spacing:0.025em;
	font-size:5em;
	line-height:1em;
    font-weight: lighter;
	margin-top:20px;
	padding:30px 20px 10px;
	text-align: center;
	width:100%;/*for IE10*/
}
.h1-wrap {
	width:100%;/*for IE H1 to wrap correctly*/
}
.fade {
	 -webkit-animation-name: fade; 
    -webkit-animation-duration: 5s; 
    animation-name: fade;
    animation-duration: 6s;
}
@-webkit-keyframes fade {
    to {color: #000000;}
    from {color: #FFFFFF;}
}
@keyframes fade {
    to {color:#000000;}
    from {color:#FFFFFF;}
}
h2 {
	font-size:2.6em;
	line-height:1.6em;
    font-weight: 500;
	margin-top:20px;
	padding:10px 20px 10px;
	text-align: center;
	width:100%;/*for IE10*/
}

h3 {
	font-size:1.8em;
	color:#5E605C;
	line-height:1.2em;
    font-weight:lighter;
	padding:0px 20px 10px;
	text-align: center;
	width:100%;/*for IE10*/
}
.dash {
	font-family:'itsadzokeS03';
	font-weight: lighter;
}

p {
	font-size:1.4em;
	max-width: 1000px;
	width:100%; /*for IE10*/
	padding-bottom:10px;
}
.p-center {
	text-align:center;
}


#wrapper {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	
	padding: 0px 10px;
	margin: 0px 10px;
	min-height:100vh;

}
.border {
	border: 2px solid #cc9999;
	background-color:rgb(255,255,255);
	min-height:100vh;
	max-width: 1400px;
	width:100%; /*need for IE*/
	padding:20px;
	margin:20px;
	background-color:#FFF;
}

 header {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	 -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
	  -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	color:#33352d;
	width:100%;
    max-width:1400px;
	-webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;   
    user-select: none;    
}


 main {
	padding: 10px 10px 10px;
	margin-bottom:40px; /*because footer has been taken out of the flow*/
	width:100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display:flex;
	-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	width:100%;
    max-width:1400px;
	-webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;   
    user-select: none;    
}

ul {
	font-size:1.4em;
	list-style-type: disc;
	list-style-position: inside;
	width:100%;
	max-width: 860px;
}
li {
	padding-bottom:10px;
}
.strong {
	font-weight:bold;
}
.arrow {
   
	font-size: 3em;
	/*color:#33352D;*/
	text-align: center;
}

.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s ;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }

}
/*-----------Here is the accordion--------------------*/
.accordion-container{
	max-width:1000px;
	width:100%;/*---for IE-----*/
}
.accordion-container h3 {
}
button.accordion{
	width:100%;
	cursor: pointer;
	font-family: 'Oxygen-Light';
	font-size:2.6em;
	line-height:1.2em;
	padding:10px 20px 10px;
	text-align: center;
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	border-radius:10px;
    outline: none;
    transition: 0.4s;
    background-color:#FFFFFF;
}

button::-moz-focus-inner {
  border: 0;
}
button.accordion.active, button.accordion:hover {
	outline: none;
}
button.accordion:after {
    content: '\02795';
	font-family:'itsadzokeS03';
	font-weight: lighter;
	font-size:0.4em;
    float: right;
    margin-left: 5px;
}
button.accordion.active:after {
    content: "\2796";
	font-family:'itsadzokeS03';
    font-weight: lighter;
	font-size:0.4em;
}
div.content{
	padding-top:5px;
	padding-bottom:5px;
	max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	padding-left:24px;
	padding-right:24px;
	margin-left:10px;
	margin-right:10px;

}
div.content.show{
	opacity: 1;
    max-height: 9000px;  /*need to check this height if content changed*/
	border-left:1px solid #000000;
	border-right:1px solid #000000;
	padding-left:24px;
	padding-right:24px;
	margin-left:10px;
	margin-right:10px;
}
.bottom-border {
	border-bottom:1px solid #000000;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
/*------------------------this is the END accordion--------------------------------*/
/*-----------------portfolio----------------------*/
.example {
	width:100%;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	margin-top:20px;
}
.example-padding img {
	padding:20px;
}
.example ul {
	list-style-position: inside;
}
/*-----------------------------------------------------------------------------*/
/*-----------------------this is the mySlides slide show----------------------------*/
.slideshow {
	width:100%;/*--for IE10-----*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	
	padding:20px 0px;
}
.slideshow figure {
	max-width:80%;
	position:relative;
}
.mySlides{
	width:100%;
	text-align:center;
}
.mySlides-btn-left{
	position:absolute;
	top:45%;
	left:-26px;
	font-size:1.6em;
	color: #000000;
	cursor: pointer;
	padding:2em;
	margin:-2em;
	z-index: 1;
}
.mySlides-btn-right{
	position:absolute;
	top:45%;
	right:-26px;
	font-size:1.6em;
	color: #000000;
	cursor: pointer;
	padding:2em;
	margin:-2em;
	z-index: 1;
}
figure img {
	max-width: 100%;
	height:auto;
	border-radius: 8px;
    border: 1px solid black;
	
	
}
.fig-pad {
	padding-top:8px;
	padding-bottom:14px;
	
}
/*------------------------------------------------*/
/*Art page*/


.art-contain{


}
.art-photo-box img {
	max-width: 80%;
	 padding:5%;
   border:10px solid #d1c1b3;
   background-color:#000;
   margin: 20px;
       box-shadow:
  0 2.8px 2.2px rgba(0, 0, 0, 0.034),
  0 6.7px 5.3px rgba(0, 0, 0, 0.048),
  0 12.5px 10px rgba(0, 0, 0, 0.06),
  0 22.3px 17.9px rgba(0, 0, 0, 0.072),
  0 41.8px 33.4px rgba(0, 0, 0, 0.086),
  0 100px 80px rgba(0, 0, 0, 0.12);

}
.art-center img {
	margin:auto;
	max-width:600px;
    padding: 10px;
	
}

/*----------------------------End Art page--------------------------*/

footer {
	font-size: .9em;
	color:rgb(0,0,0);
	text-align:center;
  /*for bottom of the page footer*/
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	/*end for bottom of the page footer*/
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	 -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}
/*-------------------------------------------------------------------------------*/
@media screen and (min-width: 1700px) {
	body {
	background-color:#F5F5F5;
	background-image: url(../images/heart_background.png);
	background-repeat:no-repeat;
	}
	
}
@media screen and (max-width: 720px) {
	body {
		font-size:.8em;
	}
	h1 {
		margin-top:10px;
	    padding:10px 10px 10px;
	}
	.arrow {
	font-size: 2.6em;
	}
	.link-button {
	/*font-size:2.6em;*/
	font-size:4em;

	/*padding:0px 10px 0px;*/
	padding:0px 10px 6px;
	}
	
	h2 {
		font-size:2.2em;
		margin-top:0px;
	    padding:10px 0px 10px;
	}
	button.accordion{
    padding: 18px;
	font-size:2.2em;
	}

	.border {
		margin:12px 6px 6px;
	}
	#wrapper {
		padding:0px;
	}
	
	.example ul {
	list-style-position: outside;
	padding-left:20px;
	}
	div.content{
		padding-left:18px;
		padding-right:18px;
	}
	div.content.show{
		padding-left:18px;
		padding-right:18px;
	}
	.art-center img {
	margin:auto;
	max-width:500px;
    padding: 10px;
	
}



}

@media screen and (max-width: 600px) {
		.art-center img {
	margin:auto;
	max-width:450px;
    padding: 10px;
	
}
}
@media screen and (max-width: 500px) {
	h1 {
		font-size:4.2em;
	}
	h3 {
	font-size:1.6em;
	line-height:1.2em;
	padding:0px 0px 10px;
	text-align: center;
}
	.arrow {

	font-size: 2.6em;
	}
	
	.border {
		padding:10px;
	    margin:10px;
	}
	 main {
	padding: 10px 0px 10px;
	 }
	 button.accordion{
	font-size:2em;
	line-height:1em;
	padding:6px 10px 6px;
    }
	p {
		padding:4px 2px;
	}
	div.content{
		padding-left:8px;
		padding-right:8px;
		margin-left:5px;
		margin-right:5px;

	}
	div.content.show{
		padding-left:8px;
		padding-right:8px;
		margin-left:5px;
		margin-right:5px;
	}
	.art-center img {
	margin:auto;
	max-width:300px;
    padding: 10px;
	
}

}
@media screen and (max-width: 380px) {
	body {
		font-size:0.8em;
	}
	h1 {
		font-size:3em;
	}
	a:hover .link-example{
		font-family: 'Oxygen-Bold';
		font-size:0.8em;
		color:#FFFFFF;
		background-color:#000000;
	}

	.link-example {
		font-family: 'Oxygen-Bold';
		font-size:0.8em;
		color: #000000;
		padding:0px 2px;
	}
	.p-center {
	text-align:left;
	}
		.art-center img {
	margin:auto;
	max-width:200px;
    padding: 10px;
	
}

}
	
@media screen and (max-width: 260px) {
	body {
	font-size:.6em;
	}
	header img {
	width:117px;/*need the width and the height to centre in IE*/
	height:95px;
	}
	.example img {
		display:none;
	}
	.example p {
		padding:2px 0px;
	}
	div.content{
		padding-left:6px;
		padding-right:6px;
		margin-left:4px;
		margin-right:4px;

	}
	div.content.show{
		padding-left:6px;
		padding-right:6px;
		margin-left:4px;
		margin-right:4px;
	}


}