@charset "utf-8";
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}

body {
	margin: 0;
	font-family: actor;
	font-weight: 400;
	font-style: normal;/*	background-image: url(../images/background_skyline3.jpg);*/
/*    background-size: cover;*/
/*    background-attachment: fixed;*/
}

 /* The side navigation menu */
.navToggle {
	display: none;
	margin-left: 20%;
	margin-top: -1.0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 22%;
	position: static;
	width: 1000px;
}

a {
	color: #252525;
	text-decoration: none;
	font-weight: 400;
	top: 0px;
}

a:visited {
	color: #ADADAD;
}
a:hover, a:active, a:focus {
    color: #ADADAD;
    text-decoration: underline;
}
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 87px;
}
.headerLogoA {
	height: 145%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: 2px;
	top: -24px;
	margin-left: 40%;
	padding-left: 0px;
	right: 0px;
}
header p {
	color: rgba(99,99,99,0.00);
	font-style: normal;
	font-weight: 400;
	margin-top: 3em;
	margin-left: 2%;
	font-family: didact-gothic;
}
h2 {
	color: #252525;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-top: -26px;
}
h3 {
	color: #252525;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	margin-bottom: 32px;
	margin-top: 54px;
}
h4 {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 2.5em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 51px;
	padding-top: 0px;
	padding-bottom: 7px;
	padding-right: 0px;
	padding-left: 0px;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
h5 {
	color: #252525;
	font-family: didact-gothic;
	font-style: italic;
	font-weight: 400;
	font-size: 1.5em;
	margin-left: 50px;
	margin-bottom: 5px;
	margin-top: 54px;
	width: 650px;
}
.servicesTitle {
	color: #252525;
	font-family: didact-gothic;
	font-style: italic;
	font-weight: 400;
	font-size: 1.0em;
	margin-left: 150px;
	margin-bottom: 5px;
	margin-top: 54px;
	width: 450px;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 310px 150px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 14%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	/*	background-color: #E8E8E8;*/
	position: relative;
	top: 10px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
/*    menu tab background */
	display: block;
	width: 100%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
/*	background-color: #c2c2c2;*/
/*	background-color: #858585;*/
	color: #f3edfa;
	padding: .4em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#navlinks {
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	padding: -10px;*/
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
/*	color: #C2C2C2;*/
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
/*    menu selected */
	color: white;
    background-color: #64468c;
/*	background-color: #0c031a;*/
/*	background-color: #404040;*/
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}
#hero {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	top: 14px;
}
#hero h2 {
    position: absolute;
    top: 0%;
    color: white;
    font-size: 1.5em;
    width: 50%;
    left: 3%;
    text-shadow: 2px 2px 6px rgba(82,82,82,0.78);
}
#hero img {
	max-width: 100%;
	border-top-left-radius: 0px;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: auto;
	max-width: 960px;
	padding: 0 2%;
	color: #989898;
	width: 50%;
	position: relative;
	height: 50%;
	top: 0px;
	left: -61px;
}
.additional {
	margin: 0 auto;
	margin-top: 280px;
	margin-left: 60px;
	max-width: 90%;
	color: #989898;
	width: 80%;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 15%;
	text-align: left;
	font-size: 1.2em;
}
.additionalEvent {
	margin-left: -1%;
	max-width: 730px;
	color: #989898;
	width: 510px;
	position: relative;
}
.servicesEvent {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 12%;
	text-align: left;
	font-size: 1.3em;
}
.description {
	position: absolute;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 33px;
	padding-bottom: 138px;
}
.subparagraph {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 86px;
	padding-bottom: 224px;
	margin-top: 87px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -20px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 700px;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 700px;
	left: 128px;
}
.photo {
	float: left;
	margin-left: 10px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 1000%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 5%;
	left: 2%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}

input[type=text], select, textarea {
    width: 100%;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 0px;
    resize: vertical;
}

input[type=submit] {
    background-color: #7B49D3;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #CEB0F5;
}


article {
    margin: 0 auto;
    max-width: 960px;
    padding: 0 2%;
}
.intro h2 {
    margin-top: 1em;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 10%;
	margin-top: 2%;
	max-width: 770px;
}
.maincontent {
	color: #989898;
    overflow: hidden;
}
.intro h2, .maincontent h2, .maincontent h3 {
    margin-bottom: 0.05em;
    margin-top: 0;
}
.intro h2, .maincontent h2 {
    font-size: 2em;
}
.maincontent section {
    font-size: 0.9em;
}
.maincontent img {
	width: 100%;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	font-style: normal;
	font-weight: 400;
}
.maincontent p {
	width: 100%;
	display: block;
	margin: 0 auto;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 1.0em;
    margin-top: 0.1em;
}
.subpage section {
	font-size: 0.9em;
	width: 0px;
}
.subpage img {
	width: 100%;
	border-radius: 8px;
	display: block;
	margin: 0 auto;
	font-style: normal;
	font-weight: 400;
}

.subpage p {
	width: 69%;
	display: block;
	margin: 0 auto;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	margin-bottom: 1.0em;
	margin-top: 0.1em;
	top: 0px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 7%;
	font-weight: 400;
	position: relative;
}

.quotes1 {
	color: rgba(42,42,89,1.00);
	font-family: didact-gothic;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 13.5%;
	margin-top: -11.5%;
	position: relative;
}
.author1 {
	color: rgba(170,170,170,1.00);
	font-family: didact-gothic;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 73%;
	position: absolute;
}

.quotes2 {
	color: rgba(42,42,89,1.00);
	font-family: didact-gothic;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 13.5%;
	margin-top: -7%;
	position: relative;
}
.author2 {
	color: rgba(170,170,170,1.00);
	font-family: didact-gothic;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 73%;
	position: absolute;
}

