body {
    /*background-image: url("../lib/scarylevine.jpg"); */
    background-image: url("../lib/benimproved.gif");
    /* Set a specific height */
    /* max-height: 500px; */
    
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: repeat;
    background-size: 256px;
}

h1 {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

img {
    opacity: .89;
}

button {
    background: none;
    border: none;
    padding: 0;
    /*optional*/
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    /*input has OS specific font-family*/
    color: #FFFFFF;
    font-size: large;
    text-decoration: none;
    /* If you want to implement it in very old browser-versions */
    -webkit-user-select: none; /* Chrome/Safari */ 
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */

    /* The rule below is not implemented in browsers yet */
    -o-user-select: none;

    /* The rule below is implemented in most browsers by now */
    user-select: none;
}

footer {
    background-color: rgba(40, 40, 40, .89);
    text-align: center;
    color: aliceblue;
}

.quotes {
    background-color: rgba(80, 80, 80, .89);
    text-align: center;
    color: rgb(207, 226, 243);
    font-size: large;
    font-style: italic;
}


.center {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.inline {
    display: inline;
}

.inline-block {
    display: inline-block;
}

.light {
    color: aliceblue;
}

#real {
    display: block;
    align-self: center;
    font-weight: bolder;
    background-color: rgba(255, 255, 255, .86);
    width: auto;
    padding: 0px, 25%;
    text-align: center;
}

#benlaugh {
    size: 800px;
}

#levineintro {
    background-color: rgba(120, 20, 5, .9);
    font-family: 'Courier New', Courier, monospace;
    border: 5px solid #FF3232;
    color: aliceblue;
    width:75%
}

#levine1 {
    width: 2%;
    display: none;
}

#scarylevine {
    width: auto;
}

#aboutus {
    background-color: rgba(80, 80, 80, .89);
    text-align: center;
    color: rgb(207, 226, 243);
    font-size: large;
    font-style: italic;
}

.wod {
    background-color:crimson;
    size: 15%;
    text-align: center;
}

.wod a {
    color: whitesmoke;
    font: italic;
    font-size: large;
    text-decoration: none;
    font-family: 'Denk One', sans-serif;
}
