@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'NimbusSansRound-Light';
	src: url(fonts/NimbusSansRound-Light.ttf) format("truetype"), url("/fonts/NimbusSansRound-Light.woff") format("woff");
}


body {
	background-color: #000;
}

.bg-dark {
	background-color: #000 !important;
}

.bg-secondary {
	background-color: #252525 !important;
}

.nav-item {
	margin-left: 2em;
	text-transform: uppercase;
	font-size: 1.2rem;
	font-weight: 400;
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1.00);
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #ff9900;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
	color: #ff9900;
}


/* Toggler Icon */

.navbar-light .navbar-toggler-icon {
	background-image: url("navbar-toggler-icon.png");
}

.navbar-light .navbar-toggler {
	/*    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,0.5);*/
	border: none;
}

/* Toggler Icon */



a.btn {
	color: #ff9900;
}


a.btn:hover {
	color: #fff;
}




/* Armani Logo SVG */
.logo {
	display: inline-block;
	width: 4rem;

}

#AM {
	transition: 0.6s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

svg:hover #AM {
	fill: #fff;
}



.logo-footer {
	display: inline-block;
	width: 3rem;
}


#fAM {
	transition: 0.6s;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
}

svg:hover #fAM {
	fill: #fff;
}



/* CARDS */

.card-body {
	padding: 0.5rem;
}

.card {
	background-color: #000;
	/*border: 1px solid rgba(0,0,0,.125);*/
	border-radius: 0;
}


h3, h4, h5, h6 {
	font-family: 'Roboto Slab', serif;
	font-weight: 400;
	color: #fff;
}


h2 {
	font-size: 1.5rem;
	color: #ff9933;
	font-weight: 400;
}


a {
	color: #ff9933;
	text-decoration: none;
	background-color: transparent;
}


a:hover {
	color: #fff;
	text-decoration: none;
	background-color: transparent;
}

h3.card-title {
	font-size: 1.0rem;
}

h5.card-subtitle {
	font-size: 1.0rem;
	font-weight: 400;

}

p.card-text {
	line-height: 1.2rem;
	padding-bottom: 0.8rem;
}


ul {
	color: #999;
}

p {
	color: #999;
}


hr {
	background-color: #666;
}


/* Drop Cap */

.DropCap:first-letter {
	float:left; /* Paragraph will wrap around it */
	font-size:2.5rem;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	padding: 10px 10px 0px 0;
	line-height: 30px; /* It is going to push the text away at the bottom */
	/*
	1st. value = Horizontal distance
	2nd. value = Vertical distance
	3rd. value = The blur radius
	4th. value = The color of the shadow 
	text-shadow: 4px 4px 0 #666, 7px 7px 0 #fff; */
	
}





/* IMAGES */

.img-thumbnail {
	padding: .10rem;
	background-color: #000;
	border: 1px solid #333;
	border-radius: 1px;
	transition: all .2s ease-in-out;
	max-width: 100%;
	height: auto;
}

.modal-body {
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 2px;
}

.modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #fff;
	background-clip: padding-box;
	border: 0px solid rgba(0, 0, 0, .2);
	/* border-radius: .3rem; */
	outline: 0;
}

figcaption {
	color: #fff;
}


.table td,
.table th {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	font-weight: normal;
}


.slice-lg {
	padding-top: 6rem;
	padding-bottom: 6rem;
}

.slice {
	position: relative;
	padding-top: 4rem;
	padding-bottom: 4rem;
}


.map-container {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0;
}

.map-container iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}



footer {
	color: #fff;
	background-color: #252525;
	text-align: center;
	font-size: 0.9rem;
	padding: 1rem 0;
	margin: 0 auto;
	margin-top: 3em;
}


/* Ekko Lightbox */

.modal-footer {
	padding: 0.5rem;
	border: none;
	background-color: #ccc;
}


.modal-body {
	padding: 0px;
	background-color: #333;
}

.modal-body {
	padding: 0px;
	background-color: #333;
}

.modal-body img {
	border: 1px solid rgba(255, 255, 255, 0.4);
}