.quotes3 {
	color: rgba(42,42,89,1.00);
	font-family: didact-gothic;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 13.5%;
	margin-top: -7%;
	position: relative;
}
.author3 {
	color: rgba(170,170,170,1.00);
	font-family: didact-gothic;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 73%;
	position: absolute;
}

.quotes4 {
	color: rgba(42,42,89,1.00);
	font-family: didact-gothic;
	font-style: italic;
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 13.5%;
	margin-top: -5%;
	position: relative;
}
.author4 {
	color: rgba(170,170,170,1.00);
	font-family: didact-gothic;
	font-size: 1.0em;
	font-style: normal;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 73%;
	position: absolute;

}



/*ul.double li{
	display: inline-block;
	width: 500px;
	margin-right: 44px;
	margin-left: -13px;
}*/
.clearleft {
    clear: left;
}
#about {
	color: #8C8C8C;
	max-width: 2500px;
	margin-top: 18px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 18px;
}
#about h2 {
	color: #1C1C1C;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 2em;
}
footer {
	margin: 0 auto;
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 20%;
	position: static;
	width: 325px;
}
footer ul {
    width: 240px;
    margin: 0 auto;
    padding: 1em 0;
    list-style: none;
}
footer li a {
    display: block;
    width: 30px;
    float: left;
    margin: 0 15px;
}
footer img {
    border-radius: 50%;
    max-width: 100%;
}
footer p {
	padding: 0.5em 3em;
	clear: left;
	font-size: 0.75em;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 550px;
	left: 196px;
	position: relative;
	top: 86px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	margin-left: 0px;
	margin-top: 8px;
	bottom: auto;
}

formStyle {
	width: 100%;
}
.container #form1 #name {
	width: 50%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.container #form1 #email {
	width: 50%;
	padding-bottom: 5px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.container #form1 #comments {
	width: 95%;
	padding-bottom: 5px;
}
.container #form1 label {
	font-style: italic;
	font-weight: 400;
	font-size: 1em;
	font-variant: normal;
}
.event .subparagraph p {
	margin-left: -45px;
	margin-top: 24px;
}
.double {
	margin-left: -31px;
	margin-top: 8px;
}
h4 i small {
	color: rgba(255,255,255,1.00);
}
.carousel {
	width: 55%;
	height: auto;
	align-content: center;
	margin: auto;
}

.sidenav {
    height: 60%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 17.2%; /* Stay at the top */
    left: 0;
    background-color: #402C59; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 45px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */

.sidenav a {
    padding: 8px 8px 8px 32px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
    text-decoration: none;
    font-size: 25px;
    color: #C9B9DE;
    display: block;
    transition: 0.3s;
	letter-spacing: 0.05em;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 3%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 70%;
	clear: both;
	position: absolute;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
} 
@media (min-width: 374px) {
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 87px;
}
.headerLogoA {
	height: 145%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: 2px;
	top: -24px;
	margin-left: 40%;
	padding-left: 0px;
	right: 0px;
}
.navToggle {
	display: inherit;
	margin-left: 20%;
	margin-top: -1.0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: none;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	/*	background-color: #E8E8E8;*/
	position: relative;
	top: 10px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
/*    menu tab background */
	display: block;
	width: 100%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
/*	background-color: #c2c2c2;*/
/*	background-color: #858585;*/
	color: #f3edfa;
	padding: .4em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#navlinks {
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	padding: -10px;*/
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
/*    menu selected */
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header h1 img {
    left: 0;
}
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 960px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 3%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 74%;
	clear: both;
	position: absolute;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.8em;
	color: #FFFFFF;
	background-size: 310px 90px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 7%;
	padding-top: 0%;
	padding-right: 10%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 73.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 73.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: auto;
	max-width: 960px;
	padding: 0 2%;
	color: #989898;
	width: 50%;
	position: relative;
	height: 50%;
	top: 0px;
	left: -61px;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 590px;
	left: 55%;
}
.photo {
	float: left;
	margin-left: 0%;
	margin-top: 1%;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 7%;
	margin-left: 26%;
	width: 80%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}
.maincontent section {
    width: 33.3%;
    padding-right: 2%;
    float: left;
}

.event.description {
	position: absolute;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: actor;
	font-weight: 400;
}
.event.subparagraph {
	position: absolute;
	bottom: 0px;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: actor;
	font-weight: 400;
	margin-top: 75px;
	clear: both;
	top: -8px;
	float: none;
}
.event.event.header {
	position: absolute;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: dancing-script;
	font-weight: 400;
}
.description, .description h2 {
    color: white;
}
.sectionRightContact {
	width: 64%;
	float: right;
	margin-right: 3%;
	margin-top: -470px;
	margin-left: 57%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	/*background-image: -webkit-linear-gradient(270deg,rgba(253,252,252,1.00) 16.39%,rgba(255,255,255,0.25) 100%);*/
	/*background-image: -moz-linear-gradient(270deg,rgba(253,252,252,1.00) 16.39%,rgba(255,255,255,0.25) 100%);*/
	/*background-image: -o-linear-gradient(270deg,rgba(253,252,252,1.00) 16.39%,rgba(255,255,255,0.25) 100%);*/
	/*background-image: linear-gradient(180deg,rgba(253,252,252,1.00) 16.39%,rgba(255,255,255,0.25) 100%);*/
	border-top-right-radius: 25px;
	margin-bottom: 100px;
	position: relative;
	}
	
.asideAddress {
	/*float: left;*/
	margin-left: 90px;
	clear: both;
	position: relative;
	left: 142px;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 0px;
	padding-top: 0px;
	top: 36px;
	font-size: 1.5em;
	color: rgba(110,110,110,1.00);
}

fromStyle {
}
#contact article {
	background-color: white;
	background-color: rgba(255,255,255,0.80);
	width: 95%;
	padding: 1em 2em;
	border-radius: 12px;
	max-width: 700px;
	background-position: 100px 77px;
	background-size: contain;
	margin-top: -424px;
}
#contact h2 {
    margin-top: 0;
}
#contact p:first-of-type {
    color: #3A3A3A;
	font-size: 1.3em;
    line-height: 1.4;
}
h6 {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	bottom: 1px;
	margin-bottom: 21px;
}
.container form label {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	padding-top: 10px;
	padding-bottom: 0px;
}
.sectionRight {
	margin-left: 297px;
	margin-top: 134px;
}
.footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 20%;
	margin-left: 0%;
	position: static;
	width: 375px;
}
}
@media (min-width: 320px) and (max-width: 374px){
	/*iPhone6, 7, 8 Plus Portrait */
	
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.headerLogoA {
	height: 130%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: -8%;
	top: -2%;
	margin-left: 37%;
}
.navToggle {
	display: inherit;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: none;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	position: relative;
	top: -30px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
	display: block;
	width: 0%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
	color: #f3edfa;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px		
}
#navlinks {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 767px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 3%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 73%;
	clear: both;
	position: absolute;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	width: 320px;
	margin-right: auto;
	margin-top: -14%;
	margin-left: -3%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro h5 {
	font-size: 1.3em;
	margin-left: 8px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 320px;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 3%;
	margin-top: 2%;
	max-width: 340px;
	padding-bottom: 3%;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 320px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 145px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -210px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 15%;
}
.photo {
	float: left;
	margin-left: 2%;
	margin-top: 4%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 29%;
	height: 27%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 0.9em;
	clear: none;
	margin-top: 5%;
	margin-left: 33%;
	width: 62%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.4px;
}
.additional {
	margin: 0 auto;
	margin-top: 175px;
	margin-left: -20px;
	max-width: 530px;
	color: #989898;
	width: 330px;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 16%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: 3%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: -0%;
	width: 330px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}
.carousel {
	width: 90%;
	height: auto;
	align-content: center;
	margin: auto;
}

.asideAddress {
	/*float: left;*/
	margin-left: 5%;
	margin-top: 4%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 80%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: -10%;
	margin-top: 5%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 15px;
	padding-bottom: 0px;
	width: 300px;
	left: 20px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 30%;
	margin-left: -15%;
	position: static;
	width: 340px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 3.5em;
	margin-left: -2%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 350px;
	margin-left: 7%;
	margin-top: -23%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -12%;
	margin-left: 40%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -4%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 40%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -5%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 38%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 40%;
}
}

