.home-img {
    background-image: url('./img/home.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 400;

}

.dark-overlay {
    background-color: rgba(0,0,0,0.5);
    background-size: cover;
    width: 100%;
    min-height: 400;
}

.btn-primary {
    background-color: #00124b;
    border-color: #00124b;
}

.btn-outline-primary {
    border-color:#00124b;
    background-color: rgba(0,0,0,0);
    color: #00124b;
}

.btn-secondary {
    background-color: #ff7e00;
    border-color: #ffb873;
}

.btn-secondary:hover {
    background-color: #c76300;
    border-color: #ffb873;
}

.b-example-divider {
	height: 3rem;
	background-color: rgba(0, 0, 0, .1);
	border: solid rgba(0, 0, 0, .15);
	border-width: 1px 0;
	box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.back-img {
    background-image: url(./img/back.png);
    background-repeat: no-repeat;
    background-size: cover;
}