body {
  font-family: 'Source Sans Pro', sans-serif;
}

h2 {
  text-transform: uppercase;
  font-weight: 900;
  font-size:3.5vh;
  color:#130a14;
}

h3 {
  text-transform: uppercase;
  font-weight: bold;
  font-size:16px;
}

h4 {
  font-weight: bold;
  font-size:16px;
  color:#333;
}

section {
  margin-bottom:5vh;
}

#mainMenu {
  background-color: white;
  border:none;
  margin-bottom: 0;
}

#mainMenu a {
  color:#333;
}

.sg .jumbotron {
  overflow: hidden;
  background: url(/tpl/base/img/slider.jpg) center -100px no-repeat;
  height:auto !important;
}

.sg .jumbotron h1,
.sg .jumbotron h2 {
  display: inline-block;
  width:auto;
  margin-top: 0;
  margin-bottom:0;
}

.sg .jumbotron h1 {
  font-family: 'pantonblack_caps';
  font-size:9vh;
  color:white;
}

.sg .jumbotron h2 {
  font-family: 'pantonblack_italic_caps';
  color:#f33333;
  font-size:22vh;
  margin-left: 32px;
}

.sg .jumbotron p {
  font-size: 18px;
  font-weight: normal;
  color:white;
  margin-bottom: 4vh;
}

.sg .jumbotron .btn {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #00ccff;
  font-size:2.5vh;
  padding:2.5vh 4vw;
  border:none;
}

.news img {
  width:100%;
  overflow: hidden;
  margin-bottom: 2.5vh;
}

.news .date {
  display: block;
  margin: 8px 0px 2.5vh 0px;
  font-size:14px;
  color:#a7a7a7;
}

.news p {
  font-size: 14px;
  color:#666666;
}

.anyHelp {
  background-color: #f33333;
}

.anyHelp ,
.anyHelp a {
  color:white;
  font-weight: 900;
}

.anyHelp .helpNeeted {
  margin-top:64px;
  font-size:36px;
  line-height: 36px;
  text-transform: uppercase;
}

.anyHelp .software,
.anyHelp .audit,
.anyHelp .optimalisation,
.anyHelp .advice {
  display: block;
  font-size:1.1vw;
  text-transform: uppercase;
  height:370px;
  background-repeat: no-repeat;
  text-align: center;
  padding-top:170px;
}
.anyHelp .software {
  padding-top:160px;
  background-image: url('/tpl/base/img/offer1.jpg');
}
.anyHelp .audit {
  background-image: url('/tpl/base/img/offer2.jpg');
}
.anyHelp .optimalisation {
  background-image: url('/tpl/base/img/offer3.jpg');
}
.anyHelp .advice {
  background-image: url('/tpl/base/img/offer4.jpg');
}

.reference {
  //height:300px;
}

.reference h2 {
  margin-bottom:32px;
}

.reference .body {
  font-weight: normal;
  font-style: italic;
  font-size:14px;
  color:#666;
}

.reference .person {
  font-weight: bold;
  font-style: italic;
  font-size:15px;
  color:#333;
  margin-top: 16px;
}


footer {
  background-color: black;
  color:white;
  font-size:14px;
}

footer .row {
  margin: 32px 16px;
}

footer .col-xs-12 {
  margin-bottom: 32px;
}

footer .nwlt .inputbox {
  border:1px #666 solid;
  margin-top:24px;
}

footer .nwlt input[type="email"] {
  background:none;
  border:none;
  color:white;
  padding:10px 20px;
  width:74%
}

footer .nwlt .btn-primary {
  background-color: #00ccff;
  padding:8px 20px;
  position:relative;
  top:-2px;
  left:1px;
  width:24%;
}



/* Small only */
@media (max-width: 768px) {

  .sg .jumbotron h1 {
    font-size:4.5vh;
  }

  .sg .jumbotron h2 {
    font-size:11vh;
    margin-left: 32px;
  }

  .sg .jumbotron p {
    font-size:14px;
  }

  .anyHelp .software,
  .anyHelp .audit,
  .anyHelp .optimalisation,
  .anyHelp .advice {
    font-size:2vw;
    height:2vh;
    padding-top:12vh;
    padding-bottom:12vh
  }
  
  .helpNeeted {
    margin-top:16vh !important;
  }
}

/* Medium only */
@media (min-width: 768px) and (max-width: 992px)  {
  .sg .jumbotron h1 {
    font-size:5vh;
  }

  .sg .jumbotron h2 {
    font-size:12vh;
    margin-left: 32px;
  }

  .anyHelp .software,
  .anyHelp .audit,
  .anyHelp .optimalisation,
  .anyHelp .advice {
    font-size:1.4vw;
  }
}

/* All up to medium */
@media (max-width: 992px) {
  .anyHelp .software,
  .anyHelp .audit,
  .anyHelp .optimalisation,
  .anyHelp .advice {
    background-size: auto;
  }

  #mainMenu {
    padding:10px 0px;
    margin-top:0px;
    min-height:68px;
  }

  #mmCollapse {
    margin-top:6px;
  }

  #mainMenu .navbar-toggle {
    margin-top:6px;
  }
}

/* All over medium */
@media (min-width: 992px) {
  .anyHelp .software,
  .anyHelp .audit,
  .anyHelp .optimalisation,
  .anyHelp .advice {
    background-size: 100% 100%;
  }

  .navbar-brand {
    margin-top:6px;
  }

  #mainMenu {
    height:92px;
    padding:15px 0;
    font-size:16px;
  }

  #mainMenu .caret {
    position:relative;
    top:-3px;
  }

  #mmCollapse {
    margin-top:15px;
  }

  #mainMenu .usrPanel .glyphicon {
    font-size:12px;
    margin-right:8px;
  }

  #mainMenu .usrPanel {
    background-color: #00ccff;
    color:white;
    margin-left:16px;
  }
}

