/* Reset CSS */
* {
  padding: 0;
  margin: 0;
}
a{
  text-decoration:none;
}
table {
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}
strong{
  font-weight: bold;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
caption,th {
  text-align: left;
}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  margin:0;
  padding:0;
  color:#444;
}
q:before,q:after {
  content:'';
}
abbr,acronym { 
  border: 0;
}

/* Custom Font */
@font-face {
  font-family: 'EB Garamond';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/eb-garamond-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('EB Garamond Regular'), local('EBGaramond-Regular'),
       url('fonts/eb-garamond-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/eb-garamond-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/eb-garamond-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/eb-garamond-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/eb-garamond-v9-latin-regular.svg#EBGaramond') format('svg'); /* Legacy iOS */
}

/* Custom CSS */
body {
	font-family: arial,helvetica;
	color: #333;
	line-height: 24px;
	font-size: 16px;
}
h1 {
	font-size: 40px;
  color: #bab56d;
  margin: 0;
  padding: 40px 0 0 0;
}
h2 {
	font-size: 20px;
  color: #bab56d;
  margin: 0;
  padding: 20px 0 0 0;
}
#fullpage {
  width: 100%;
  clear: both;
}
.section, .slide {
	text-align:center;
}
.justify {
  text-align:justify;
}
.legal {
  margin-top:45px !important;
  overflow: hidden;
}
.intro {
  padding: 40px 0;
  margin: 20px;
}
.intro p {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  color: #333;
  padding:40px 0 0 0;
}
.intro a {
  color: #333;
}
.fp-controlArrow.fp-next {
  border-color: transparent transparent transparent #bab56d;
}
.fp-controlArrow.fp-prev {
    border-color: transparent #bab56d transparent transparent;
}
.iframe {
  border:0;
  margin-top:40px;
  max-width:1000px;
}
.line {
  width:100%;
  max-width: 600px;
  margin: 0px auto;
  padding-top:2px !important;
  overflow:hidden;
}
.col1, .col2, .col3 {
  float:left;
  width: 33%;
}
/*
.col1 {
  text-align: left;
}
*/
.term {
  clear: left;
}
#header{
	position:fixed;
	top:0;
	left:0;
	height: 80px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background: #fff;
}
.inner_header {
  max-width:1000px;
  margin: 0px auto;
}
.logo {
  float:left;
  position: relative;
  z-index: 2;
}
.logo img {
  height:80px;
}
.slogan {
  position: relative;
  left: -85px;
  top: -10px;
  font-family: 'EB Garamond', serif;
  font-size: 15px;
}
.menu {
  float:right;
  padding: 20px 0 0 0;
}
#section0{
  background-image: url(../images/Praxis1.jpg);
  background-size: cover;
  background-position: bottom;
  padding: 6% 0 0 0;
}
#footer{
	position:fixed;
	bottom:0;
	left:0;
	height: 25px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
	background: #fff;
	font-size: 10px;
}
#footer_menu {
  margin: 0px auto;
  max-width:1000px;
}
#footer_menu li {
  margin: 0px auto;
  text-align:right;
	background: none;
	float:right;
	margin-right: 10px;
}
#footer_menu li a{
	text-decoration:none;
	color: #000;
}

/* prevent zoom of fields on iphone */
@supports (-webkit-overflow-scrolling: touch) {
  input[type=text], input[type=password], input[type=email], input[type=tel] { font-size: 16px !important; }
  select { font-size: 16px !important;  }
  textarea { font-size: 16px !important; line-height:20px !important; }
}
#section5 .intro {
  max-width: 1000px;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
form {
  box-sizing: border-box;
}
.form {
  display: flex;
  flex-wrap: wrap;
}
.formline {
  display: flex;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 30px;
  position: relative;
  min-height: 1px;
  padding-right:20px;
  padding-left:20px;
}
.formline.text {
  width:100%;
  text-align:center;
  display:block;
  margin-top:30px;
}
.error {
  width:100%;
  border:solid #fbe5e2 1px;
  padding:10px 20px;
  font-weight:400;
  color:#e74c3c;
  background-color:#fbe5e2 ;
}
.success {
  width:100%;
  border: 1px solid #d4edda;
  padding:10px 20px;
  background-color: #d4edda;
}
.formline input {
  font-size: 16px;
  line-height:32px;
  padding:5px 10px;
  width:100%;
  max-width:100%;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #808080;
  border-width: 1px 1px 1px 1px;
  border-radius: 2px 2px 2px 2px;
}
textarea {
  font-size: 16px;
  font-family: arial,helvetica;
  line-height:20px;
  width:100%;
  padding:5px 10px;
  
}
.formline.textarea {
  width:100%;
  min-height: 200px;
}
.formline.submit {
  width:30%;
  max-width:30%;
  margin-right: auto;
  margin-left: auto;
}
input[type=submit] {
  cursor: pointer;
  color:#fff;
  font-size:20px;
  box-shadow: none;
  background-color: #bab56d;
  border-color: #949057;
  border-width: 1px 1px 1px 1px;
  border-radius: 2px 2px 2px 2px;
}
input[type=submit]:hover {
  background-color:#cecb98
}