/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
li, ul {
	list-style-type: none;
}

html,body {
	margin:0;
	padding:0;
	height: 100%;
}

body{
	background-color: rgb(247, 242, 242);
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}



a { color: inherit; } 

#myBtn {
	display: none; /* Hidden by default */
	position: fixed; /* Fixed/sticky position */
	bottom: 20px; /* Place the button at the bottom of the page */
	right: 30px; /* Place the button 30px from the right */
	z-index: 99; /* Make sure it does not overlap */
	border: none; /* Remove borders */
	outline: none; /* Remove outline */
	background-color: rgb(207, 207, 207); /* Set a background color */
	color: white; /* Text color */
	cursor: pointer; /* Add a mouse pointer on hover */
	padding: 15px; /* Some padding */
	border-radius: 10px; /* Rounded corners */
	font-size: 18px; /* Increase font size */
}
  
#myBtn:hover {
	background-color: #555; /* Add a dark-grey background on hover */
}
  

.banner {
	margin-top: 0px;
	width: 100%;
	color: #fff;
	height: 100px;
	margin-bottom: 0px;
}


.banner h1 {
	font-size:4vw;
	margin: 35px 0;
	z-index:1001;
	position: absolute;
	padding: 8px;
}

.banner h1:hover {
	color:rgb(190, 190, 190)
}


.banner p {
	font-size:2vw;
	margin: 55px 0;
	text-align: left;
	position: absolute;
	z-index: 1001;
	padding: 8px;

}

img {
	max-width:100%;
}

h1, p, a, .nav li, .nav ul, #subtitle, #synopsis {
	font-family: 'Roboto', sans-serif;
}

#subtitle {
	color: #303030;
	margin: 0;
	font-size:2vw;
	padding: 5px;
	font-weight: bold;
}

#synopsis {
	color: #303030;
	margin: 0 0 20px 0;
	font-size: .9vw;
	width: 100%;
	padding: 5px 5px 0 5px;
}

button {
	background-color: Transparent;
}
#synopsis a:hover {
	font-weight:bold;
}

.featuredimg{
	width: 100%;
	position: relative;
	z-index: 1000;
}

nav {
	width: 100%;
}


.accordion {
	width:100%;
	list-style: none; 
	color: #303030;
	cursor: pointer;
	padding: 5px;
	border: none;
	text-align: left;
	outline: none;
	font-size: 1.85vw;
	transition: 0.4s;
	font-weight: bold;
  }

.active, .accordion:hover {
	background-color: rgb(231, 231, 231);
	color: #505050;
}
  
.accordion:after {
	content: '\002B';
	color: rgb(124, 124, 124);
	font-weight: bold;
	float: right;
	margin-left: 5px;
	margin-right: 15px;
}
  
.active:after {
	content: "\2212";
	color: rgb(197, 197, 197);
  }

  .panel {
	text-align: justify;
	padding: 0 18px 0 5px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	font-size: 1.5vw;
	color: rgb(55, 55, 55);
  }

.panel a {
	text-decoration:none;
}



.panel #submenu:hover {
	font-weight: bold;
	color: #ff0000;

}

.panel #submenu:after {
	font-weight: bold;
}

.panel #activemenu {
	max-height: 100%;
}

#main-body {
	border-top: 1px solid rgb(207, 207, 207);

}

.text-box {
	margin-top: 0px;
	margin-bottom: 10px;
	height:100%;
	text-align: left;

}

.bio-text {
	width: 100%;
	padding: 5px;
	margin-bottom: 7px;
}

.bio-text1 p {
	font-weight: bold;
	padding: 5px;

}
.bio-text1 p{
	font-size: 1.85vw;
}

.bio-text p{
	font-size: 1.85vw;
	padding-right: 5px;
}

.about-section {
	border-top: 1px solid rgb(207, 207, 207);
}

#gallery-main {
	margin-top: 0px;
	border-top: 1px solid rgb(207, 207, 207);
}
#gallery-main img{
	margin-bottom:20px;
}

