/*Design Stuff*/
/*Gold #CB894D
Red #651009*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Prata&family=Roboto:wght@400;500&display=swap');

/* -------- global stuff -------- */
body {
    font-family: 'Montserrat', sans-serif;
	font-size: 16px !important;
	font-weight: 400;
    background-color: rgb(33, 37, 41);
}
.body-area {
    color: #000;
    background-color: #fff;
}
h1, h2, h3, h4, h5, h6 {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Prata', serif;
    letter-spacing: 3px;
}
.card-header {
    color: rgba(0, 0, 0, 0.8);
    font-family: 'Prata', serif;
    font-weight: 700;
}
.pointer {
    cursor: pointer;
}
.no-gutters {
  margin-right: -15px;
  margin-left: -15px;
}
iframe {
    width: 100%;
    height: 100%;
}
img {
    max-width: 100%;
}
a {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
small {
    font-size: .75em !important;
}
#mainNav {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.navbar-brand img {
    max-height: 100px;
    max-width: 70vw;
}
.navbar-light {
    border-bottom: 1px solid #ccc;
}
#breadcrumbs {
    font-size: 15px;
}
#breadcrumbs a {
    color: #fff;
}