body{
    background-color: rgb(244, 242, 229);
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}

a{
    text-decoration: none;
}

h1{
    color: #f091ca;
    font-weight: bold;
}

a:hover{
    color: #f091ca !important;
    font-weight: bold;
}

#lookamenu{
    font-size: 25px;
    line-height: 40px;
    display:block;
    width:100%;
    text-align: center;
}

.lookadiv{
    display:block;
    width:100%;
    text-align: left;
}

.lookadivtext{
    font-size: 18px;
    line-height: 30px;
}

.logo
{
    width: 50%;
    height: 50%;
    position: relative;
    display: inline-block;
    margin: 50px;
}

.logo .topimage{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.logo .btmimage{
    width: 100%;
    height: 100%;
}

.logo:hover .topimage{
     display: inline;
}