footer {
	position: absolute;
	width:100%;
	color: #282828;
	margin-bottom: 0;
}

  
footer p {
	  margin-top: 5%;
	  text-align: center;
	  font-size: 1.5vw;
}

.logos img{
	padding: 5px;
	width: 9vw;
	margin-left: 5px;
  	margin-right: auto;
	border: 2px solid rgb(185, 185, 185);
}


.slideshow,
.slideshow:after { 
	overflow: hidden;
    position: absolute;
	width: 100%;
	height: 100px;
    top: 0px;
    left: 0px;
	z-index: 0;
}
.slideshow:after { 
    content: '';
    background: transparent url(../img/pattern.png) repeat top left; 
}

.slideshow li span { 
	width: 100%;
	height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 66s linear infinite 0s;
    -moz-animation: imageAnimation 66s linear infinite 0s;
    -o-animation: imageAnimation 66s linear infinite 0s;
    -ms-animation: imageAnimation 66s linear infinite 0s;
	animation: imageAnimation 66s linear infinite 0s;
}

.slideshow li:nth-child(1) span { 
    background-image: url(../img/slide/1.jpg);
}

.slideshow li:nth-child(2) span { 
    background-image: url(../img/slide/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.slideshow li:nth-child(3) span { 
    background-image: url(../img/slide/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}

.slideshow li:nth-child(4) span { 
    background-image: url(../img/slide/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}

.slideshow li:nth-child(5) span { 
    background-image: url(../img/slide/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s;
}

.slideshow li:nth-child(6) span { 
    background-image: url(../img/slide/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s;
}

.slideshow li:nth-child(7) span { 
    background-image: url(../img/slide/7.jpg);
    -webkit-animation-delay: 36s;
    -moz-animation-delay: 36s;
    -o-animation-delay: 36s;
    -ms-animation-delay: 36s;
    animation-delay: 36s;
}

.slideshow li:nth-child(8) span { 
    background-image: url(../img/slide/8.jpg);
    -webkit-animation-delay: 42s;
    -moz-animation-delay: 42s;
    -o-animation-delay: 42s;
    -ms-animation-delay: 42s;
    animation-delay: 42s; 
}

.slideshow li:nth-child(9) span { 
    background-image: url(../img/slide/9.jpg);
    -webkit-animation-delay: 48s;
    -moz-animation-delay: 48s;
    -o-animation-delay: 48s;
    -ms-animation-delay: 48s;
    animation-delay: 48s; 
}

.slideshow li:nth-child(10) span { 
    background-image: url(../img/slide/10.jpg);
    -webkit-animation-delay: 54s;
    -moz-animation-delay: 54s;
    -o-animation-delay: 54s;
    -ms-animation-delay: 54s;
    animation-delay: 54s;
}

.slideshow li:nth-child(11) span { 
    background-image: url(../img/slide/11.jpg);
    -webkit-animation-delay: 60s;
    -moz-animation-delay: 60s;
    -o-animation-delay: 60s;
    -ms-animation-delay: 60s;
    animation-delay: 60s;
}

.slideshow li:nth-child(12) span { 
    background-image: url(../img/slide/12.jpg);
    -webkit-animation-delay: 66s;
    -moz-animation-delay: 66s;
    -o-animation-delay: 66s;
    -ms-animation-delay: 66s;
    animation-delay: 66s;
}

@-webkit-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -webkit-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -webkit-transform: scale(1.15);
	}
	100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -moz-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -moz-transform: scale(1.15);
	}
	100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -o-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -o-transform: scale(1.15);
	}
	100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    -ms-transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    -ms-transform: scale(1.15);
	}
	100% { opacity: 0 }
}
@keyframes imageAnimation { 
	0% {
	    opacity: 0;
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    opacity: 1;
	    transform: scale(1.1);
	}
	25% {
	    opacity: 0;
	    transform: scale(1.15);
	}
	100% { opacity: 0 }
}

  /*-----------------------------------------------------------------------------
Grid
-----------------------------------------------------------------------------*/
.container {
	width: 100%;
	margin: 0 auto 0 auto;
	max-width: 1200px;
	box-sizing: border-box;
}
.row {
	border: #9b59b6;
	overflow: hidden;
}
.col-12 {
	float: left;
	width: 100%;
	box-sizing: border-box;
}
.col-11 {
	float: left;
	width: 91.66666667%;
	box-sizing: border-box;
}
.col-10 {
	float: left;
	width: 83.33333333%;
	box-sizing: border-box;
}
.col-9 {
	float: left;
	width: 75%;
	box-sizing: border-box;
}
.col-8 {
	float: left;
	width: 66.66666667%;
	box-sizing: border-box;
}
.col-7 {
	float: left;
	width: 58.33333333%;
	box-sizing: border-box;
}
.col-6 {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.col-5 {
	float: left;
	width: 41.66666667%;
	box-sizing: border-box;
}
.col-4 {
	float: left;
	width: 33.33333333%;
	box-sizing: border-box;
}
.col-3 {
	float: left;
	width: 25%;
	box-sizing: border-box;
}
.col-2 {
	float: left;
	width: 16.66666667%;
	box-sizing: border-box;
}
.col-1 {
	float: left;
	width: 8.33333333%;
	box-sizing: border-box;
}

/**************
RESPONSIVE GRID
**************/

@media all and (min-width: 400px) {
	.banner {
		margin-top: 0px;
		height: 175px;
		margin-bottom: 0;
		padding-left: 8px;
	}
	.slideshow,
	.slideshow:after {
		height: 175px;
	}
	.slideshow li span { 
		height: 175px;
	}
	.banner h1 {
		font-size:4vw;
		margin: 65px 0;
	}
	.banner p {
		font-size:2vw;
		margin: 95px 0;
	}
	#subtitle {
		margin-top: 30px;
		font-size: 1.9vw;
	}
	#synopsis {
		font-size: 1.5vw;
	}

	.accordion {
		font-size: 1.9vw;
	}

	.panel {
		font-size: 1.5vw;
	}
	.bio-text p{
		font-size: 1.5vw;
	}

	.bio-text1 p{
		font-size: 1.7vw;
	}
	.text-box {
		margin-top: 10px;
	}

	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
	  
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1.5vw;
	}
}    

