* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url("../big/images/ghosts.png");
    font-family:Verdana, Geneva, Tahoma, sans-serif;
}

div#wrapper {
    width: 940px;
    margin: 20px auto;
    background: rgba(248, 248, 248, 0.75);
    border: 2px solid black;
}

header {
    
    width: 100%;
     
}

nav {
    height: 50px;
    line-height: 50px;
    background:rgb(227, 227, 227);
    border-top: 2px solid darkgrey; 
    border-bottom: 2px solid darkgrey; 
    
}


nav li {
    list-style-type: none;
    float: left;
   width: 20%;
   text-align: center;
}


nav a {
    text-decoration: none;
    font-size: 1.1em;
    color: black;
    display: block;
    
}


nav a:hover {
    background: darkgray;
    color: white;
}

h1 {
    color: rgb(52, 44, 52);
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.7em;
}

h2, p {
    margin-bottom: 10px;
    padding-left: 10px;  
}

h2 {
    font-size: 1.3em;
    color: rgb(75, 75, 75);
    margin-bottom: 15px;
}

h3 {
    color: rgb(75, 75, 75);
}

p {
    color: rgb(50, 48, 48);
}
main p {
    line-height: 20px;
}


main p + h2 {
    margin-top: 25px;
}

main {
    width: 630px;
    margin-top: 5px;
    padding: 15px;
    float: left;
    
}

.big main {
    width: 900px;
    margin: 0 auto;
}

.big main img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    margin-top: 20px;
}

.left {
    float: left;
    margin-right: 10px;
}


.right {
    float: right;
    margin-left: 10px;
}


aside {
    width: 260px;
    background:rgb(227, 227, 227);
    margin-top: 20px;
    margin-right: 15px;
    padding: 15px;
    float: right;
    text-align: center;
    border: 2px solid darkgray;
    border-radius: 30px;
}


aside img {
    margin-top: 15px;
    width: 130px;
}


aside p {
    font-size: .8em;
    line-height: 16px;
}

aside img + p {
    margin-top: 10px;
}

.badge {
    padding-left: 10px;
}


footer {
   height: 50px;
    line-height: 50px;
    clear:both;
    font-size: .9em;
    border-top: 2px solid darkgrey;
}


footer li {
    float: left;
    list-style-type: none;
    text-align: center;
    width: 20%;

}


img {
    max-width: 100%;
}


#logo {
    display: inline;
}
