/**
 * Copyright (c) 2020 Motiv all rights reserved
 */


/* Main Theme Styles */
body {
    margin: 0;
    font-family: -apple-system, "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0 auto;
    line-height: normal;
    color: #0B0633;
}


/* Overridden SCS Styles */

/* This is needed so that the dropdown in the navigation menu is not cut off at the bottom of the slot */
.headerContent .scs-container-styles {
    overflow: visible;
}

.scs-title .scs-title-text {
    font-size: 40px;
}

.scs-paragraph .scs-paragraph-text {
    font-size: 14px;
}

.scs-button .scs-button-button {
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    background-color: #58595B;
    color: #fdfdfd;
}

.scs-component-bounding-box {
    -webkit-padding-before: 0px;
    -webkit-padding-after: 0px;
}

