
@font-face {
    font-family: 'aileron';
    src: url('fonts/Aileron-Light-webfont.eot');
    src: url('fonts/Aileron-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aileron-Light-webfont.woff2') format('woff2'),
         url('fonts/Aileron-Light-webfont.woff') format('woff'),
         url('fonts/Aileron-Light-webfont.ttf') format('truetype'),
         url('fonts/Aileron-Light-webfont.svg#aileronlight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'aileron';
    src: url('fonts/Aileron-BlackItalic-webfont.eot');
    src: url('fonts/Aileron-BlackItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aileron-BlackItalic-webfont.woff2') format('woff2'),
         url('fonts/Aileron-BlackItalic-webfont.woff') format('woff'),
         url('fonts/Aileron-BlackItalic-webfont.ttf') format('truetype'),
         url('fonts/Aileron-BlackItalic-webfont.svg#aileronblack_italic') format('svg');
    font-weight: bold;
    font-style: italic;

}
@font-face {
    font-family: 'aileronblack';
    src: url('fonts/Aileron-Black-webfont.eot');
    src: url('fonts/Aileron-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Aileron-Black-webfont.woff2') format('woff2'),
         url('fonts/Aileron-Black-webfont.woff') format('woff'),
         url('fonts/Aileron-Black-webfont.ttf') format('truetype'),
         url('fonts/Aileron-Black-webfont.svg#aileronblack') format('svg');
    font-weight: bold;
    font-style: normal;

}



body {
	font-family: 'aileron', Arial, sans-serif;
	font-weight: normal;
	font-size:1.1 vmax;
  	background-color: #ffffff;
}
.p	{
	color: #fff;	
}

body {
  background-color: #ffffff;
}
.navbar-header {
  float: none;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
}
.navbar-nav>li {
  float: none;
}
.navbar-collapse.collapse.in{
  display:block !important;
}
.navbar-header{
	background-color: #fff;
}

/* change the background color */
.navbar-custom {
    background-color: #fff;

}

.around {
	border-bottom:thin solid rgba(0,0,0,0.1);
	padding-top:40px;
	padding-bottom:40px;
}


/* change the brand and text color */
.navbar-custom,
.navbar-custom .navbar-text {
    color: rgba(255,255,255,1);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #fff;
}
.navbar-custom .navbar-toggle {
  border-color: rgba(0,255,255,0); /* Removes border color */
  float: right; /* Move navbar toggle to left */
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #000000; /* Changes regular toggle color */
}
.navbar-default .navbar-toggle .icon-bar:hover {
  background-color: #fff; /* Changes toggle color on hover */
}
.navlink {
  color: #fff;	
}
h4 {
  margin-top: 25px;
}

.row .row {
  margin-top: 1px;
  margin-bottom: 1px;
}
[class*="col-"] {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  background-color: ##f5f5f5;
  border: 1px solid rgba(0,255,255,0);
}
#daCarousel{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right:1px;
  margin-top: 1px;
  margin-bottom: 1px;
  margin-left: 1px;
  margin-right: 1px;
}
.carousel slide{
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 1px;
  padding-right: 1px;
  background-color: ##ffffff;
  border: 1px solid rgba(0,255,255,0);	
}

hr {
  margin-top: 40px;
  margin-bottom: 40px;
}
.jumbotron {
	background:##f5f5f5;	
}
.link-black	{
color:#000;	
}
.link-white	{
color:#fff;	
}
.list-quotes {
    cursor: pointer;
    height: auto;

    overflow: hidden;
    position: relative;
    display: block;
}
.list-quotes img,
.list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.list-quotes h1{
	background: rgba(0,0,0,0.8);
    bottom: 30px;
    float: right;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 15px;
    position: absolute;
    margin: 0;
}

.list-quotes p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 15px;
    font-weight: normal;
    background: rgba(0,0,0,0.8);
    width: 100%;
    color: #fff;
}
.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}

.list-quotes:hover h1 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    transition: all 250ms ease;
}
.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.quotes span{
    color:#222;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
.project-text {
	font-family: 'aileronblack_italic', Arial, sans-serif;
	font-size:1.2vmax;
	font-weight: normal;
	font-style:normal;
	padding-right:20px;
	padding-left:20px;
	border-left:thin solid rgba(0,0,0,0.1);
}

.project-head p {
	font-family: 'aileronlight', Arial, sans-serif;
	font-size:1.3vmax;
	font-weight: bold;
	padding: 30px;
	
}
.project-name{
	 font-size:large;
	}
.special-small{
	text-align:right;
	padding-right:20px;
	}	
	
<!-- gallery-->
.gal-container{
	padding: 12px;
}
.gal-item{
	overflow: hidden;
	padding: 3px;
}
.gal-item .box{
	height: 350px;
	overflow: hidden;
}
.box img{
	height: 100%;
	width: 100%;
	object-fit:cover;
	-o-object-fit:cover;
}
.gal-item a:focus{
	outline: none;
}
.gal-item a:after{
	content:"\e003";
	font-family: 'Glyphicons Halflings';
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.75);
	position: absolute;
	right: 3px;
	left: 3px;
	top: 3px;
	bottom: 3px;
	text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
	opacity: 1;
}
.modal-open .gal-container .modal{
	background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
	padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
	outline: none;
}
.modal-open .gal-item button.close span{
	position: relative;
	top: -3px;
	font-weight: lighter;
	text-shadow:none;
}
.gal-container .modal-dialogue{
	width: 80%;
}
.gal-container .description{
	position: relative;
	height: 40px;
	top: -40px;
	padding: 10px 25px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}
.gal-container .description h4{
	margin:0px;
	font-size: 15px;
	font-weight: 300;
	line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {

    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}


/* Set the fixed height of the footer here */
#push,
#footer {
	padding: 10px;
  	height: 80px;
}
#footer {
	background-color: #ffffff;
	padding-left:20px;
	padding-right:20px;
	padding-top:20px;
}
.contact-foot {
	float:right;
	margin-left:10px;
}
#up-foot{
	float:left;
}
.announce {
	font-weight: bold;
	font-style:normal;
	font-size:2.0vmax;
	padding-left:20px;

}
.sepr8	{
	height:100%;
	width=1.0px;
}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }