/*
Website Design/Build:
Kevin Snell
Formulate Communicative Design
www.formulate.ca
*/


/* GLOBAL */

html,
body {
  margin: 0;
  padding: 0;
  color: #687586;
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

input:focus {
  outline: none;
}

h2 {
  margin: 0 0 10px 0;
  color: #2677D3;
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 1.2em;
}

a {
  color: #2677D3;
}

a:hover {
  text-decoration: none;
  color: #f00;
}

em {
  color: #687586;
}

p {
  line-height: 1.8em;
}

ul,
ol {
  margin: 0 0 15px 0;
  padding: 0 0 0 18px;
  list-style: circle outside;
}

ul li,
ol li {
  margin-bottom: .5rem;
  padding-left: .4rem;
}

.uk-button {
  padding: 15px 25px;
  min-height: auto;
  line-height: 1.2em;
  background-color: #000;
  color: #fff;
  font-size: 14px;
  text-transform: lowercase;
  letter-spacing: 1px;
  border: none;
  border-radius: 24px;
}

.uk-button:hover {
  background-color: #2677D3;
  color: #fff;
}

.uk-grid {
  width: 100%;
  max-width: 1180px;
}



/* STYLES */

#header {
  padding:10px 0;
  background:#2677D3;
}

#header .uk-grid-collapse {
  max-width: none;
}

#header .logo {
  padding: 0 30px;
  text-align:center;
}

#header .logo img {
  width:100%;
  max-width:260px;
}

#header .menu {
  padding: 0 30px;
  text-align:center;
}

#header .menu ul {
  margin:10px 0;
  padding:0;
  list-style:none;
}

#header .menu ul li {
  display:inline;
  padding:0 10px;
}

#header .menu ul li a {
  color:#fff;
  font-size:16px;
  border-bottom:2px dotted #fff;
  padding-bottom:2px;
}

#header .menu ul li a:hover {
  color:#5efff0;
  border-color:#5efff0;
}

#header h1 {
  margin:8px 0 0 0;
  text-align:center;
  color:#fff;
  font-weight:300;
  font-size:22px;
}

#hero {
  background:#000;
}

#hero img {
  width: 100%;
  opacity:.8;
}

#hero .uk-overlay-primary.tagline {
  padding:0;
  text-align:center;
  background:none;
}

#hero .uk-overlay-primary.tagline h1 {
  font-weight:200;
  letter-spacing:2px;
  font-size:26px;
}

#hero .uk-overlay-primary.spektrix {
  padding: 15px 30px;
  background: rgba(0, 0, 0, .3);
  text-align: center;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 12px;
}

#hero .uk-overlay.spektrix img {
  max-width: 100px;
  margin: -3px 7px 0 0;
}

#hero .uk-overlay span {
  display: none;
}

#hero .uk-overlay a {
  color: #fff;
}

#hero .uk-overlay a:hover {
  color: #5BA8FF;
}

#content {
  width: 100%;
}

#alt {
  margin-top: 20px;
  width: 100%;
  background: #2677D3;
  color: #fff;
}

#alt h2 {
  padding: 12px;
  background: #3c88d9;
  color: #fff;
  text-align: center;
  font-size: 28px;
}

#alt a {
  color: #a9fbff;
}

#alt a:hover {
  color: #ff8686;
}

#case h2 {
  margin:0;
}

#case h3 {
  margin:10px 0 0 0;
  line-height:1.1em;
  font-size:20px;
}

#case h4 {
  margin:15px 0 0 0;
  font-size:20px;
}

#case p {
  margin:10px 0;
  font-size:15px;
  line-height:1.6em;
}

#case ul {
  font-size:15px;
  line-height:1.6em;
}

#case ul li {
  margin-bottom:3px;
}

#case div.screenshot {
  padding-top:10px;
}

#case div.uk-first-column {
  margin-top:0;
}

#contact {
  background:#e6e6e6;
}

#contact a {
  color: #5B5B66;
}

#contact a:hover {
  color: #2677D3;
}

#contact p.icon {
  font-size: 24px;
}

#contact p.icon .uk-icon {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

#contact p.icon .uk-icon.mail {
  top: -1px;
  left: 2px;
  margin-right: 8px;
}

#contact p.canada {
  margin-top: 50px;
  font-size: 14px;
}

#contact p.canada img {
  height: 35px;
  margin: -1px 6px 0 0;
}

#footer {
  width: 100%;
  padding: 20px 0;
  background: #2677D3;
  color: #fff;
  text-align: center;
  font-size: .9rem;
}

#footer p {
  margin: 0;
}

#footer a {
  color:#fff;
}

#footer a:hover {
  color:#5efff0;
}

#footer p span.spacer {
  padding:0 15px;
}


/* MEDIA QUERIES */

@media only screen and (min-width: 640px) {
  
  #header .logo {
    text-align:left;
  }
  
  #header .menu {
    text-align:right;
  }
  
  #header .menu ul {
    margin:0;
  }
  
  #header .menu ul li a {
    border:none;
    padding:0;
  }
  
  #hero .uk-overlay-primary {
    text-align:right;
  }
    
  #hero .uk-overlay-primary.spektrix {
    text-align:right;
  }
  
  #hero .uk-overlay-primary.tagline h1 {
    font-size:36px;
  }

}

@media only screen and (min-width: 960px) {
  
  h2 {
    font-size: 30px;
    line-height:1.3em;
  }
  
  #header .menu ul li {
    padding:0 15px;
  }
  
  #header .menu ul li a {
    font-size:19px;
    letter-spacing:1px;
  }
  
  #hero .uk-overlay-primary.spektrix {
    font-size:16px;
  }
  
  #hero .uk-overlay.spektrix img {
    max-width:130px;
  }
  
}

@media only screen and (min-width: 1024px) {}

@media only screen and (min-width: 1200px) {
  
  h2 {
    font-size: 34px;
    line-height:1.4em;
  }
  
  #hero .uk-overlay-primary.tagline h1 {
    font-size:40px;
  }
  
}

@media only screen and (min-width: 1400px) {}

@media only screen and (min-width: 1600px) {}