.contentrow{
    padding: 3em 3em 3em 3em;
}

.headerrow{
    padding: 6em 3em 3em 3em;
}

.footerrow{
    padding: .5em 6em;
}

.dropdown{
    margin-bottom: 1em;
}

.navbar{
    padding: 1em 4em;
    display: flex;
    justify-content: space-between;
}

.configurator button{
    margin-right: .75em;
}

.colorconfigurator button:hover{
    opacity: .3;
}

.configurator{
    margin-bottom: 2em;
}

.configurator h5{
    margin-bottom: .5em;
}

.footerrow{
    color: white;
    display: flex;
    justify-content: space-between;
}

.footerrow button{
    text-transform: uppercase;
    font-weight: bold;
}
@media screen and (max-width: 800px) {
    .configuratorbottom{
        visibility: hidden;
    }
}
