body {
    /* font-family: 'Source Sans Pro', sans-serif; */
    color: #555555;
    background-color: #f0f0f0;
} 

#override .nav-item {
    margin: 0 15px;
}

#override .nav-link {
    color: white;
    font-weight: 500;
}

#override .nav-link:hover {
    color: #a8a8a8;
}

.jumbotron {
    background-color: #f7f7f7;
}

.tradingview-widget-copyright {
    display: none;
}

.tradingview-widget-container {
    height: 45px
}

p {
    font-size: 17px;
}

.link-unstyled, .link-unstyled:visited, .link-unstyled:hover, .link-unstyled:active, .link-unstyled:focus, .link-unstyled:active:hover {
    font-style: inherit;
    color: inherit;
    background-color: transparent;
    font-size: inherit;
    text-decoration: none;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    border-radius: inherit;
    border: inherit;
    outline: inherit;
    box-shadow: inherit;
    padding: inherit;
    vertical-align: inherit;
  }
  
.navbar-toggler {
    border: none;
}


/* Main page */
#main-img {
    object-fit: cover;
    height: 500px;
    max-height: 50vh;
}

#main-card-img {
    object-fit: cover;
    height: 220px;
}

#main-content-container {
    max-width: 1200px;
}


/* Pages no-main */
.thumbnail {
    position: relative;
}

.caption {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
}

#page-header-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    filter: brightness(0.5)
}

#page-header-img-small {
    width: 100%;
    height: 120px;
    object-fit: cover;
    filter: brightness(0.5) 
}

#page-header-text {
    color: white;
    font-weight: 400
}

#page-container {
    padding: 2rem 3rem;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .header {
    position: relative;
    text-align: center;
    color: white;
  }

.header {
    padding: 0;
    width: 100%;
}

#content-container {
    max-width: 1200px;
    padding: 2rem 3rem;
}