@media (min-width: 375px) and (max-width: 389px){
	/*iPhone6, 7, 8 Plus Portrait */
	
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.headerLogoA {
	height: 130%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: -8%;
	top: -2%;
	margin-left: 42%;
}
.navToggle {
	display: inherit;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: none;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	position: relative;
	top: -30px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
	display: block;
	width: 0%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
	color: #f3edfa;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px		
}
#navlinks {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 767px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 5%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 79%;
	clear: both;
	position: absolute;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	width: 375px;
	margin-right: auto;
	margin-top: -12%;
	margin-left: -1%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro h5 {
	font-size: 1.5em;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 300px;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 3%;
	margin-top: 2%;
	max-width: 340px;
	padding-bottom: 3%;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 350px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 145px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -179px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 15%;
}
.photo {
	float: left;
	margin-left: 6%;
	margin-top: 1%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 28%;
	height: 28%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 1%;
	margin-left: 38%;
	width: 58%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.6px;
}
.additional {
	margin: 0 auto;
	margin-top: 175px;
	margin-left: -20px;
	max-width: 530px;
	color: #989898;
	width: 330px;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 24%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: 3%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: -0%;
	width: 330px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}
.carousel {
	width: 90%;
	height: auto;
	align-content: center;
	margin: auto;
}

.asideAddress {
	/*float: left;*/
	margin-left: -19%;
	margin-top: -10%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: 0%;
	margin-top: -2%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 360px;
	left: 20px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 24%;
	margin-left: -15%;
	position: static;
	width: 413px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 3.5em;
	margin-left: -2%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -22%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -9%;
	margin-left: 53%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -4%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 53%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -5%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 46%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 53%;
}
}

