/*****************************
GLOBAL STYLES AND MOBILE FIRST
*****************************/

html {
    background-color: #f7d9d9;
}

body {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    font: Arial, Helvetica, sans-serif;
    color: #532c4c;
}

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #532c4c;
}

#logo {
    text-align: center;
    font-size: 1.4em;
    margin: 20px 0 0 0;
}

.highlighted {
    color: #c158ad;
    font-size: .08em;
}

header ul {
    width: 100%;
    text-align: center;
    margin: 10px 0;
    padding: 0;
}

header li {
    display: block;
    padding: 10px;
    background-color: #eee;
}

.fa {
    margin-left: 5px;
}

/* MAIN MENU */
.menu-collapser {
    background-color: #aaa;
    text-align: center;
}

nav a {
    background-color: #50657b;
}

.slimmenu ul > li a {
    background-color: #fcfcfc;
}

ul.slimmenu li > ul{
    background-color: #fff;
}

.sale-text {
    color: #dd5454;
}
/* MAIN END */

form {
    text-align: center;
}

input[type=search], input[type=button], input[type=email] {
    height: 2em;
}

input[type=search] {
    width: 70%;
}

input[type=email] {
    width: 60%;
}

.sub-nav p {
    text-align: center;
    margin: 0;
    height: 40px;
    line-height: 40px;
    border: 1px solid #aaa;
}

.feature {
    position: relative;
}

.gallery p {
    position: absolute;
    bottom: 5px;
    color: #c158ad;
    text-align: center;
    width: 100%;
    font-size: 1.5em;
    padding: 2% 0;
    background-color: #ddd;
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.about-us {
    text-align: center;
    line-height: 1.5em; 
}

footer ul {
    width: 100%;
    text-align: center;
    padding: 0;
}

footer li {
    display: block;
    padding: 10px;
    background-color: #eee;
    border-top: 1px dotted #aaa;
}

footer li:last-child {
    border-bottom: 1px dotted #aaa;
}

@media screen and (min-width: 600px) {
    header li {
        display: inline;
    }
}

@media screen and (min-width: 800px) {
    body {
        width: 90%;
        padding: 10px;
    }
    
    #logo {
        text-align: left;
        font-size: 2em;
        margin: 0;
    }
    
    header ul {
        text-align: right;
    }
    
    header li {
        background-color: transparent;
    }
    
    input[type=email] {
        width: 70%;
        margin-top: 8%;
    }
    
    .sub-nav p {
        font-size: 0.85em;
    }
}

@media screen and (min-width: 1100px) {
    body {
        max-width: 1500px;
        font-size: 1.1em;
    }
    
    #logo {
        font-size: 2.2em;
    }
}