@charset "UTF-8";

/* general definitions */

body {
	background-color: rgb(247, 247, 247);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-bottom-width: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}


/* banner */
.banner{
	width: 100%;
	height: 200px;
}

/* create a container for textrows */
.row {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
/*	display: inline-block */
}

.row hr{
	height: 1px;
	background-color: lightgrey;
	border: none;
}

/* make columns of different width */

.column_70{
	width: 70%;
	float: left;
}

.column_50 {
	width: 50%;
	float: left;
}

.column_34 {
	width: 34%;
	float: left;
}

.column_33 {
	width: 33%;
	float: left;
}

.column_25 {
	width: 25%;
	float: left;
	text-align: center;
}

.column_15
{width: 15%;
float: left;}


.row .column_25 p {
	padding-left: 10%;
	padding-right: 10%;
}


/* body text */
p {
	font-family: Candara;
	font-weight: normal;
	font-size: 12px;
}


/* headers */
h1{
	font-family: Lust Didone;
}

h2 {
	font-family: Candara, Calibri, Segoe, Segoe UI, Optima, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
}

h3{
	font-family: Avant Garde CE, Avantgarde CE, Century Gothic, CenturyGothic, AppleGothic, sans-serif; 
	font-size: 14px;
	font-weight: lighter;
}

.white-circle{
	aspect-ratio:1/1;
	background-color: white;
	border-radius: 50%;
}

/* button styling */

button{
	padding: 10px 50px 10px 50px;
	background-color: #eeeeee;
	border-radius: 0px;
	border: 1px solid lightgrey;
	font-size: 12px;
	font-family: inherit;
	}



/* top navigation bar */

div.menu,.clearfix div.column_15{
	height: inherit;
	height: 55px;
	}
div.menu,.clearfix div.column_15 img {
	max-height: 100%;
	float:left;
}
div.menu,.clearfix div.column_15 p{
	padding-left: 10px;
	float: left;
}


/* actual navigation menu */
.topnav{
	padding: 5px;
	display: flex;
  	justify-content: center;
  	align-items: center;
}

.topnav ul{
	list-style-type: none;
	margin: auto;
}

.topnav li{
	display: inline;
	width: 14%;
	font-family: Avantgarde CE, Avantgarde, Calibri, sans serif;
}


/* visual navigation menu */
div.visnav div.column_25{
	width: 23%;
	margin-left: 1%;
	margin-right: 1%;
}
.visnav img{
	width: 100%;
	overflow: hidden;
	border-radius: 50%;
}
.visnav img:hover{
	transition: transform 1s;
	transform: scale(1.1)
	
/*	transition-property: filter;
	filter: opacity(1) !important;
	transition-duration: 1.1s;
 	transition-timing-function: ease-in;
 	transition-delay: 0s; */
	}
.visnav::after {
    content: "";
    display: table;
    clear: both;	
}

.testimonials{
	margin: auto;
	padding: 55px;
}


/* home - pic on right */
.img_right{
	display: flex;
	max-width: 80%;
	margin: auto;
}
.img_right>div{
	padding: 15% 0;
}

.img_right>div>div{
	aspect-ratio: 1/1;
	background-color: white;
	border-radius: 50%;
	padding: 25%; 
	margin-right: -15%;
	margin-left: 15%;
	max-width: 420px;
	min-width: 300px;
}

.img_right img{
	margin-left: auto;
	order: 2;
	max-height: 800px;
	max-width: 900px;
}
.img_right::after{
	content: "";
    display: table;
    clear: both;	
}

/* home - pic on left */
.img_left{
	display: flex;
	max-width: 80%;
	margin: auto;
}
.img_left>div{
	padding: 15% 0;
	text-align: right;
}

.img_left>div>div{
	aspect-ratio: 1/1;
	background-color: white;
	border-radius: 50%;
	padding: 25%; 
	margin-right: 30%;
	margin-left: -30%;
	max-width: 420px;
	min-width: 300px;
}
.img_left img{
	margin-right: auto;
	max-height: 800px;
	max-width: 900px;
}
.img_left::after{
	content: "";
    display: table;
    clear: both;	
}

.footer {
	border: 1px solid red;
	padding: 25px;
}