@media all and (min-width: 768px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding-left: 8px;

	}
	.banner h1 {
		font-size:3.2vw;
		margin: 75px 0;
	}
	.banner p {
		font-size:2vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;
		font-size: 1.5vw;
	}
	#synopsis {
		font-size: 1.2vw;
	}
	.accordion {
		font-size: 1.5vw;
	}
	.panel {
		font-size: 1.2vw;
	}
	.bio-text p{
		font-size: 1.2vw;
	}

	.bio-text1 p{
		font-size: 1.4vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}

	
	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
	  
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1.5vw;
	}
	
}   

@media all and (min-width: 768px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding-left: 8px;

	}
	.banner h1 {
		font-size:3.2vw;
		margin: 75px 0;
	}
	.banner p {
		font-size:2vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;
		font-size: 1.5vw;
	}
	#synopsis {
		font-size: 1.2vw;
	}
	.accordion {
		font-size: 1.5vw;
	}
	.panel {
		font-size: 1.2vw;
	}
	.bio-text p{
		font-size: 1.2vw;
	}

	.bio-text1 p{
		font-size: 1.4vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}

	
	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
	  
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1.5vw;
	}
	
}   



@media all and (min-width: 1060px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding: 0;

	}
	.banner h1 {
		font-size:2.75vw;
		margin: 75px 0;
	}
	.banner p {
		font-size:1.5vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;

		font-size: 1.15vw;
	}
	#synopsis {
		font-size: .85vw;
	}
	.accordion {
		font-size: 1.2vw;
	}
	.panel {
		font-size: .85vw;
	}

	.bio-text p{
		font-size: 1.15vw;
	}

	.bio-text1 p{
		font-size: 1.1vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}
	
	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
	  
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1vw;
	}
}    

