/**
 * Copyright (c) 2020 Oracle and/or its affiliates. All rights reserved.
 */

/* Main Theme Styles */
body {
    margin: 0;
    font-family: 'Poppins' sans-serif-regular, Helvetica, Arial; 
    max-width: 1700px;
    margin: 0 auto;
    line-height: normal;
    color: #403C38;
}

a,
a:visited {
    color: #0092CB;
    text-decoration: none;    
}
a:hover,
a:focus {
    color: #01C5FF;
    text-decoration: none;
}

/* 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;
}