body {
  background-image: url("img/call-center-header-1024x918.png");
  font-family: 'Lato', sans-serif;
  font-size: 2rem;
  background-repeat: no-repeat, repeat;
	background-size: 460px auto;
  background-position: right top;
  font-size: 1rem;
  padding-top: 24px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

footer.jumbotron {
    margin-bottom: 0px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 86vh;
}

a {
  color: #ffffff;
}
.highlight {
  color: #36ADDF;
}

h1, h2 {
  font-family: 'PT Serif', serif;
  max-width: 50%;
}

h2.tagline {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 2rem;
  margin: 5px 0 45px 0;
}

h1 {
  font-size: 2.8rem;
  line-height: 2.9rem;
  padding-bottom: .5rem;
  color: #0B3885;
  margin-top: 30px;
}

h2 {
  font-size: 1.3rem;
  margin: -7px 0 25px 0;
  color: #0B3885;
}

h3 {
  line-height: 1.6rem;
  font-family: 'PT Serif', serif;
  font-size: 2.2rem;
  margin-top: 15px;
}

p.title {
  font-weight: 700;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: .95rem;
  margin: 20px 0 8px 0;
}

a:hover {
  color: #166385;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, rgba(219,237,251,1), rgba(0,0,0,0) );
  z-index: -1;
}

.glance-logo {
  width: 117px;
  height: auto;
  margin: 10px 0 25px 0;
}

.small-title, .small-title-smb {
  font-size: .95rem;
  display: block;
  font-weight: 700;
  font-family: 'Overpass', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 0 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}

p.text {
  font-size: 1.2rem;
  line-height: 1.3rem;
  margin: 15px 0 5px 0;
}

/* Enterprise Block */

.block-enterprise {
  background-color: #e27108;
  margin-left: 15px;
  padding: 20px 25px 27px 50px;
  background: url(img/enterprise-bgd.svg) no-repeat center center/cover;
}

.btn-enterprise, .btn-smb {
  font-weight: 700;
  font-family: 'Overpass', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 800;
  color: #0B3885;
  background-color: #edf6ff;
  border: none;
  text-align: left;
  width: 24%;
  padding: 10px 20px;
  margin: 1px 0;
  font-size: 0.9rem;
  -webkit-box-shadow: 0 20px 28px 0 rgba(0,21,93,0.3);
  -moz-box-shadow:    0 20px 28px 0 rgba(0,21,93,0.3);
  box-shadow:         0 20px 28px 0 rgba(0,21,93,0.3);
}

.btn-enterprise:hover, .btn-smb:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow:    none;
  box-shadow:         none;
  background-color: #fff;
}

.btn-enterprise-sm {
  font-size: .8rem;
  font-weight: 800;
  color: #36ADDF;
  margin-bottom: -.03rem;
  font-family: 'Overpass', sans-serif;
  letter-spacing: 0.7px;
}

p .btn-enterprise-sm {
  margin-bottom: -11rem !important;
  padding: 0px;
}

.arrow-ent {
  color: #F96900;
  font-weight: 600;
}

.tagline {
    font-size: 1.3rem;
    margin-top: 27px;
}


/* SMB Block */

.block-smb {
  background-color: #009bd4;
  background: url(img/smb-bgd.svg) no-repeat center center/cover;
  margin: 10px 0 20px 15px;
  padding: 20px 25px 27px 50px;
}

.btn-smb {
  width: 23%;
  margin: 20px 0;
}

.arrow-smb {
  color: #33ABE2;
  font-weight: 600;
}

/* Footer */

footer {
/*  position: fixed;
  bottom: 0px;
  right: 0px;*/
  width: 100%;
  font-family: "Overpass",sans-serif;
  text-transform: uppercase;
  color: #9E9E9E;
  text-align: center;
  font-size: 0.6875rem;
  letter-spacing: 0.065625rem;
  line-height: 1.3125rem;
  font-weight: 700;
}

footer a {
  color: #098dcf;
}
footer a:hover {
  text-decoration: underline;
}

.jumbotron {
  background-color: #ebf6f9;
  border-radius: 0;
  padding: 20px 0;
  margin-top: 25px;
  text-align: center;

}

.social-icons {
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
}

.facebook, .twitter, .linkedin {
  padding: 10px;
  margin-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #098dcf;
}


/* Media Queries */

@media only screen and (max-width : 766px) {
  body {
    background-image:none
  }
  h1, h2 {
    max-width: 100%;
  }
  h3 {
    line-height: 1.8rem;
  }
  .btn-enterprise {
    width: 100% !important;
  }
  .btn-smb {
    width: 100% !important;
  }
  #overlay {
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0) );
  }
  .block-enterprise, .block-smb {
    padding-left: 25px;
  }

}

@media only screen and (max-width : 880px) {
  body {
    background-size: 400px auto;
  }
}

@media only screen and (min-width : 1100px) {
  .btn-enterprise {
    padding-right: 0;
  }
}

@media only screen and (max-width : 1200px) {
  .btn-enterprise {
    width: 40%;
  }
  .btn-smb {
    width: 30%;
  }
}
