
/*
Theme Name: DSCO // CommerceHub landing Page
Author: Josh Batchelor
Description: Landing page directing users to CommerceHub links
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@import url("https://use.typekit.net/zia0khi.css");
*, html {
  font-family: effra, sans-serif;
}
body {
  color: #000;
}
.header .logo {
  width: 395px;
  height: 44px;
}
.buttons .button {
  border-radius: 0 0 0 0;
  padding: 7px 10px;
  line-height: 12px;
  min-height: auto;
  height: auto;
  font-size: 16px;
}
.buttons .is-primary {
  background-color: #004494;
}
.buttons .is-primary:hover {
  background-color: #eee;
  color: rgba(0,0,0,.7);
}
.buttons .is-light {
  background-color: #0073ff;
  color: #fff;
  margin-left: 10px;
}
.button.is-outlined {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 2px 2px 2px 2px;
  height: auto;
  min-height: auto;
  padding: 3px 16px;
}
.hero {
  background-image: url('images/bg-hero@2x.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
p {
  font-size: 20px;
  font-weight: 300;
}
.button.is-link {
  background-color: #0075FF;
  font-size: 20px;
  line-height: 22px;
  height: auto;
  min-height: auto;
  padding: 9px 18px;
}
h1 {
  font-size: 56px;
  line-height: 60px;
}
h5 {
  font-size: 26px;
  margin-bottom: 50px;
}
.links {
  color: #fff;
}
.links a {
  color: #fff;
  display: inline-block;
  padding-top: 10px;
  font-weight: 400;
}
.links .columns .column {
  padding: 24px 93px;
}
.links .columns .column:first-child {
  background-color: #00458F;
}
.links .columns .column:last-child {
  background-color: #002C5C;
}
.links .columns .column div {
  max-width: 350px;
  font-weight: 500;
  font-style: normal;
}
.by-the-numbers {
  background-color: #F5F5F5;
}
.by-the-numbers span {
  font-size: 50px;
  color: #0075FF;
  display: block;
}
.by-the-numbers .image-wrapper {
  height: 95px;
}

@media screen and (max-width: 768px) {
  .header {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
  }
  .header .navbar-brand {
    align-items: center!important;
  }
  .header .logo {
    width: 250px;
    height: 27px;
  }
  .hero {
    padding-top: 30px;
  }
  h1 {
      font-size: 36px;
      line-height: 40px;
      margin-bottom: 20px;
  }
}