/* Colours

Light Blue = #008ac8
Lighter Blue = #00b5f5
Dark Blue = #005470
Red = #ff5441
Green = #92e856
Black = #2a2a33
White = #ffffff
True Black = #000000
Sand = #ffffbc
Light Grey = #eeeeee

/* ---------------------------------------------------------
   Custom styles
   ---------------------------------------------------------*/

html, body, article, section {
  margin: 0;
  padding: 0;
}

main {
  margin: -4px 0 0 0;
}

.container {
    max-width: 1280px;
    margin: auto;
}

/* Type */

h1 {
  font-family: 'proximanovaweb',arial,sans-serif;
  font-size: 2em;
  line-height: 1.4em;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #005470;
  text-align: left;
  letter-spacing: 1px;
}

h2{
  font-family: 'proximanovaweb',arial,sans-serif;
  font-size: 1.8em;
  line-height: 1.4em;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #005470;
  text-align: left;
  letter-spacing: 1px;
}

h3 {
  font-family: 'proximanovaweb',arial,sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #008ac8;
  text-align: left;
  letter-spacing: 1px;
}

h4 {
  font-family: 'proximanovaweb',arial,sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  color: #008ac8;
  text-align: left;
  letter-spacing: 1px;
}

p {
  font-family: 'proximanovaweb',arial,sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  font-weight: 300;
  font-style: normal;
  text-decoration: none;
  color: #2a2a33;
  text-align: left;
}

a {
  font-family: 'proximanovaweb',arial,sans-serif;
  font-size: 0.9em;
  line-height: 1.4em;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  color: #008ac8;
  text-align: left;
}

footer {
  color: #fff;
  font-family: 'proximanovaweb',arial,sans-serif;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7em;
  letter-spacing: 2px;
}




/* Mobile */

