@charset "UTF-8";


.jumbotron {
	background-size: cover;
	background-image: url(../images/Optimized-AdobeStock_67578633.jpeg);
}
.row .col-12 .text-center {
	color: #FFFFFF;
	font-family: courier-prime;
	font-style: normal;
	font-weight: 400;
	text-shadow: 0px 0px 0px #000000;
}
.container .row .col-12 {
	border-top-right-radius: 10px 10px;
	border-top-left-radius: 10px 10px;
}
.row .text-center.col-md-6.col-12 img {
	width: 100%;
	padding-top: 19px;
	margin-left: 0px;
	font-size: 1em;
}
.row .col-12 .text-center p {
}
body nav {
	font-family: courier-prime;
	font-style: normal;
	font-weight: 400;
}
body section {
	font-family: courier-prime;
	font-style: normal;
	font-weight: 400;
}
.container {
	font-family: courier-prime;
	font-style: normal;
	font-weight: 400;
}
.container .row .col-lg-4.col-md-6.col-sm-12.text-center {
}
.container .row .text-center.col-md-6.col-12.mine {
	padding-top: 5;
	padding-left: 2%;
	padding-bottom: 5;
	width: 1em;
	margin-top: 27px;
	padding-right: 3%;
	font-size: 1em;
}
.row .col-12 img {
}
.bodyblack {
	background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(0,0,0,0.75) 0%,rgba(0,0,0,1.00) 100%);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
