/* reset browser styles */
html, body, div, span, 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%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
}
ol { 
	padding-left: 1.4em;
	list-style: decimal;
}
ul {
	padding-left: 1.4em;
	list-style: square;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
} 
/* end reset browser styles */
/* ----------------------------------------------------------------------------------------*/

/*body { 
    max-width: auto;
	margin: 0 auto;
    font-family: Helvetica;
	background-image: url("../images/background_2.JPG");
    background-repeat: no-repeat;
    background-attachment: fixed;
    }*/
	body { 
    max-width: auto;
	margin: 0 auto;
	text-align: center; 
	margin: 0 auto;
    background-color: #008080;
    }

/*.wrapper {
  width: 100%;
  min-height: 200px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background: black;
}*/
.wrapper {
	padding: 1px;
	max-width: 900px;
	width: 95%;
	margin: 5px auto;
}

p { 

color: #000000; 
font-size: 14px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
text-align: left;
}
h1 { 

color: #1b0bf7; 
font-size: 24px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
}

h2 { 
color: #000000; 
font-size: 18px; 
font-style: normal; 
font-variant: normal; 
font-weight: 700; 
} 
code {
  background: #e7ecfe;
  border-radius: 6px;
  border: 1px solid blue;
  color: #000;
  display: block;
  font: 14px/24px "Source Code Pro", Inconsolata, "Lucida Console", Terminal, "Courier New", Courier;
  padding: 24px 15px;
  text-align: center;
}
.caret {
  border-left: solid 90px transparent; 
  border-right: solid 90px transparent; 
  border-bottom: solid 90px #fff;
  box-shadow: 0 0 30px #333;
  height: auto; 
  width: auto; 
}

header,
section,
aside,
footer {
  margin: 0 1.5% 2px 1.5%;
}

section {
  float: left;
  width: 30%;
}

footer {
  clear: both;
  margin-bottom: 0;
  background-color: transparent;
}
.responsive {
  max-width: 100%;
  height: auto;
}
