@charset "utf-8";
.jumbotron {
    background-color: #071A51;
	padding: 10px;
}

body {
    background-color: #09236D;
}

.jumbotron .container .row .col-12 h1.text-center {
    color: #D5AC73;
	font-size: 4rem;
	font-weight: 600;
/*    text-shadow: 2px 2px #F58C38; */
}

.jumbotron .container .row .col-12 p.text-center {
    color: #F48C37;
    font-size: 2rem;
}

h1, h2, h3, h4, h5, h6, p,
.h1, .h2, .h3, .h4, .h5, .h6, .p {
  color: #F48C37;
}

h3, .h3 {
  font-weight: 600;
}

.mt-4-br {
  margin-top: 0px !important;
  margin-bottom: 20px !important;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem;
}

li.br-list-item {
  color: #F48C37;
}

ul.br-list {
 list-style-position: inside;
 padding-left: 0;	
}