a {
	color: #4f589d;
}
.navbar-light .navbar-toggler,
.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.btn,
.btn-lg,
.btn-sm,
.form-control,
.form-control-lg,
.form-control-sm {
  font-size: 1rem;
}

.form-control-lg,
.btn-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.btn-link.btn-lg {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 4.5rem;
}

.display-2 {
  font-size: 4rem;
}

.display-3 {
  font-size: 3.5rem;
}


.font-weight-bold {
  font-weight: 400;
}

.carousel-indicators li {
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.table th,
.table td {
  padding: 0;
  border-top: none;
}

.table th {
  padding-bottom: 0.75rem;
}

.table thead th {
  border-bottom: 1px solid #eceeef;
}

.replacer-light-fixed-navbar {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}

.replacer-dark-fixed-navbar {
  background-color: #000;
}

@media (max-width: 1200px) {
  

  .navbar-dark.fixed-top {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
    background-color: transparent;
  }
}
.dropdown-toggle:after {
  vertical-align: 0.2em;
}
.navbar-brand1{
	
	font-size:1rem !important;
	line-height:1 !important;
}

.navbar-brand1 {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    white-space: nowrap;
}

navbar-light .navbar-brand1 {
    color: rgba(0, 0, 0, 0.9);
}


.navbar-brand1 span {
  display: inline-block;
  min-height: 1.8rem;
  min-width: 10rem !important;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.navbar-light .navbar-brand1 span {
  background-image: url("../images/logo8.svg");
}

.navbar-dark .navbar-brand1 span {
  background-image: url("../images/logo8.svg");
}

.navbar.bg-white {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
}

.lead {
  font-size: 1.125rem !important;
}

.carousel-caption {
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 40px;
  width: 100%;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #4c57a2;
  background-color: #fff;
}

.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0.25);
}

.carousel-indicators .active {
  background-color: rgba(0, 0, 0, 0.5);
}

.nav-pills .nav-link.active {

}


/*ANGUS EDITS FOLLOW*/





.section {
    position: relative;
    padding: 70px 0;
}
.fs-11{
	font-size: 11px !important}
.fs-12{
	font-size: 12px !important}
.fs-13{
	font-size: 13px !important}
.fs-14{
	font-size: 14px !important}
.fs-16{
	font-size: 16px !important}
.fs-20{
	font-size: 20px !important}

.font-weight-700{
	font-weight:700;
}

.pb-0 {
	padding-bottom:0px !important;
}

.btn-warning{
	color: #fff;
	background-color: #FF8741;
    border-color: #FF8741;
}


.btn-warning:hover{
	color: #000;
	background-color: #ED7A37;
    border-color: #ED7A37;
}


.btn-warning-outline {
	
	color: #000 !important;
	background-color: #fff !important;
    border-color: #FF8741 !important;
}

.left-pill{
	
	border-radius: 0.3rem 0 0 0.3rem;
}


.right-pill{
	
	border-radius: 0 0.3rem 0.3rem 0;
}


.text-warning {
    color: #FF8741 !important;
}



	
	
}
.hero-small{
	
	
	min-height: 178px;
	position: relative;
    z-index: 8;
    text-align: center;
	width:100%;
	    box-sizing: border-box;
	
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
	padding-top:0% !important;
	-webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
	-webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
	 -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.navbar-brand span {

    min-width: 10rem !important;
}
.max-pic{
	max-width: none;
    width: 200%;
	margin-left:-50%;
	}

@media only screen and (min-width: 768px) {
	
	
.max-pic{
	max-width: none;
    width: 120%;
	margin-left:-10%;
	}
}


@media only screen and (min-width: 1600px) {
	
	
.max-pic{
	max-width: 1600px;
    width: 1600px;
	margin-left:0px;
	}
}


.mr-1{
	margin-right:1rem;
}


.text-white{
	color: 
}

.text-grey

{    color: #838E95 !important;
}

/*angus edits*/


body, p, .p, .navbar, navbar, btn, .btn {
				font-family: sofia-pro, sans-serif;
				font-weight: 400;
				font-style: normal;
			}	
		
.btn-brown {
	
	color: #fff;
    background-color: #877880;
    border-color: #877880;
}


.btn-primary {
	
	color: #fff;
    background-color: #6a86b7;
    border-color: #6a86b7;
}

.btn-primary:hover {
	
	color: #fff;
    background-color: #5E78A5 !important;
    border-color: #5E78A5 !important;
}




.font-mont {
	
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 300 !important;
	
}


.card{
			background-color: #efefef !important;
			border: 2px solid #fff !important;
			
		}
.bloom-btn{
	
	background-color: #fff;
    border: 1px solid #b58039 !important;
    color: #b58039;
    border-radius: 25px;
    letter-spacing: 2px;
    padding: 7px 15px 7px;
    line-height: 24px;
    text-transform: uppercase;
    display: inline-block !important;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
    outline: none;
    border: none;
}

.bloom-btn:hover{
	background-color: #FFC89C;
	
}


.heronew{
	
min-height: 100vh;
}

@media only screen and (min-width:767px) {
	
.heronew{
	
min-height: 80vh;
	}}

.subtit{
font-weight:300 !important;
	font-size:18px !important;
	}

	
				
@media screen and (min-width: 767px) {	
	.subtit{
	font-weight:300 !important;
	font-size:24px !important;
	}
	}


/*# sourceMappingURL=replacer.css.map */