@media only screen {

  header {
    background: #008ac8;
    width: 100%;
    display: inline-block;
    text-align: center;
  }

  .brand {
    display: inline-block;
    height: 100%;
    margin-left: 10px;
  }

  .brand img {
    display: inline-block;
    width: 80%;
    max-width: 200px;
    margin: 30px 15px;
  }

  nav {
    display: inline-block;
    margin: 0 10px;
    height: 100%;
    text-transform: uppercase;
  }

  nav ul {
    height: 100%;
  }

  nav ul li {
    display: inline-block;
    color: #ffffff;
    margin: 5px 10px;
  }

  nav ul li a {
    color: #ffffff;
  }

  nav ul li a:link {
    color: #ffffff;
  }

  nav ul li a:visited {
    color: #ffffff;
  }

  nav ul li a:hover {
    color: #ff7a6b;
  }

  nav ul li a:click {
    color: #ffffff;
  }

  .nav-active {
    padding: 15px;
    background: rgba(0, 138, 200, 0.75);
    box-shadow:0px 0px 0px 2px #00b5f5 inset;
    text-transform: uppercase;
    border-radius: 3px;
  }

  .red-cta, .red-cta:link, .red-cta:visited {
    display: inline-block;
    margin: 15px;
    padding: 15px;
    background: #ff5441;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .red-cta:hover {
    background: #ff7a6b;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .chat-cta, .chat-cta:link, .chat-cta:visited {
    position: fixed;
    bottom: 25px;
    right: 25px;
    padding: 5px 10px;
    background: #ff5441;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.50);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.50);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.50);
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .chat-cta:hover {
    background: #ff7a6b;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .chat-cta img {
    width: 25px;
  }

  .banner .red-cta {
    margin-left: 0;
  }

  .outline-cta, .outline-cta:link, .outline-cta:visited {
    display: inline-block;
    padding: 15px;
    background: rgba(0, 138, 200, 0.75);
    box-shadow:0px 0px 0px 2px #fff inset;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .outline-cta:hover {
    box-shadow:0px 0px 0px 2px #ccc inset;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  nav .outline-cta:hover {
    color: #ff7a6b;
    box-shadow:0px 0px 0px 2px #ff7a6b inset;Í
    transition: 0;
    webkit-transition: 0;Í
    moz-transition: 0;
  }

  .dotted-cta, .dotted-cta:link, .dotted-cta:visited {
    display: inline-block;
    padding: 5px 0;
    border-bottom: dotted 3px #008ac8;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .dotted-cta:hover {
    color: #ff7a6b;
    border-bottom: dotted 3px #ff7a6b;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }


  /* Sections */

  section {
    padding: 15px;
    margin: 0;
  }

  .banner {
    background-color: #008ac8;
    background-image: url('../assets/bg/techexpo.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 190%;
    height: 650px;
    text-align: center;
  }

  .banner .content {
    max-width: 550px;
    text-align: center;
  }

  .banner h1, .banner a, .banner p {
    color: #fff;
    text-align: center;
  }



  .first {
    background-color: none;
    background-image: url('../assets/bg/primitive.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250%;
    height: 500px;
    text-align: center;
  }

  .first .content {
    margin: auto;
    max-width: 450px;
    text-align: center;
  }

  .first h2, .first h3, .first p, .first a {
    text-align: center;
  }



  .second {
    background-color: none;
    background-image: url('../assets/bg/bars.png');
    background-repeat: no-repeat;
    background-position: -70% bottom;
    background-size: 70%;
    height: 600px;
  }

  .second .content {
    max-width: 550px;
    text-align: center;
  }

  .second h2, .second h3, .second p, .second a {
    text-align: center;
  }



  .third {
    background-color: none;
    background-image: url('../assets/bg/contact1.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 230%;
    height: 550px;
  }

  .third .content {
    max-width: 550px;
    text-align: center;
  }

  .third h2, .third h3, .third p, .third a {
    text-align: center;
  }



  .contact {
    text-align: center;
    background-color: #005470;
    background-image: url('../assets/bg/contact2.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 230%;
    height: 350px;
  }

  .contact .content {
    max-width: 550px;
    text-align: center;
  }

  .contact h2, .contact a, .contact p {
    color: #fff;
    text-align: center;
  }





  .feedback {
    text-align: center;
  }

  .feedback .content {
    max-width: 550px;
    text-align: center;
    margin: auto;
  }

  .feedback h3, .feedback h4, .feedback a, .feedback p {
    text-align: center;
  }

  .feedback-img {
    margin: auto;
    height: 130px;
    width: 130px;
    overflow: hidden;
    border-radius: 50%;
  }

  .feedback-img img {
    height: 100%;
    margin: auto;
  }




  .features {
    text-align: center;
    background: #eeeeee;
  }

  .features .content {
    max-width: 300px;
    text-align: center;
    margin: 25px 15px;
    display: inline-block;
    vertical-align: top;
  }

  .features h4 {
    color: #005470;
    margin: 0;
  }

  .features h3, .features h4, .features a, .features p {
    text-align: center;
  }

  .features img {
    margin: 0;
    height: 60px;
  }





  footer {
    padding-top: 30px;
    background: #2a2a33;
  }

  footer ul {
    margin: 30px 0;
  }

  footer li {
    display: inline-block;
    margin: 10px 10px;
  }

  footer .italic {
    text-transform: none;
    font-style: italic;
  }

  footer .blue {
    color: #008ac8;
  }

  footer .green {
    color: #92e856;
  }

  footer .faded {
    opacity: .3;
    color: #fff;
  }

  .smicon {
    border-radius: 50%;
    background: #fff;
    color: #2a2a33;
    opacity: 0.3;
    margin: 8px;
    font-size: 1.7em;
    padding: 5px 5px 5px 5px;
  }

  .smicon:hover {
    border-radius: 50%;
    background: #008ac8;
    color: #2a2a33;
    opacity: 1;
    margin: 8px;
    transition: 0.5s;
    webkit-transition: 0.5s;
    moz-transition: 0.5s;
  }

  .capterra-rating {
    width: 140px;
    margin: 20px 0 100px 0;
  }



}






/* Tablet */

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

  .banner .content {
    margin: 0 10%;
    text-align: left;
  }

  .banner {
    height: 610px;
    background-size: 1200px;
    text-align: left;
  }

  .banner h1, .banner p, .banner a {
    text-align: left;
  }



  .first .content {
    margin: 60px auto auto auto;
    text-align: left;
  }

  .first {
    height: 500px;
    background-size: 1680px;
    text-align: left;
  }

  .first h2, .first h3, .first p, .first a {
    text-align: left;
  }



  .second .content {
    margin: auto 10% 20px auto;
    text-align: left;
  }

  .second {
    text-align: left;
    background-position: -250px bottom;
    background-size: 60%;
    height: 550px;
  }

  .second h2, .second h3, .second p, .second a {
    text-align: left;
  }



  .third .content {
    margin: auto;
    max-width: 420px;
  }

  .third {
    height: 600px;
    background-size: 1480px;
  }



  .contact .content {
    margin: auto;
  }

  .contact {
    background-size: 1480px;
  }





  .feedback {
    text-align: center;
  }

  .feedback .content {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    max-width: 700px;
    margin: 15px;
  }

  .feedback-img {
    margin: auto;
    height: 115px;
    width: 115px;
    overflow: hidden;
    border-radius: 50%;
  }

  .feedback-img img {
    height: 100%;
    margin: auto;
  }

  .feedback-copy {

  }

}







/* Desktop */

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

  header {
    width: 100%;
    display: inline-block;
  }

  .brand {
    display: inline-block;
    height: 100%;
    float: left;
  }

  .brand img {
    display: inline-block;
    height: 30px;
    margin: 30px 15px;
  }

  nav {
    display: inline-block;
    margin: 0 10px;
    height: 100%;
    float: right;
  }

  nav ul li {
    display: inline-block;
    margin: 5px 10px;
  }

  .banner {
    background-color: #008ac8;
    background-image: url('../assets/bg/techexpo.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 120%;
    height: 700px;
  }

  .banner .content {
    margin: 70px 15%;
  }



  .first {
    background-size: 140%;
    height: 610px;
  }


  .third {
    background-size: 140%;
  }


  .contact {
    background-size: 140%;
  }

}





/* Large Desktop */

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

  .banner {
    background-size: 100%;
  }


  .first {
    background-size: 100%;
  }


  .third {
    background-size: 120%;
  }


  .contact {
    background-size: 120%;
  }
}