@charset "UTF-8";
/* CSS Document */
body {
    margin: 0 auto;
}

/*@font-face {
    font-family: "Swiss 721 Light Condensed BT";
    src: url("Swiss 721 Light Condensed BT Regular/Swiss 721 Light Condensed BT Regular.ttf");
}*/
@font-face {
    font-family: "Swis721 LtEx BT W03 Light";
    src: url("https://db.onlinewebfonts.com/t/0dd66765d92de2afd4cb56c928db1d08.eot");
    src: url("https://db.onlinewebfonts.com/t/0dd66765d92de2afd4cb56c928db1d08.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0dd66765d92de2afd4cb56c928db1d08.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0dd66765d92de2afd4cb56c928db1d08.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0dd66765d92de2afd4cb56c928db1d08.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0dd66765d92de2afd4cb56c928db1d08.svg#Swis721 LtEx BT W03 Light")format("svg");
}

p,h1,h2,h3,h4,h5,h6, ul, li, a, .caption, #fsCaption {
	font-family: "Swis721 LtEx BT W03 Light";
    color: grey;
  
/*font-family: "Swis721 LtEx BT W03 Light";
    color: grey;*/
}
p,li {
    font-size: .9em;
}
.navbar {
    background-color: #333;
    padding: 10px 20px;
    position: fixed;
    width: 100%;

}

.navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand {
    color: white;
    font-size: 24px;
    text-decoration: none;
}

.navbar-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.navbar-links li {
    margin-left: 20px;
}

.navbar-links a {
    color: white;
    text-decoration: none;
    padding: 8px 12px;
}


.navbar-toggler {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 30px;
    cursor: pointer;
}
    .navbar-links.active {
	display: block;
	color: #EE1D21;
    }
a:active {
	color: #EEEEEE;
}
#header {
    padding-bottom: 100px;
}
.headerMail {
    float: right;
    margin-right: 50px;
    position: relative;
    top:-10px;
    color: white !important;
}
.heacerMail a {
    text-decoration: none;
}

.home {
    width: 100%;
    background-color: #99afab;
    background-image: linear-gradient(to bottom right, #99afab, #e7e7e7);
    float: left;
    margin-bottom: 30px;
}
.panel {
	float: left;
    height: 300px;
	width: 31%;
	margin: 1.1%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;	
    background-color: white;
	box-shadow: 5px 5px 10px grey;
}
.panel1 {
	float: left;
	width: 47%;
	margin: 1%;
	height: 450px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;	
    background-color: white;
	box-shadow: 5px 5px 10px grey;
}
.panel2 {
	float: left;
	width: 40%;
	margin: 3.5%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;	
    background-color: white;
	box-shadow: 5px 5px 10px grey;
}
.panel img {
	max-width: 100%;
}
.panel .heading {
    width: 100%;
    padding-left: 20px;
}
#intro p {
    margin-top: 130px;
}
#building_reimagining1 p{
    margin-top: 120px;
}
#boma2 p {
    margin-top:135px;
}
.panel p {
    padding: 20px;
}
/*************************************************logo********************************************
*************************************************************************************************/
/* Container styling */
.container {
	display: flex;
	justify-content: space-between; /* Space out the left and right sections */
	align-items: center;
	width: 180px; /* Adjust width as needed */
	height: 126px;
	margin-top: 17%;
	margin-left: 3%;
}
/* Styling for the left section */
.left {
  display: flex;
  flex-direction: column; /* Stack the squares vertically */
  justify-content: space-between;
}

/* Styling for the right section */
.right {
  display: flex;
  justify-content: center;
  float: left;        
}

/* Common square styling */
.square {
	width: 50px;
	height: 50px;
	margin: 5px;
}
#square1 {
    background-color: #d1dddc;
}
#square2{
    background-color: #bececb;
}
#square3 {
	background-color: #9cb8b2;
	width: 110px;
	height: 110px;
}
#logo h2 {
    line-height: 1.4em;
}
#intro {
    background-image: url("images/Panel 2 no text.jpg")
}
#more_info {
	background-image: url("images/Panel 3 no text_small.jpg");
}
#testFit1 {
	background-image: url("images/TestFitPlans/24 1219_HBC relo plan_small.jpg");
}
#boma1 {
	background-image: url(images/BOMA/B-02_small2.jpg);
}
#building_reimagining2 {
	background-image: url(images/Building%20Reimagining/A1%20Blocking%20Plan_small.jpg);
}



/************************************test fit******************************************
**************************************************************************************/

.testFit {
    background-size: contain;
    background-repeat: no-repeat;
    width: 40%;
    display: block;
    float: left;
    margin: 5%;
    height: 442px;
	box-shadow: 5px 5px 10px grey;
}
.testFitPanel {
    width: 40%;
    float: left;
    margin-left: 5%;
    margin-top: 15px;
	box-shadow: 5px 5px 10px grey;
}
.testFitPanel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
    margin-top: 1%;
}
.testFitText {
    float: left;
    width: 42%;
    height: 210px;
    margin: 3.5%;
}
.testFitTextSmall {
    clear: both;
    float: left;
    width: 40%;
    margin: 3.5%;
}
#dryDock {
  clear: both;
}
#prgramGenerator {
    float: left;
    width: 45%;
    margin: 3.5%;
}
.testFitParent {
	position: relative;
	left: 0;
}
.testFitParent img {
	border: 1px solid #C4C3C3;
    float: left;
    width: 30%;
}
/*.programmingMatrix {
	float: left;
}
.programmingMatrix img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}*/
#tfimage1 {
	position: relative;
    width: 30%;
	top: 0;
}
#tfimage2 {
	position: relative;
    width: 30%;
	top: 7px;
	left: 24px;
	transform: rotate(5deg);
}
#tfimage3 {
	position: relative;
    width: 30%;
	top: 30px;
	left: 32px;
	transform: rotate(9deg);
}