@media (min-width: 390px) and (max-width: 413px){
	/*iPhone6, 7, 8 Plus Portrait */
	
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.headerLogoA {
	height: 130%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: -8%;
	top: -2%;
	margin-left: 40%;
}
.navToggle {
	display: inherit;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: none;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	position: relative;
	top: -30px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
	display: block;
	width: 0%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
	color: #f3edfa;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px		
}
#navlinks {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 767px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 5%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 77%;
	clear: both;
	position: absolute;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	width: 375px;
	margin-right: auto;
	margin-top: -12%;
	margin-left: -1%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro h5 {
	font-size: 1.5em;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 300px;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 3%;
	margin-top: 2%;
	max-width: 340px;
	padding-bottom: 3%;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 320px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 145px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -179px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 10%;
}
.photo {
	float: left;
	margin-left: -1%;
	margin-top: 2%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 31%;
	height: 28%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 1%;
	margin-left: 30%;
	width: 70%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.6px;
}
.additional {
	margin: 0 auto;
	margin-top: 175px;
	margin-left: 5px;
	max-width: 530px;
	color: #989898;
	width: 330px;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 17%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: 3%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: -0%;
	width: 330px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}
.carousel {
	width: 90%;
	height: auto;
	align-content: center;
	margin: auto;
}

.asideAddress {
	/*float: left;*/
	margin-left: -34%;
	margin-top: -10%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 70%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1.0px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: -4%;
	margin-top: 16%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 340px;
	left: 20px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 38%;
	margin-left: -7%;
	position: static;
	width: 390px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 4.0em;
	margin-left: -2%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -22%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -9%;
	margin-left: 53%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -4%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 53%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -5%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 46%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 370px;
	margin-left: 7%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 53%;
}
}
@media (min-width: 414px) and (max-width: 510px){
	/*iPhone6, 7, 8 Plus Portrait */
	
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.headerLogoA {
	height: 130%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: -9%;
	top: -2%;
	margin-left: 42%;
}
.navToggle {
	display: inherit;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: none;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	position: relative;
	top: -30px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
	display: block;
	width: 0%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
	color: #f3edfa;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px		
}
#navlinks {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 767px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 7%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 76%;
	clear: both;
	position: absolute;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	width: 460px;
	margin-right: auto;
	margin-top: -9%;
	margin-left: -1%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro h5 {
	font-size: 1.5em;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 380px;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 3%;
	margin-top: 2%;
	max-width: 390px;
	padding-bottom: 3%;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 350px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 145px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -179px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 15%;
}
.photo {
	float: left;
	margin-left: 6%;
	margin-top: 1%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 28%;
	height: 28%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 1%;
	margin-left: 38%;
	width: 58%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.6px;
}
.additional {
	margin: 0 auto;
	margin-top: 175px;
	margin-left: -20px;
	max-width: 530px;
	color: #989898;
	width: 330px;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 24%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: 3%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: -0%;
	width: 330px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}
.carousel {
	width: 90%;
	height: auto;
	align-content: center;
	margin: auto;
}

.asideAddress {
	/*float: left;*/
	margin-left: -19%;
	margin-top: -10%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: 0%;
	margin-top: -2%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 360px;
	left: 20px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 30%;
	margin-left: -12%;
	position: static;
	width: 470px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 4.5em;
	margin-left: -2%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 360px;
	margin-left: 7%;
	margin-top: -20%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -9%;
	margin-left: 53%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 360px;
	margin-left: 7%;
	margin-top: -4%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -12%;
	margin-left: 53%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 360px;
	margin-left: 7%;
	margin-top: -5%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -12%;
	margin-left: 48%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 360px;
	margin-left: 7%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 53%;
}
}
@media (min-width: 511px) and (max-width: 735px){
	/*iPhone6, 7, 8 Plus Portrait */
	
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 700px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.headerLogoA {
	height: 130%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: -9%;
	top: -2%;
	margin-left: 44%;
}
.navToggle {
	display: inherit;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: none;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	position: relative;
	top: -30px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
	display: block;
	width: 0%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
	color: #f3edfa;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px		
}
#navlinks {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 767px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
#menuBTN{
	margin-top: -2%;
	margin-left: 3%;
	clear: both;
	position: absolute;
}

#mailBTN{
	margin-top: -2%;
	margin-left: 80%;
	clear: both;
	position: absolute;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	width: 520px;
	margin-right: auto;
	margin-top: -8%;
	margin-left: 1%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro h5 {
	font-size: 1.5em;
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 560px;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 3%;
	margin-top: 2%;
	max-width: 550px;
	padding-bottom: 3%;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 390px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 145px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -159px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 15%;
}
.photo {
	float: left;
	margin-left: 6%;
	margin-top: 1%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 28%;
	height: 28%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 2%;
	margin-left: 38%;
	width: 58%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.6px;
}
.additional {
	margin: 0 auto;
	margin-top: 175px;
	margin-left: 20px;
	max-width: 730px;
	color: #989898;
	width: 530px;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 11%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: 3%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: -0%;
	width: 330px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}
.carousel {
	width: 90%;
	height: auto;
	align-content: center;
	margin: auto;
}

.asideAddress {
	/*float: left;*/
	margin-left: -19%;
	margin-top: -8%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: -5%;
	margin-top: 15%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 440px;
	left: 20px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
	
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 30%;
	margin-left: -5%;
	position: static;
	width: 511px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 4.5em;
	margin-left: 1%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 450px;
	margin-left: 8%;
	margin-top: -14%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 58%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 450px;
	margin-left: 8%;
	margin-top: -5%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 58%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 450px;
	margin-left: 8%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 54%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 450px;
	margin-left: 8%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 58%;
}
}
@media (min-width: 736px) and (max-width: 767px){
	/*iPhone6, 7, 8 Plus Portrait iPad Portrait */
	
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 87px;
}
.headerLogoA {
	height: 145%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: 0px;
	top: -24px;
	margin-left: 40%;
	padding-left: 0px;
	right: 0px;
}
.navToggle {
	display: none;
	margin-left: 20%;
	margin-top: -1.0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 2%;
	position: static;
	width: 850px;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	/*	background-color: #E8E8E8;*/
	position: relative;
	top: 10px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
/*    menu tab background */
	display: block;
	width: 100%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
/*	background-color: #c2c2c2;*/
/*	background-color: #858585;*/
	color: #f3edfa;
	padding: .4em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#navlinks {
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	padding: -10px;*/
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
/*	color: #C2C2C2;*/
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
/*    menu selected */
	color: white;
    background-color: #64468c;
/*	background-color: #0c031a;*/
/*	background-color: #404040;*/
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header h1 img {
    left: 0;
}
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 960px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	width: 768px;
	margin-right: auto;
	margin-top: -7%;
	margin-left: 5%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro h5 {
	font-size: 1.5em;
	margin-left: 48px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 600px;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 8%;
	margin-top: 2%;
	max-width: 580px;
	padding-bottom: 3%;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 550px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 165px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -130px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 15%;
}
.photo {
	float: left;
	margin-left: 6%;
	margin-top: 1%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 22%;
	height: 20%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 5%;
	margin-left: 28%;
	width: 58%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.6px;
}
.additional {
	margin: 0 auto;
	margin-top: 195px;
	margin-left: 40px;
	max-width: 530px;
	color: #989898;
	width: 500px;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 24%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: -5%;
	max-width: 300px;
	color: #989898;
	width: 300px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 12%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: 25%;
	width: 800px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
	letter-spacing: -0.8px;
}
.carousel {
	width: 90%;
	height: auto;
	align-content: center;
	margin: auto;
}


.asideAddress {
	/*float: left;*/
	margin-left: -10%;
	margin-top: -2%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: 40%;
	margin-top: -14%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 360px;
	left: 20px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 18%;
	margin-left: -12%;
	position: static;
	width: 833px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 5.0em;
	margin-left: 6%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 570px;
	margin-left: 12%;
	margin-top: -13.2%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 70%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 570px;
	margin-left: 13%;
	margin-top: -5%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 70%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 570px;
	margin-left: 14%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -9%;
	margin-left: 66%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 570px;
	margin-left: 14%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 70%;
}
}

