@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------
  File:       buildingsPage.css
  Author:     Sebastian Morgan
  Custodian:  Sebastian Morgan (sm@resispeak.com)
  Date Added: 2019-01-16
  Purpose:    Provides styling for the Enpira buildings page.
  Notes:      - 
-------------------------------------------------------------------------------------------------*/

html {
	background: #323232;
}

body, p {
	font-family: "lato", Times, 'Times New Roman', serif;
	font-style: normal;
	font-weight: 400;
	color: #333;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 165%;
}

h1, h2, h3, h4, h5, h6, .button {
	font-family: "lato", Times, 'Times New Roman', serif !important;
	font-style: normal;
  font-weight: 400;
}

.pageTitle {
  background: #3e5aa8;
  height: 90px;
  text-align: center;
}

.enpira-blue {
  color: #3e5aa8 !important;
}

.enpira-dark-blue {
  color: #283578 !important;
}

.bgEnpiraBlue {
  background: #3e5aa8;
}

.subheading {
  margin-top: -1vh;
  margin-bottom: 2vh;
}

.section {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.card {
  border: none;
}

.card-img {
  padding: 1.25rem;
}

.icon {
  width: 50%;
  margin: 0 auto;
  position: relative;
}

.buildingsQuestion {
  font-size: 1.1em;
  display: block;
  margin-bottom: 0.5em;
}

.learnMoreBtn {
  color: #fff;
  background-color: #3d5ba9; 
  border: none;
}

.learnMoreBtn:hover {
  color: #fff;
  background-color: #4263b7;
}

.learnMoreBtn:focus {
  color: #fff;
  background-color: #4263b7;
}

.learnMoreBtn:active {
  color: #fff;
  background-color: #283578 !important;
}

/* Devices with a width of 1199px or smaller */
@media all and (max-width: 1199px) { 

}


/* Devices with a width of 991px or smaller */
@media all and (max-width: 991px) { 

  #buildingPortfoliosPageHeader img {
    width: 100%;
    height: auto;
  }

  #buildingPortfoliosPageCustomers .card img {
    width: 100px;
  }

  #buildingPortfoliosPageCustomers .card {
    margin-bottom: 24px;
  }
}


/* Devices with a width of 768px or smaller */
@media all and (max-width: 768px) {
  #buildingPortfoliosPageFeatures .card img {
    width: 50vw;
  }
}


/* Phones with a width of 575px or smaller */
@media all and (max-width: 575px) {
  #buildingPortfoliosPageFeatures .card img {
    width: 90vw;
  }
}

@media (min-width: 1200px) {
  .slimContainer
  {
    max-width: 1026px !important;
  }

  .crampedContainer
  {
    max-width: 821px !important;
  }
}