html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
.footer-container {
  flex: 1
}
body {
  margin: 0;
  font-family: 'Helvetica', 'Open Sans Condensed', sans-serif;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}
h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  font-size: 10rem;
  line-height: 10rem;
  margin-bottom: 0.1rem;
  margin-top: 0.8rem;
  color: #095BAA;
}

button {
   background-color: #095BAA;
   color: #ffffff;
   border: none;
   padding: 1.3rem 2rem;
  text-align: center;
  display: inline-block;
  margin-top: -20900rem;
  margin-bottom: 1.5rem;
}

button:focus {
  border: none;
  outline: none;
}


button:hover
{
  background-color: #FF836E;
  color: black;
  font-weight: normal;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.subhead {
  font-family: 'Helvetica', sans-serif;
  font-size: 3rem;
  margin-top: 0.6rem;
}
ul {
  list-style-type: none;
  margin:0;
  padding:0;
}

.container {
  text-align: center;
  padding:.8rem 1.2rem;
}


.logo {
  width: 35px;
}

header {
  display: flex;
  justify-content: space-between;
}

.hide-mobile {
  display: none;
}

.menu {
  width: 25px;
  margin-top: 45%;
}

.hero-graphic {
  width: 60%;
  margin-top: 10rem;
}
.toronto {
  width:100%;
  margin-bottom: 0rem;
}
h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: lighter;
  margin-bottom: 3rem;
  margin-top: 0.1rem;
  font-size: 5rem;
  color: #095BAA;
}
.services1 {
  background-color: #E1E5F2;
}


.container .headshot p {
  line-height: 0.2rem;
}
.container .headshot {
}
.container .headshot img {
  width: 450px;
}
.header2 h1 {
  margin-bottom: 1.2rem;
  font-size: 10rem;
}
.container .about p {
  margin: 0 auto;
  width: calc(100% - 10rem);
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.5rem;
}

.container2 {
  margin-top:-0.2rem;
  text-align: center;
  padding: .8rem 13rem;
  background-color: #E1E5F2;
}
.background-services {
  margin-top: -.5rem;
  background-color: #E1E5F2;
}
.card {
  background-color: #ffffff;
  /* box-shadow: 0 2px 4px 0 #095BAA; */
  flex: 0 1 calc(20% - 1rem);
  min-width: 225px;
  padding-bottom: 12rem;
  margin-bottom: 10rem;
}
.card p {
  font-family: 'Helvetica', sans-serif;
  font-weight: normal;
  font-size: 2.4rem;
  color: #095BAA;
  padding-bottom: 1.5rem;
  margin-bottom: 0rem;
}
.card img {
  width: calc(100% - 5em);
  height: calc(100% - 10rem);
  object-fit: cover;
  padding-top: 2rem;
}
.card ul  {
  padding-top: 0rem;
  list-style-type: none;
  padding-bottom: 1.4rem;
}
.card li {
  text-align: center;
  background-repeat: no-repeat;
  background-position: -15rem 100%;
  font-size: 1.4rem;
  font-family: Helvetica, sans-serif;
}

.card button {
  background-color: #095BAA;
  color: #ffffff;
  border: none;
  padding: -0.5rem -0.5rem;
  margin-top: 0.1rem;
  text-align: center;
  display: inline-block;
}


.image-container1 {
  background: url("../img/calculator.jpg") 50% 50% no-repeat;
  object-fit: cover;
  display: block;
  overflow:hidden;
  width: 100%;
  height: 250px;
}