@media (min-width: 768px) and (max-width: 833px){
	/*iPhone8 Plus Landscape, my iPad Portrait*/
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 87px;
}
.headerLogoA {
	height: 145%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: 0px;
	top: -24px;
	margin-left: 40%;
	padding-left: 0px;
	right: 0px;
}
.navToggle {
	display: none;
	margin-left: 20%;
	margin-top: -1.0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 5%;
	position: static;
	width: 850px;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	position: relative;
	top: 10px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
	display: block;
	width: 100%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
	color: #f3edfa;
	text-decoration: none;
	font-weight: normal;
	font-size: 0.9em;
	letter-spacing: -0.5px		
}
#navlinks {
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
	color: white;
    background-color: #64468c;
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header h1 img {
    left: 0;
}
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 767px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.0em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 0.75em;
	color: #FFFFFF;
	background-size: 310px 100px;
	text-indent: 0px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: -7%;
	margin-left: 11%;
	padding-top: 0%;
	padding-right: 8%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 49.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.2em;
	line-height: 1.2;
	margin-left: 12%;
	margin-top: 0%;
	max-width: 570px;
	padding-bottom: 3%;
}
.intro h5 {
	font-size: 1.5em;
	margin-left: 60px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 600px;
}
.event {
	margin: 0 auto;
	margin-top: 0px;
	margin-left: 180px;
	max-width: 414px;
	padding: 0 2%;
	color: #989898;
	width: 10%;
	position: relative;
	height: 20%;
	top: 0px;
	left: 0px;
}
.subphoto {
	width: 474px;
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 11px;
	padding-bottom: 170px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -69px;
	text-align: left;
	font-size: 1.0em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	left: 15%;
}
.photo {
	float: left;
	margin-left: 9%;
	margin-top: 1%;
	clear: both;
	max-height: 50%;
	max-width: 50%;
	width: 28%;
	height: 28%;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
	
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 100%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 7%;
	margin-left: 38%;
	width: 58%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
	letter-spacing: -.6px;
}
.additional {
	margin: 0 auto;
	margin-top: 210px;
	margin-left: 55px;
	max-width: 120%;
	color: #989898;
	width: 120%;
	position: relative;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 15%;
	text-align: left;
	font-size: 1.3em;
}
.additionalEvent {
	margin-left: 5%;
	max-width: 930px;
	color: #989898;
	width: 610px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: 11%;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}

.asideAddress {
	/*float: left;*/
	margin-left: -5%;
	margin-top: 10%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.3em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: 60%;
	margin-top: -20%;
	padding-top: 5px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 350px;
	left: -100px;
	position: relative;
	top: -60px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: -10%;
	position: static;
	width: 833px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 5.0em;
	margin-left: 4%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 600px;
	margin-left: 10%;
	margin-top: -13%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 66%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 600px;
	margin-left: 10%;
	margin-top: -5%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 66%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 600px;
	margin-left: 10%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 63%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 600px;
	margin-left: 10%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 66%;
}
	}
@media (min-width: 834px) and (max-width: 979px){
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 87px;
}
.headerLogoA {
	height: 145%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: 2px;
	top: -24px;
	margin-left: 40%;
	padding-left: 0px;
	right: 0px;
}
.navToggle {
	display: none;
	margin-left: 20%;
	margin-top: -1.0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 5%;
	position: static;
	width: 1000px;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	/*	background-color: #E8E8E8;*/
	position: relative;
	top: 10px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
/*    menu tab background */
	display: block;
	width: 100%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
/*	background-color: #c2c2c2;*/
/*	background-color: #858585;*/
	color: #f3edfa;
	padding: .4em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#navlinks {
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	padding: -10px;*/
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
/*	color: #C2C2C2;*/
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
/*    menu selected */
	color: white;
    background-color: #64468c;
/*	background-color: #0c031a;*/
/*	background-color: #404040;*/
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header h1 img {
    left: 0;
}
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 960px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}

.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 10%;
	margin-top: 2%;
	max-width: 730px;
}

.maincontent section {
    width: 33.3%;
    padding-right: 2%;
    float: left;
}

.event.description {
	position: absolute;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: actor;
	font-weight: 400;
}
.event.subparagraph {
	position: absolute;
	bottom: 0px;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: actor;
	font-weight: 400;
	margin-top: 75px;
	clear: both;
	top: -8px;
	float: none;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 310px 150px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: -3%;
	margin-left: 7%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}

