/* @override http://www.nyackhomeopathy.com/assets/css/style.css */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*////////////////////////////////*/








body{
	
	background-color:#b5c495;
}

#flash {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

h1 {
	/*text-style: none;*/
	font: 2.5em 'EB Garamond';
	
}
body{
	background-color:#b5c495;
	
	color: #755758;
	
	
	font-family:  'EB Garamond', serif;
	font-size: 30px;
	margin-top: 6px;
	margin-bottom: 0;
	margin-left: 0;
}

#italic {
font-family:'EB Garamond ', serif;
font-size: .7em;
font-style: italic;
text-indent: 10em;

}
#name {
	font-size: .9em;
}
.smallcaps{
font-size: .7em;
text-transform: uppercase;

}
div#myAlternativeContent {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

li{
	
	
	list-style:none; 
	font-size: 1.2em;
	
}
ul{
	margin-left: 3em;
}
a{
	
	text-decoration:none;
	color: #1a659b;
}          

a:hover{
	color: #17173d;
}

div#img1 {
/*max-width: 400px;*/
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2%;
	padding-top: 2%;
}

img {
	/*max-width: 400px;*/
	width: 100%;
	
}

p{
	line-height: 1.4em;
}
@media only screen and (max-width: 768px){

h1{
	font-size: 1.5em;
}

p{
	font-size: 2.2em;
	line-height: 2.8em;
}
}

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



p{
	font-size: 40px;
	line-height: 1.5em;
}

div#img1 {

	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

img {
	
	width: 100%;
	
}






}
/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
/* Styles */
body{
	font-size: 50px;
	line-height: 1.5em;
}
div#img1 {

	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

img {
	
	width: 100%;
	
}

}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
/* Styles */
p{
	font-size: 40px;
	line-height: 1.5em;
}
body{
	font-size: 50px;
	line-height: 1.5em;
	border-top: 6px solid orange;
}
div#img1 {

	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

img {
	
	width: 100%;
	
}
ul{
	margin-left: 1em;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
}

/* iPhone  ----------- */
@media only screen and (max-device-width: 480px), only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
    /* iPhone only */

/* Styles */
body{
	font-size: 50px;
	line-height: 1.5em;
	border-top: 6px solid orange;
}
h1{
	font-size: 1.8em;
}
div#img1 {

	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

img {
	
	width: 100%;
	
}
ul{
	margin-left: 1em;
}
}