* { margin: 0; padding: 0; }

body {
	font-size: 1rem;
	font-family:"Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    background-color: #131b1e;
    background-image: url('../img/plain_background.jpg');
    background-attachment: fixed;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 100px;
}

img {
	border: 0;
    width: 100%;
    box-shadow: -5px 5px 15px rgba(0,0,0,0.5);
}

.title {
    font-size: 400%;
    color: #7a7870;
    text-align: left;
}

.description {
    font-size: 300%;
    text-align: center;
    color: #d2c9b8;
}

#headerBar {
    background-color: #d2c9b8;
    box-shadow: -5px 5px 35px black;
    font-size: 200%;
    border: none;
}

#footerBar {
    background-color: #d2c9b8;
    box-shadow: -5px -5px 35px black;
    font-size: 150%;
    border: none;
    margin-top: 50px;
}

a:link {color: #cf8c72; text-decoration: none; }
a:active {color: #0000ff; text-decoration: none; }
a:visited {color: #936b5b; text-decoration: none; }
a:hover {color: #bf5f3a; text-decoration: none; }