body {
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    background-image: url(/ikea_base_web_paz/static/img/bg.jpg);
    background-size: cover;
}
.page, .bg, .contact_inner {
    background-color: rgba(7, 56, 54, 0.62);
}
.page {
    display: flex;
    overflow: hidden;
    opacity: 0;
    flex-basis: 0px;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    transition: all 0.30s ease-out;
    color: #fff;
    font-size: 18px;
    font-family'Roboto',sans-serif:;
}

.page_active {
    opacity: 1;
    flex-grow: 1;
    padding: 20px;
}

.page a {
    color: #0a2b46;
}
.page a:hover {
    color: #062138;
}

.main_pane {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: scroll;
    align-items: center;
    justify-content: center;
}

.top_bar {
    padding: 8px;
    display: flex;
    justify-content: center;
}

@media (max-width: 768px) {
    h1 {
        font-size: 1.3em !important;
    }
    input {
        font-size: 1.3em;
    }
    .page {
        align-items: center;
        font-size:1.3em;
    }
    .image_text {
        display: flex;
        align-items: center !important;
        flex-direction: column;
    }

    .image_text > .description {
        padding-left: 0px !important;
    }
}

@media (max-width: 400px) {
    h1 {
        font-size: 1em !important;
    }
    input {
        font-size: 1em;
    }
    .page {
        align-items: center;
        font-size:1em;
    }
    .main_pane {
        bottom:40px;
        align-items: flex-start;
    }
    .top_bar {
        display:none;
    }
    .image_text img {
        width: 100%;
    }

}

.btn {
    color: #333;
    padding: 12px 18px;
    font-family: 'Roboto';
    font-size: 18px;
    background-color: #d8f30a;
    margin: 4px;
}

.btn.btn-home {
    font-size: 18px;
    margin: 25px;
    max-width: 210px;
    padding: 6px 12px;
    white-space: normal;
    width: 210px;
}

.validation_msgs {
    width: 300px;
    margin: 20px;
    padding: 0px;
    list-style: none;
}

.validation_msg {
    display: flex;
    text-align: center;
    background-color: rgba(237, 72, 20, 0.75);
    padding: 7px;
    left: 0px;
    align-items: center;
    margin: 4px;
    justify-content: space-around;
}

div#contact_outer {
    transition: all 0.3s ease-out;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 42;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    opacity: 0;
}

.contact_inner {
    flex-grow: 1;
    color: #fff;
    text-align: center;
}

div#contact_outer.cp_visible {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
}
.bottom_bar {
    position: absolute;
    background-color: rgba(7, 56, 54, 0.62);
    left: 0px;
    right: 0px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    bottom: 0px;
    color: #fff;
    z-index: 9;
}

.bottom_bar a {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
}
.tc_outer {
    height: 300px;
    overflow-y: scroll;
    margin-bottom: 40px;
}
.page_inner {
    max-width: 900px;
}

.image_text {
    display: flex;
    align-items: flex-start;
}

.image_text > .description {
    padding-left: 32px;
}

.top-big-link {
    text-align: center;
}
.installation_totals {
    display: flex;
    flex-direction: column;
    max-width: 480px;
    margin-bottom: 40px;
}

.installation_line {
    padding-top: 8px;
    display: flex;
    justify-content: space-between;
    width: 60%;
}

.installation_line:last-child > span {
    border-top: #fff solid 1px;
}
.total_line {
  width: 60%;
  display: flex;
  justify-content: inherit;
}

.installation_line > span {
    width: 85px;
    text-align: right;
}

