/* Meyer Reset */
/* 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;
}


/* END RESET */

     

body {
	margin: 0 auto;
	width: 100%;
	
}

header {
	text-align: center;

}


#main-content img {
	width: 100%;

}


#main-content {
	width: 80%;
	margin-left: 20%;
	margin-right:20%;
}



#main-nav{
	
	border-top: solid black;
	border-bottom: solid black;
	width: 100%;

}

#main-nav li {
	display: inline-block;
	margin:2%;
	
}

#main-nav a { 
	text-decoration: none;
	color: black;
	font-weight: bold;

}

#dog-article {
	float: left;
	width: 35%;
	margin: 2%;

}

h2 {
	font-weight: bold;
	font-size: 175%;
	margin-bottom: 4%;
}

p {
	font-size: 110%;
	line-height: 120%;
	margin-bottom: 4%;
}

#cat-article {
	float: left;
	width: 35%;
	margin: 2%;

}

}
footer {
	clear:both;
	border-top: solid black;
	width: 100%;


}


#wiki {
	float:left;
	margin-top: 1%;
	margin-left: 22%;
}

#wiki a{
	text-decoration: none;
	color: red;
}

#martha {
	float: right;
	margin-right: 20%;
	margin-top: 1%;
}

#martha a {
	text-decoration: none;
	color: red;
}


@media screen and (max-width:700px) {
      h1 { font-size: 2em;}
    h2 {font-size: .1.5em;}
      p {font-size: 1em;}
      #dog-article {float: none; width: 70%;}
      #cat-article {float: none; width: 70%;}

  }