.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -240px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 590px;
	left: 55%;
}
.photo {
	float: left;
	margin-left: 0%;
	margin-top: 1%;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 7%;
	margin-left: 26%;
	width: 80%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}
.additionalEvent {
	margin-left: 4%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: 8%;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}


.asideAddress {
	/*float: left;*/
	margin-left: 0%;
	margin-top: 5%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.4em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: 30%;
	margin-top: -5%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 400px;
	left: 196px;
	position: relative;
	top: -160px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 18%;
	margin-left: 0%;
	position: static;
	width: 960px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 5.0em;
	margin-left: 8%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 660px;
	margin-left: 14%;
	margin-top: -12%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 72%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 660px;
	margin-left: 14%;
	margin-top: -5%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -9.5%;
	margin-left: 72%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 660px;
	margin-left: 14%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 68%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 660px;
	margin-left: 14%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 70%;
}
}
	
@media (min-width: 980px) and (max-width: 1023px){
header h1 {
    text-indent: -900px;
    margin-top: 0;
    padding-top: 0.2em;
}
header {
	position: relative;
	overflow-y: hidden;
	background-color: white;
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 87px;
}
.headerLogoA {
	height: 145%;
	width: auto;
}
header h1 img {
	position: absolute;
	left: 2px;
	top: -24px;
	margin-left: 40%;
	padding-left: 0px;
	right: 0px;
}
.navToggle {
	display: none;
	margin-left: 20%;
	margin-top: -1.0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 5%;
	position: static;
	width: 1000px;
}

nav {
	/*	menu background stripe */
	background-color: #F3EDFA;
	/*	background-color: #E8E8E8;*/
	position: relative;
	top: 10px;
}
#menulink {
    margin: 0;
}
#menulink a {
    font-size: 1.2em;
    text-transform: uppercase;
    font-style: normal;
}
#menulink a, #navlinks a {
/*    menu tab background */
	display: block;
	width: 100%;
	height: 2em;
	text-align: center;	
	background-color: #402c59;
/*	background-color: #c2c2c2;*/
/*	background-color: #858585;*/
	color: #f3edfa;
	padding: .4em 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#navlinks {
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*	padding: -10px;*/
    list-style-type: none;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}
#navlinks a:visited {
/*    menu visited text */
	color: #797c9a;
/*	color: #C2C2C2;*/
}
#navlinks a:hover, #navlinks a:active, #navlinks a:focus {
    color: #F3edfa;
}
#navlinks a.current, #navlinks a.current:visited {
/*    menu selected */
	color: white;
    background-color: #64468c;
/*	background-color: #0c031a;*/
/*	background-color: #404040;*/
}
#navlinks.displayed {
    top: 57px;
    z-index: 1;
    opacity: 1;
}
#navlinks.start {
/*    display: none;*/
}
#navlinks.collapsed {
    top: -15em;
    opacity: 0;
}
#navlinks li {
    margin: 0px;
}	
header h1 img {
    left: 0;
}
header p {
    font-size: 1.5em;
    text-align: right;
    margin: -1.5em 2px 1.2em 0;
}
#menulink {
    display: none;
}
#navlinks {
    max-width: 960px;
    position: static;
}
#navlinks.collapsed {
    opacity: 1;
}
#navlinks {
    height: 2.4em;
}
#navlinks a {
    width: 16.66%;
    float: left;
}
#hero h2 {
    font-size: 2.2em;
    width: 33%;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 10%;
	margin-top: 2%;
	max-width: 740px;
}

.maincontent section {
    width: 33.3%;
    padding-right: 2%;
    float: left;
}

.event.description {
	position: absolute;
	bottom: 0;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: actor;
	font-weight: 400;
}
.event.subparagraph {
	position: absolute;
	bottom: 0px;
	background-color: black;
	background-color: rgba(0,0,0,0.64);
	padding: 1px 20px;
	color: rgba(197,109,111,1.00);
	font-style: normal;
	font-family: actor;
	font-weight: 400;
	margin-top: 75px;
	clear: both;
	top: -8px;
	float: none;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 310px 150px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 7%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;

}

.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 12px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -60px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 690px;
	left: 0%;
}
.photo {
	float: left;
	margin-left: 0%;
	margin-top: 1%;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.0em;
	clear: none;
	margin-top: 7%;
	margin-left: 26%;
	width: 80%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}
.additionalEvent {
	margin-left: 9%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
}
.servicesEvent {
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 5%;
	padding-bottom: 0%;
	margin-top: 1%;
	margin-left: 6%;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	font-size: 1.3em;
}

