@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: #3d5ba9 !important;
}

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

.bgEnpiraBlue
{
  background-color: #3d5ba9;
}

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

.headerPad
{
  padding-top: 1vh;
  padding-bottom: 1vh;
}

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

.card {
  border: none;
}

.card-img {
  padding: 1.25rem;
}

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

.icon2 {
  width: 10vw;
  margin: 0 auto;
}

.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;
}

.utilitiesBuildingsToggle
{
  margin-left: 2vw;
  margin-top: 1.3vh;
  color: #666;
  border: none;
}

/* 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) { 

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

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

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


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


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

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

  .crampedContainer
  {
    max-width: 821px !important;
    margin-bottom: 5vh;
  }
}