*{
    color: black;
}
@media (min-width: 1200px) {
    .container {
        width: 90% !important;
    }
}


.feature.feature--featured:after{
    background: linear-gradient( to right , rgba(255, 199, 0, 1),rgba(8, 40,178, 1))!important;
}

.bar .logo {
    max-height: 4em !important;
}

.btn--primary, .btn--primary:visited, .btn--primary:hover {
    background: linear-gradient( to right , rgba(255, 199, 0, 1),rgba(8, 40,178, 1));
    border: none;
}
h1{
    font-size: 5em;
}
h2{
    font-size: 3em;
}
h3{
    font-size: 2.3em;
}
h4{
    font-size: 1.5em;
}
.small-text{
    font-size: 17px;
}

#mission-statement{
    padding-top: 0;
}

footer{
    margin-top: 7em;
}

.boxed{
    padding: 1em !important;
}
.process-3 li .process__body h4 {
    margin-bottom: 1em !important;
}

.process-3 li .process__number{
    border: 2px solid rgba(255, 199, 0, 1);
    border-bottom-color: rgba(8, 40, 178, 1);
    border-left-color: rgba(8, 40, 178, 1);
}
.color-palette{
    padding-top: 100%;
    border: 1px solid whitesmoke;
}
/*#main-container{*/
    /*margin-left: 10%;*/
/*}*/
#white{
    background-color: white;
}
#grey{
    background-color: #aaa;
}
#black{
    background-color: black;
}
#nude{
    background-color: #C18C3E;
}
#red{
    background-color: #b00400;
}
#yellow{
    background-color: #ffcd00;
}
#lavender{
    background-color: #f4afff;
}
#pink{
    background-color: #ffa7b9;
}


#living-room, #bedroom, #bathroom{
    margin: 0;
}
.result-images-container{
    display: none;
}
.result-images{
    min-height: 9em;
    /*display: none;*/
    /*background-size: cover;*/
}
#livingroom-black{
    background: url("img/livingroom15.jpg") no-repeat 50%;
    background-size: cover;
}
#livingroom-pink-red{
    background: url("img/livingroom18.jpg") no-repeat 50%;
    background-size: cover;
}
#livingroom-nude{
    background: url("img/livingroom19.jpg") no-repeat 50%;
    background-size: cover;
}
#bedroom-nude-white{
    background: url("img/bedroom9.jpg") no-repeat 50%;
    background-size: cover;
}
#bedroom-lavender-only{
    background: url("img/bedroom12.jpg") no-repeat 50%;
    background-size: cover;
}
#bedroom-red-only{
    background: url("img/bedroom10.jpg") no-repeat 50%;
    background-size: cover;
}
#bathroom-black-pink-white{
    background: url("img/bathroom8.jpg") no-repeat 50%;
    background-size: cover;
}
#bathroom-nude-white{
    background: url("img/bathroom6.jpg") no-repeat 50%;
    background-size: cover;
}
#bathroom-nude-only{
    background: url("img/bathroom7.jpg") no-repeat 50%;
    background-size: cover;
}
#kitchen-red-white{
    background: url("img/kitchen2.jpg") no-repeat 50%;
    background-size: cover;
}
#kitchen-nude{
    background: url("img/kitchen5.jpg") no-repeat 50%;
    background-size: cover;
}
#kitchen-yellow{
    background: url("img/kitchen12.jpg") no-repeat 50%;
    background-size: cover;
}
#office-grey-white{
    background: url("img/office1.jpg") no-repeat 50%;
    background-size: cover;
}
#office-red-pink{
    background: url("img/office2.jpg") no-repeat 50%;
    background-size: cover;
}
#office-yellow-white{
    background: url("img/office3.jpg") no-repeat 50%;
    background-size: cover;
}
.switchable.switchable--switch div[class*='col-']:first-child{
    float: left !important;
}
.col-sm-4{
    margin-bottom: 15px;

}

.no-results{
    display: none;
}