.container3 {
  margin-top:-0.2rem;
  text-align: center;
  padding:.8rem 15rem;
  background-image: url("../img/industrybackground1.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 60rem;
}
.industries img{
  width: 40rem;
  height: auto;
  margin-left: -6rem;
}
.industries {
  font-size: 1.5rem;
  line-height: 4rem;
}

footer {
  background-color: #231f20;
}

footer img {
  width: 50%;
  display: block;
  margin-right: auto;
  margin-left: auto;
  align-items: center;
  text-align: center;
}

.footer-main {
  background-color: #231f20;
  width: auto;
  padding-bottom: 1rem;
  text-align: center;
  padding:.8rem 1.2rem;
}

.footer-main h5 {
  color: #ffffff;
  font-family: "Merriweather", sans-serif;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  margin-top: 3rem;
}
.footer-contact {
  color: #999999;
  font-size: 1.4rem;
  line-height: 2.4rem;
}

ul.footer-links {
  margin: 0 auto;
}

ul.footer-links li a{
  color: #999999;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

ul.footer-links li a:hover{
  text-decoration: underline;
}

nav ul {
  position: fixed;
  width: 60%;
  top: 0;
  right: 0;
  text-align: left;
  background: rgb(36, 41, 44);
  height: 100%;
  z-index: 7;
  padding-top: 3em;
}

nav ul li a {
  color: white;
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: lighter;
  font-size: 2em;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 1.2rem 2.4em;
  background-color: rgb(52,59, 63);
}

nav ul li a:hover {
  background-color: rgb(65, 73, 78);
}

.exit-btn {
margin-bottom: 1em;
  margin-top: -1.3em;
  text-align: right;
  padding: 0 1.4em;
}

.exit-btn img {
  width: 15px;
  cursor: pointer;
}

.footer-legal {
  padding: 0.9375rem 1.875rem;
  background-color: #333;
  align-items: center;
  text-align: center;
}

.footer-legal p {
  text-decoration: none;
  color: #ffffff;
}

.footer-legal-list {
  width: 100%;
  margin: 0 auto;
}

.footer-legal-list li {
  display: inline-block;
  margin: 0.125rem 0.625rem;
  white-space: nowrap;
}

.footer-legal-list li a {
  color: #9D9D9D;
  text-decoration: underline;
}
.footer-col p {
  color: #9D9D9D;
}
form {
  display: block;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

input[type="email"] {
  border: 0;
  padding: 0.625rem;
  margin-top: 0.3125rem;
}

input[type="submit"] {
  background-color: #00d188;
  color: #fff;
  cursor: pointer;
  border: 0;
  padding: 0.625rem 0.9375rem;
  margin-top: 0.3125rem;
}

@media screen and (min-width: 46rem) {
  .servicesCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .card {
    flex: 0 1 calc(50% - 1em);
  }
  nav ul {
    width: 40%;
  }
  .footer-main {
    padding: 1.25rem 1.875rem;
    display: flex;
    min-height: 30rem;
    flex-wrap: wrap;
  }
  .footer-col {
    padding: 1.25rem;
    flex: 1;
  }
  footer img {
    margin-top: -5rem;
    margin-bottom: 1rem;
    width: 350px;
  }

}

@media screen and (min-width: 75rem) {
  button {
    width: 125px;
    height: 45px;
    font-size: 1.2rem;
    line-height: 1.5rem;
    text-align: center;
  }
  .servicesCards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card {
    flex: 0 1 calc(20% - 1em);
  }
  h1 {
    font-size: 15rem;
    line-height: 15rem;
  }

  .footer-main {
    justify-content: space-between;
  }

  .industries {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .industries img{
    margin-bottom: 20rem;
    margin-left: 10rem;
    width: 60rem;
  }

  .industry-text {
    margin-top: 5rem;
    margin-left: 20rem;
  }

  .industry-text h3 {
    font-size: 7rem;
  }
  .industry-text ul li {
    font-size: 1.7rem;
    font-weight: normal;
  }
  .table img {
    width: 750px;
  }
  container .headshot {
    float: left;
    justify-items: left;
  }
  .container .headshot img {
    width: 450px;
  }
  .container .about {
    display: flex;
    align-items: flex-start;
  }
  .header2 h1 {
    margin-bottom: 1.2rem;
    font-size: 10rem;
  }
  .container .about p {
    margin-left: 5rem;
    width: 50%;
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.5rem;
  }


  .test1 {
    display: flex;
  }
}

@media only screen and (min-width: 1024px) {
  .container {
    width: 80%;
    margin: 0 auto;
  }
  .container2 {
    width: 80%;
    margin: 0 auto;
    background-color: #E1E5F2;
  }

  .show-desktop {
    display: block;
    margin: 0 auto 13% auto;
  }

  .hide-desktop {
    display: none;
  }

  nav {
    background-color: white;
  }
  nav ul {
    position: inherit;
    width: auto;
    background: white;
    height: auto;
    display: flex;
    padding-top: 0;
  }


  .logo {
    margin-top: -3.5rem;
    width: 45px;
  }

   nav ul li {
    float: left;
  }

  nav ul li a {
    color: #095BAA;
    font-weight: normal;
    background-color: inherit;
    padding: 1.2em 2em;
    color: #095BAA;
  }
  nav ul li a:hover {
    background-color: inherit;
  }



  h1 {
    font-size: 18rem;
    line-height: 15rem;
    margin-bottom: 0.1rem;
    margin-top: 0.8rem;
    color: #095BAA;
  }
  .img {
    width: 250px;
  }
  .footer-main {
     justify-content: space-evenly;
   }
  .industries {
    justify-content: space-evenly;
  }
}

