/* CSS Zen Garden Optimized */

/* Basic Elements */
html {
    margin: 10px;
    padding: 10px;
}

body {
    font: 75% Georgia, sans-serif;
    line-height: 1.88889;
    color: #1f2221;
    background: #fff url('fundo.jpg') no-repeat center/cover;
    margin: 0;
    padding: 0;
}

p {
    margin-top: 20px;
    text-align: justify;
}

h2 {
    margin: 10px auto;
    padding: 5px;
    text-align: center;
    max-width: 100%;
    word-wrap: break-word;
    clear: both;
    display: block;
    
   
}

h3 {
    font: italic normal 1.4em Georgia, sans-serif;
    letter-spacing: 1px;
    margin: 50px 0 0;
    color: rgb(35, 66, 21);
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #030e04;
}

a:visited {
    color: #144b2d;
}

a:hover, a:focus, a:active {
    text-decoration: underline;
    color: #2e6143;
}

abbr {
    border-bottom: none;
}

/* Layout Elements */
.page-wrapper {
    padding: 0 175px 0 110px;
    position: relative;
}

.intro, .supporting {
    background-color: rgba(233, 229, 221, 0.35);
    min-width: 470px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.header h1 {
    background-color: rgb(35, 66, 21);
    margin-top: 10px;
    width: 100%;
    height: 60px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

header h2 {
    margin: 58px 50px 40px;
    width: 200px;
    height: 18px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.header {
    padding-top: 20px;
    height: 87px;
}

.summary {
    clear: both;
    background-color: #988F5E;
    margin: 20px;
    width: 160px;
    float: left;
}

.summary p {
    font: italic 1.1em/2.2 Georgia;
    text-align: center;
    margin: 10px;
}

.preamble {
    clear: right;
    padding: 10px;
}

.footer {
    background-color: #988F5E;
    text-align: center;
}

.footer a {
    margin-right: 20px;
}

/* Sidebar */
.sidebar {
    position: fixed;
    right: -200px;
    top: 0;
    width: 100px;
    height: auto;
    background-color: #4247425d;
    transition: right 0.3s ease-in-out;
    padding: 10px;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.3);
}

body:hover .sidebar {
    right: 0;
}

.sidebar .wrapper {
    font-family: Arial, sans-serif;
    text-align: left;
}

.sidebar h3 {
    color: white;
    margin-bottom: 10px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar li {
    margin: 0px 0;
}

.sidebar a {
    text-decoration: none;
    color: white;
    font-weight: bold;
    display: block;
    padding: 5px;
}

.sidebar a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.extra1 {
    position: absolute;
    top: 40px;
    right: 0;
    width: 148px;
    height: 110px;
}