@media all and (min-width: 1300px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding: 0;

	}
	.banner h1 {
		font-size:2.75vw;
		margin: 75px 0;
	}
	.banner p {
		font-size:1.5vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;
		font-size: 0.85vw;
	}
	#synopsis {
		font-size: 1vw;
	}
	.accordion {
		font-size: 0.95vw;
	}
	.panel {
		font-size: .85vw;
	}

	.bio-text p{
		font-size: 1vw;
	}

	.bio-text1 p{
		font-size: 1.1vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}
	
	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
	  
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1vw;
	}
}    

@media all and (min-width: 1600px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding: 0;
	}
	.banner h1 {
		font-size:2vw;
		margin: 75px 0;
	}
	.banner p {
		font-size:1.3vw;
		margin: 120px 0;
	}

	.slideshow,
	.slideshow:after {
		height: 225px;
	}

	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;
		font-size: 0.8vw;
	}
	#synopsis {
		font-size: 0.7vw;
	}
	.accordion {
		font-size: 0.85vw;
	}
	.panel {
		font-size: 0.55vw;
	}
	.bio-text p{
		font-size: 0.65vw;
	}

	.bio-text1 p{
		font-size: 0.7vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}
	
	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
		
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 0.8vw;
	}
}    

@media all and (min-width: 1900px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding: 0;
	}
	.banner h1 {
		font-size:1.7vw;
		margin: 70px 0;
	}
	.banner p {
		font-size:.9vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;

		font-size: 0.70vw;
	}
	#synopsis {
		font-size: 0.6vw;
	}
	.accordion {
		font-size: 0.75vw;
	}
	.panel {
		font-size: 0.55vw;
	  }
	
	.bio-text p{
		font-size: 0.6vw;
	}

	.bio-text1 p{
		font-size: 0.65vw;
	}

	.footnote p {
		font-size: 0.45vw;
	}
}    

@media all and (min-width: 2560px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding: 0;

	}
	.banner h1 {
		font-size:1.5vw;
		margin: 70px 0;
	}
	.banner p {
		font-size:.8vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;

		font-size: 0.5vw;
	}
	#synopsis {
		font-size: 0.40vw;
	}
	.accordion {
		font-size: 0.6vw;
	}
	.panel {
		font-size: 0.40vw;
	}

	.bio-text p{
		font-size: 0.425vw;
	}

	.bio-text1 p{
		font-size: 0.45vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}

	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
		
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1vw;
	}
	.logos img{
		padding: 5px;
		width: 7vw;
		margin-left: 5px;
		margin-right: auto;
		max-width: 1500px;
		border: 2px solid rgb(185, 185, 185);
	}

	.container{
		max-width: 1400px;
	}

}    

@media all and (min-width: 3000px) {
	.banner {
		margin-top: 0px;
		height: 225px;
		margin-bottom: 0;
		padding: 0;

	}
	.banner h1 {
		font-size:1.5vw;
		margin: 60px 0;
	}
	.banner p {
		font-size:.8vw;
		margin: 120px 0;
	}
	.slideshow,
	.slideshow:after {
		height: 225px;
	}
	.slideshow li span { 
		height: 225px;
	}
	#subtitle {
		margin-top: 70px;

		font-size: 0.5vw;
	}
	#synopsis {
		font-size: 0.35vw;
	}
	.accordion {
		font-size: 0.45vw;
	}
	.panel {
		font-size: 0.35vw;
	}
	.bio-text p{
		font-size: 0.4vw;
	}

	.bio-text1 p{
		font-size: 0.45vw;
	}

	.text-box {
		margin-top: 10px;
		margin-bottom: 50px;
		height:100%;
	}
	
	footer {
		margin-top: 2vh;
		position: absolute;
		width:100%;
		color: #282828;
		margin-bottom: 0;
	}
		
	footer p {
		margin-top: 2%;
		margin-bottom:3%;
		text-align: center;
		font-size: 1vw;
	}    

	.logos img{
		padding: 5px;
		width: 7vw;
		margin-left: 5px;
		margin-right: auto;
		border: 2px solid rgb(185, 185, 185);
	}

	.container{
		max-width: 1500px;
	}
}    



