@import url(https://fonts.googleapis.com/css?family=Roboto:900|Roboto+Mono:300,400,700);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body {
	font-family: Roboto Mono, Helvetica, Arial, sans-serif;
	font-size: 11px;
	margin: -1px;
	min-height: 100%;

}
html{
	border: #000;
	border-style: solid;
	border-width: 10px;
	min-height: 100%;
}
.h2{
	margin-top: 1em;
}

.navbar {
	font-family: Roboto Mono, Helvetica, Arial, sans-serif;
	letter-spacing: .8px;
	background-color: #000;
}

.navbar-toggler {
    border-radius: 0rem;
    transition: box-shadow 0s ease-in-out;
}

.navbar-toggler:focus{
	color: #000;
	box-shadow: #000;
}

.navbar-toggler-icon{
	color: #fff;
}
.navbar-nav{
	margin: auto;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.815);
}
.navbar-dark .navbar-nav .nav-link:hover {
	color: #fff;
	background-color:#555;
}

.nav-link{
	font-size: small;
}

.navbar-collapse:focus {
	color: aqua;
    
}

.form-control{
	display: block;
	font-size: 11px;
	line-height: 1.78;
	color: #000;
	border-color: #000;
	border-radius: 0px;
}

.form-group{
	margin-top: 1em;
}

.form-control:focus{
	box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}
.btn{
	border: #000;
	border-style: solid;
	border-width: 1px;
	margin-top: 1em;
	color: #555;
	border-radius: 0px;

}
.btn:hover{
	background-color: #000;
	color: #fff;
}
.video{
	max-width: 100%;
	height: auto;
}
.img-responsive {
    /* display: block; */
    width: 100%;
    height: 330px;
    /* margin: -4px; */
    object-fit: cover;
}

.img-back {
	width: 100%;
	min-width: 30%;
}
.img-fluid {
    width: 100%;
    max-height: 300px;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0px;
    word-wrap: break-word;
    background-color: #000000;
    background-clip: border-box;
    border: 6px solid #fff;
    border-radius: 0;
	padding-top: 1em;
}

.card-container {
    background-color: #fff;
    padding: 2rem 5rem;
    position: relative;
    width: 80%;
    height: 50%;
    margin: -10em auto 20px;
    border: 2px solid black;
    object-fit: cover;
}

@media (max-width:992px) {
	.card-container {
		padding: 2rem;
		margin-top: -5em;
		height: auto;
	}
}

@media (max-width:992px) {
	.img-fluid {
		width: 100%;
		max-height: 100%;
	}
}

@media (max-width:992px) {
	.card-container.card-container-lg {
		width: 95%;
		padding: 2rem 3em;
		margin-top: -10em;
		height: auto;

	}
}
@media (max-width:992px) {
	.address-container {
		margin-top: 20px
	}
}

.fa-icon {
	color: #000;
	width: 32px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	font-size: 15px;
	text-align: center
}
a:hover{
	color: green;
}
.hero-full-container {
	height: 100vh
}

.hero-full-container h1 {
	font-family: Roboto, Helvetica, Arial, sans-serif;
	font-weight: 900
}

.hero-full-container .hero-full-wrapper {
	display: table;
	width: 100%;
	height: 100vh;
	min-height: 100vh
}

.hero-full-container .hero-full-wrapper .text-content {
	vertical-align: middle;
	display: table-cell
}
.background-image-container {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center
}
.white-text-container h1,
.white-text-container h2,
.white-text-container h3,
.white-text-container h4,
.white-text-container h5,
.white-text-container p {
	text-shadow: 0 1px 3px #000;
	color: #fff
}

.white-text-container a {
	color: #fff
}

.blur {
	background-color: rgba(0,0,0, 0.5);
	padding: 1em 1em 1em 1em;
}
.active {
	color: #fff;
	background-color:#555;
}
.footer {
	background-color: black;
	color: #fff;
}
a{
	color: white;
}
p {
	margin-bottom: 0
}
.pagination .page-item .page-link {
    background-color: #000;
	color: white;
	box-shadow:none;
}
.pagination .page-item.active .page-link{
	background-color: white;
	color: #000;
	border:1px #555 solid;
}
.pagination .page-item .page-link:hover{
	color: #000;
	background-color: #fff;
	border:1px #555 solid;
}