body {
    font-family: 'Archivo Narrow', sans-serif;
    background: url("textured_paper.png");
    color: #5D6A73;
    height: 100%;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.texture {
    background: url("textured_paper.png");
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 0;
    background: #BAD9C5;
    opacity: 0.8;
}

#bigbox {
    border: #D9C7A7 5px solid;
    background: #F2F2F2;
    padding: 5px;
    text-align: center;
    width: 400px;
    position: relative;
    /*position: absolute;
    bottom: 15%;
    right: -1%;*/
    z-index: 100;
    margin: 0px auto;
}

.profilepic {
    padding-top: 10px;
}

.profilepic img {
    height: 90px;
    width: 90px;
}

h1 {
    margin: 0px;
}

#bigbox h1 {
    font-size: 3.5em;
    font-family: 'Patrick Hand SC', cursive;
    width: 100%;
}

#bigbox h2 {
    width: 100%;
    margin: 0px 5px;
}

.menu {
    height: 50px;
    width: 100%;
    list-style-type:none;
}

a {
    text-decoration: none;
    font-weight: bold;
    color: #8C6B58;
}

a:hover {
    color: #5D6A73;
}

li a {
    list-style-type:none;
    float: left;
    text-align: center;
    width: 33%;
    height: 20px;
    font-size: 1.2em;
    color: #8C6B58;
    line-height: 50px;
}

.main {
    border: #D9C7A7 5px solid;
    background: #F2F2F2;
    padding: 20px;
    position: absolute;
    width: 70%;
    min-width: 300px;
    left: 10%;
    top: -35px;
    z-index: 100;
}

.links {
    list-style-type:none;
    width: 250px;
    float: right;
}

.logo a {
    font-family: 'Patrick Hand SC', cursive;
    font-size: 80px;
    float: left;
}

.logo img {
    width: 55px;
    height: 55px;
}

.links li a {
    height: 100px;
    font-size: 1.2em;
    color: #8C6B58;
    width: 50%;
    line-height: 100px;
}

.social img {
    height: 50px;
    width: 50px;
}