.primary_header {
	width: 100%;
	background-color: #52bad5;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: left;
	border-bottom: 2px solid #2C9AB7;
}
.secondary_header {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #B3B3B3;
	clear: left;
}
.container .secondary_header ul {
	margin-top: 0%;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	width: 100%;
}
.secondary_header ul li {
	list-style: none;
	float: left;
	margin-right: auto;
	margin-top: 0px;
	font-family: "Source Sans Pro";
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 1px;
	margin-left: auto;
	text-align: center;
	width: 16%;
	transition: all 0.3s linear;
}
.secondary_header ul li:hover {
	color: #717070;
	cursor: pointer;
}
.left_article {
	background-color: #FFFFFF;
	width: 60%;
	float: left;
	font-family: "Source Sans Pro";
	color: #343434;
	padding-bottom: 15px;
}
.noDisplay {
	display: none;
}
.container .left_article h3 {
	padding-left: 5%;
	padding-right: 5%;
	margin-top: 5%;
	color: #717070;
	font-weight: bold;
	text-transform: uppercase;
}
.container .left_article p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	line-height: 24px;
	margin-top: 30px;
	margin-bottom: 15px;
	color: #B3B3B3;
}
.right_article {
	width: 40%;
	float: left;
	background-color: #F6F6F6;
}
.container .right_article ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.right_article ul li {
	font-family: "Source Sans Pro";
	list-style: none;
	text-align: center;
	background-color: #B3B3B3;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;
	border-radius: 0px;
	transition: all 0.3s linear;
	border-left: 5px solid #717070;
}
.right_article ul li:hover {
	background-color: #717070;
	cursor: pointer;
}

.title {
	font-weight: bold;
	font-style: normal;
	font-family: "Source Sans Pro";
	text-align: center;
	color: #FFFFFF;
	letter-spacing: 2px;
}
.placeholder {
	/* [disabled]max-width: 400px;
*/
	/* [disabled]max-height: 200px;
*/
	width: 100%;
	padding-top: 30px;
	/* [disabled]padding-left: 19px;
*/
	padding-bottom: 30px;
	height: 100%;
}
.left_half {
	background-color: #52BAD5;
}
.container .column_half.left_half h2 {
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
}
.right_half {
	background-color: #01B2D1;
	color: #FFFFFF;
	font-family: "Source Sans Pro";
	text-align: center;
	font-weight: bold;
}
.column_title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.copyright {
	text-align: center;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
	font-family: "Source Sans Pro";
}


@media (max-width: 320px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
}
.placeholder {
	width: 100%;
	margin-top: 22PX;
	margin-right: 0px;
	margin-bottom: 22PX;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	max-width: 400px;
	max-height: 200px;
	height: auto;
}
.column_25 {
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0PX;
	padding-right: 0PX;
	padding-bottom: 0PX;
	padding-left: 0PX;
}
.column_25 p {
	padding-left: 10px;
	padding-right: 10px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
.copyright {
	padding-top: 25px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.container .left_article h3 {
	margin-top: 30px;
}
.social .social_icon img {
	width: 80%;
}
.container .secondary_header {
}
}

@media (min-width: 321px) and (max-width: 768px) {
.secondary_header ul li {
	float: none;
	margin-top: 28px;
	margin-left: 0px;
	width: 100%;
}
.container .secondary_header ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
	text-align: center;
}
.secondary_header {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 40px;
}
.left_article {
	width: 100%;
	height: auto;
}
.right_article {
	width: 100%;
	height: auto;
	padding-bottom: 25px;
}
.placeholder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.column_25 {
	width: 100%;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.column_25 p {
	padding-left: 14px;
	padding-right: 14px;
}
.column_half.left_half {
	width: 100%;
}
.column_half.right_half {
	width: 100%;
}
}

@media (min-width: 769px) and (max-width: 1000px) {
.secondary_header {
	overflow: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
.secondary_header ul li {
	margin-top: 10px;
	margin-right: 7%;
	margin-bottom: 10px;
	margin-left: 7%;
}
.left_article {
	height: auto;
}
.right_article {
	height: auto;
	padding-bottom: 27px;
}
.placeholder {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.column_25 {
	width: 50%;
	float: left;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.container .column_25 p {
	padding-left: 25px;
	padding-right: 25px;
}
}


/* displays wider than 1001 pixels */

@media (min-width: 1001px) {
}

.row{
	max-width: 70%;
	margin: auto;
}

.thumbnail {
	width: 100px;
	border-radius: 200px;
	height: 100px;
	margin-left: auto;
}
.thumbnail_align {
	text-align: center;
}
.social {
	text-align: center;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
	background-color: #414141;
	clear: both;
	overflow: auto;
}
.social_icon {
	width: 25%;
	text-align: center;
	float: left;
	transition: all 0.3s linear;
	line-height: 0px;
	padding-top: 7px;
}
.container .social .social_icon:hover {
	cursor: pointer;
	opacity: 0.5;
}
#menu {
}
