body {
	position: relative;
}
/* Classes */
.mobile-hide {
	display: block;
}
.mobile-show {
	display: none;
}
.container-big {
	width: 90%;
	max-width: 1280px;
	margin: 0 auto;
}
.display-container {
	position: relative;
	width: 100%;
}
.display-middle {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
  	text-align: center;
}
/* Header */
#home {
	position: sticky;
  	top: 0;
  	z-index: 99;
  	background-color: #fff;
	transition: 0.4s;
}
#home .row {
	margin-right: 0;
}
#top-menu.navbar {
	padding: 0 1rem;
}
#top-menu .nav-link {
	color: #fff;
	padding: .25rem 1rem;
}
#top-menu a:hover {
	background-color: #999;
}
figure {
	margin: 0;
}
img#logo {
	width: 100%;
	max-width: 300px;
	padding: .5rem 0;
	transition: 0.4s;
}
#info-menu {
	padding: 1.1rem 0 .75rem;
}
#info-menu p,
#info-menu a {
	letter-spacing: .1rem;
	padding-right: 2rem;
	margin-bottom: 0;
	vertical-align: middle;
}
#info-menu a,
#info-menu a:hover {
	display: block;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-decoration: none;
}
#info-menu i.fa-solid {
	font-size: 1.5rem;
	padding-right: .25rem;
	vertical-align: middle;
    color: #0075b5;
}
/* Navigation */
#main-menu .navbar {
	padding-top: 0;
	padding-bottom: 0;
}
#main-menu a {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: .15rem;
    color: #212529;
    padding: .5rem 1rem;
}
#main-menu a:hover,
#main-menu a.active {
    color: #000;
    background-color: #ccc;
}
/* Spotlight */
#spotlight {
	/*padding-top: 8rem;*/
}
#spotlight img{
	width: 100%;
}
#spotlight .carousel-caption {
	right: 25%;
	left: 25%;
	bottom: 35%;
	background: rgba(0, 0, 0, 0.5);
}
/* Content */
/* Services */
#services {
	width: 100%;
	background-image: url("../images/services-background.png");
	background-size: cover;
    background-position: center;
    margin: 0 auto;
}
#services .display-container a {
	color: #000;
	background: rgba(255, 255, 255, 0.5);
	padding: .5rem 0;
}
#services .display-container h3 {
	font-size: 1.4rem;
	font-weight: 700;
}
/* About Us */
#about {
	background-image: url(../images/nyc_skyline.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
/* Projects */
#projects {
	background-color: #54aaf4;
}
#projects .card-body {
	padding: .75rem .5rem;
}
#projects .card-title {
	margin-bottom: .5rem;
}
#project .carousel-caption {
	right: 25%;
	left: 25%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
}
/* Contact Us */
#contact .form-group {
	width: 100%;
}
/* Modals */
.modal-dialog {
    max-height: 100%;
}
/* Responsive Design */
@media only screen and (max-width: 992px) {
	/* Navigation */
	.mobile-hide {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	a.mobile-nav {
		padding:20px;
		float:left;
		display:inline-block;
		box-shadow:0px 1px 1px rgba(0,0,0,0.15);
		border-radius:3px;
		background:#0075b5;
		text-shadow:0px 1px 0px rgba(0,0,0,0.5);
		color:#fff;
		font-size:20px;
		transition:color linear 0.15s;
	}
	a.mobile-nav:hover, a.mobile-nav.active {
		text-decoration:none;
		color:#66a992;
	}
	/* Spotlight */
	#spotlight .carousel-caption {
		right: 15%;
		left: 15%;
		bottom: 10%;
		padding: .2rem 0;
	}
	/* Services */
	#services .col-4, #services .col-8 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	/* About */
	#about .col-4, #about .col-8 {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	/* Modals */
	.modal-dialog {
    	max-width: 96%;
    	margin: 1rem auto;
	}
	ul.carousel-indicators {
		margin-bottom: 0;
	}
	#project .carousel-caption {
    	right: 0;
    	left: 0;
    	bottom: 0;
    	padding: 5px;
    	padding-bottom: 10px;
    }
    #project .carousel-caption h3 {
    	font-size: 1rem;
	    margin-bottom: .1rem;
	    line-height: 1;
    }
    #project .carousel-caption p {
    	font-size: .75rem;
    	margin-bottom: .5rem;
    }
}
@media only screen and (max-width: 768px) {
	.hide-mobile {
		display: none;
	}
	/* Header */
	#home figure.col-4 {
		vertical-align: middle;
		padding: 0;
	}
	#home .col-4 {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	#home .col-8 {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	#home .col-8,
	#info-menu .col,
	#info-menu p,
	#info-menu a {
		padding: 0;
	}
	#top-menu.navbar {
		display: none;
	}
	/* Spotlight */
	#spotlight .carousel-caption {
		right: 5%;
		left: 5%;
		bottom: 5%;
	}
	/* About */
	#about .col-4, #about .col-8 {
    	-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
	}
	/* Projects */
	/* Projects */
	#projects .col-3 {
    	-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
	}
	/* Modals */
	#projectsModal .modal-dialog {
    	max-width: 720px;
	}
	#project .carousel-caption {
    	padding: 1px;
	}
	#project .carousel-caption h3 {
	    padding-bottom: 15px;
    }
	#project .carousel-caption p {
    	display: none;
    }
}
@media only screen and (max-width: 576px) {
	#spotlight .carousel-caption {
		right: 0;
		left: 0;
		bottom: 0;
	}
	.carousel-caption h3 {
		font-size: 1.2rem;
		margin-bottom: 0;
	}
	.carousel-caption p {
		font-size: .8rem;
	}
	#projectsModal .modal-dialog {
    	max-width: 540px;
	}
}