@import url('https://fonts.googleapis.com/css?family=Open+Sans|Playfair+Display');

body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Open Sans, Arial, Helvetica, sans-serif
}

img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	max-width: 80vw;
	width: 250px; 
} 
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
a:hover{
	color: #000;
	text-decoration: underline;
}
table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
th{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #666666;
	color: #fff;
	font-size: 20px; 
}
td{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
}










.header {
	padding: 5px 50px;
	font-family: Playfair Display, Georgia, "Times New Roman", Times, serif;
	color: #000;
	text-align:right
}
.header h1 {
	font-size: 80px;
	font-weight: normal;
	text-shadow: 2px 2px rgba(255,255,255,0.3);

}
.header p {
	font-size: 20px; 	
	text-shadow: 1px 1px rgba(255,255,255,0.3);
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
/*	color: rgb(115,49,465);  */
	color: #333;
	font-weight: bold;

}

.page {

    min-height: 80vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;

}
.header a{
/*	color: rgb(115,49,465);  */
	color: #333;
	text-decoration:none;
}




.maintext{
	max-width: 1000px;
	margin: auto;
	padding: 50px 50px;
	line-height: 180%;
	font-size: 16px; 
	color: #333;
}

.footer{
	background-color: #77229b;
	background: linear-gradient(180deg,rgb(171, 135, 242)  0%,rgb(115,49,465)  100%);
	color: #fff
}
.footer > div{
	max-width: 1000px;
	margin: auto;
	padding: 50px;
	line-height: 180%;
	font-size: 16px; 
}
.footer a{
	text-decoration: none;
	color: #fff;
}

.iw {
	font-size: 10px;
	padding: 10px 5vw;
	text-align: right;
	background-color:rgb(115,49,465);

} 
.iw a{
	color: #fff;
	text-decoration: none;

}
#map{
	height: 500px;
}
.contact {
	display: none; 
	background-color: rgb(115,49,465); 
	color: #fff;
	padding: 20px 50px; 
	line-height: 180%;
	font-size: 16px; 
}
.contact a{
	color: #fff;
	text-decoration: none; 
}


@media only screen and ( max-width: 1100px )  {

.page{
	min-height: 60vh;
	background-attachment:scroll;
}
}



@media only screen and ( max-width: 990px ) {


.header h1 {
	font-size: 60px;
}
.header p {
	font-size: 20px; 	
	text-shadow: 1px 1px rgba(255,255,255,0.9);
	background-color: rgba(255,255,255,0.4);
	padding: 10px; 
	border-radius: 10px; 
}


}




@media only screen and ( max-width: 740px ) {
.contact {
	display: block; 
}
.header p {
	display: none; 
}
.header h1 {
	font-size: 40px;
}
}