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

#wrap {
  padding: 0;
  width: 100%;
}

.theme-color {
    color: #21C073;
}




/* NAV SECTION */
.nav-logo {
  width: 275px;
  margin-left: 50px;
  margin-top: 20px;
}

#topSection {
    padding: 20px 50px;
    width: 100%;
    min-height: 100px;
}

.affix {
    top: 0;
    width: 100%;
}

.affix + #wrap {
      padding-top: 50px;
  }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #21C073;
}



/* LARGER SCREENS */
@media (min-width: 400px) {
  .navbar-brand {
    display: none;
  }
  #banner-sm {
    display: none;
  }
  .navbar {
    border: none;
    border-bottom: 0.5px solid #dddddd;
  }
}

/* MOBILE */
@media (max-width: 400px) {
  .nav-logo {
    display: none;
  }
  #topSection {
    padding: 10px;
    min-height: 75px;
  }
  #banner-lg {
    display: none;
  }
  .btn-group {
    padding-top: 5px;
  }
  .navbar {
    border-top: 0.5px solid #dddddd;
    border-bottom: 0.5px solid #dddddd;
  }
}

#phone {
    font-size: 1.5em;
}

.btn {
    border-radius: 30px;
    margin-top: 10px;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active { 
    background-color: #21C073;
    color: white;
}

.btn-group #en-button a {
  cursor: pointer;
  cursor: hand;
  z-index: 100;
}








/* NAVBAR */
.navbar {
    background: white;
    border-radius: 0;
    margin: 0;
    z-index: 1000;
}

.navbar-brand {
  font-family: 'Poiret One', cursive;
  font-size: 2em;
}






/* CAROUSEL */
@media (max-width:600px) {
    #home-carousel {
        display: none;
    }
}

#home-carousel img {
    width: 100%;
    min-height: 20vh;
}

.carousel-inner {
    width: 100%;
    min-width: 40%;
    max-height: 40vh;
}

.carousel-caption {
    top: 10vh;
    //bottom: auto;
    //right: 0px;
}

.carousel-caption h3 {
    font-size: 2.5em;
}





/* CONTENT */
.contentContainer {
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    min-height: 70vh;
}

@media (max-width: 400px) {
  .contentContainer {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

#homeImage {
    max-width: 100%;
}

.contentContainer ul > li {
    list-style-type: none;
}

.contentContainer i {
    font-size: 0.85em;
    padding-right: 10px;
}

@media (max-width: 650px) {
  #satellite-onpage {
    display:none;
  }
  #it-inpage {
    display:none;
  }
  #telecom-inpage {
    display: none;
  }
}

@media (min-width: 650px) {
    /* IMAGE BANNER */
  .imageBanner {
      width: 100%;
      height: 300px;
      max-height: 40vh;
  }

  .image-text {
      text-align: center;
      color: white;
      text-shadow: 1px 1px 2px #000000;
      padding-top: 90px;
      font-size: 2.5em;
  }

  /***** SATELLITE AERIAL section *****/
  #satelliteAerialImage {
     background-image: url('../images/satellite-aerial.jpeg');
     background-size: 100% 100%;
  }

  #satellite-onpage {
    width: 300px;
    margin-left: 150px;
  }

  /***** CCTV section *****/

  #cctvImage {
     background-image: url('../images/cctv.jpeg');
     background-size: 100%;
  }

  /***** IT SOLUTIONS section *****/
  #solutionsImage {
     background-image: url('../images/it-solutions.jpeg');
     background-size: 100%;
  }

  #it-inpage {
    max-width: 500px;
    padding-top: 100px;
    padding-left: 50px;
  }

  /***** EPOS section *****/
  #eposImage {
     background-image: url('../images/epos.jpeg');
     background-size: 100%;
  }

  /***** TELECOMMUNICATIONS section *****/
  #telecommunicationsImage {
     background-image: url('../images/telecommunications.jpeg');
     background-size: 100%;
  }

  #telecom-inpage {
    max-width: 500px;
  }

  /***** AUDIO VISUAL section *****/
  #audioVisualImage {
     background-image: url('../images/audio-visual.jpeg');
     background-size: 100%;
  }

  /***** E-COMMERCE LOGISTICS section *****/
  #ecommerceLogisticsImage {
     background-image: url('../images/ecommerce-logistics.jpeg');
     background-size: 100%;
  }

  #operationalFlow {
    border: 1px solid grey;
    padding: 15px;
  }

  /***** RECYCLING section *****/
  #recyclingImage {
     background-image: url('../images/recycling.jpeg');
     background-size: 100%;
  }

  /***** PARTNERS/OTHER SERVICES section *****/
  #partnersImage {
     background-image: url('../images/partners.jpeg');
     background-size: 100%;
  }
}


.shrink {
    font-size: 0.8em;
  }

  #dataProtectionAct {
    border: 1px solid grey;
    padding: 15px;
  }


/***** CONTACT section *****/
#message {
    height: 200px;
}

#contact-details p {
    font-size: 16px;
    padding-top: 10px;
    padding-left: 130px;
}

#contact-details i {
    padding-right: 5px;
}

@media (max-width:400px) {
  #contact-details p {
    padding-left: 0;
  }
}




/* FOOTER */
#footer {
    min-height: 80px;
    padding: 25px;
    background-color: grey;
    color: white;
    width: 100%;
    border-top: 4px solid #21C073;
    font-size: 1.1em;
}

.footerColor {
  color: #D8D8D8;
}

.footerLink {
  padding-left: 10px;
  padding-right: 10px;
}

.footerLink:link, .footerLink:focus, .footerLink:visited {
    text-decoration: none;
    color: #D8D8D8;
}

.footerLink:hover {
  color: #21C073;
  text-decoration: none;
}