/* reset */
* {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}
::-moz-focus-inner, :focus {
  outline: none;
}
* {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  font: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a img {
	border: none;
}
/* HTML5 new elements for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
}
body, html {
  height: 100%;
}
caption, th {
	text-align: left;
}
del {
    text-decoration: line-through;
}
fieldset {
	border: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
img {
  border: 0;
}
img::-moz-selection, img::selection {
  background: transparent;
}
input, select, textarea {
  border: solid 1px #aaa;
  margin: 3px;
  padding: 2px;
}
kbd {
  background: #eee;
  border-color: #ccc #aaa #888 #bbb;
  border-style: solid;
  border-width: 1px 3px 3px 1px;
  color: #000;
  padding: 2px 4px;
  white-space: nowrap;
}
mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
ol, ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main */

body {
    font-family: 'Arvo', serif;
    background: url(back.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
    margin: 0;
    padding: 15px;
    position: relative;
}

section {
	background: #222;
	display: block;
	background-color: rgba(0, 0, 0, 0.55);
	padding: 2em;
	margin: 2em;
	float: left;
	width: 450px;
	z-index: 10;
}

h1, h2, h3, h4, h5, h6 { margin: 1em 0 0.5em 0; }

h1 { color: #f09839; font-size: 4em; margin: 0; }
h2 { color: #EAC296; font-size: 2em; margin: 0; }
h3 { color: #EAC296; font-size: 1.4em; font-weight: bold; }
h4 { color: #EAC296; font-size: 1.2em; font-weight: bold; }
h5 { color: #EAC296; font-size: 1.1em; font-weight: bold; }
p { margin-bottom: 0.7em; }
a { color: #f09839; }
a:hover { color:#FFE2C3; transition:all 0.25s ease-in 0s; }
li { margin: 0.2em 0; }
