#head1 img {
	position: absolute;
	top: 5%;
	max-width:30%;
	float: left;
	margin-left:5%;
}
#header img {
	max-width:30%;
	float: right;
	margin-right:5%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}

.topnav {
  overflow: hidden;
  background-color: White;
  position: relative;
  width: 100%;
 }
.topnav a {
  float: left;
  display: block;
  color: Red;
  text-align: center;
  padding: 5px 20px;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
}
.topnav a:hover {
  background-color: Red;
  color: Black;
}
.topnav a.active {
  background-color: Red;
  color: Black;
}
.topnav .icon {
  display: none;
}
/*##########################################*/
@media only screen and (max-width: 480px) {
/*##########################################*/
	 #header img {
	min-width:40%;
	float: right;
}
	 
	 body {
	overflow-y: scroll;
	  } 
.topnav {
		top:0px;
		background-color: White;
		width: 50%;
	}
	.topnav a {display: none;}
	.topnav a.icon {
    float: left;
    display: block;
	background-color: White;
	font-size: 150%;
	color: Red;
	}
	.topnav.responsive 
	{
	position: relative;
	color: White;
	}	
	.topnav.responsive .icon
	{
    position: absolute;
    right: 0;
    top: 0;
	} 
	.topnav.responsive a
	{
    float: none;
    display: block;
	color: Red;
	background-color: White;
    text-align: left;
	}	
	.topnav a.active {
	display: none;
	background-color: White;
	color: White;
	}	  	  
#header img {
	position: relative;
	top: 20px;
	 margin-left:50%;
	}
#header ul {
	font-size: small;

	position: relative;
	top: -17px;
	margin-right: 1%;
	margin-left: 1%;
}
#header li {
	list-style-type: none;
	font-size: 50%;
	float: right;
	width: 12%;
	text-align:center;
}
#header a{
	text-decoration: none;
}
#section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	text-align: justify;
	line-height: 1.5;
	float: left;
	width: 95%;
	padding-left: 2.5%;
	}
#section #intro {
	text-align: center;
	font-weight: bold;
	font-size: small;
}
#section img{
	height: 20%;
	width: 20%;
	float: left;
	padding: 0;
	padding-right: 0.5em;
}
#sectionme {
	font-size: smaller;
	line-height: 1.4;
	text-align: justify;
	float: left;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	}
