
/* Mobile */
@media (max-width: 480px) {
	h1 {
		font-size: calc(3.6vw + 3.6vh);
	}
	h2 {
		font-size: calc(3.2vw + 3.2vh);
	}
	h3 {
		font-size: calc(2.7vw + 2.7vh);
	}
	h4 {
		font-size: calc(2.1vw + 2.1vh);
	}
	h5 {
		font-size: calc(1.6vw + 1.6vh);
	}
	h6 {
		font-size: calc(1.5vw + 1.5vh);
	}
	p {
		font-size: 20px;
	}
	.p2 {
		font-size: 17px;
	}

	input[type=text], input[type=email], textarea {
		width: 90%;
	}
	
}




/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
/* @media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2) {

} */

/* Portrait */
/* @media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {
} */

/* Landscape */
/* @media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 480px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {

} */

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
/* @media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 568px)
	and (-webkit-min-device-pixel-ratio: 2) {

} */

/* Portrait */
/* @media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 568px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) {
} */

/* Landscape */
/* @media only screen 
	and (min-device-width: 320px) 
	and (max-device-width: 568px)
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) {

} */

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
/* @media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 667px) 
	and (-webkit-min-device-pixel-ratio: 2) { 

} */

/* Portrait */
/* @media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 667px) 
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: portrait) { 
	container {
		min-width: none;
	}
} */

/* Landscape */
/* @media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 667px) 
	and (-webkit-min-device-pixel-ratio: 2)
	and (orientation: landscape) { 

} */

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
/* @media only screen 
	and (min-device-width: 414px) 
	and (max-device-width: 736px) 
	and (-webkit-min-device-pixel-ratio: 3) { 

} */

/* Portrait */
/* @media only screen 
	and (min-device-width: 414px) 
	and (max-device-width: 736px) 
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: portrait) { 

} */

/* Landscape */
/* @media only screen 
	and (min-device-width: 414px) 
	and (max-device-width: 736px) 
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape) { 

} */

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
/* @media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 812px) 
	and (-webkit-min-device-pixel-ratio: 3) { 

} */

/* Portrait */
/* @media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 812px) 
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: portrait) { 

} */

/* Landscape */
/* @media only screen 
	and (min-device-width: 375px) 
	and (max-device-width: 812px) 
	and (-webkit-min-device-pixel-ratio: 3)
	and (orientation: landscape) { 

} */