
/* 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;
}

#ducks{
  padding-right: 15px;
  padding-left: 15px;
  width: 300px;
  /* border-style: solid; */
  border: 6px solid rgb(129, 90, 53);

  
}

h1{
font-size: larger;

}


#duck{
    width: 400px;
    height: 300px;
}

#evil{
  width: 40px;
  height: 40px;
}





body {
  font-family:Georgia, 'Times New Roman', Times, serif;
  background-image: url("wall.jpg");
  color:aliceblue;

}

.mobile-container {
  margin: auto;
  background-color: #555;
  color:  rgb(169, 108, 61);

}

.topnav {
  overflow: hidden;
  background-color: #4c2011;
  position: relative;
  
}

.topnav #myLinks {
  display: none;
  flex-direction: column;
}

.topnav a {
  float: left;
  color: rgb(234, 252, 255);
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.icon {
  float: right;
}

.topnav a:hover {
  background-color: #280202;
  color: rgb(228, 246, 250);
}

.active {
  background-color: #673524;
}








