@charset "UTF-8";

html{
    -webkit-font-smoothing: antialiased;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    line-height: 1.5em;
    background-color: #eee;
}

#container {
    
}

#container>header {
    margin-top: 3%;
	position: relative;
    background-image: url(http://consciouslifenews.com/wp-content/uploads/2013/03/Screen-Shot-2013-03-25-at-7.17.10-PM.png);
	background-size: cover;
    min-height: 50%
}

footer {
    border-top: 1px solid yellow;
    background-color: #a9a9a9;
    font-size: 0.6em;
    line-height: 0.9em;
    padding: 5% 10% 5% 10%;
}

h1 {
    top: 20%;
    text-align: center;
    font-size: 3.75em;
    color: #eee;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.5em
}

#headercover{
    background: rgba(39,62,84,0.82);
    border-bottom: 6px solid yellow;
}

h2 {
    margin-top: 10%;
    border-bottom: 3px solid yellow;
}

h3 {
    margin-top: 10%;
    margin-bottom: 5%;
}

h2:before {
    content: "\f101"; 
    font-family: FontAwesome;   
    margin-right: 2%;
}

tablename {
    font-size: 1.5em;
}

p {
    text-align: justify;
}

p.authors {
    font-size: 0.9em;
    text-align: center;
    padding-bottom: 5%;
    color: #eee;
}

p.authorsblock {
    font-size: 0.75em;
    line-height: 1.2em;
    margin-bottom: 5%;
    margin-top: 5%;
}

nav {
    padding-top: 5%;
    margin-left: 30%;
    margin-right: 30%;
    border-bottom: solid 2px yellow;
    margin-bottom: 5%;
}

ul.navlist {
    color: yellow;
    text-transform: uppercase;
    list-style-type: none;
}

li {
    margin-bottom: 3%;
    font-size: 1em;
}

li.navlist {
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}

a {
    text-decoration:none;
    text-decoration: underline;
    color: inherit;
}

a:hover { 
    background-color:yellow;
    text-decoration: none;
    color: rgba(39,62,84,0.82);
}

a.navlink {
    text-decoration: none;
}

btn {
    background-color: yellow;
    padding-right: 0.5%;
    padding-left: 0.5%;
    margin-right: 2%; 
    font-size: 0.75em;
    text-transform: uppercase;
}

a.blink {
    text-decoration: none;   
}

btn.btnno {
    background-color: #a9a9a9;
    padding-right: 1%;
    padding-left: 1%;
    margin-right: 2%;   
}

#container>.body-part:first-of-type {
    margin-top: 10%;
    margin-bottom: 10%;
}

.body-part {
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 15%;
}

.sidenote {
    position: fixed;
    position: 10%;
    margin-bottom: 2%;
    margin-left: 2%;
}