/************************************reimagining**************************************
*************************************************************************************/
.reimaginingText {
    width: 90%;
    margin: 5%;
    float: left;
}
.panel1 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/************************************boma********************************************
************************************************************************************/
.boma {
   width: 40%; 
   float: left; 
   padding-left: 5%; 
}
.boma img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	padding-top: 0px;
	margin-top: 1%;
}
.bomaOffice {
    float: left;
    width: 42%;
    margin: 4%;
    margin-top:65px;
}
/*.bomaSpreadsheet {
	padding-top: 30px;
}*/
.bomaSpace {
        min-height: 130px;
    }
.parent {
	top: 0;
	left: 0;
	margin-top: 0px;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
}
.image2 {
  position: absolute;
  top: 105px;
  left: 185px;
}
.image3 {
  position: absolute;
  top: 230px;
  left: 405px;
}
#markets {
    clear:both;
}


/************************************footer********************************************
**************************************************************************************/
#footer {
    clear: both;
    padding-top: 50px;
}
.fa {
  padding: 20px;
  font-size: 30px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}

.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #669999;
  color: #c3e8e1;
}
.fa-linkedin {
  background: #669999;
  color: #c3e8e1;
}
.fa-instagram{
  background: #669999;
  color: #c3e8e1;
}
.fa-envelope{
 background: #669999;
 color: #c3e8e1;
}





@media (min-width: 769px) and (max-width: 1024px){
.panel {
    width: 45%;
    margin: 2.5% 2.5%;
}
#logo {
    margin: 2% 26%;
}
    
/*div#relocation {order: 1;}
div#testFitPlans{order: 2;}
div#streamlinedProcess {order: 4;}
div#testFitImage {order: 3;}    
div#dryDock {order: 5;}      
div#ourPricing {order: 1;}      
    
    */
    
.testFit {
    height: 250px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 90%;
    display: block;
    float: left;
    margin: 5%;
    }
.testFitText {
        width: 90%;
}
.testFitPanel {
        width: 90%;
        margin: 5%;
    } 
.testFitTextSmall{
    width: 90%;
}
.reimaginingText {
    float:left;
    margin: 3.5%;
}
.panel1 {
    width: 90%;
    margin: 5%;
    }
.panel1 img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 75%;
}
}
@media (max-width: 768px){
    .panel {
        width: 90%;
        margin: 2% 5%;
        min-height: 300px;
    }
    #intro p {
	margin-top: 110px;
    }
    #building_reimagining1 p {
	margin-top: 125px;
    }
    #testFit2 p {
	margin-top: 0px;
    }
    #logo {
        margin: 5%;
    }
    #logo h1 {
        line-height: .9em;
        font-size: 26px;
    }
    .square {
        width: 30px;
        height: 30px;
        margin: 2px;
    }
    #square3{
        width: 65px;
        height: 65px;
    }
    #markets {
        padding-left: 25%;
    }
/*    .testFitImage {
      height: 375px;  
    }*/
    .testFit img {
        margin: 0 auto;
    }
    .testFitText {
	width: 90%;
	height: auto;
    }
    .testFitTextSmall {
        width: 90%;
    }
    .testFitPanel {
        width: 90%;
        margin: 5%;
    }
    .boma .parent .bomaOffice {
        width: 90%;
    }
.boma {
        width: 90%;
        margin: 5%;
        padding-left: 0;
    }
.bomaOffice {
        width: 90%;
        margin: 5%;   
    } 

.panel1 {
        width: 90%;
        margin: 5%;   
    }
 
    .navbar-links {
        display: none;
        width: 100%;
        position: absolute;
        top: 60px;
        left: 0;
        background-color: #333;
        padding: 20px;
        z-index: 1;
    }

    .navbar-links ul {
        flex-direction: column;
        width: 100%;
    }

    .navbar-links li {
        margin: 10px 0;
    }

    .navbar-toggler {
        display: block;
    }
}

/*Image slider*/
    .thumbnail-container {
      width: 45%;
      max-width: 100%;
      margin: 20px;
      float: left;
    }

#fsCaption {
    color: #e7e7e7;
}

@media (max-width: 1024px) {
      .thumbnail-container {
        width: 90%;
        margin: 5%;    
        float: none;
      }
    }

    #thumbImg {
      width: 100%;
      max-height: 600px;
      object-fit: cover;
      cursor: pointer;
      display: block;
    }

    .thumb-arrow {
      position: absolute;
      top: 70%;
      transform: translateY(-50%);
      font-size: 30px;
      background:rgba(177,175,175,1.00);
      padding: 10px;
      border-radius: 50%;
      cursor: pointer;
      user-select: none;
      z-index: 2;
    }

/*    .thumb-prev { left: 10px; }*/
    .thumb-next { right: 10px; }

    .caption {
      margin-top: 8px;
      font-size: 16px;
      text-align: center;
    }

    #fullscreen {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100vw; height: 100vh;
      background-color: rgba(84,84,84,0.80);    
      z-index: 9999;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }

    #fsImg {
      max-width: 90vw;
      max-height: 80vh;
      object-fit: contain;
    }

    #fsCaption {
      margin-top: 20px;
      font-size: 20px;
    }

    .fs-arrow, .fs-close {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 50px;
      background: rgba(84,84,84,0.80);
      padding: 10px;
      border-radius: 50%;
      cursor: pointer;
      user-select: none;
    }

    .fs-prev { left: 20px; }
    .fs-next { right: 20px; }

    .fs-close {
      top: 20px;
      right: 30px;
      transform: none;
      font-size: 40px;
    }
    