.asideAddress {
	/*float: left;*/
	margin-left: 0%;
	margin-top: 5%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 50%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 0.5px;
	padding-top: 0px;
	font-size: 1.4em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	margin-left: 30%;
	margin-top: -5%;
	padding-top: 0px;
	padding-right: 11px;
	padding-left: 20px;
	padding-bottom: 0px;
	width: 400px;
	left: 196px;
	position: relative;
	top: -160px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	bottom: auto;
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 18%;
	margin-left: 0%;
	position: static;
	width: 960px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 5.0em;
	margin-left: 7%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 700px;
	margin-left: 12%;
	margin-top: -10%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 66%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 700px;
	margin-left: 12%;
	margin-top: -7%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 68%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 700px;
	margin-left: 12%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 700px;
	margin-left: 12%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 68%;
}
}
@media (min-width: 1024px) and (max-width: 1112px){
/*iPad Pro Portriat, my iPad Landscape*/
	
.navToggle {
	display: none;
	margin-left: 13%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 11%;
	position: static;
	width: 1000px;
	}
	
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 15%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.5em;
	line-height: 1.3;
	margin-left: 16%;
	margin-top: 2%;
	max-width: 700px;
}
.intro h5 {
	font-size: 1.5em;
	margin-left: 90px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 800px;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -180px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 740px;
	left: 128px;
}
.photo {
	float: left;
	margin-left: 40px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photo_small {
	width: 100%;
	height: auto;
	align-content: center;
	margin-top: 0%;
	margin-left: 0%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: none;
}
.photo_medium {
	width: 1000%;
	height: auto;
	align-content: center;
	max-width: 100%;
	margin-top: 0%;
	margin-left: -5%;
	margin-right: 0%;
	margin-bottom: 0%;
	display: inherit;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.1em;
	clear: none;
	margin-top: 4%;
	left: 2%;
	width: 80%;
	margin-left: 17%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}
.additional {
	margin: 0 auto;
	margin-top: 280px;
	margin-left: 50px;
	max-width: 90%;
	color: #989898;
	width: 100%;
	position: relative;
	font-size: 1.3em;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 15%;
	text-align: left;
	font-size: 1.5em;
}	
.additionalEvent {
	margin-left: 1%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
	font-size: 1.2em;
}
.servicesEvent {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 16%;
	text-align: left;
	font-size: 1.3em;
}


.asideAddress {
	/*float: left;*/
	margin-left: 5%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 3%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.6em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 14%;
	margin-top: -22%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 400px;
	left: 346px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 20%;
	margin-left: 1%;
	position: static;
	width: 960px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 5.0em;
	margin-left: 9%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 750px;
	margin-left: 16.0%;
	margin-top: -9%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 73%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 16%;
	margin-top: -7%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 73%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 16%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 70%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 16%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 73%;
}
}	
@media (min-width: 1112px) and (max-width: 1210px){
	/*iPad Pro Landscape*/
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 13%;
	position: static;
	width: 1000px;
}

.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 16%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.5em;
	line-height: 1.3;
	margin-left: 12%;
	margin-top: 2%;
	max-width: 760px;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 0%;
	width: 90%;
	margin-left: 18%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}
.additional {
	margin: 0 auto;
	margin-top: 280px;
	margin-left: 50px;
	max-width: 90%;
	color: #989898;
	width: 100%;
	position: relative;
	font-size: 1.3em;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 15%;
	text-align: left;
	font-size: 1.4em;
}	
.additionalEvent {
	margin-left: 8%;
	max-width: 900px;
	color: #989898;
	width: 900px;
	position: relative;
	font-size: 1.1em;
}
.servicesEvent {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 12%;
	text-align: left;
	font-size: 1.4em;
	width: 680px;
}


.asideAddress {
	/*float: left;*/
	margin-left: 10%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 3%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 24%;
	margin-top: -18%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 480px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 16%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 700px;
	margin-left: 25.0%;
	margin-top: -9.5%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 73%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 700px;
	margin-left: 25%;
	margin-top: -7%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 73%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 700px;
	margin-left: 25%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 70%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 700px;
	margin-left: 25%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 73%;
}
}
@media (min-width: 1211px) and (max-width: 1365px){
	/*iPad Pro Landscape*/
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 15%;
	position: static;
	width: 1000px;
}

.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 18%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.5em;
	line-height: 1.3;
	margin-left: 10%;
	margin-top: 2%;
	max-width: 750px;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 2%;
	width: 80%;
	margin-left: 20%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}
.additional {
	margin: 0 auto;
	margin-top: 280px;
	margin-left: 50px;
	max-width: 90%;
	color: #989898;
	width: 100%;
	position: relative;
	font-size: 1.3em;
}
.services {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 15%;
	text-align: left;
	font-size: 1.4em;
}	
.additionalEvent {
	margin-left: 0%;
	max-width: 730px;
	color: #989898;
	width: 710px;
	position: relative;
	font-size: 1.3em;
}
.servicesEvent {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 5px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	margin-left: 16%;
	text-align: left;
	font-size: 1.4em;
}


.asideAddress {
	/*float: left;*/
	margin-left: 9%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 3%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 24%;
	margin-top: -20%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 480px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: 0%;
	position: static;
	width: 1200px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 11%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 750px;
	margin-left: 24.0%;
	margin-top: -9.5%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 68%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 750px;
	margin-left: 24%;
	margin-top: -7%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 68%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 750px;
	margin-left: 24%;
	margin-top: -7%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -9%;
	margin-left: 67%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 750px;
	margin-left: 24%;
	margin-top: -5%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 70%;
}
}
@media (min-width: 1366px) and (max-width: 1460px){
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 19%;
	position: static;
	width: 1000px;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 21%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 2%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}


.asideAddress {
	/*float: left;*/
	margin-left: 10%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 5%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 25%;
	margin-top: -19%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 500px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: 14%;
	position: static;
	width: 1000px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 7%;
	font-weight: 400;
	position: relative;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 24%;
	margin-top: -8.5%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 68%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 24%;
	margin-top: -8%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 68%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 24%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 66%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 24%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 68%;
}		
}

@media (min-width: 1461px) and (max-width: 1590px){
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
}
	
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 24%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
	
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 9%;
	margin-top: 2%;
	max-width: 720px;
}
	
.intro h5 {
	font-size: 1.5em;
	margin-left: 70px;
	margin-bottom: 5px;
	margin-top: 34px;
	width: 800px;
}
	
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 2%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}


.asideAddress {
	/*float: left;*/
	margin-left: 12%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 5%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 25%;
	margin-top: -19%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 500px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: 16%;
	position: static;
	width: 1000px;
}

