/* Base styles */
/* Critical base styles exist in inline <style> tag of base.html */

p {
    margin: 0 0 10px;
}
.container {
    margin-right: auto;
    margin-left: auto;
}
.eden-footer {
    padding-top: 20px;
    position: relative;
    min-height: 50px;
    margin-top: 50px;
    border-top: 1px solid #e7e7e7;
}
.bottom-menu-item {
    padding: 0 15px;
}
.eden-copyright {
    padding: 15px 15px;
}

.flex-center {
    display: flex;
    justify-content: center;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