#sectionme #introme {
	text-align: left;
	font-weight: bold;
	font-size: small;
}
#sectionme img{
	width: 15%;
	height: `15%;
	float: left;
	padding: 0;
	padding-right: 0.5em;
	
}
li {
	text-align: left;
}
#footer {
	position: relative;
	font-size: x-small;
	clear: both;
	text-align: left;
	border-top: .2px grey dotted;
}
#img-coach {
	position: relative;
	top: 20%;
	max-width: 100%;
	float: right;
}
.olrc {
	max-width:95%;
	padding-left: 2.5%;
}
#olrc-desc {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-top:0%;
	max-height: auto;
 text-align: left;
 font-size: small;
 line-height:1.5;
  box-shadow: 0 5px 8px;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
#olrc-desc strong {
	text-align: left;
	font-size: small;
}
#olrc-desc img {
	height: auto;
	width: 35%;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
  input[type=text] {
    width: 90%;
    margin-top: 0;
	margin-left: 2.5%;
    display :block;
    float :left;
  }
  button {
	position: relative;
	top: 90px;
}
.olrc2 {
	width: 90%;
	max-width: 95%;
	margin: auto auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 10px;
}
.calc img {
	max-width: 25%;
	max-height: 25%;
	position: relative;
	float:right;
	margin-right: 5%;
	top: 70px;
}
.calc {
font-family:'Times New Roman';
font-size :small;
text-align :center;
margin-top :50px;
width :100%;
}
textarea {
width: 90%;
    margin-top: 0;
	margin-left: 2.5%;
    display :block;
    float :left;
resize: none;
}
.contacttxt {
	width: 95%;
	line-height: 1.5;
	font-size: 10pt;
	text-align: justify;
	padding-left: 2.5%;
}
.g-recaptcha{
	position: relative;
	top: 30px;
	margin-left: 0.4%;
}
}
/*##########################################*/
@media only screen and (min-width: 481px) {
/*##########################################*/
#header {
  border-bottom: .2px grey dotted;
}
#header img {
	position: relative;
	top: 6px;
	 margin-left:50%;
	}
#header ul {
	font-size: x-large;

	position: relative;
	top: -24px;
	margin-right: 1%;
	margin-left: 1%;
}
#header li {
	list-style-type: none;
	font-size: 75%;
	float: right;
	width: 12%;
	text-align:center;
}
#header a{
	text-decoration: none;
}
#section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	line-height: 1.3;
	float: left;
	width: 95%;
	padding-left: 2.5%;
}
#section #intro {
	text-align: center;
	font-weight: bold;
	font-size: large;
}
#section img{
	height: 23%;
	width: 23%;
	float: left;
	padding: 0;
	padding-right: 1em;
}
#sectionme {
	font-size: small;
	line-height: 1.4;
	text-align: justify;
	float: left;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	}
#sectionme #introme {
	text-align: left;
	font-weight: bold;
	font-size: large;
}
#sectionme img{
	width: 15%;
	height: 15%;
	float: left;
	padding: 0;
	padding-right: 0.5em;	
}
li {
	text-align: left;
}
#footer {
	position: relative;
	font-size: xx-small;
	clear: both;
	text-align: left;
	border-top: .2px grey dotted;
}
#img-coach {
	position: relative;
	top: 20%;
	max-width: 100%;
	float: right;
}

.olrc {
	max-width:100%;
	width: 98%;
	margin: 1% 1%;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 20px;

}
#book {
	text-align: center;
}
#olrc-desc {
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	margin-top:0%;
	max-height: auto;
 text-align: left;
 font-size: msmall;
 line-height:1.5;
  box-shadow: 0 5px 8px;
  display: flex;
  flex-direction: column;
  padding: 1em;
}
#olrc-desc strong {
	text-align: left;
	font-size: small;
}
#olrc-desc img {
	height: auto;
	width: 40%;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.olrc2 {
	width: 60%;
	max-width: 95%;
	margin: auto auto;
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: auto;
	grid-gap: 10px;
}

  input[type=text] {
	  font-size: medium;
    width: 90%;
    margin-top: 0;
	margin-left: 4%;
    display :block;
    float :left;
  }
  button {
	position: relative;
	top: 100px;
}
.calc img {
	max-width: 25%;
	max-height: 25%;
	position: relative;
	float:right;
	margin-right: 5%;
	top: 70px;
}
.calc {
font-family:'Times New Roman';
font-size :small;
text-align :center;
margin-top :50px;
width :100%;
}
textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: medium;
position: relative;
float: left;
margin-left: 4%;
top: 0px;
width: 90.4%;
padding-left: 5px;
resize: none;
}
.contacttxt {
	width: 95%;
	line-height: 1.3;
	font-size: medium;
	text-align: justify;
	padding-left: 2.5%;
}
.g-recaptcha{
	position: relative;
	top: 15px;
	margin-left: 28%;
}
}
/*##########################################*/
@media only screen and (min-width: 1025px) {
/* ########################################*/
	  p {
    	text-align: justify;
}
#head1 img {
	position: absolute;
	top: 1%;
	max-width:30%;
	float: left;
	margin-left:5%;
}
#header {
  border-bottom: .2px grey dotted;
}
#header li {
	list-style-type: none;
	float: right;
	width: 7%;
	padding-right: 1em;
	text-align:center;
}
#header ul {
	font-size: large;
	font-weight: bold;
	position: relative;
	top: -30px;
	margin-right: 0em;
	margin-left: 2px;
}
#header a{
	text-decoration: none;
}
#section {
	font-size: large;
	line-height: 1.4;
	text-align: justify;
	float: left;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	}
#section #intro {
	text-align: center;
	font-weight: bold;
	font-size: larger;
}
#section img{
	width: 13%;
	height: 13%;
	float: left;
	padding: 0;
	padding-right: 1em;
	
}
#sectionme {
	font-size: large;
	line-height: 1.4;
	text-align: justify;
	float: left;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
	}
#sectionme #introme {
	text-align: left;
	font-weight: bold;
	font-size: larger;
}
#sectionme img{
	width: 8%;
	height: 8%;
	float: left;
	padding: 0;
	padding-right: 0.5em;
	}
li {
	text-align: left;
}
#footer {
	position: relative;
	font-size: small;
	clear: both;
	text-align: left;
	border-top: .2px grey dotted;
	}
#img-coach{
	display: block;
	max-width: 100%;
	width:100%;
	margin-left:auto;
	margin-right: auto;
}
.book {
  background-color: Red;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.olrc {
	width: 100%;
	max-width:95%;
	margin: auto auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 20px;
}
.olrc #book {
	text-align: center;
}
#olrc-desc {
 font-size: large;
	line-height: 1.4;
	text-align: left;
	float: left;;
 padding: 2em;
  box-shadow: 0 5px 8px;
  display: flex;
  flex-direction: column;
  min-height: 20%;
}
#olrc-desc strong {
	text-align: left;
	font-size: smaller;
}
#olrc-desc img {
	height: auto;
	width: 50%;
	display: block;
	margin-left:auto;
	margin-right: auto;
}
.olrc2 {
	width: 50%;
	max-width: 90%;
	margin: auto auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: auto;
	grid-gap: 30px;
}
  button {
	position: relative;
	top: 90px;
}
  input[type=text] {
    width: 60%;
    margin-top: 0;
	margin-left: 20%;
    display :block;
    float :left;
  }
  .calc img {
	max-width: 25%;
	max-height: 25%;
	float:right;
	margin-right: 5%;
	margin-top: 60px;
}
.calc {
font-family:'Times New Roman';
font-size :medium;
text-align :center;
margin-top :50px;
width :100%;
}
#contact {
font-size: medium;
margin-left: 1%;
margin-top: 25px;
}
input[type=text] {
	font-size: larger;
}
.contacttxt {
	width: 90%;
	line-height: 1.4;
	font-size: larger;
	text-align: left;
}

textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: larger;
position: relative;
float: left;
margin-left: 20%;
top: 0px;
width: 60.2%;
padding-left: 2px;
padding-right: 1px;
resize: none;
}
.g-recaptcha{
	position: relative;
	top: 10px;
	margin-left: 39.4%;
}
}