.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 6%;
	font-weight: 400;
	position: relative;
}	
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 25%;
	margin-top: -7.5%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 25%;
	margin-top: -8%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 25%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 61%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 25%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 64%;
}
}
@media (min-width: 1591px) and (max-width: 1650px){
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 25%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 2%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}


.asideAddress {
	/*float: left;*/
	margin-left: 16%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 3%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 27%;
	margin-top: -15%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 500px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: 23%;
	position: static;
	width: 1000px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 6%;
	font-weight: 400;
	position: relative;
}	
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -7.5%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -8%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 61%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 64%;
}
}

@media (min-width: 1651px) and (max-width: 1750px){
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 25%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 2%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}


.asideAddress {
	/*float: left;*/
	margin-left: 18%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 3%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 28%;
	margin-top: -15%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 500px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: 23%;
	position: static;
	width: 1000px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 6%;
	font-weight: 400;
	position: relative;
}	
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -7%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -8%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 61%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 28%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 64%;
}
}
@media (min-width: 1751px) and (max-width: 1800px){
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 25%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 30px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 2%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}

.asideAddress {
	/*float: left;*/
	margin-left: 19%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 3%;
	padding-top: 0px;
	top: 56px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 30%;
	margin-top: -15%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 500px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 15%;
	margin-left: 23%;
	position: static;
	width: 1000px;
}
.testimonals p {
	color: rgba(42,42,89,1.00);
	font-family: spirax;
	font-size: 6.5em;
	margin-left: 6%;
	font-weight: 400;
	position: relative;
}	
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 30%;
	margin-top: -7%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 30%;
	margin-top: -8%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 64%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 30%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 61%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 30%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 64%;
}
}
@media (min-width: 1801px){
.navToggle {
	display: none;
	margin-left: 3%;
	margin-top: 0%;
	z-index: 1;
	float: left;
	clear: both;
}

.menuToggle {
	display: inherit;
	margin-left: 27%;
	position: static;
	width: 1000px;
}
.subpagetitle {
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #FFFFFF;
	background-size: 510px 200px;
	text-indent: 16px;
	background-position: 0 0%;
	margin-right: auto;
	margin-top: 1%;
	margin-left: 28%;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 0%;
	background-image: -webkit-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -moz-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: -o-linear-gradient(0deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-image: linear-gradient(90deg,rgba(201,185,222,1.00) 59.66%,rgba(122,102,161,0.00) 93.58%);
	background-repeat: no-repeat;
}
.intro p {
	color: rgba(110,110,110,1.00);
	font-size: 1.3em;
	line-height: 1.3;
	margin-left: 9%;
	margin-top: 2%;
	max-width: 720px;
}
.subphoto {
	position: absolute;
	bottom: 27px;
	/*	background-color: #0E76BC;*/
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 2px;
	padding-bottom: 245px;
	margin-top: 63px;
	color: rgba(110,110,110,1.00);
	clear: both;
	top: -62px;
	font-family: actor;
	font-style: normal;
	font-weight: 400;
	margin-left: -169px;
	text-align: left;
	font-size: 1.2em;
	border-top-color: #C1C1C1;
	border-top-style: solid;
	border-bottom-style: solid;
	margin-bottom: 58px;
	width: 750px;
	left: 90px;
}
.photo {
	float: left;
	margin-left: 45px;
	margin-top: 8px;
	clear: both;
	position: absolute;
	background-repeat: no-repeat;
	background-size: contain;
}
.photoText {
	float: left;
	color: #5A5A5A;
	font-family: didact-gothic;
	font-size: 1.2em;
	clear: none;
	margin-top: 2%;
	left: 3%;
	width: 80%;
	margin-left: 22%;
	position: absolute;
	z-index: 3;
	font-style: normal;
	font-weight: 400;
}

.asideAddress {
	/*float: left;*/
	margin-left: 21%;
	clear: both;
	position: relative;
	/*bottom: auto;*/
	right: auto;
	width: 56%;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	/*color: rgba(75,75,75,1.00);*/
	letter-spacing: 1px;
	margin-top: 2%;
	padding-top: 0px;
	top: 66px;
	font-size: 1.7em;
	color: rgba(110,110,110,1.00);
}
.container {
	border-radius: 5px 29px 29px 5px;
	background-color: #f2f2f2;
	clear: left;
	margin-left: 30%;
	margin-top: -13%;
	bottom: auto;
	padding-top: 0%;
	padding-right: 0%;
	padding-left: 3%;
	padding-bottom: 0%;
	width: 540px;
	left: 296px;
	position: relative;
	top: 0px;
	font-size: 1.1em;
	font-family: didact-gothic;
	font-style: normal;
	font-weight: 400;
	color: #868686;
	
}
footer {
	margin: 0 auto;
	clear: left;
	color: white;
	background-color: #1A1B1C;
	padding: 1px 0;
	overflow: hidden;
	margin-top: 10%;
	position: static;
	width: 1100px;
}
.quotes1 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 32%;
	margin-top: -6.5%;
}
.author1 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -11%;
	margin-left: 63%;
}
.quotes2 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 32%;
	margin-top: -8%;
}
.author2 {
	font-size: 1.0em;
	margin-top: -11%;
	margin-left: 63%;
}
.quotes3 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 10%;
	max-width: 770px;
	margin-left: 32%;
	margin-top: -8%;
}
.author3 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -10%;
	margin-left: 61%;
}
.quotes4 {
	font-size: 1.3em;
	line-height: 1.3;
	padding-bottom: 0%;
	max-width: 770px;
	margin-left: 32%;
	margin-top: -7%;
}
.author4 {
	font-size: 1.0em;
	font-weight: 600;
	margin-top: -1%;
	margin-left: 63%;
}
}
	
