@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1)		/* iPAD */
{
/*
	body
	{
		background-color: red;
	}
*/

	.login-message
	{
		font-size: 15px;
		font-weight: 400;
		margin-top: 8px;
		text-align: center;
		margin-left: 12px;
	}

/*
	div.hs_input_container input[type=text]
	{
		font-size: 16px;
	}


	div.hs_input_container
	{
		margin: 10px;
	}
*/

	.capa-card-reg-images
	{
		bottom: 50px;
	}

	.capa-card-reg-form
	{
		bottom: 80px;
	}

	.capa-form-input-field
	{
		border-radius: 0 6px 6px 0;
		height: 30px;
	}


	.capacard-button
	{
		width: 100px;
	}

	.contactus-button
	{
		width: 100px;
		font-size: 15px;
		margin-right: 55px;
	}

	.g-recaptcha-container
	{
		margin-left: 66px;
		margin-top: 0;
	}


}


@media only screen and (min-device-width:768px) and (max-device-width:1280px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1)		/* iPAD */
{
	.login-message
	{
		font-size: 15px;
		font-weight: 400;
		margin-top: 8px;
		text-align: center;
		margin-left: 12px;
	}

/*
	div.hs_input_container input[type=text]
	{
		font-size: 16px;
	}


	div.hs_input_container
	{
		margin: 10px;
	}
*/


	h1
	{
		font-size: 3rem;
		font-family: 'Montserrat',sans-serif;
		font-weight: 600;
	}


	h3
	{
		font-size: 1.0rem;
		font-weight: 600;
	}


	.capa-card-reg-images
	{
		bottom: 50px;
	}

	.capa-card-reg-form
	{
		bottom: 80px;
	}

	.capa-form-input-field
	{
		border-radius: 0 6px 6px 0;
		height: 30px;
	}


	.capacard-button
	{
		width: 100px;
	}

	.g-recaptcha-container
	{
		margin-left: 66px;
		margin-top: 0;
	}


	.about-us-images-container
	{
		box-sizing: border-box;
		display: block;
		position: relative;
		width: 100%;
		height: 50%;
		margin-top: 100px;
	}

	.about-us-image-hero
	{
		background-size: contain;
		object-fit: scale-down;
	}



}




@media all and (min-width:768px) and (max-width:1280px)
{
	h1
	{
		font-size: 3rem;
		font-weight: 600;
	}


	h3
	{
		font-size: 1.0rem;
		font-weight: 600;
	}


	.price-calc-input-field
	{
		width: 180px;
	}


}

