body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: auto;
    font-smooth: never;
    font-smooth: always;

    /* <length> */
    font-smooth: 2em;

    -webkit-text-stroke: 0px;

    font-weight: 400;

    font-size: 16px;
    font-family: 'open sans';
}
* {
    -webkit-text-size-adjust:none;             /* prevent webkit from resizing text to fit */
    -webkit-tap-highlight-color:rgba(0,0,0,0); /* prevent tap highlight color / shadow */
}
*:focus {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
#menu, #menu-white {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	transition: 220ms;
	padding: 20px;
	font-size: 14px;
}
#menu-white {
	background: #fff;
	border-bottom: 1px solid #eee;
}
#menu .menu-link {
	color: #fff;
}
.menu-link {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	transition: 220ms;
	border-radius: 4px;
}
.menu-link:hover {
	display: inline;
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	background: #ef5d31;
	color: #fff;
}
#menu a:hover, #menu-white a:hover {
	text-decoration: none;
}
#menu a, #menu-white a {
	color: #666;
	font-weight: 500;
	text-decoration: none;
}
#home-header {
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: 5;
    color: #fff;
    text-align: center;
    background: url(/img/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    overflow: hidden;
}
#about-header {
    position: relative;
    width: 100%;
    min-height: 400px;
    z-index: 5;
    color: #fff;
    text-align: center;
}
h1,h2,h3 {
	color: #ef5d31;
}
.project-label {
	background: #ef5d31;
	padding: 10px;
	color: #fff;
	position: absolute;
	bottom: 10px;
	left: -10px;
	min-width: 40%;
	border-radius: 3px;
	font-weight: 500;
}
.bond-button {
	background: #ef5d31;
	border: none;
	transition: 220ms;
	font-size: 16px;
	padding: 10px;
	padding-left: 50px;
	padding-right: 50px;
	font-weight: 500;
}
.testimonial-quote {
	color: #666;
	font-size: 14px;
}
.testimonial-by {
	color: #ef5d31;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 12px;
}
.bond-button:hover {
	background: #ee734e;
}
.banner-screen {
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
	transition: 1.5s;
}
.logo-left {
	width: 50%;
	position: absolute;
	top: -300px;
	left: 0px;
	text-align: right;
	box-sizing: border-box;
	padding-right: 2px;
	transition: 0.8s;
	opacity: 0;
}
.logo-right {
	width: 50%;
	position: absolute;
	top: 1800px;
	right: 0px;
	text-align: left;
	box-sizing: border-box;
	padding-left: 2px;
	transition: 0.8s;
	opacity: 0;
}
.logo-text {
	width: 100%;
	position: absolute;
	top: -800px;
	text-align: center;
	transition: 0.8s;
	opacity: 0;
}
.logo-comingsoon {
	position: absolute;
	top: 2000px;
	left: 0px;
	transition: 0.8s;
	text-align: center;
	width: 100%;
	margin-top: 150px;
}
.logo-comingsoon span {
	font-size: 18px;
	background: rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 50px;
}
.logo-slogan {
	position: absolute;
	top: 2000px;
	left: 0px;
	transition: 0.8s;
	text-align: center;
	width: 100%;
	margin-top: 150px;
}
.logo-slogan span {
	font-size: 18px;
	padding: 20px;
	border-radius: 50px;
}
.logo-slogan2 {
	position: absolute;
	top: 2050px;
	left: 0px;
	transition: 0.8s;
	text-align: center;
	width: 100%;
	margin-top: 150px;
}
.logo-slogan2 span {
	font-size: 18px;
	padding: 20px;
	border-radius: 50px;
}
.logo-right img,.logo-left img {
	max-width: 40%;
}
.logo-text img {
	max-width: 70%;
}


.gallery-icon {
    transition: 360ms;
}

.gallery-icon:hover {
    opacity: 0.6;
}

@media (max-width: 700px) {
	.logo-comingsoon {
		position: absolute;
		top: 2000px;
		left: 0px;
		transition: 0.8s;
		text-align: center;
		width: 100%;
		margin-top: 100px;
	}
	.logo-comingsoon span {
		display: block;
		font-size: 15px;
		background: rgba(0,0,0,0.3);
		padding: 20px;
		width: 80%;
	}
}
