body,html {
	overflow-x:hidden;
}
body {
	font-size:16px;
	font-family: 'Roboto', sans-serif;
}

.bg {
	width: auto;
	height: auto;
}
@media screen and (min-width:75em) {
	.bg {
	width:100% !important;
}
}


.overlay {
	background: rgba(0,0,0,0.35);
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.overlay-get-in-touch {
	background:#292929;
}
.billboard {
	padding:0;
	margin:0;
	position: relative;
	max-height: 50rem;
	overflow: hidden;
}




@media screen and (min-width:75em) {
	.billboard {

	max-height: 75rem;
    overflow: hidden;

}	
}

.billboard-content {
	height: 50%;
    width: 80%;
    margin: auto;
    position: absolute;
    top: 5rem;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    color: #fff;
}

@media screen and (min-width:75em) {
	.billboard-content {
    width: 50%;
}
}


.billboard-content.project {
	top:0;
	 position: relative;
}

.billboard-content.main h1 {
	font-size:2.5rem;
}

.billboard-content.main p {
	font-size:1.5rem;
}

@media all and (min-width: 75em) {
	.billboard-content.main h1 {
	margin-bottom: 2rem;
	font-size:6rem;
}
.billboard-content.main p {
	font-size:2.2rem;
}
}

.billboard-content p {
	margin-bottom: 3rem;
}

.billboard-btn {
	background:#d5453a;
	color:#fff;
	text-decoration: none;
	border:none;
	padding:1rem 5rem;
}

.text-block {
	text-align:center;
	max-width:90%;
	margin:0 auto;
	padding:5rem 0;
}

.text-block h1 {
	font-size:3rem;
}

@media all and (min-width: 75em) {
	.text-block {
	text-align:center;
	max-width:64rem;
	margin:0 auto;
	padding:10rem 0;
}
.text-block h1 {
	font-size:4rem;
	margin-bottom:3rem;
}
.text-block p {
	font-size:2.2rem;
	font-weight:200;
}

}


.text-block.project {
	padding:0;
}


.project-block {
	position: relative;
    overflow: hidden;
}

.project-block .bg {
	position: absolute;
	height:100%;
}


@media all and (min-width: 75em) {
	.project-block {
	position: relative;
    overflow: hidden;
    max-height: 124rem;
}
	.project-block .project {
	 width:65%;
	 height:80%;
	     padding: 3.5rem;
}
.project-block .bg {
	height:auto;
}

}

.project .text-block.project {
	margin-bottom: 7rem;
	margin-top:5rem;
}

@media all and (min-width: 75em) {
	.project .text-block.project {
	margin-bottom: 7rem;
	margin-bottom:unset;
}
}

.project-box {
	border:1px solid #d0d0d0;
	border-radius:10px;
	background:#fff;
	color:black;
	margin-bottom:2rem;
}

.project-box header {
	    background: #f3f0f07d;
    min-height: 21rem;
    padding: 5rem;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #d0d0d078;
}

.project-box img {
	    margin: 0 auto;
}

.project-box-content {
	    text-align: left;
    padding: 2rem 1rem;
    min-height: auto;
}

@media all and (min-width: 75em) {
	.project-box-content {
	    text-align: left;
    padding: 2rem 1rem;
    min-height: 22rem;
}
}

.project-box-content p {
	font-weight:normal;
}

.project-box-content h3 {
	margin:0;
	margin-bottom:1.5rem;
	font-size: 2rem;
}

.contact-block {
	position: relative;
    padding: 18rem 0;
}
.contact-block .billboard-content {
	height: 100%;
}

@media all and (min-width: 75em) {
	.contact-block {
	position: relative;
    padding: 25rem 0;
}
.contact-block .billboard-content {
	height: 50%;
}
}

.contact-block.get-in-touch {
	position: relative;
}

.get-in-touch-main {
	text-align:left;
}
.get-in-touch-main h1 {
	font-size: 3rem;
}
@media all and (min-width: 75em) {
	.get-in-touch-main {
	text-align:left;
	border-right:1px solid #fff;
}
}
.get-in-touch-secondary {
	text-align:left;
}
.get-in-touch-secondary a {
	text-decoration:none;
	color:#fff;
}

.block-title {
	text-transform: uppercase;
	font-size:1.5rem;
}

.footer {
	background:#dd6a61;
	text-align: center;
	padding:3rem 0;
	color:#fff;
	font-weight:bold;
}

.compliancy {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}

.compliancy h1 {
	margin-top: 0.5rem;
    font-size: 1.8rem;
    text-align: left;
    line-height: 1.4;
    font-weight: 100;
}

@media all and (min-width: 75em) {
	.compliancy h1 {
	    margin-top: 4rem;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}
.compliancy {
	margin: 9rem;
}

}


/* bootstrap overrrides */
@media (min-width: 768px) {
	.navbar-nav>li>a {
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar {
	min-height:70px;
}
}

.logo_bee {display:none;}


@media all and (min-width: 75em) {
	.logo_bee {display:block;}
}

/* bootstrap overrides */
.navbar-brand>img {
display: block;
max-width: 22%;
height: auto;
}