body { padding-top: 56px; }
p{ font-family: Arial, Helvetica, sans-serif !important;}
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #7952b3; }

/* LOAD1 */
#load-img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    /* background-color: #f4f5f0; */
    /* background-color: black; */
    background-color: white;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
#load-img img {
    height: 400px;
    width: 600px;
}
.load-disappear {
    animation: fadeout 1s forwards;
}
@keyframes fadeout {
    100% {
        opacity: 0;
        visibility: hidden;
        border-radius: 50%;

        transform: scale(0) translateY(-100%);
    }
}
/* LOAD2 */
#loading{
		background-color: #f9f5d7;
		height: 100%;
		width: 100%;
		position: fixed;
		z-index: 10;
		margin-top: 0px;
		top: 0px;
	}
	#loading-center{
		width: 100%;
		height: 100%;
		position: relative;
		}
	#loading-center-absolute-one {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 300px;
		width: 50px;
		margin-top: -150px;
		margin-left: -25px;
		
	}
	#loading-center-absolute-two {
		position: absolute;
		left: 50%;
		top: 50%;
		height: 300px;
		width: 50px;
		margin-top: -150px;
		margin-left: 50px;
		
	}
	.object-one{
		width: 18px;
		height: 18px;
		background-color: #FFF;
		float: left;
	    margin-top: 15px;
		margin-right: 15px;
		-moz-border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%;
	    -webkit-animation: object-one 1s infinite;
		animation: object-one 1s infinite;
	}
	.object-two{
		width: 18px;
		height: 18px;
		background-color: #FFF;
		float: left;
	    margin-top: 15px;
		margin-right: 15px;
		-moz-border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50% 50% 50% 50%;
		border-radius: 50% 50% 50% 50%;
		-webkit-animation: object-two 1s infinite;
		animation: object-two 1s infinite;
	}

	.object-one:nth-child(9){
		-webkit-animation-delay: 0.9s;
	    animation-delay: 0.9s;
		}
	.object-one:nth-child(8){
		-webkit-animation-delay: 0.8s;
	    animation-delay: 0.8s;
		}
	.object-one:nth-child(7){
		-webkit-animation-delay: 0.7s;
	    animation-delay: 0.7s;
		}	
	.object-one:nth-child(6){
		-webkit-animation-delay: 0.6s;
	    animation-delay: 0.6s;
		}
	.object-one:nth-child(5){
		-webkit-animation-delay: 0.5s;
	    animation-delay: 0.5s;
		}
	.object-one:nth-child(4){
		-webkit-animation-delay: 0.4s;
	    animation-delay: 0.4s;
		}
	.object-one:nth-child(3){
		-webkit-animation-delay: 0.3s;
	    animation-delay: 0.3s;
		}
	.object-one:nth-child(2){
		-webkit-animation-delay: 0.2s;
	    animation-delay: 0.2s;
		}
			
	.object-two:nth-child(9){
		-webkit-animation-delay: 0.9s;
	    animation-delay: 0.9s;
		}
	.object-two:nth-child(8){
		-webkit-animation-delay: 0.8s;
	    animation-delay: 0.8s;
		}
	.object-two:nth-child(7){
		-webkit-animation-delay: 0.7s;
	    animation-delay: 0.7s;
		}	
	.object-two:nth-child(6){
		-webkit-animation-delay: 0.6s;
	    animation-delay: 0.6s;
		}
	.object-two:nth-child(5){
		-webkit-animation-delay: 0.5s;
	    animation-delay: 0.5s;
		}
	.object-two:nth-child(4){
		-webkit-animation-delay: 0.4s;
	    animation-delay: 0.4s;
		}
	.object-two:nth-child(3){
		-webkit-animation-delay: 0.3s;
	    animation-delay: 0.3s;
		}
	.object-two:nth-child(2){
		-webkit-animation-delay: 0.2s;
	    animation-delay: 0.2s;
		}
												

	@-webkit-keyframes object-one{
	50% {
	    -ms-transform: translate(100px,0); 
	   	-webkit-transform: translate(100px,0);
	    transform: translate(100px,0);
		}
	}		
	@keyframes object-one{
	50% {
	    -ms-transform: translate(100px,0); 
	   	-webkit-transform: translate(100px,0);
	    transform: translate(100px,0);
		}
	}
	@-webkit-keyframes object-two{
	50% {
	    -ms-transform: translate(-100px,0); 
	   	-webkit-transform: translate(-100px,0);
	    transform: translate(-100px,0);
		}
	}		
	@keyframes object-two{
	50% {
	    -ms-transform: translate(-100px,0); 
	   	-webkit-transform: translate(-100px,0);
	    transform: translate(-100px,0);
		}
	}
/* CALLOUT */
.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: white; font-weight: bold; text-decoration: none; display: inline;}
footer a:hover { color: white; text-decoration: underline; }
