body{
    background-color: #d6b5ef;
    padding: 10px;
    align-content: center;
    text-align: center;
    min-width: 1000px;
    font-family: Arial, sans-serif
}

body#fanPage {
    background-image: url('../images/backgroundTile.png');
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 98px;
    text-align:left;
}

div.option{
    border: 5px solid #7c00de;
    border-radius: 30px;
    margin: 5px;
    padding: 10px;
    float: left;
    min-width: 150px;
    text-align: center;
    align-content: center;
    min-height: 140px;
}

div#row{
    text-align: center;
    align-content: center;
    padding-left: 25%;
}

img#headerimg{
    padding-top: 40px;
}

h1{
    font-family: Helvetica, Arial, sans-serif;
    text-align: center;
    font-size: 50px;
    text-shadow: 5px 5px 5px #00DE0D;
    color: #7c00de;
}

#recall, #displayOne, #displayAll, #slideshow, #upload{
    border: 5px inset #7c00de;
}

div#recall{
    padding: 15px;
    width: 15%;
    border: 8px outset #D1DE00;
    border-radius: 60px;
    background-color: #C48EED;
    position: relative;
}

div#displayOne{
    height: 300px;
    width: 20%;
    background-color: #C48EED;
    float:left;
}

div#displayAll{
    height:300px;
    width:60%;
    background-color: #C48EED;
    float:left;
    /*align-content: center;*/
    overflow:scroll;
}

div#displayAll img{
    padding: 10px;
}

div#slideshow{
    height: 100px;
    width: 10%;
    float:left;
    padding: 5px;
    margin: 5px;
    text-align: center;
    background-color: #d6b5ef;
    
}

div#upload{
    height: 100px;
    width: 10%;
    float:left;
    padding: 5px;
    margin: 5px;
    text-align: center;
    background-color: #d6b5ef;
}

form{
    border-bottom: 5px solid #7c00de;
    background-color: grey;
    height: 30px;
    /*text-align: center;
    align-content: center;*/
    position: sticky;
    top: 0;
}

form label{
    padding: 5px;
}
form select{
    width: 20%;
    background-color: #D1DE00;
    padding: 3px;
}

div#searchbar{
    padding: 10px;
}

div#searchbar input{
    height: 20px;
    width: 60%;
    border: 3px solid #b0ba00;
    border-radius: 5px;
}

div#displayAll img{
    width: 100px;
}

a:hover, a:focus {
    color: #D1DE00;
    background-color: #7c00de;
}

a:visited{
    color: #00ED0D;
}

